diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:59:25 -0600 |
commit | d5da3c1493156c34a266894b58c026fb8992e448 (patch) | |
tree | 71a8d8d095503ba938d0e4accfeb89c427238237 /src/kbfxplasmaindexitem.h | |
parent | 31c3dd003947c90b1337c0dd4fff72dc16d7a290 (diff) | |
download | kbfx-d5da3c1493156c34a266894b58c026fb8992e448.tar.gz kbfx-d5da3c1493156c34a266894b58c026fb8992e448.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kbfxplasmaindexitem.h')
-rw-r--r-- | src/kbfxplasmaindexitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxplasmaindexitem.h b/src/kbfxplasmaindexitem.h index ec77faf..2157438 100644 --- a/src/kbfxplasmaindexitem.h +++ b/src/kbfxplasmaindexitem.h @@ -27,7 +27,7 @@ class KbfxPlasmaIndexItem : public KbfxPlasmaCanvasAbstractItem { Q_OBJECT - TQ_OBJECT + public: |