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/repetition.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/repetition.h')
-rw-r--r-- | kalarm/repetition.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kalarm/repetition.h b/kalarm/repetition.h index 64837b875..c8a32ce88 100644 --- a/kalarm/repetition.h +++ b/kalarm/repetition.h @@ -21,7 +21,7 @@ #ifndef REPETITION_H #define REPETITION_H -#include <qpushbutton.h> +#include <tqpushbutton.h> #include <kdialogbase.h> class ButtonGroup; @@ -36,7 +36,7 @@ class RepetitionButton : public QPushButton { Q_OBJECT public: - RepetitionButton(const QString& caption, bool waitForInitialisation, QWidget* parent, const char* name = 0); + RepetitionButton(const TQString& caption, bool waitForInitialisation, TQWidget* parent, const char* name = 0); void set(int interval, int count); void set(int interval, int count, bool dateOnly, int maxDuration = -1); void initialise(int interval, int count, bool dateOnly, int maxDuration = -1); // use only after needsInitialisation() signal @@ -71,7 +71,7 @@ class RepetitionDlg : public KDialogBase { Q_OBJECT public: - RepetitionDlg(const QString& caption, bool readOnly, QWidget* parent = 0, const char* name = 0); + RepetitionDlg(const TQString& caption, bool readOnly, TQWidget* parent = 0, const char* name = 0); void setReadOnly(bool); void set(int interval, int count, bool dateOnly = false, int maxDuration = -1); int interval() const; // get the interval between repetitions, in minutes |