author | harlekin <harlekin> | 2002-09-15 21:21:35 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-09-15 21:21:35 (UTC) |
commit | f2594358208bb2ea826bbea6afb0b3aa35947378 (patch) (unidiff) | |
tree | 509c1ca047ccb8d270edb3a5e2e6848a7de0a1e9 | |
parent | 87cd421d72df1d7706925285a48c008007471310 (diff) | |
download | opie-f2594358208bb2ea826bbea6afb0b3aa35947378.zip opie-f2594358208bb2ea826bbea6afb0b3aa35947378.tar.gz opie-f2594358208bb2ea826bbea6afb0b3aa35947378.tar.bz2 |
small fix
-rw-r--r-- | core/pim/today/plugins/mail/mailplugin.cpp | 2 | ||||
-rw-r--r-- | core/pim/today/plugins/mail/mailplugin.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/core/pim/today/plugins/mail/mailplugin.cpp b/core/pim/today/plugins/mail/mailplugin.cpp index a594361..4241228 100644 --- a/core/pim/today/plugins/mail/mailplugin.cpp +++ b/core/pim/today/plugins/mail/mailplugin.cpp | |||
@@ -47,3 +47,3 @@ QString MailPlugin::pixmapNameConfig() const { | |||
47 | 47 | ||
48 | QWidget* MailPlugin::configWidget( QWidget* wid ) { | 48 | ConfigWidget* MailPlugin::configWidget( QWidget* wid ) { |
49 | return 0l; | 49 | return 0l; |
diff --git a/core/pim/today/plugins/mail/mailplugin.h b/core/pim/today/plugins/mail/mailplugin.h index 113102e..96c73ed 100644 --- a/core/pim/today/plugins/mail/mailplugin.h +++ b/core/pim/today/plugins/mail/mailplugin.h | |||
@@ -27,2 +27,3 @@ | |||
27 | #include "../../todayplugininterface.h" | 27 | #include "../../todayplugininterface.h" |
28 | #include "../../configwidget.h" | ||
28 | 29 | ||
@@ -39,3 +40,3 @@ public: | |||
39 | QString pixmapNameConfig() const; | 40 | QString pixmapNameConfig() const; |
40 | QWidget* configWidget(QWidget *); | 41 | ConfigWidget* configWidget(QWidget *); |
41 | QString appName() const; | 42 | QString appName() const; |