diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2013-08-21 21:31:42 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2013-08-21 21:31:42 +0200 |
| commit | dc35d8eaac302891fa34128d0e2e148b4c409544 (patch) | |
| tree | 7e7196abc428ea90299b38bde8b04ca24bb1c948 /src/progpreferences.h | |
| parent | e6a44e6a474364c8743c97cd87dcf0b47879324f (diff) | |
| download | klcddimmer-dc35d8eaac302891fa34128d0e2e148b4c409544.tar.gz klcddimmer-dc35d8eaac302891fa34128d0e2e148b4c409544.zip | |
Initial TQt conversion
Diffstat (limited to 'src/progpreferences.h')
| -rw-r--r-- | src/progpreferences.h | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/src/progpreferences.h b/src/progpreferences.h index aceaf95..9d1fa9e 100644 --- a/src/progpreferences.h +++ b/src/progpreferences.h @@ -10,52 +10,52 @@ #ifndef PROGPREFERENCES_H #define PROGPREFERENCES_H -#include <qvariant.h> -#include <qwidget.h> +#include <ntqvariant.h> +#include <ntqwidget.h> -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QSpacerItem; -class QLabel; -class QLineEdit; +class TQVBoxLayout; +class TQHBoxLayout; +class TQGridLayout; +class TQSpacerItem; +class TQLabel; +class TQLineEdit; class KIntNumInput; -class QCheckBox; +class TQCheckBox; -class ProgPreferences : public QWidget +class ProgPreferences : public TQWidget { Q_OBJECT public: - ProgPreferences( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + ProgPreferences( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~ProgPreferences(); - QLabel* textLabel1; - QLineEdit* kcfg_Program; - QLabel* textLabel2; - QLineEdit* kcfg_SetArgument; - QLabel* textLabel2_2; - QLineEdit* kcfg_GetArgument; - QLabel* textLabel3; + TQLabel* textLabel1; + TQLineEdit* kcfg_Program; + TQLabel* textLabel2; + TQLineEdit* kcfg_SetArgument; + TQLabel* textLabel2_2; + TQLineEdit* kcfg_GetArgument; + TQLabel* textLabel3; KIntNumInput* kcfg_MinValue; - QLabel* textLabel3_2; + TQLabel* textLabel3_2; KIntNumInput* kcfg_MaxValue; - QLabel* textLabel3_2_2; + TQLabel* textLabel3_2_2; KIntNumInput* kcfg_Step; - QCheckBox* kcfg_SaveCurrent; + TQCheckBox* kcfg_SaveCurrent; protected: - QGridLayout* ProgPreferencesLayout; - QVBoxLayout* layout11; - QHBoxLayout* layout2; - QHBoxLayout* layout3; - QHBoxLayout* layout3_2; - QHBoxLayout* layout7; - QSpacerItem* spacer1; - QHBoxLayout* layout7_2; - QSpacerItem* spacer1_2; - QHBoxLayout* layout7_2_2; - QSpacerItem* spacer1_2_2; + TQGridLayout* ProgPreferencesLayout; + TQVBoxLayout* layout11; + TQHBoxLayout* layout2; + TQHBoxLayout* layout3; + TQHBoxLayout* layout3_2; + TQHBoxLayout* layout7; + TQSpacerItem* spacer1; + TQHBoxLayout* layout7_2; + TQSpacerItem* spacer1_2; + TQHBoxLayout* layout7_2_2; + TQSpacerItem* spacer1_2_2; protected slots: virtual void languageChange(); |
