diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:25:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:25:18 +0000 |
commit | aa3a1ca934bc541bddd3fa136a85f106f7da266e (patch) | |
tree | 9ad0b795aed8fa4ac30c2fe0fd1aacb8175714c0 /kcron/ktvariable.h | |
parent | b10cf7066791a2f362495890cd50c984e8025412 (diff) | |
download | tdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.tar.gz tdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcron/ktvariable.h')
-rw-r--r-- | kcron/ktvariable.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kcron/ktvariable.h b/kcron/ktvariable.h index eb5eb57..7870ef3 100644 --- a/kcron/ktvariable.h +++ b/kcron/ktvariable.h @@ -16,10 +16,10 @@ #include <config.h> #endif -#include <qlabel.h> -#include <qlineedit.h> -#include <qcombobox.h> -#include <qcheckbox.h> +#include <tqlabel.h> +#include <tqlineedit.h> +#include <tqcombobox.h> +#include <tqcheckbox.h> #include <kdialogbase.h> @@ -39,7 +39,7 @@ public: /** * Initialize from CTVariable. */ - KTVariable(CTVariable* _ctvar = 0, const QString &_caption=""); + KTVariable(CTVariable* _ctvar = 0, const TQString &_caption=""); /** * Destroy. @@ -67,18 +67,18 @@ private: // Widgets. - QLabel* labIcon; + TQLabel* labIcon; - QLabel* labVariable; - QComboBox* cmbVariable; + TQLabel* labVariable; + TQComboBox* cmbVariable; - QLabel* labValue; - QLineEdit* leValue; + TQLabel* labValue; + TQLineEdit* leValue; - QLabel* labComment; + TQLabel* labComment; KTextEdit* teComment; - QCheckBox* chkEnabled; + TQCheckBox* chkEnabled; }; #endif // KTVARIABLE_H |