diff options
Diffstat (limited to 'kalarm/recurrenceedit.h')
-rw-r--r-- | kalarm/recurrenceedit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kalarm/recurrenceedit.h b/kalarm/recurrenceedit.h index ce99522f..df99e4c7 100644 --- a/kalarm/recurrenceedit.h +++ b/kalarm/recurrenceedit.h @@ -55,7 +55,7 @@ class YearlyRule; class RecurrenceEdit : public TQFrame { - Q_OBJECT + TQ_OBJECT public: // Don't alter the order of these recurrence types @@ -81,6 +81,7 @@ class RecurrenceEdit : public TQFrame DateTime endDateTime() const; bool stateChanged() const; void activateSubRepetition(); + bool validateDate(const DateTime &date) const; static TQString i18n_Norecur(); // text of 'No recurrence' selection, lower case static TQString i18n_NoRecur(); // text of 'No Recurrence' selection, initial capitals |