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-04 21:51:53 +0900
commit300132f93efd5898263a35338622de62f4ab063f (patch)
tree7c18c8789c93f514c65ba6c1b936e0e3a075d116 /kate
parente234565531cd8c11949cc6aecf16179e75312458 (diff)
downloadtdeaddons-300132f93efd5898263a35338622de62f4ab063f.tar.gz
tdeaddons-300132f93efd5898263a35338622de62f4ab063f.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit eca129a3128b89841581fdf7bda09babbc91d4fc)
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>