diff options
Diffstat (limited to 'korganizer/koeditorrecurrence.h')
-rw-r--r-- | korganizer/koeditorrecurrence.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/korganizer/koeditorrecurrence.h b/korganizer/koeditorrecurrence.h index 00224b0c5..04f979c96 100644 --- a/korganizer/koeditorrecurrence.h +++ b/korganizer/koeditorrecurrence.h @@ -148,7 +148,7 @@ class RecurYearly : public RecurBase class RecurrenceChooser : public TQWidget { - Q_OBJECT + TQ_OBJECT public: RecurrenceChooser( TQWidget *parent = 0, const char *name = 0 ); @@ -182,7 +182,7 @@ class ExceptionsBase class ExceptionsWidget : public TQWidget, public ExceptionsBase { - Q_OBJECT + TQ_OBJECT public: ExceptionsWidget( TQWidget *parent = 0, const char *name = 0 ); @@ -230,7 +230,7 @@ class RecurrenceRangeBase class RecurrenceRangeWidget : public TQWidget, public RecurrenceRangeBase { - Q_OBJECT + TQ_OBJECT public: RecurrenceRangeWidget( TQWidget *parent = 0, const char *name = 0 ); @@ -281,7 +281,7 @@ class RecurrenceRangeDialog : public KDialogBase, public RecurrenceRangeBase class KOEditorRecurrence : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KOEditorRecurrence ( TQWidget *parent = 0, const char *name = 0 ); @@ -348,7 +348,7 @@ class KOEditorRecurrence : public TQWidget class KOEditorRecurrenceDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KOEditorRecurrenceDialog( TQWidget *parent ); |