summaryrefslogtreecommitdiffstats
path: root/kspaceduel
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 10:15:49 +0900
commit1d0e7307b157b3d63d402c17b0ffb07bf3a7eb57 (patch)
treebbbb22f065ffc1a984d8ae889a7de8a5bb27e7a4 /kspaceduel
parent15f92066f51b7a50f516a10f63344497fef633cc (diff)
downloadtdegames-1d0e7307b157b3d63d402c17b0ffb07bf3a7eb57.tar.gz
tdegames-1d0e7307b157b3d63d402c17b0ffb07bf3a7eb57.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bc6061ff9e83d8032611908039c3b399aedabf88)
Diffstat (limited to 'kspaceduel')
-rw-r--r--kspaceduel/dialogs.h4
-rw-r--r--kspaceduel/mainview.h2
-rw-r--r--kspaceduel/playerinfo.h2
-rw-r--r--kspaceduel/topwidget.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/kspaceduel/dialogs.h b/kspaceduel/dialogs.h
index 4b1fc884..19bb353a 100644
--- a/kspaceduel/dialogs.h
+++ b/kspaceduel/dialogs.h
@@ -17,7 +17,7 @@ class TQCheckBox;
class ConfigSetup:public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
ConfigSetup(SConfig *custom,TQWidget *parent=0,const char* name=0);
@@ -79,7 +79,7 @@ private:
class SettingsDialog : public TDEConfigDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
SettingsDialog(SConfig *customConfig, TQWidget *parent=0, const char *name=0);
diff --git a/kspaceduel/mainview.h b/kspaceduel/mainview.h
index f39e3134..0515dfc7 100644
--- a/kspaceduel/mainview.h
+++ b/kspaceduel/mainview.h
@@ -18,7 +18,7 @@ class Ai;
class MyMainView:public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
MyMainView(TQWidget *parent=0);
diff --git a/kspaceduel/playerinfo.h b/kspaceduel/playerinfo.h
index 780a974f..5668889e 100644
--- a/kspaceduel/playerinfo.h
+++ b/kspaceduel/playerinfo.h
@@ -9,7 +9,7 @@ class TQPixmap;
class PlayerInfo:public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
PlayerInfo(int pnr,TQWidget *parent=0,const char *name=0);
diff --git a/kspaceduel/topwidget.h b/kspaceduel/topwidget.h
index 6b3c475f..0042a8de 100644
--- a/kspaceduel/topwidget.h
+++ b/kspaceduel/topwidget.h
@@ -8,7 +8,7 @@ class MyMainView;
class MyTopLevelWidget:public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
MyTopLevelWidget();