diff options
Diffstat (limited to 'ktimer/ktimer.h')
-rw-r--r-- | ktimer/ktimer.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ktimer/ktimer.h b/ktimer/ktimer.h index 297eec9..f1a2c69 100644 --- a/ktimer/ktimer.h +++ b/ktimer/ktimer.h @@ -29,9 +29,10 @@ class KTimerJob : public TQObject { Q_OBJECT + TQ_OBJECT public: - KTimerJob( TQObject *parent=0, const char *name=0 ); + KTimerJob( TQObject *tqparent=0, const char *name=0 ); virtual ~KTimerJob(); enum States { Stopped, Paused, Started }; @@ -90,8 +91,9 @@ class KTimerJob : public TQObject { class KTimerPref : public PrefWidget { Q_OBJECT + TQ_OBJECT public: - KTimerPref( TQWidget *parent=0, const char *name = 0 ); + KTimerPref( TQWidget *tqparent=0, const char *name = 0 ); virtual ~KTimerPref(); protected slots: |