diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-05 11:33:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-06 11:20:43 +0900 |
commit | ff1741283b6b6ed89b06e4e6153772bb0385610d (patch) | |
tree | 1a33215b0d563a0bff66719c1ec81678316dd1dd /tdehtml/kjserrordlg.ui | |
parent | 7b83dfe033d01bee7cb0f6f8751d9426c4bab76c (diff) | |
download | tdelibs-ff1741283b6b6ed89b06e4e6153772bb0385610d.tar.gz tdelibs-ff1741283b6b6ed89b06e4e6153772bb0385610d.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7f1af8e826b566543f6a86ad3c08337ce3e9ab2c)
Diffstat (limited to 'tdehtml/kjserrordlg.ui')
-rw-r--r-- | tdehtml/kjserrordlg.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/kjserrordlg.ui b/tdehtml/kjserrordlg.ui index 1c105d937..78d33aa8c 100644 --- a/tdehtml/kjserrordlg.ui +++ b/tdehtml/kjserrordlg.ui @@ -120,12 +120,12 @@ <include location="global" impldecl="in declaration">ksqueezedtextlabel.h</include> <include location="global" impldecl="in implementation">kactivelabel.h</include> </includes> -<Q_SLOTS> +<slots> <slot>init()</slot> <slot>addError( const TQString & error )</slot> <slot>setURL( const TQString & url )</slot> <slot>clear()</slot> -</Q_SLOTS> +</slots> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> </UI> |