diff options
Diffstat (limited to 'kalarm/recurrenceeditprivate.h')
-rw-r--r-- | kalarm/recurrenceeditprivate.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kalarm/recurrenceeditprivate.h b/kalarm/recurrenceeditprivate.h index 94472c379..6a239ae78 100644 --- a/kalarm/recurrenceeditprivate.h +++ b/kalarm/recurrenceeditprivate.h @@ -47,7 +47,7 @@ class NoRule : public TQFrame class Rule : public NoRule { Q_OBJECT - TQ_OBJECT + public: Rule(const TQString& freqText, const TQString& freqWhatsThis, bool time, bool readOnly, TQWidget* parent, const char* name = 0); @@ -73,7 +73,7 @@ class Rule : public NoRule class SubDailyRule : public Rule { Q_OBJECT - TQ_OBJECT + public: SubDailyRule(bool readOnly, TQWidget* parent, const char* name = 0); }; @@ -82,7 +82,7 @@ class SubDailyRule : public Rule class DayWeekRule : public Rule { Q_OBJECT - TQ_OBJECT + public: DayWeekRule(const TQString& freqText, const TQString& freqWhatsThis, const TQString& daysWhatsThis, bool readOnly, TQWidget* parent, const char* name = 0); @@ -117,7 +117,7 @@ class WeeklyRule : public DayWeekRule class MonthYearRule : public Rule { Q_OBJECT - TQ_OBJECT + public: enum DayPosType { DATE, POS }; @@ -172,7 +172,7 @@ class MonthlyRule : public MonthYearRule class YearlyRule : public MonthYearRule { Q_OBJECT - TQ_OBJECT + public: YearlyRule(bool readOnly, TQWidget* parent, const char* name = 0); TQValueList<int> months() const; |