summaryrefslogtreecommitdiffstats
path: root/ktimer
diff options
context:
space:
mode:
Diffstat (limited to 'ktimer')
-rw-r--r--ktimer/ktimer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ktimer/ktimer.h b/ktimer/ktimer.h
index 5f8cb4f..bdb1d00 100644
--- a/ktimer/ktimer.h
+++ b/ktimer/ktimer.h
@@ -29,7 +29,7 @@
class KTimerJob : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
KTimerJob( TQObject *parent=0, const char *name=0 );
@@ -91,7 +91,7 @@ class KTimerJob : public TQObject {
class KTimerPref : public PrefWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KTimerPref( TQWidget *parent=0, const char *name = 0 );
virtual ~KTimerPref();