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 --- kate/make/plugin_katemake.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kate/make') diff --git a/kate/make/plugin_katemake.h b/kate/make/plugin_katemake.h index 0d3721d..35b4c2f 100644 --- a/kate/make/plugin_katemake.h +++ b/kate/make/plugin_katemake.h @@ -51,7 +51,7 @@ class TQRegExp; class PluginKateMakeView : public TQListView, public KXMLGUIClient { Q_OBJECT - TQ_OBJECT + public: PluginKateMakeView(TQWidget *parent, @@ -93,7 +93,7 @@ protected: class PluginKateMake : public Kate::Plugin, Kate::PluginViewInterface { Q_OBJECT - TQ_OBJECT + public: PluginKateMake( TQObject* parent = 0, const char* name = 0, const TQStringList& = TQStringList() ); -- cgit v1.2.1