summaryrefslogtreecommitdiffstats
path: root/korganizer/koeditorrecurrence.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koeditorrecurrence.h')
-rw-r--r--korganizer/koeditorrecurrence.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/korganizer/koeditorrecurrence.h b/korganizer/koeditorrecurrence.h
index f3aeeb41..00224b0c 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; }