diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /kalarm/reminder.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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); |