summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmacanvasgroup.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:25 -0600
commitd5da3c1493156c34a266894b58c026fb8992e448 (patch)
tree71a8d8d095503ba938d0e4accfeb89c427238237 /src/kbfxplasmacanvasgroup.h
parent31c3dd003947c90b1337c0dd4fff72dc16d7a290 (diff)
downloadkbfx-d5da3c1493156c34a266894b58c026fb8992e448.tar.gz
kbfx-d5da3c1493156c34a266894b58c026fb8992e448.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kbfxplasmacanvasgroup.h')
-rw-r--r--src/kbfxplasmacanvasgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxplasmacanvasgroup.h b/src/kbfxplasmacanvasgroup.h
index 5ee60be..5d69e6c 100644
--- a/src/kbfxplasmacanvasgroup.h
+++ b/src/kbfxplasmacanvasgroup.h
@@ -33,7 +33,7 @@ class KbfxPlasmaCanvasGroup:public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
typedef TQPtrList<KbfxPlasmaCanvasAbstractItem> ItemList;
typedef TQPtrListIterator<KbfxPlasmaCanvasAbstractItem> ItemListIter;