diff options
Diffstat (limited to 'ktimer/ktimer.h')
-rw-r--r-- | ktimer/ktimer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ktimer/ktimer.h b/ktimer/ktimer.h index b331007..00acd6d 100644 --- a/ktimer/ktimer.h +++ b/ktimer/ktimer.h @@ -21,14 +21,14 @@ #include <tqdialog.h> #include <tqwidget.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdeconfig.h> #include "prefwidget.h" class KTimerJob : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -90,7 +90,7 @@ class KTimerJob : public TQObject { class KTimerPref : public PrefWidget { - Q_OBJECT + TQ_OBJECT public: KTimerPref( TQWidget *parent=0, const char *name = 0 ); |