summaryrefslogtreecommitdiffstats
path: root/kfile-plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:10 -0600
commitffd0ac254d89d0c2b1f233d2a41a9947cad83900 (patch)
tree17fea78f33c77f23515e2206d5f205f89ed030a4 /kfile-plugins
parentc16e1cc60e6a2fe7195a5975318d70d0fdbdac23 (diff)
downloadk3b-ffd0ac254d89d0c2b1f233d2a41a9947cad83900.tar.gz
k3b-ffd0ac254d89d0c2b1f233d2a41a9947cad83900.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kfile-plugins')
-rw-r--r--kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h b/kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h
index 65dd83a..e53ebce 100644
--- a/kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h
+++ b/kfile-plugins/k3bproject/kfile_k3bprojectfileplugin.h
@@ -26,7 +26,7 @@ class TQStringList;
class K3bProjectFilePlugin: public KFilePlugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
K3bProjectFilePlugin( TQObject *parent, const char *name, const TQStringList& args );