From 5f5ee2367157176ed223b86343eb0a9e4022e020 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:52:55 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- klaptopdaemon/profile.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'klaptopdaemon/profile.h') diff --git a/klaptopdaemon/profile.h b/klaptopdaemon/profile.h index a9a81be..914725a 100644 --- a/klaptopdaemon/profile.h +++ b/klaptopdaemon/profile.h @@ -26,7 +26,7 @@ #define __BRIGHTNESSCONFIG_H__ #include -#include +#include class QWidget; class QSpinBox; @@ -43,7 +43,7 @@ class ProfileConfig : public KCModule { Q_OBJECT public: - ProfileConfig( QWidget *parent=0, const char* name=0); + ProfileConfig( TQWidget *parent=0, const char* name=0); ~ProfileConfig( ); void save( void ); @@ -51,7 +51,7 @@ public: void load(bool useDefaults); void defaults(); - virtual QString quickHelp() const; + virtual TQString quickHelp() const; private slots: @@ -68,11 +68,11 @@ private slots: private: KConfig *config; - QCheckBox *pon, *performance_on, *throttle_on; - QSlider *son; + TQCheckBox *pon, *performance_on, *throttle_on; + TQSlider *son; KComboBox *performance_val_on, *throttle_val_on; - QCheckBox *poff, *performance_off, *throttle_off; - QSlider *soff; + TQCheckBox *poff, *performance_off, *throttle_off; + TQSlider *soff; KComboBox *performance_val_off, *throttle_val_off; -- cgit v1.2.3