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