diff options
Diffstat (limited to 'kfile-plugins/cert/kfile_cert.h')
-rw-r--r-- | kfile-plugins/cert/kfile_cert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/cert/kfile_cert.h b/kfile-plugins/cert/kfile_cert.h index d71c70a..2a76c5e 100644 --- a/kfile-plugins/cert/kfile_cert.h +++ b/kfile-plugins/cert/kfile_cert.h @@ -31,7 +31,7 @@ class TQString; class CertPlugin: public KFilePlugin { Q_OBJECT - TQ_OBJECT + private: void appendDNItems(KFileMetaInfoGroup &group, const TQString &DN); public: |