summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/ps/kfile_ps.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/ps/kfile_ps.h')
-rw-r--r--kfile-plugins/ps/kfile_ps.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kfile-plugins/ps/kfile_ps.h b/kfile-plugins/ps/kfile_ps.h
index 339020d1..96a400a8 100644
--- a/kfile-plugins/ps/kfile_ps.h
+++ b/kfile-plugins/ps/kfile_ps.h
@@ -25,14 +25,14 @@
#include "dscparse_adapter.h"
-class QStringList;
+class TQStringList;
class KPSPlugin: public KFilePlugin, public KDSCCommentHandler
{
Q_OBJECT
public:
- KPSPlugin( QObject *parent, const char *name,
- const QStringList& preferredItems );
+ KPSPlugin( TQObject *parent, const char *name,
+ const TQStringList& preferredItems );
virtual bool readInfo( KFileMetaInfo& info, uint what);