summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins
Unidiff
Diffstat (limited to 'core/pim/today/plugins') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/mail/mailplugin.cpp5
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 @@
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/***************************************************************************
9 * * 8 * *
10 * This program is free software; you can redistribute it and/or modify * 9 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License as published by * 10 * it under the terms of the GNU General Public License as published by *
@@ -30,13 +29,13 @@ QString MailPlugin::pluginName() const {
30 29
31double MailPlugin::versionNumber() const { 30double MailPlugin::versionNumber() const {
32 return 0.6; 31 return 0.6;
33} 32}
34 33
35QString MailPlugin::pixmapNameWidget() const { 34QString MailPlugin::pixmapNameWidget() const {
36 return "opiemail/desktopicon"; 35 return "mail/desktopicon";
37} 36}
38 37
39QWidget* MailPlugin::widget( QWidget * wid ) { 38QWidget* MailPlugin::widget( QWidget * wid ) {
40 m_widget = new MailPluginWidget( wid, "Datebook" ); 39 m_widget = new MailPluginWidget( wid, "Datebook" );
41 return m_widget; 40 return m_widget;
42} 41}