From 28166400a4ac95793e5adb51721722e8656ebe4a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:05:43 -0600 Subject: Remove spurious TQ_OBJECT instances --- kfile-plugins/cert/kfile_cert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kfile-plugins/cert/kfile_cert.h') 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: -- cgit v1.2.1