diff options
author | Michele Calgaro <[email protected]> | 2021-12-31 21:28:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-12-31 21:37:15 +0900 |
commit | 9303fdb972e457823cfe507ebc348c501b0fff0c (patch) | |
tree | ad027f8774d08f3738d1698eafcb83ce33278954 /libktorrent | |
parent | bd728c1c599379c07f19e1136083035b468c30bc (diff) | |
download | ktorrent-9303fdb972e457823cfe507ebc348c501b0fff0c.tar.gz ktorrent-9303fdb972e457823cfe507ebc348c501b0fff0c.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f82865e883732aea136b0b041cda992a6b71125a)
Diffstat (limited to 'libktorrent')
-rw-r--r-- | libktorrent/pluginmanagerwidget.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/pluginmanagerwidget.ui b/libktorrent/pluginmanagerwidget.ui index 6b077f5..7478332 100644 --- a/libktorrent/pluginmanagerwidget.ui +++ b/libktorrent/pluginmanagerwidget.ui @@ -118,10 +118,10 @@ </images> <layoutdefaults spacing="6" margin="11"/> <includehints> - <includehint>labelview.h</includehint> <includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint> + <includehint>labelview.h</includehint> <includehint>kpushbutton.h</includehint> </includehints> </UI> |