summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/deb/kfile_deb.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:47 -0600
commit2976f05958ecafaa1cfe53d277e6af31844ac93d (patch)
tree0853b206cd3e3e47014817f608629e8b30d56644 /kfile-plugins/deb/kfile_deb.h
parentac85c14633b8cb843e32a36191d87b3b22490c15 (diff)
downloadtdeadmin-2976f05958ecafaa1cfe53d277e6af31844ac93d.tar.gz
tdeadmin-2976f05958ecafaa1cfe53d277e6af31844ac93d.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kfile-plugins/deb/kfile_deb.h')
-rw-r--r--kfile-plugins/deb/kfile_deb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/deb/kfile_deb.h b/kfile-plugins/deb/kfile_deb.h
index ea596cb..48446e0 100644
--- a/kfile-plugins/deb/kfile_deb.h
+++ b/kfile-plugins/deb/kfile_deb.h
@@ -27,7 +27,7 @@ class TQStringList;
class KDebPlugin: public KFilePlugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
KDebPlugin( TQObject *parent, const char *name, const TQStringList& args );