summaryrefslogtreecommitdiffstats
path: root/knights/proto_xboard.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:01 -0600
commit9463227e904ef0ef8d243a2b69fa1882a470454a (patch)
tree43665db675b7589b89145790a2f68abad75d4b38 /knights/proto_xboard.h
parent545e0f49fced881b1c3157b466791143fcf8de9a (diff)
downloadknights-9463227e904ef0ef8d243a2b69fa1882a470454a.tar.gz
knights-9463227e904ef0ef8d243a2b69fa1882a470454a.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'knights/proto_xboard.h')
-rw-r--r--knights/proto_xboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/proto_xboard.h b/knights/proto_xboard.h
index b5c1d6c..6acdacd 100644
--- a/knights/proto_xboard.h
+++ b/knights/proto_xboard.h
@@ -29,7 +29,7 @@ class TQTimer;
class proto_xboard : public proto_base
{
Q_OBJECT
- TQ_OBJECT
+
public:
proto_xboard( const int ID );
~proto_xboard();