summaryrefslogtreecommitdiffstats
path: root/kexi
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-02 11:25:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-03 00:08:01 +0900
commit67aa6b188ef42c2162da6172856ffbd4d7789414 (patch)
treeedb62b826c86a0354cd5b9501fecd7c65591961b /kexi
parentcf1bb69b2973368b5ac0d7d347a7fa7b8dfa43a1 (diff)
downloadkoffice-67aa6b188ef42c2162da6172856ffbd4d7789414.tar.gz
koffice-67aa6b188ef42c2162da6172856ffbd4d7789414.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 63c2fcedcd98caf7979bc4797029cbcb32433a5a)
Diffstat (limited to 'kexi')
-rw-r--r--kexi/widget/kexidbconnectionwidgetdetailsbase.ui4
-rw-r--r--kexi/widget/kexiprjtypeselectorbase.ui4
2 files changed, 4 insertions, 4 deletions
diff --git a/kexi/widget/kexidbconnectionwidgetdetailsbase.ui b/kexi/widget/kexidbconnectionwidgetdetailsbase.ui
index 54247305..c0e999b4 100644
--- a/kexi/widget/kexidbconnectionwidgetdetailsbase.ui
+++ b/kexi/widget/kexidbconnectionwidgetdetailsbase.ui
@@ -176,9 +176,9 @@
<tabstop>chkUseSocket</tabstop>
<tabstop>chkSocketDefault</tabstop>
</tabstops>
-<Q_SLOTS>
+<slots>
<slot access="protected">slotCBToggled( bool on )</slot>
-</Q_SLOTS>
+</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>
diff --git a/kexi/widget/kexiprjtypeselectorbase.ui b/kexi/widget/kexiprjtypeselectorbase.ui
index c6ff117a..ab02d02e 100644
--- a/kexi/widget/kexiprjtypeselectorbase.ui
+++ b/kexi/widget/kexiprjtypeselectorbase.ui
@@ -152,9 +152,9 @@
<includes>
<include location="local" impldecl="in implementation">kexiprjtypeselectorbase.ui.h</include>
</includes>
-<Q_SLOTS>
+<slots>
<slot access="protected" specifier="non virtual">slotSelectionChanged( int id )</slot>
-</Q_SLOTS>
+</slots>
<functions>
<function access="private" specifier="non virtual">init()</function>
</functions>