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 --- korganizer/koeditorrecurrence.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'korganizer/koeditorrecurrence.h') diff --git a/korganizer/koeditorrecurrence.h b/korganizer/koeditorrecurrence.h index f3aeeb41d..00224b0c5 100644 --- a/korganizer/koeditorrecurrence.h +++ b/korganizer/koeditorrecurrence.h @@ -149,7 +149,7 @@ class RecurYearly : public RecurBase class RecurrenceChooser : public TQWidget { Q_OBJECT - TQ_OBJECT + public: RecurrenceChooser( TQWidget *parent = 0, const char *name = 0 ); @@ -183,7 +183,7 @@ class ExceptionsBase class ExceptionsWidget : public TQWidget, public ExceptionsBase { Q_OBJECT - TQ_OBJECT + public: ExceptionsWidget( TQWidget *parent = 0, const char *name = 0 ); @@ -231,7 +231,7 @@ class RecurrenceRangeBase class RecurrenceRangeWidget : public TQWidget, public RecurrenceRangeBase { Q_OBJECT - TQ_OBJECT + public: RecurrenceRangeWidget( TQWidget *parent = 0, const char *name = 0 ); @@ -282,7 +282,7 @@ class RecurrenceRangeDialog : public KDialogBase, public RecurrenceRangeBase class KOEditorRecurrence : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KOEditorRecurrence ( TQWidget *parent = 0, const char *name = 0 ); virtual ~KOEditorRecurrence(); @@ -349,7 +349,7 @@ class KOEditorRecurrence : public TQWidget class KOEditorRecurrenceDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KOEditorRecurrenceDialog( TQWidget *parent ); KOEditorRecurrence* editor() const { return mRecurrence; } -- cgit v1.2.1