author | harlekin <harlekin> | 2003-05-19 11:20:21 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-05-19 11:20:21 (UTC) |
commit | 250291019cac863e50ffce981a9c93b627448253 (patch) (side-by-side diff) | |
tree | 41079f5af7061e26788429c1b316fe51bb3c8834 | |
parent | 586dea6e61c766da49ba6cb55dd71851c0fafad3 (diff) | |
download | opie-250291019cac863e50ffce981a9c93b627448253.zip opie-250291019cac863e50ffce981a9c93b627448253.tar.gz opie-250291019cac863e50ffce981a9c93b627448253.tar.bz2 |
translatable
-rw-r--r-- | core/pim/today/plugins/datebook/datebookpluginconfig.h | 2 | ||||
-rw-r--r-- | core/pim/today/plugins/todolist/todopluginconfig.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/core/pim/today/plugins/datebook/datebookpluginconfig.h b/core/pim/today/plugins/datebook/datebookpluginconfig.h index be00aad..bc412dd 100644 --- a/core/pim/today/plugins/datebook/datebookpluginconfig.h +++ b/core/pim/today/plugins/datebook/datebookpluginconfig.h @@ -12,33 +12,33 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef DATEBOOK_PLUGIN_CONFIG_H #define DATEBOOK_PLUGIN_CONFIG_H #include <qcheckbox.h> #include <qspinbox.h> #include <opie/todayconfigwidget.h> class DatebookPluginConfig : public TodayConfigWidget { - + Q_OBJECT public: DatebookPluginConfig( QWidget *parent, const char *name ); ~DatebookPluginConfig(); void writeConfig(); private: /** * if changed then save */ bool changed(); void readConfig(); QCheckBox* CheckBox2; QCheckBox* CheckBox1; QCheckBox* CheckBox3; diff --git a/core/pim/today/plugins/todolist/todopluginconfig.h b/core/pim/today/plugins/todolist/todopluginconfig.h index a98384c..e09251c 100644 --- a/core/pim/today/plugins/todolist/todopluginconfig.h +++ b/core/pim/today/plugins/todolist/todopluginconfig.h @@ -11,32 +11,33 @@ * 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. * * * ***************************************************************************/ #ifndef TODOLIST_PLUGIN_CONFIG_H #define TODOLIST_PLUGIN_CONFIG_H //#include <qwidget.h> #include <qspinbox.h> #include <opie/todayconfigwidget.h> class TodolistPluginConfig : public TodayConfigWidget { +Q_OBJECT public: TodolistPluginConfig( QWidget *parent, const char *name ); ~TodolistPluginConfig(); private: /** * if changed then save */ bool changed(); void readConfig(); void writeConfig(); QSpinBox* SpinBox2; QSpinBox* SpinBoxClip; |