summaryrefslogtreecommitdiffstats
path: root/knights/proto_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'knights/proto_base.h')
-rw-r--r--knights/proto_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/proto_base.h b/knights/proto_base.h
index 7edb3d3..4110d5c 100644
--- a/knights/proto_base.h
+++ b/knights/proto_base.h
@@ -31,7 +31,7 @@ typedef TQValueList<Command> CommandList;
class proto_base : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
proto_base( const int ID );