diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:05:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 17:18:45 +0900 |
commit | 98d99130f243fb128eb4db0386d01ff8622940a5 (patch) | |
tree | 647aa4ebccb2e7b32f4867a9fc60743f5ee5484e /kate/xmltools/plugin_katexmltools.h | |
parent | 7ba98b09b6bef9e26ae4f0e2de1bd48db4bce757 (diff) | |
download | tdeaddons-98d99130f243fb128eb4db0386d01ff8622940a5.tar.gz tdeaddons-98d99130f243fb128eb4db0386d01ff8622940a5.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 826b1b771cc20f515acf936bd3a2dcd83ce353b8)
Diffstat (limited to 'kate/xmltools/plugin_katexmltools.h')
-rw-r--r-- | kate/xmltools/plugin_katexmltools.h | 4 |
1 files changed, 2 insertions, 2 deletions
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: |