summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 16:24:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 16:24:54 +0900
commiteca129a3128b89841581fdf7bda09babbc91d4fc (patch)
treec5e7846308f67e8552793e81ce47aa045427dd51 /kate
parent7e9d8ea45280ad6657796da9536ccf6218111f22 (diff)
downloadtdeaddons-eca129a3128b89841581fdf7bda09babbc91d4fc.tar.gz
tdeaddons-eca129a3128b89841581fdf7bda09babbc91d4fc.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate')
-rw-r--r--kate/snippets/CWidgetSnippetsBase.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/kate/snippets/CWidgetSnippetsBase.ui b/kate/snippets/CWidgetSnippetsBase.ui
index 18a99c5..8e6415a 100644
--- a/kate/snippets/CWidgetSnippetsBase.ui
+++ b/kate/snippets/CWidgetSnippetsBase.ui
@@ -201,12 +201,12 @@
<includes>
<include location="local" impldecl="in implementation">CWidgetSnippetsBase.ui.h</include>
</includes>
-<Q_SIGNALS>
+<signals>
<signal>lalala()</signal>
-</Q_SIGNALS>
-<Q_SLOTS>
+</signals>
+<slots>
<slot>init()</slot>
-</Q_SLOTS>
+</slots>
<functions>
<function returnType="TQListViewItem *">insertItem( const TQString&amp; name, bool bRename )</function>
</functions>