From a2277b6bc715464e83882b90c2a058139b8a6b54 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 23 Jun 2011 01:42:07 +0000 Subject: 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 --- klaptopdaemon/daemon_state.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'klaptopdaemon/daemon_state.h') 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 -- cgit v1.2.1