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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/ico/kfile_ico.h b/kfile-plugins/ico/kfile_ico.h
index e06e8094..b354fe22 100644
--- a/kfile-plugins/ico/kfile_ico.h
+++ b/kfile-plugins/ico/kfile_ico.h
@@ -22,14 +22,14 @@
#include <kfilemetainfo.h>
-class QStringList;
+class TQStringList;
class KIcoPlugin: public KFilePlugin
{
Q_OBJECT
public:
- KIcoPlugin( QObject *parent, const char *name, const QStringList& args );
+ KIcoPlugin( TQObject *parent, const char *name, const TQStringList& args );
virtual bool readInfo( KFileMetaInfo& info, uint what);
};