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 12:21:09 +0900 |
commit | 1893a88e9b7988730a50000c92634929efe96a41 (patch) | |
tree | 7bf6ba5522225a863c80bd10cde2f258fd5d5c0b /tdehtml | |
parent | aab9e9dc3a174b2b182782b7e3c6e58c38e3209f (diff) | |
download | tdelibs-1893a88e9b7988730a50000c92634929efe96a41.tar.gz tdelibs-1893a88e9b7988730a50000c92634929efe96a41.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b5fad55e8b099df4aa97a9a7b089882f56e42803)
Diffstat (limited to 'tdehtml')
-rw-r--r-- | tdehtml/htmlpageinfo.ui | 6 | ||||
-rw-r--r-- | tdehtml/kjserrordlg.ui | 4 |
2 files changed, 2 insertions, 8 deletions
diff --git a/tdehtml/htmlpageinfo.ui b/tdehtml/htmlpageinfo.ui index 2315771ae..7f3816b8f 100644 --- a/tdehtml/htmlpageinfo.ui +++ b/tdehtml/htmlpageinfo.ui @@ -286,16 +286,12 @@ <tabstop>_headers</tabstop> </tabstops> <includes> + <include location="global" impldecl="in declaration">kactivelabel.h</include> <include location="global" impldecl="in declaration">kpushbutton.h</include> <include location="global" impldecl="in declaration">tqlabel.h</include> - <include location="global" impldecl="in declaration">kactivelabel.h</include> <include location="global" impldecl="in declaration">tqlistview.h</include> <include location="global" impldecl="in implementation">kdialog.h</include> </includes> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -<includehints> - <includehint>kactivelabel.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> </UI> 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> |