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