diff options
author | Michele Calgaro <[email protected]> | 2022-01-08 11:52:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-08 12:21:09 +0900 |
commit | 1893a88e9b7988730a50000c92634929efe96a41 (patch) | |
tree | 7bf6ba5522225a863c80bd10cde2f258fd5d5c0b /tdehtml/htmlpageinfo.ui | |
parent | aab9e9dc3a174b2b182782b7e3c6e58c38e3209f (diff) | |
download | tdelibs-1893a88e9b7988730a50000c92634929efe96a41.tar.gz tdelibs-1893a88e9b7988730a50000c92634929efe96a41.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b5fad55e8b099df4aa97a9a7b089882f56e42803)
Diffstat (limited to 'tdehtml/htmlpageinfo.ui')
-rw-r--r-- | tdehtml/htmlpageinfo.ui | 6 |
1 files changed, 1 insertions, 5 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> |