diff options
Diffstat (limited to 'kfile-plugins/xpm/kfile_xpm.h')
-rw-r--r-- | kfile-plugins/xpm/kfile_xpm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/xpm/kfile_xpm.h b/kfile-plugins/xpm/kfile_xpm.h index c68ad4eb..f4660c45 100644 --- a/kfile-plugins/xpm/kfile_xpm.h +++ b/kfile-plugins/xpm/kfile_xpm.h @@ -29,14 +29,14 @@ */ #include <kfilemetainfo.h> -class QStringList; +class TQStringList; class xpmPlugin: public KFilePlugin { Q_OBJECT public: - xpmPlugin(QObject *parent, const char *name, const QStringList& args); + xpmPlugin(TQObject *parent, const char *name, const TQStringList& args); virtual bool readInfo(KFileMetaInfo& info, uint what); }; |