From bc6061ff9e83d8032611908039c3b399aedabf88 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:06:19 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kpoker/betbox.h | 2 +- kpoker/kpaint.h | 4 ++-- kpoker/kpoker.h | 2 +- kpoker/newgamedlg.h | 2 +- kpoker/optionsdlg.h | 2 +- kpoker/playerbox.h | 2 +- kpoker/top.h | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'kpoker') 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: -- cgit v1.2.3