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 10:57:07 +0900 |
commit | 7f1af8e826b566543f6a86ad3c08337ce3e9ab2c (patch) | |
tree | e7d887bbf1943e83f0db53ef0924f204bc097cfe /tdehtml | |
parent | 9c8be949b4653960544faefc15131baa4671ee1d (diff) | |
download | tdelibs-7f1af8e826b566543f6a86ad3c08337ce3e9ab2c.tar.gz tdelibs-7f1af8e826b566543f6a86ad3c08337ce3e9ab2c.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdehtml')
-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> |