diff options
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 |