summaryrefslogtreecommitdiffstats
path: root/kate/make/plugin_katemake.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/make/plugin_katemake.h')
-rw-r--r--kate/make/plugin_katemake.h4
1 files changed, 2 insertions, 2 deletions
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() );