From 0fed1a188b8d8be416550c63e2d5954f06434386 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:32 -0600 Subject: Remove spurious TQ_OBJECT instances --- lib/interfaces/extensions/kdevversioncontrol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/interfaces/extensions/kdevversioncontrol.h') diff --git a/lib/interfaces/extensions/kdevversioncontrol.h b/lib/interfaces/extensions/kdevversioncontrol.h index 2b61805d..4a0b4095 100644 --- a/lib/interfaces/extensions/kdevversioncontrol.h +++ b/lib/interfaces/extensions/kdevversioncontrol.h @@ -135,7 +135,7 @@ if (vcs) { class KDevVersionControl: public KDevPlugin { Q_OBJECT - TQ_OBJECT + public: /**Constructs a VCS plugin. @@ -185,7 +185,7 @@ Basic interface for providing info on file registered in a version control repos class KDevVCSFileInfoProvider: public TQObject { Q_OBJECT - TQ_OBJECT + public: /**Constructor. @param parent The parent VCS plugin. -- cgit v1.2.3