diff options
Diffstat (limited to 'kfile-plugins/pdf/kfile_pdf.h')
-rw-r--r-- | kfile-plugins/pdf/kfile_pdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/pdf/kfile_pdf.h b/kfile-plugins/pdf/kfile_pdf.h index b14d3989..f6e279c1 100644 --- a/kfile-plugins/pdf/kfile_pdf.h +++ b/kfile-plugins/pdf/kfile_pdf.h @@ -31,7 +31,7 @@ class KPdfPlugin: public KFilePlugin Q_OBJECT TQ_OBJECT public: - KPdfPlugin( TQObject *tqparent, const char *name, const TQStringList& preferredItems ); + KPdfPlugin( TQObject *parent, const char *name, const TQStringList& preferredItems ); virtual bool readInfo(KFileMetaInfo& info, uint what); }; |