summaryrefslogtreecommitdiffstats
path: root/src/cpufreqd
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 15:59:41 -0600
committerTimothy Pearson <[email protected]>2012-02-17 15:59:41 -0600
commitb9e61d65a03e2fbbe4a7edfc0b1d3ce9d19754da (patch)
tree8837ae519743ef3e61f022eaca3ed38ada7f4880 /src/cpufreqd
parentb8b43c222457131639df00d9d5bc15a1aeb318cd (diff)
downloadkima-b9e61d65a03e2fbbe4a7edfc0b1d3ce9d19754da.tar.gz
kima-b9e61d65a03e2fbbe4a7edfc0b1d3ce9d19754da.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/cpufreqd')
-rw-r--r--src/cpufreqd/cpufreqd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpufreqd/cpufreqd.h b/src/cpufreqd/cpufreqd.h
index dc0a67b..a3379be 100644
--- a/src/cpufreqd/cpufreqd.h
+++ b/src/cpufreqd/cpufreqd.h
@@ -33,7 +33,7 @@
class CPUFreqd: public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
CPUFreqd();