diff options
Diffstat (limited to 'korganizer/koeditorgeneraltodo.h')
-rw-r--r-- | korganizer/koeditorgeneraltodo.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/korganizer/koeditorgeneraltodo.h b/korganizer/koeditorgeneraltodo.h index 438ff9c28..cd50285eb 100644 --- a/korganizer/koeditorgeneraltodo.h +++ b/korganizer/koeditorgeneraltodo.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef _KOEDITORGENERALTODO_H #define _KOEDITORGENERALTODO_H @@ -42,12 +42,13 @@ using namespace KCal; class KOEditorGeneralTodo : public KOEditorGeneral { Q_OBJECT + TQ_OBJECT public: - KOEditorGeneralTodo (TQObject* parent=0,const char* name=0); + KOEditorGeneralTodo (TQObject* tqparent=0,const char* name=0); virtual ~KOEditorGeneralTodo(); void initTime(TQWidget *, TQBoxLayout *); - void iniStatus(TQWidget *, TQBoxLayout *); + void initqStatus(TQWidget *, TQBoxLayout *); void initCompletion(TQWidget *, TQBoxLayout *); void initPriority(TQWidget *, TQBoxLayout *); |