diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:19:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-06 10:59:34 +0900 |
commit | d37995139682a72956a88bf034ca13d6530637f7 (patch) | |
tree | ffbd5790900ed0f59e3309c414e49772719664a4 /kbabel/commonui | |
parent | 725db2ce097e993b6011900c7b9701d399cd8a1c (diff) | |
download | tdesdk-d37995139682a72956a88bf034ca13d6530637f7.tar.gz tdesdk-d37995139682a72956a88bf034ca13d6530637f7.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8c249c286eb6ba9c6789b7bf2f50b58ea3e45d06)
Diffstat (limited to 'kbabel/commonui')
-rw-r--r-- | kbabel/commonui/tdelisteditor.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kbabel/commonui/tdelisteditor.ui b/kbabel/commonui/tdelisteditor.ui index a3130a1f..e0a7de23 100644 --- a/kbabel/commonui/tdelisteditor.ui +++ b/kbabel/commonui/tdelisteditor.ui @@ -242,10 +242,10 @@ <includes> <include location="local" impldecl="in implementation">tdelisteditor.ui.h</include> </includes> -<Q_SIGNALS> +<signals> <signal>itemsChanged()</signal> -</Q_SIGNALS> -<Q_SLOTS> +</signals> +<slots> <slot>addToList()</slot> <slot>downInList()</slot> <slot>removeFromList()</slot> @@ -256,6 +256,6 @@ <slot access="protected">editChanged( const TQString & s )</slot> <slot>setTitle( const TQString & s )</slot> <slot returnType="TQStringList">list()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |