summaryrefslogtreecommitdiffstats
path: root/konq-plugins
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 /konq-plugins
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 'konq-plugins')
-rw-r--r--konq-plugins/domtreeviewer/messagedialog.ui4
-rw-r--r--konq-plugins/kuick/kcmkuick/kcmkuickdialog.ui4
2 files changed, 4 insertions, 4 deletions
diff --git a/konq-plugins/domtreeviewer/messagedialog.ui b/konq-plugins/domtreeviewer/messagedialog.ui
index 8c10f38..3240371 100644
--- a/konq-plugins/domtreeviewer/messagedialog.ui
+++ b/konq-plugins/domtreeviewer/messagedialog.ui
@@ -107,9 +107,9 @@
<includes>
<include location="local" impldecl="in implementation">messagedialog.ui.h</include>
</includes>
-<Q_SLOTS>
+<slots>
<slot specifier="non virtual">addMessage( const TQString &amp; msg )</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">ktextedit.h</include>
diff --git a/konq-plugins/kuick/kcmkuick/kcmkuickdialog.ui b/konq-plugins/kuick/kcmkuick/kcmkuickdialog.ui
index 5d2a239..3d409b6 100644
--- a/konq-plugins/kuick/kcmkuick/kcmkuickdialog.ui
+++ b/konq-plugins/kuick/kcmkuick/kcmkuickdialog.ui
@@ -188,10 +188,10 @@
<tabstop>m_sbMove</tabstop>
<tabstop>pbMoveClear</tabstop>
</tabstops>
-<Q_SLOTS>
+<slots>
<slot access="private">slotClearMoveCache()</slot>
<slot access="protected">slotClearCopyCache()</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="6" margin="0"/>
<layoutfunctions spacing="KDialog::spacingHint"/>
</UI>