diff options
author | Michele Calgaro <[email protected]> | 2022-01-07 12:32:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-07 12:32:19 +0900 |
commit | 3459eebc29bab84ae9b68498e6111acd0a58a299 (patch) | |
tree | bf7434af765c60bfc9ac80e69bd9eef0bef205db /knewsticker | |
parent | e04bae8c093055fe3f0cd1d37bdcb699f4054848 (diff) | |
download | tdenetwork-3459eebc29bab84ae9b68498e6111acd0a58a299.tar.gz tdenetwork-3459eebc29bab84ae9b68498e6111acd0a58a299.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'knewsticker')
-rw-r--r-- | knewsticker/knewstickerconfigwidget.ui | 16 | ||||
-rw-r--r-- | knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui | 9 |
2 files changed, 3 insertions, 22 deletions
diff --git a/knewsticker/knewstickerconfigwidget.ui b/knewsticker/knewstickerconfigwidget.ui index 92f1da17..4dfcdf68 100644 --- a/knewsticker/knewstickerconfigwidget.ui +++ b/knewsticker/knewstickerconfigwidget.ui @@ -1157,22 +1157,8 @@ Note that the filters are processed from the top to the bottom so that of two fi <include location="global" impldecl="in declaration">kcolorbutton.h</include> <include location="global" impldecl="in declaration">kcombobox.h</include> <include location="global" impldecl="in declaration">klineedit.h</include> - <include location="global" impldecl="in declaration">tdelistview.h</include> <include location="global" impldecl="in declaration">knuminput.h</include> + <include location="global" impldecl="in declaration">tdelistview.h</include> </includes> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>tdelistview.h</includehint> - <includehint>tdelistview.h</includehint> - <includehint>kcombobox.h</includehint> - <includehint>kcombobox.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kcombobox.h</includehint> - <includehint>kcombobox.h</includehint> - <includehint>kcolorbutton.h</includehint> - <includehint>kcolorbutton.h</includehint> - <includehint>kcolorbutton.h</includehint> -</includehints> </UI> diff --git a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui index 9af2b331..9e5cde20 100644 --- a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui +++ b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlgwidget.ui @@ -202,14 +202,9 @@ </image> </images> <includes> - <include location="global" impldecl="in declaration">tdelistbox.h</include> - <include location="global" impldecl="in declaration">kurllabel.h</include> <include location="global" impldecl="in declaration">kseparator.h</include> + <include location="global" impldecl="in declaration">kurllabel.h</include> + <include location="global" impldecl="in declaration">tdelistbox.h</include> </includes> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kurllabel.h</includehint> - <includehint>kseparator.h</includehint> - <includehint>tdelistbox.h</includehint> -</includehints> </UI> |