diff options
Diffstat (limited to 'kalarm/reminder.h')
-rw-r--r-- | kalarm/reminder.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kalarm/reminder.h b/kalarm/reminder.h index 1403621d2..2470a0c3d 100644 --- a/kalarm/reminder.h +++ b/kalarm/reminder.h @@ -21,7 +21,7 @@ #ifndef REMINDER_H #define REMINDER_H -#include <qframe.h> +#include <tqframe.h> class TimeSelector; class CheckBox; @@ -31,8 +31,8 @@ class Reminder : public QFrame { Q_OBJECT public: - Reminder(const QString& caption, const QString& reminderWhatsThis, const QString& valueWhatsThis, - bool allowHourMinute, bool showOnceOnly, QWidget* parent, const char* name = 0); + Reminder(const TQString& caption, const TQString& reminderWhatsThis, const TQString& valueWhatsThis, + bool allowHourMinute, bool showOnceOnly, TQWidget* parent, const char* name = 0); bool isReminder() const; bool isOnceOnly() const; int minutes() const; @@ -44,8 +44,8 @@ class Reminder : public QFrame void setOnceOnly(bool); void enableOnceOnly(bool enable); - static QString i18n_first_recurrence_only(); // plain text of 'Reminder for first recurrence only' checkbox - static QString i18n_u_first_recurrence_only(); // text of 'Reminder for first recurrence only' checkbox, with 'u' shortcut + static TQString i18n_first_recurrence_only(); // plain text of 'Reminder for first recurrence only' checkbox + static TQString i18n_u_first_recurrence_only(); // text of 'Reminder for first recurrence only' checkbox, with 'u' shortcut protected slots: void slotReminderToggled(bool); |