From 826b1b771cc20f515acf936bd3a2dcd83ce353b8 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 --- kate/xmltools/plugin_katexmltools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kate/xmltools') diff --git a/kate/xmltools/plugin_katexmltools.h b/kate/xmltools/plugin_katexmltools.h index ae0fd68..16c74e6 100644 --- a/kate/xmltools/plugin_katexmltools.h +++ b/kate/xmltools/plugin_katexmltools.h @@ -48,7 +48,7 @@ class PluginKateXMLTools : public Kate::Plugin, Kate::PluginViewInterface { - Q_OBJECT + TQ_OBJECT public: @@ -136,7 +136,7 @@ class PluginKateXMLTools : public Kate::Plugin, Kate::PluginViewInterface class InsertElement : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1