summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/pdf/kfile_pdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/pdf/kfile_pdf.h')
-rw-r--r--kfile-plugins/pdf/kfile_pdf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/pdf/kfile_pdf.h b/kfile-plugins/pdf/kfile_pdf.h
index b0214f54..eaecdb5d 100644
--- a/kfile-plugins/pdf/kfile_pdf.h
+++ b/kfile-plugins/pdf/kfile_pdf.h
@@ -24,13 +24,13 @@
#include <kfilemetainfo.h>
#include <poppler-qt.h>
-class QStringList;
+class TQStringList;
class KPdfPlugin: public KFilePlugin
{
Q_OBJECT
public:
- KPdfPlugin( QObject *parent, const char *name, const QStringList& preferredItems );
+ KPdfPlugin( TQObject *parent, const char *name, const TQStringList& preferredItems );
virtual bool readInfo(KFileMetaInfo& info, uint what);
};