From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kalarm/reminder.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kalarm/reminder.h') diff --git a/kalarm/reminder.h b/kalarm/reminder.h index 1403621d..2470a0c3 100644 --- a/kalarm/reminder.h +++ b/kalarm/reminder.h @@ -21,7 +21,7 @@ #ifndef REMINDER_H #define REMINDER_H -#include +#include 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); -- cgit v1.2.3