From 210090aed352271bcd474b28db9644d9461d7189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:47 -0600 Subject: Remove spurious TQ_OBJECT instances --- kontact/interfaces/core.h | 2 +- kontact/interfaces/plugin.h | 2 +- kontact/interfaces/summary.h | 2 +- kontact/interfaces/uniqueapphandler.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kontact/interfaces') diff --git a/kontact/interfaces/core.h b/kontact/interfaces/core.h index 343132d0..2c8a5a4d 100644 --- a/kontact/interfaces/core.h +++ b/kontact/interfaces/core.h @@ -41,7 +41,7 @@ class Plugin; class KDE_EXPORT Core : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: virtual ~Core(); diff --git a/kontact/interfaces/plugin.h b/kontact/interfaces/plugin.h index aaa40078..09bc25c7 100644 --- a/kontact/interfaces/plugin.h +++ b/kontact/interfaces/plugin.h @@ -58,7 +58,7 @@ class Summary; class KDE_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kontact/interfaces/summary.h b/kontact/interfaces/summary.h index f490f517..961c4b07 100644 --- a/kontact/interfaces/summary.h +++ b/kontact/interfaces/summary.h @@ -36,7 +36,7 @@ namespace Kontact class KDE_EXPORT Summary : public TQWidget { Q_OBJECT - TQ_OBJECT + public: Summary( TQWidget *parent, const char *name = 0 ); diff --git a/kontact/interfaces/uniqueapphandler.h b/kontact/interfaces/uniqueapphandler.h index 875906f0..3af1a877 100644 --- a/kontact/interfaces/uniqueapphandler.h +++ b/kontact/interfaces/uniqueapphandler.h @@ -92,7 +92,7 @@ template class UniqueAppHandlerFactory : public UniqueAppHandlerFactor class KDE_EXPORT UniqueAppWatcher : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** -- cgit v1.2.3