From 210090aed352271bcd474b28db9644d9461d7189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:47 -0600 Subject: Remove spurious TQ_OBJECT instances --- kalarm/timeselector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalarm/timeselector.h') diff --git a/kalarm/timeselector.h b/kalarm/timeselector.h index 1e8304f95..00cf15c53 100644 --- a/kalarm/timeselector.h +++ b/kalarm/timeselector.h @@ -31,7 +31,7 @@ class CheckBox; class TimeSelector : public TQFrame { Q_OBJECT - TQ_OBJECT + public: TimeSelector(const TQString& selectText, const TQString& postfix, const TQString& selectWhatsThis, const TQString& valueWhatsThis, bool allowHourMinute, TQWidget* parent, const char* name = 0); -- cgit v1.2.1