From 98d99130f243fb128eb4db0386d01ff8622940a5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:05:05 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 826b1b771cc20f515acf936bd3a2dcd83ce353b8) --- 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 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: -- cgit v1.2.1