diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:20:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-06 10:18:22 +0900 |
commit | b6eec758eea162315d5673d331d5db9b217d05b8 (patch) | |
tree | fa49e0d134ca2a8a21f496d81597564801003c3b /tdelirc/kcmlirc/newmode.ui | |
parent | 278d2f50538b5465caa86fc7608d9cdfddf36cb9 (diff) | |
download | tdeutils-b6eec758eea162315d5673d331d5db9b217d05b8.tar.gz tdeutils-b6eec758eea162315d5673d331d5db9b217d05b8.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f8eb68b1dd33ac8b974aaab48933e4de059f16d0)
Diffstat (limited to 'tdelirc/kcmlirc/newmode.ui')
-rw-r--r-- | tdelirc/kcmlirc/newmode.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdelirc/kcmlirc/newmode.ui b/tdelirc/kcmlirc/newmode.ui index 2365dce..483a69b 100644 --- a/tdelirc/kcmlirc/newmode.ui +++ b/tdelirc/kcmlirc/newmode.ui @@ -148,8 +148,8 @@ <include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">tdelistview.h</include> </includes> -<Q_SLOTS> +<slots> <slot>slotTextChanged( const TQString & newText )</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |