summaryrefslogtreecommitdiffstats
path: root/knights/pgn.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/pgn.h
parent545e0f49fced881b1c3157b466791143fcf8de9a (diff)
downloadknights-9463227e904ef0ef8d243a2b69fa1882a470454a.tar.gz
knights-9463227e904ef0ef8d243a2b69fa1882a470454a.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'knights/pgn.h')
-rw-r--r--knights/pgn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/pgn.h b/knights/pgn.h
index a2dc58d..650c053 100644
--- a/knights/pgn.h
+++ b/knights/pgn.h
@@ -51,7 +51,7 @@ class tab_pgnView;
class pgn : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/* Standard PGN Tags */
TQString TAG_Event;