summaryrefslogtreecommitdiffstats
path: root/klaptopdaemon/profile.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:52:55 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:52:55 +0000
commit5f5ee2367157176ed223b86343eb0a9e4022e020 (patch)
tree6a9c87f14ee38e90eff3c77c784f14e4f38fd5a1 /klaptopdaemon/profile.h
parent4facf42feec57b22dcf46badc115ad6c5b5cc512 (diff)
downloadtdeutils-5f5ee2367157176ed223b86343eb0a9e4022e020.tar.gz
tdeutils-5f5ee2367157176ed223b86343eb0a9e4022e020.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'klaptopdaemon/profile.h')
-rw-r--r--klaptopdaemon/profile.h14
1 files changed, 7 insertions, 7 deletions
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 <kcmodule.h>
-#include <qstring.h>
+#include <tqstring.h>
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;