summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/dds/kfile_dds.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/dds/kfile_dds.h')
-rw-r--r--kfile-plugins/dds/kfile_dds.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/dds/kfile_dds.h b/kfile-plugins/dds/kfile_dds.h
index 342581bb..63dd156b 100644
--- a/kfile-plugins/dds/kfile_dds.h
+++ b/kfile-plugins/dds/kfile_dds.h
@@ -22,14 +22,14 @@
#include <kfilemetainfo.h>
-class QStringList;
+class TQStringList;
class KDdsPlugin: public KFilePlugin
{
Q_OBJECT
public:
- KDdsPlugin( QObject *parent, const char *name, const QStringList& args );
+ KDdsPlugin( TQObject *parent, const char *name, const TQStringList& args );
virtual bool readInfo( KFileMetaInfo& info, uint what);
};