summaryrefslogtreecommitdiffstats
path: root/kpoker
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 /kpoker
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 'kpoker')
-rw-r--r--kpoker/betbox.h2
-rw-r--r--kpoker/kpaint.h4
-rw-r--r--kpoker/kpoker.h2
-rw-r--r--kpoker/newgamedlg.h2
-rw-r--r--kpoker/optionsdlg.h2
-rw-r--r--kpoker/playerbox.h2
-rw-r--r--kpoker/top.h2
7 files changed, 8 insertions, 8 deletions
diff --git a/kpoker/betbox.h b/kpoker/betbox.h
index 2fbb892c..37bee0b2 100644
--- a/kpoker/betbox.h
+++ b/kpoker/betbox.h
@@ -32,7 +32,7 @@ class TQPushButton;
**/
class BetBox : public TQGroupBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpoker/kpaint.h b/kpoker/kpaint.h
index 119a2ba9..a003339d 100644
--- a/kpoker/kpaint.h
+++ b/kpoker/kpaint.h
@@ -35,7 +35,7 @@ class TQLabel;
class CardImages : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -66,7 +66,7 @@ class CardImages : public TQWidget
**/
class CardWidget : public TQPushButton
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpoker/kpoker.h b/kpoker/kpoker.h
index d15e7814..0d158f9a 100644
--- a/kpoker/kpoker.h
+++ b/kpoker/kpoker.h
@@ -169,7 +169,7 @@ public:
class kpok : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpoker/newgamedlg.h b/kpoker/newgamedlg.h
index 05df1a31..46440095 100644
--- a/kpoker/newgamedlg.h
+++ b/kpoker/newgamedlg.h
@@ -38,7 +38,7 @@ class TQComboBox;
**/
class NewGameDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpoker/optionsdlg.h b/kpoker/optionsdlg.h
index c9fcb908..3109fa9e 100644
--- a/kpoker/optionsdlg.h
+++ b/kpoker/optionsdlg.h
@@ -38,7 +38,7 @@ class KIntNumInput;
**/
class OptionsDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpoker/playerbox.h b/kpoker/playerbox.h
index 755bcb1f..652d86a3 100644
--- a/kpoker/playerbox.h
+++ b/kpoker/playerbox.h
@@ -31,7 +31,7 @@ class CardWidget;
class PlayerBox : public TQGroupBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kpoker/top.h b/kpoker/top.h
index 9653e955..750bfb97 100644
--- a/kpoker/top.h
+++ b/kpoker/top.h
@@ -29,7 +29,7 @@ class kpok;
class PokerWindow : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public: