diff options
Diffstat (limited to 'kfile-plugins/cert/kfile_cert.h')
-rw-r--r-- | kfile-plugins/cert/kfile_cert.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kfile-plugins/cert/kfile_cert.h b/kfile-plugins/cert/kfile_cert.h index 30607eb..2991674 100644 --- a/kfile-plugins/cert/kfile_cert.h +++ b/kfile-plugins/cert/kfile_cert.h @@ -31,10 +31,11 @@ class TQString; class CertPlugin: public KFilePlugin { Q_OBJECT + TQ_OBJECT private: void appendDNItems(KFileMetaInfoGroup &group, const TQString &DN); public: - CertPlugin(TQObject *parent, const char *name, const TQStringList& args); + CertPlugin(TQObject *tqparent, const char *name, const TQStringList& args); virtual bool readInfo(KFileMetaInfo& info, uint what); }; |