summaryrefslogtreecommitdiffstats
path: root/kbfxlib/data
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 /kbfxlib/data
parent31c3dd003947c90b1337c0dd4fff72dc16d7a290 (diff)
downloadkbfx-d5da3c1493156c34a266894b58c026fb8992e448.tar.gz
kbfx-d5da3c1493156c34a266894b58c026fb8992e448.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kbfxlib/data')
-rw-r--r--kbfxlib/data/kbfxplasmapluginloader.h2
-rw-r--r--kbfxlib/data/kbfxplugin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kbfxlib/data/kbfxplasmapluginloader.h b/kbfxlib/data/kbfxplasmapluginloader.h
index 346be7f..eea68ab 100644
--- a/kbfxlib/data/kbfxplasmapluginloader.h
+++ b/kbfxlib/data/kbfxplasmapluginloader.h
@@ -31,7 +31,7 @@
class KbfxPlasmaPluginLoader:public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
typedef TQMap<TQString,KbfxPlugin*> PluginMap;
diff --git a/kbfxlib/data/kbfxplugin.h b/kbfxlib/data/kbfxplugin.h
index 72031a0..86d47d0 100644
--- a/kbfxlib/data/kbfxplugin.h
+++ b/kbfxlib/data/kbfxplugin.h
@@ -38,7 +38,7 @@ class KbfxPlugin:public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
KbfxPlugin();