summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:55:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:55:39 +0900
commitce5e23562bd87fad061187e168873cbb3277430c (patch)
tree03dc9169af14d53754b9a2ef34a91bd44b6df912
parent4248101dc45f71107f7c633c7e0233389ef31a09 (diff)
downloadkima-ce5e23562bd87fad061187e168873cbb3277430c.tar.gz
kima-ce5e23562bd87fad061187e168873cbb3277430c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/cpufreqd/cpufreqd.h2
-rw-r--r--src/flowlayout.h2
-rw-r--r--src/kima.h2
-rw-r--r--src/sourcelistitem.h2
-rw-r--r--src/sources/acpithermalsrc.h2
-rw-r--r--src/sources/batterysrc.h2
-rw-r--r--src/sources/cpuinfofreqsrc.h2
-rw-r--r--src/sources/hddtempsrc.h2
-rw-r--r--src/sources/hwmonfansrc.h2
-rw-r--r--src/sources/hwmonthermalsrc.h2
-rw-r--r--src/sources/i8ksrc.h2
-rw-r--r--src/sources/ibmacpifansrc.h2
-rw-r--r--src/sources/ibmacpithermalsrc.h2
-rw-r--r--src/sources/ibmhdaps.h2
-rw-r--r--src/sources/ibookg4thermalsrc.h2
-rw-r--r--src/sources/labelsource.h2
-rw-r--r--src/sources/nvidiathermalsrc.h2
-rw-r--r--src/sources/omnibookthermalsrc.h2
-rw-r--r--src/sources/source.h2
-rw-r--r--src/sources/sysfreqsrc.h2
-rw-r--r--src/sources/threadedtrigger.h2
-rw-r--r--src/sources/triggeredsource.h2
-rw-r--r--src/sources/uptimesrc.h2
23 files changed, 23 insertions, 23 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:
diff --git a/src/flowlayout.h b/src/flowlayout.h
index d3bb4d0..abe1c4f 100644
--- a/src/flowlayout.h
+++ b/src/flowlayout.h
@@ -27,7 +27,7 @@ class Source;
class TDEConfig;
class FlowLayout : public TQLayout{
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/kima.h b/src/kima.h
index a86acd5..988d30c 100644
--- a/src/kima.h
+++ b/src/kima.h
@@ -53,7 +53,7 @@ class TQLayoutItem;
@author Ken Werner
*/
class Kima : public KPanelApplet, TQToolTip {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
diff --git a/src/sourcelistitem.h b/src/sourcelistitem.h
index 9b94c8b..41c6dda 100644
--- a/src/sourcelistitem.h
+++ b/src/sourcelistitem.h
@@ -30,7 +30,7 @@
* @author Ken Werner
*/
class SourceListItem : public TQObject, public TQCheckListItem {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/acpithermalsrc.h b/src/sources/acpithermalsrc.h
index 2daffbf..7436feb 100644
--- a/src/sources/acpithermalsrc.h
+++ b/src/sources/acpithermalsrc.h
@@ -31,7 +31,7 @@
* @author Ken Werner
*/
class ACPIThermalSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/batterysrc.h b/src/sources/batterysrc.h
index ec30872..eb214ea 100644
--- a/src/sources/batterysrc.h
+++ b/src/sources/batterysrc.h
@@ -37,7 +37,7 @@ class TDEHardwareDevices;
* @author Ken Werner
*/
class BatterySrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/cpuinfofreqsrc.h b/src/sources/cpuinfofreqsrc.h
index 65ddf7f..70855a4 100644
--- a/src/sources/cpuinfofreqsrc.h
+++ b/src/sources/cpuinfofreqsrc.h
@@ -29,7 +29,7 @@
* CpuinfoFreqSrc reads temperature values from /proc/cpuinfo
*/
class CpuinfoFreqSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/hddtempsrc.h b/src/sources/hddtempsrc.h
index 6ea291b..a01b9bf 100644
--- a/src/sources/hddtempsrc.h
+++ b/src/sources/hddtempsrc.h
@@ -28,7 +28,7 @@
* HDDTempSrc reads temperature of your harddisk provided by hddtemp
*/
class HDDTempSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
/**
diff --git a/src/sources/hwmonfansrc.h b/src/sources/hwmonfansrc.h
index 81cc38e..c6d1050 100644
--- a/src/sources/hwmonfansrc.h
+++ b/src/sources/hwmonfansrc.h
@@ -32,7 +32,7 @@
* see /usr/src/linux/Documentation/hwmon/sysfs-interface
*/
class HwMonFanSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/hwmonthermalsrc.h b/src/sources/hwmonthermalsrc.h
index 25c1c53..deb6a1a 100644
--- a/src/sources/hwmonthermalsrc.h
+++ b/src/sources/hwmonthermalsrc.h
@@ -32,7 +32,7 @@
* see /usr/src/linux/Documentation/hwmon/sysfs-interface
*/
class HwMonThermalSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/i8ksrc.h b/src/sources/i8ksrc.h
index fa0ed3b..b5f3cc9 100644
--- a/src/sources/i8ksrc.h
+++ b/src/sources/i8ksrc.h
@@ -30,7 +30,7 @@
* which is provided by the i8k kernel module.
*/
class I8kSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/ibmacpifansrc.h b/src/sources/ibmacpifansrc.h
index 17b7ab8..eda531e 100644
--- a/src/sources/ibmacpifansrc.h
+++ b/src/sources/ibmacpifansrc.h
@@ -30,7 +30,7 @@
* which is provided by the ibm-acpi kernel module.
*/
class IBMACPIFanSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/ibmacpithermalsrc.h b/src/sources/ibmacpithermalsrc.h
index 48a419c..0048d1a 100644
--- a/src/sources/ibmacpithermalsrc.h
+++ b/src/sources/ibmacpithermalsrc.h
@@ -30,7 +30,7 @@
* which is provided by the ibm-acpi kernel module.
*/
class IBMACPIThermalSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/ibmhdaps.h b/src/sources/ibmhdaps.h
index 428463a..4711a88 100644
--- a/src/sources/ibmhdaps.h
+++ b/src/sources/ibmhdaps.h
@@ -32,7 +32,7 @@
* @author Ken Werner
*/
class IBMHDAPSSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/ibookg4thermalsrc.h b/src/sources/ibookg4thermalsrc.h
index cac4362..2c411cf 100644
--- a/src/sources/ibookg4thermalsrc.h
+++ b/src/sources/ibookg4thermalsrc.h
@@ -33,7 +33,7 @@
* It may work on other Apple machines as well (please let me know)
*/
class IbookG4ThermalSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/labelsource.h b/src/sources/labelsource.h
index 8f711f2..6395da7 100644
--- a/src/sources/labelsource.h
+++ b/src/sources/labelsource.h
@@ -31,7 +31,7 @@ class TQLabel;
* @author Ken Werner
*/
class LabelSource : public TriggeredSource{
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/nvidiathermalsrc.h b/src/sources/nvidiathermalsrc.h
index 0b047c7..318c157 100644
--- a/src/sources/nvidiathermalsrc.h
+++ b/src/sources/nvidiathermalsrc.h
@@ -32,7 +32,7 @@ class KProcIO;
* @author Ken Werner
*/
class NVidiaThermalSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/omnibookthermalsrc.h b/src/sources/omnibookthermalsrc.h
index 147564a..3571bb6 100644
--- a/src/sources/omnibookthermalsrc.h
+++ b/src/sources/omnibookthermalsrc.h
@@ -30,7 +30,7 @@
* which is provided by the omnibook kernel module.
*/
class OmnibookThermalSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/source.h b/src/sources/source.h
index e938297..410c8bd 100644
--- a/src/sources/source.h
+++ b/src/sources/source.h
@@ -33,7 +33,7 @@ class TQVBoxLayout;
* @author Ken Werner
*/
class Source : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/sysfreqsrc.h b/src/sources/sysfreqsrc.h
index 78cbb51..7e21c72 100644
--- a/src/sources/sysfreqsrc.h
+++ b/src/sources/sysfreqsrc.h
@@ -29,7 +29,7 @@
* SysFreqSrc reads frequency values from /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
*/
class SysFreqSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/threadedtrigger.h b/src/sources/threadedtrigger.h
index 058a53a..2b3aa8d 100644
--- a/src/sources/threadedtrigger.h
+++ b/src/sources/threadedtrigger.h
@@ -35,7 +35,7 @@
* @author Ken Werner
*/
class ThreadedTrigger : public TQObject, TQThread{
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/triggeredsource.h b/src/sources/triggeredsource.h
index 3747bbc..6ee02b1 100644
--- a/src/sources/triggeredsource.h
+++ b/src/sources/triggeredsource.h
@@ -30,7 +30,7 @@
* @author Ken Werner
*/
class TriggeredSource : public Source{
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**
diff --git a/src/sources/uptimesrc.h b/src/sources/uptimesrc.h
index eb78ec5..b47f356 100644
--- a/src/sources/uptimesrc.h
+++ b/src/sources/uptimesrc.h
@@ -30,7 +30,7 @@
* which is provided by the ibm-acpi kernel module.
*/
class UptimeSrc : public LabelSource {
- Q_OBJECT
+ TQ_OBJECT
//macro which activates signals and slots (moc)
public:
/**