diff options
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 <[email protected]> * * 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; }; |