-rw-r--r-- | core/pim/today/plugins/mail/mailplugin.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/pim/today/plugins/mail/mailplugin.cpp b/core/pim/today/plugins/mail/mailplugin.cpp index f590ebb..4cfb26c 100644 --- a/core/pim/today/plugins/mail/mailplugin.cpp +++ b/core/pim/today/plugins/mail/mailplugin.cpp | |||
@@ -1,8 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * mailplugin.cpp | 2 | * mailplugin.cpp |
3 | * | 3 | * |
4 | * copyright : (c) 2002,2003,2004 by Maximilian Reiß | 4 | * copyright : (c) 2002,2003,2004 by Maximilian Rei� * email : harlekin@handhelds.org |
5 | * email : harlekin@handhelds.org | ||
6 | * | 5 | * |
7 | */ | 6 | */ |
8 | /*************************************************************************** | 7 | /*************************************************************************** |
@@ -33,7 +32,7 @@ double MailPlugin::versionNumber() const { | |||
33 | } | 32 | } |
34 | 33 | ||
35 | QString MailPlugin::pixmapNameWidget() const { | 34 | QString MailPlugin::pixmapNameWidget() const { |
36 | return "opiemail/desktopicon"; | 35 | return "mail/desktopicon"; |
37 | } | 36 | } |
38 | 37 | ||
39 | QWidget* MailPlugin::widget( QWidget * wid ) { | 38 | QWidget* MailPlugin::widget( QWidget * wid ) { |