summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/deb/kfile_deb.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/deb/kfile_deb.h')
-rw-r--r--kfile-plugins/deb/kfile_deb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kfile-plugins/deb/kfile_deb.h b/kfile-plugins/deb/kfile_deb.h
index 8b374b9..14b80a9 100644
--- a/kfile-plugins/deb/kfile_deb.h
+++ b/kfile-plugins/deb/kfile_deb.h
@@ -27,9 +27,10 @@ class TQStringList;
class KDebPlugin: public KFilePlugin
{
Q_OBJECT
+ TQ_OBJECT
public:
- KDebPlugin( TQObject *parent, const char *name, const TQStringList& args );
+ KDebPlugin( TQObject *tqparent, const char *name, const TQStringList& args );
virtual bool readInfo( KFileMetaInfo& info, uint what);