diff options
Diffstat (limited to 'kreversi')
-rw-r--r-- | kreversi/board.h | 2 | ||||
-rw-r--r-- | kreversi/kreversi.h | 2 | ||||
-rw-r--r-- | kreversi/kzoommainwindow.h | 2 | ||||
-rw-r--r-- | kreversi/qreversigame.h | 2 | ||||
-rw-r--r-- | kreversi/qreversigameview.h | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/kreversi/board.h b/kreversi/board.h index b68c94c1..bf87bdbc 100644 --- a/kreversi/board.h +++ b/kreversi/board.h @@ -55,7 +55,7 @@ class QReversiGame; // class QReversiBoardView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/kreversi/kreversi.h b/kreversi/kreversi.h index f8fbaf9e..5d14a501 100644 --- a/kreversi/kreversi.h +++ b/kreversi/kreversi.h @@ -58,7 +58,7 @@ class TDEAction; class KReversi : public KZoomMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kreversi/kzoommainwindow.h b/kreversi/kzoommainwindow.h index 5b79ad9a..806acf87 100644 --- a/kreversi/kzoommainwindow.h +++ b/kreversi/kzoommainwindow.h @@ -46,7 +46,7 @@ class TDEToggleAction; class KZoomMainWindow : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: /** Constructor. */ diff --git a/kreversi/qreversigame.h b/kreversi/qreversigame.h index 050b790d..bbfb4467 100644 --- a/kreversi/qreversigame.h +++ b/kreversi/qreversigame.h @@ -63,7 +63,7 @@ class TDEConfig; // class QReversiGame : public TQObject, public Game { - Q_OBJECT + TQ_OBJECT public: diff --git a/kreversi/qreversigameview.h b/kreversi/qreversigameview.h index e6ecf0fa..e7198d5c 100644 --- a/kreversi/qreversigameview.h +++ b/kreversi/qreversigameview.h @@ -57,7 +57,7 @@ class QReversiGame; class StatusWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -77,7 +77,7 @@ private: // The main game view class QReversiGameView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: |