summaryrefslogtreecommitdiffstats
path: root/kverbos
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:08 +0900
commitf9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8 (patch)
treecc78f7cd0c52eafa75211faec743bcbac4047491 /kverbos
parent722b8b58ec7c9696be84890045d29e0203d3e20f (diff)
downloadtdeedu-f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8.tar.gz
tdeedu-f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kverbos')
-rw-r--r--kverbos/kverbos/kstartuplogo.h2
-rw-r--r--kverbos/kverbos/kverbos.h2
-rw-r--r--kverbos/kverbos/kverbosdoc.h2
-rw-r--r--kverbos/kverbos/kverbosview.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/kverbos/kverbos/kstartuplogo.h b/kverbos/kverbos/kstartuplogo.h
index 39445dea..a50f19da 100644
--- a/kverbos/kverbos/kstartuplogo.h
+++ b/kverbos/kverbos/kstartuplogo.h
@@ -25,7 +25,7 @@
*/
class TDEStartupLogo : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
TDEStartupLogo(TQWidget *parent=0, const char *name=0);
diff --git a/kverbos/kverbos/kverbos.h b/kverbos/kverbos/kverbos.h
index a052d9ed..0690fd81 100644
--- a/kverbos/kverbos/kverbos.h
+++ b/kverbos/kverbos/kverbos.h
@@ -56,7 +56,7 @@ class KFeederControl;
*/
class KVerbosApp : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
friend class KVerbosView;
diff --git a/kverbos/kverbos/kverbosdoc.h b/kverbos/kverbos/kverbosdoc.h
index 24bbab7b..2541d9cf 100644
--- a/kverbos/kverbos/kverbosdoc.h
+++ b/kverbos/kverbos/kverbosdoc.h
@@ -60,7 +60,7 @@ class KVerbosUser;
*/
class KVerbosDoc : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/kverbos/kverbos/kverbosview.h b/kverbos/kverbos/kverbosview.h
index 2e30d321..ae503d44 100644
--- a/kverbos/kverbos/kverbosview.h
+++ b/kverbos/kverbos/kverbosview.h
@@ -59,7 +59,7 @@
*/
class KVerbosView : public QLernen /*TQWidget*/
{
- Q_OBJECT
+ TQ_OBJECT
public:
/** Constructor for the main view */