diff options
Diffstat (limited to 'src/cpufreqd/cpufreqd.h')
-rw-r--r-- | src/cpufreqd/cpufreqd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpufreqd/cpufreqd.h b/src/cpufreqd/cpufreqd.h index a3379be..490f94f 100644 --- a/src/cpufreqd/cpufreqd.h +++ b/src/cpufreqd/cpufreqd.h @@ -32,7 +32,7 @@ #include <stdint.h> class CPUFreqd: public TQObject { - Q_OBJECT + TQ_OBJECT public: |