From aa3a1ca934bc541bddd3fa136a85f106f7da266e Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:25:18 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcron/ktvariable.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kcron/ktvariable.h') 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 #endif -#include -#include -#include -#include +#include +#include +#include +#include #include @@ -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 -- cgit v1.2.1