diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:47 -0600 |
commit | 210090aed352271bcd474b28db9644d9461d7189 (patch) | |
tree | 90a41c57403e068d3d7616952c02aa3af88f3d7c /kontact/interfaces | |
parent | 4bed3ea970817c21a63e468df8e8a45517f751bb (diff) | |
download | tdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz tdepim-210090aed352271bcd474b28db9644d9461d7189.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kontact/interfaces')
-rw-r--r-- | kontact/interfaces/core.h | 2 | ||||
-rw-r--r-- | kontact/interfaces/plugin.h | 2 | ||||
-rw-r--r-- | kontact/interfaces/summary.h | 2 | ||||
-rw-r--r-- | kontact/interfaces/uniqueapphandler.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kontact/interfaces/core.h b/kontact/interfaces/core.h index 343132d03..2c8a5a4db 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 aaa400786..09bc25c7f 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 f490f517e..961c4b07b 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 875906f02..3af1a8773 100644 --- a/kontact/interfaces/uniqueapphandler.h +++ b/kontact/interfaces/uniqueapphandler.h @@ -92,7 +92,7 @@ template <class T> class UniqueAppHandlerFactory : public UniqueAppHandlerFactor class KDE_EXPORT UniqueAppWatcher : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** |