summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:31:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:31:25 +0900
commit33f3a92cf009c0d343807cd7452e4a0fb589f883 (patch)
tree438e54e4f3d36cbc936c906316e014fcf573246c
parentc5d4aead4fd19e1c826f23a3da95b9f9a325bf40 (diff)
downloadkcpuload-33f3a92c.tar.gz
kcpuload-33f3a92c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/icontoggleaction.h2
-rw-r--r--src/kcpuload.h2
-rw-r--r--src/speeddialog.h2
-rw-r--r--src/statdock.h2
-rw-r--r--src/statpopup.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/icontoggleaction.h b/src/icontoggleaction.h
index c54f120..0c8db9d 100644
--- a/src/icontoggleaction.h
+++ b/src/icontoggleaction.h
@@ -21,7 +21,7 @@
* different states.
*/
class IconToggleAction : public TDEToggleAction {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/kcpuload.h b/src/kcpuload.h
index 892d7db..64c2032 100644
--- a/src/kcpuload.h
+++ b/src/kcpuload.h
@@ -23,7 +23,7 @@ class TDEToggleAction;
* The specific pop-up window used by KCPULoad.
*/
class KCPULoad : public StatPopup {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/speeddialog.h b/src/speeddialog.h
index 66b4380..475ab70 100644
--- a/src/speeddialog.h
+++ b/src/speeddialog.h
@@ -20,7 +20,7 @@
* A dialog used to select the update speed for a StatPopup.
*/
class SpeedDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/statdock.h b/src/statdock.h
index 1fb0552..7f6a8d6 100644
--- a/src/statdock.h
+++ b/src/statdock.h
@@ -33,7 +33,7 @@ class StatPopup;
* all of the actions in this window's context menu.
*/
class StatDock : public KSystemTray {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/statpopup.h b/src/statpopup.h
index 1b158a6..c925df1 100644
--- a/src/statpopup.h
+++ b/src/statpopup.h
@@ -48,7 +48,7 @@ class StatDock;
* window.
*/
class StatPopup : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public: