diff options
Diffstat (limited to 'kate/make/plugin_katemake.h')
-rw-r--r-- | kate/make/plugin_katemake.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/make/plugin_katemake.h b/kate/make/plugin_katemake.h index e63b27b..ac06b73 100644 --- a/kate/make/plugin_katemake.h +++ b/kate/make/plugin_katemake.h @@ -50,7 +50,7 @@ class TQRegExp; class PluginKateMakeView : public TQListView, public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: @@ -92,7 +92,7 @@ protected: class PluginKateMake : public Kate::Plugin, Kate::PluginViewInterface { - Q_OBJECT + TQ_OBJECT public: |