diff options
Diffstat (limited to 'libksirtet/common/ai.h')
-rw-r--r-- | libksirtet/common/ai.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libksirtet/common/ai.h b/libksirtet/common/ai.h index 6cec5093..fb8575a1 100644 --- a/libksirtet/common/ai.h +++ b/libksirtet/common/ai.h @@ -40,7 +40,7 @@ class LIBKSIRTET_EXPORT AIPiece //----------------------------------------------------------------------------- class LIBKSIRTET_EXPORT AI : public TQObject { - Q_OBJECT + TQ_OBJECT public: struct Data { @@ -106,7 +106,7 @@ class LIBKSIRTET_EXPORT AI : public TQObject //----------------------------------------------------------------------------- class LIBKSIRTET_EXPORT AIConfig : public TQWidget { - Q_OBJECT + TQ_OBJECT public: AIConfig(const TQValueVector<AI::Element> &elements); |