author | harlekin <harlekin> | 2002-09-19 08:11:54 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-09-19 08:11:54 (UTC) |
commit | 2165543bd3a3293fc1ee2e13ba545e6822b6630f (patch) (unidiff) | |
tree | 3d17aaf4adecdfd86ecfe23d0344891e4fe648a3 | |
parent | 390fc683967b74607aa93a176db33b30cd63b9c6 (diff) | |
download | opie-2165543bd3a3293fc1ee2e13ba545e6822b6630f.zip opie-2165543bd3a3293fc1ee2e13ba545e6822b6630f.tar.gz opie-2165543bd3a3293fc1ee2e13ba545e6822b6630f.tar.bz2 |
typo fix
-rw-r--r-- | core/pim/today/plugins/datebook/datebookplugin.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/pim/today/plugins/datebook/datebookplugin.cpp b/core/pim/today/plugins/datebook/datebookplugin.cpp index 07f5005..a1721f6 100644 --- a/core/pim/today/plugins/datebook/datebookplugin.cpp +++ b/core/pim/today/plugins/datebook/datebookplugin.cpp | |||
@@ -51,20 +51,17 @@ QString DatebookPlugin::pixmapNameConfig() const { | |||
51 | 51 | ||
52 | ConfigWidget* DatebookPlugin::configWidget( QWidget* wid ) { | 52 | ConfigWidget* DatebookPlugin::configWidget( QWidget* wid ) { |
53 | return new DatebookPluginConfig( wid , "Datebook" ); | 53 | return new DatebookPluginConfig( wid , "Datebook" ); |
54 | } | 54 | } |
55 | 55 | ||
56 | QString DatebookPlugin::appName() const { | 56 | QString DatebookPlugin::appName() const { |
57 | return "datebook"; | 57 | return QObject::tr( "Datebook" ); |
58 | } | 58 | } |
59 | 59 | ||
60 | int DatebookPlugin::minHeight() const { | 60 | int DatebookPlugin::minHeight() const { |
61 | return 10; | 61 | return 10; |
62 | } | 62 | } |
63 | 63 | ||
64 | int DatebookPlugin::maxHeight() const { | 64 | int DatebookPlugin::maxHeight() const { |
65 | return 100; | 65 | return 100; |
66 | } | 66 | } |
67 | 67 | ||
68 | |||
69 | int main() { | ||
70 | } | ||