author | alwin <alwin> | 2005-03-12 02:19:00 (UTC) |
---|---|---|
committer | alwin <alwin> | 2005-03-12 02:19:00 (UTC) |
commit | 9815fc1551763226f974f8ea8eab6d0b031e0be3 (patch) (side-by-side diff) | |
tree | 29c9319a44a4e89b204b63f91a13e280646d9b72 | |
parent | 4c3ce64f6816353f5b8bc268c126d7c53d18ce46 (diff) | |
download | opie-9815fc1551763226f974f8ea8eab6d0b031e0be3.zip opie-9815fc1551763226f974f8ea8eab6d0b031e0be3.tar.gz opie-9815fc1551763226f974f8ea8eab6d0b031e0be3.tar.bz2 |
pixmap corrected
-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,11 +1,10 @@ /* * 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 * @@ -30,13 +29,13 @@ QString MailPlugin::pluginName() const { 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; } |