diff options
Diffstat (limited to 'kfouleggs')
-rw-r--r-- | kfouleggs/ai.h | 2 | ||||
-rw-r--r-- | kfouleggs/board.h | 2 | ||||
-rw-r--r-- | kfouleggs/field.h | 2 | ||||
-rw-r--r-- | kfouleggs/main.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kfouleggs/ai.h b/kfouleggs/ai.h index 1f8c1365..b1a3afeb 100644 --- a/kfouleggs/ai.h +++ b/kfouleggs/ai.h @@ -6,7 +6,7 @@ class FEAI : public AI { - Q_OBJECT + TQ_OBJECT public: diff --git a/kfouleggs/board.h b/kfouleggs/board.h index fdd0df02..8d70d95e 100644 --- a/kfouleggs/board.h +++ b/kfouleggs/board.h @@ -6,7 +6,7 @@ class FEBoard : public Board { - Q_OBJECT + TQ_OBJECT public: FEBoard(bool graphic, TQWidget *parent); diff --git a/kfouleggs/field.h b/kfouleggs/field.h index 5e9ae69f..de043738 100644 --- a/kfouleggs/field.h +++ b/kfouleggs/field.h @@ -7,7 +7,7 @@ class FEField : public Field { - Q_OBJECT + TQ_OBJECT public: FEField(TQWidget *parent); diff --git a/kfouleggs/main.h b/kfouleggs/main.h index a844ae71..d4526a35 100644 --- a/kfouleggs/main.h +++ b/kfouleggs/main.h @@ -26,7 +26,7 @@ class FEFactory : public CommonFactory //----------------------------------------------------------------------------- class FEMainWindow : public MainWindow { - Q_OBJECT + TQ_OBJECT public: FEMainWindow() { init(); } |