-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,17 +1,16 @@ /* * mailplugin.cpp * - * copyright : (c) 2002,2003,2004 by Maximilian Reiß - * email : harlekin@handhelds.org + * copyright : (c) 2002,2003,2004 by Maximilian Rei� * email : harlekin@handhelds.org * */ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ @@ -24,25 +23,25 @@ MailPlugin::MailPlugin() { MailPlugin::~MailPlugin() { } QString MailPlugin::pluginName() const { return QObject::tr( "Mail plugin" ); } double MailPlugin::versionNumber() const { return 0.6; } QString MailPlugin::pixmapNameWidget() const { - return "opiemail/desktopicon"; + return "mail/desktopicon"; } QWidget* MailPlugin::widget( QWidget * wid ) { m_widget = new MailPluginWidget( wid, "Datebook" ); return m_widget; } QString MailPlugin::pixmapNameConfig() const { return 0l; } |