summaryrefslogtreecommitdiffstats
path: root/klaptopdaemon/daemon_state.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-23 01:42:07 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-23 01:42:07 +0000
commita2277b6bc715464e83882b90c2a058139b8a6b54 (patch)
treeab09b14014f59b4d8e2ddd12226aa0b22e4dfc5d /klaptopdaemon/daemon_state.h
parentd3f79e04b34bd1f70a458b81b28fc8799498c8dc (diff)
downloadtdeutils-a2277b6bc715464e83882b90c2a058139b8a6b54.tar.gz
tdeutils-a2277b6bc715464e83882b90c2a058139b8a6b54.zip
TQt4 port kdeutils
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1238125 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'klaptopdaemon/daemon_state.h')
-rw-r--r--klaptopdaemon/daemon_state.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/klaptopdaemon/daemon_state.h b/klaptopdaemon/daemon_state.h
index 3a0e4b3..a219c0a 100644
--- a/klaptopdaemon/daemon_state.h
+++ b/klaptopdaemon/daemon_state.h
@@ -56,9 +56,9 @@ public:
int power_action[2]; // what to do when this action is triggered
int power_brightness[2]; // which brightness level to switch to
bool power_brightness_enabled[2]; // and whether to switch
- QString power_performance[2]; // which performance level to switch to
+ TQString power_performance[2]; // which performance level to switch to
bool power_performance_enabled[2]; // and whether to switch
- QString power_throttle[2]; // which throttling level to switch to
+ TQString power_throttle[2]; // which throttling level to switch to
bool power_throttle_enabled[2]; // and whether to switch
bool lav_enabled[2]; // check LAV first
float lav_val[2]; // don't act if higher than this
@@ -81,9 +81,9 @@ public:
bool do_brightness[2];
int val_brightness[2];
bool do_performance[2];
- QString val_performance[2];
+ TQString val_performance[2];
bool do_throttle[2];
- QString val_throttle[2];
+ TQString val_throttle[2];
bool time_based_action_low, time_based_action_critical;
int low[4];
int poll; // how often to pol