From 75b5de5bf835988d57b781f8408d428646beef59 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:11 -0600 Subject: Remove spurious TQ_OBJECT instances --- ktimer/ktimer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ktimer/ktimer.h') 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(); -- cgit v1.2.1