summaryrefslogtreecommitdiffstats
path: root/knights/tabgrip.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/tabgrip.h
parent545e0f49fced881b1c3157b466791143fcf8de9a (diff)
downloadknights-9463227e904ef0ef8d243a2b69fa1882a470454a.tar.gz
knights-9463227e904ef0ef8d243a2b69fa1882a470454a.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'knights/tabgrip.h')
-rw-r--r--knights/tabgrip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/tabgrip.h b/knights/tabgrip.h
index 3ce66ad..41dde34 100644
--- a/knights/tabgrip.h
+++ b/knights/tabgrip.h
@@ -27,7 +27,7 @@
class TabGrip : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
TabGrip(TQWidget *parent=0, const char *name=0);
~TabGrip();