summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/cert/kfile_cert.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfile-plugins/cert/kfile_cert.h')
-rw-r--r--kfile-plugins/cert/kfile_cert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/cert/kfile_cert.h b/kfile-plugins/cert/kfile_cert.h
index 544ef39..4ecb7a2 100644
--- a/kfile-plugins/cert/kfile_cert.h
+++ b/kfile-plugins/cert/kfile_cert.h
@@ -32,9 +32,9 @@ class QString;
class CertPlugin: public KFilePlugin {
Q_OBJECT
private:
- void appendDNItems(KFileMetaInfoGroup &group, const QString &DN);
+ void appendDNItems(KFileMetaInfoGroup &group, const TQString &DN);
public:
- CertPlugin(QObject *parent, const char *name, const QStringList& args);
+ CertPlugin(TQObject *parent, const char *name, const TQStringList& args);
virtual bool readInfo(KFileMetaInfo& info, uint what);
};