diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:06:19 +0900 |
commit | bc6061ff9e83d8032611908039c3b399aedabf88 (patch) | |
tree | 6a433a040d0194af8a686f67d819297ea19c0b3d /kpoker | |
parent | 8d5c10dd092d5429179276a52225d419a25a9197 (diff) | |
download | tdegames-bc6061ff9e83d8032611908039c3b399aedabf88.tar.gz tdegames-bc6061ff9e83d8032611908039c3b399aedabf88.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpoker')
-rw-r--r-- | kpoker/betbox.h | 2 | ||||
-rw-r--r-- | kpoker/kpaint.h | 4 | ||||
-rw-r--r-- | kpoker/kpoker.h | 2 | ||||
-rw-r--r-- | kpoker/newgamedlg.h | 2 | ||||
-rw-r--r-- | kpoker/optionsdlg.h | 2 | ||||
-rw-r--r-- | kpoker/playerbox.h | 2 | ||||
-rw-r--r-- | kpoker/top.h | 2 |
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: |