diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-08 11:52:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-08 11:52:43 +0900 |
commit | b5fad55e8b099df4aa97a9a7b089882f56e42803 (patch) | |
tree | 057ff8c15d0cb3b6dea11eb49018945b71b6e07d /tdehtml/kjserrordlg.ui | |
parent | 75b551aa2b026d1e6a81b4f70b17bed9a85dc354 (diff) | |
download | tdelibs-b5fad55e8b099df4aa97a9a7b089882f56e42803.tar.gz tdelibs-b5fad55e8b099df4aa97a9a7b089882f56e42803.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdehtml/kjserrordlg.ui')
-rw-r--r-- | tdehtml/kjserrordlg.ui | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tdehtml/kjserrordlg.ui b/tdehtml/kjserrordlg.ui index da653c016..1c105d937 100644 --- a/tdehtml/kjserrordlg.ui +++ b/tdehtml/kjserrordlg.ui @@ -118,6 +118,7 @@ <includes> <include location="global" impldecl="in declaration">kdialog.h</include> <include location="global" impldecl="in declaration">ksqueezedtextlabel.h</include> + <include location="global" impldecl="in implementation">kactivelabel.h</include> </includes> <Q_SLOTS> <slot>init()</slot> @@ -127,7 +128,4 @@ </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -<includehints> - <includehint>kactivelabel.h</includehint> -</includehints> </UI> |