diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-03 16:26:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-04 21:53:38 +0900 |
commit | aa76b2198387115f96f408bd1e418c0a16657ab6 (patch) | |
tree | 8bcf35eac7ca4d022c9e57e46074ef9714608856 /ktouch/src/ktouchprefkeyboardlayout.ui | |
parent | 845281400a4c6124e2cf8ab28174e9c3f0bc2895 (diff) | |
download | tdeedu-aa76b2198387115f96f408bd1e418c0a16657ab6.tar.gz tdeedu-aa76b2198387115f96f408bd1e418c0a16657ab6.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8240e696414576ea5e95894bb1c332eaab03d9ec)
Diffstat (limited to 'ktouch/src/ktouchprefkeyboardlayout.ui')
-rw-r--r-- | ktouch/src/ktouchprefkeyboardlayout.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktouch/src/ktouchprefkeyboardlayout.ui b/ktouch/src/ktouchprefkeyboardlayout.ui index 75cef9e1..ad0f7db7 100644 --- a/ktouch/src/ktouchprefkeyboardlayout.ui +++ b/ktouch/src/ktouchprefkeyboardlayout.ui @@ -132,9 +132,9 @@ </widget> <customwidgets> </customwidgets> -<Q_SLOTS> +<slots> <slot>fontChooseBtnClicked()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">tdefontrequester.h</include> |