diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 20:48:23 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-04 20:48:23 +0000 |
commit | 383adc283801b6238d8acfc750890613a63f8060 (patch) | |
tree | af3a65389067c05263db2ef4551a541501422998 /src/cpufreqd/cpufreqdconnection.h | |
parent | da7847adb43726079c7a4be1f06acbebe0bdde57 (diff) | |
download | kima-383adc283801b6238d8acfc750890613a63f8060.tar.gz kima-383adc283801b6238d8acfc750890613a63f8060.zip |
TQt4 port kima
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kima@1239290 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/cpufreqd/cpufreqdconnection.h')
-rw-r--r-- | src/cpufreqd/cpufreqdconnection.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cpufreqd/cpufreqdconnection.h b/src/cpufreqd/cpufreqdconnection.h index 4f15ad8..28ab2bc 100644 --- a/src/cpufreqd/cpufreqdconnection.h +++ b/src/cpufreqd/cpufreqdconnection.h @@ -20,7 +20,7 @@ #ifndef CPUFREQDCONNECTION_H #define CPUFREQDCONNECTION_H -#include <qstring.h> +#include <tqstring.h> #include <stdint.h> /* Excerpt from cpufreqd_remote.h (cpufreqd-2.0.0) @@ -29,7 +29,7 @@ * Hrvoje Zeba <hrvoje@boo.mi2.hr> * * Format: - * it is an uint32_t used as bitmask + * it is an uint32_t used as bittqmask * * 31-16 15-0 * <command> <arguments> @@ -62,7 +62,7 @@ class CPUFreqdConnection{ bool lookup(); private: - QString m_socket; + TQString m_socket; int m_fd; }; |