diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-31 21:28:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-31 21:36:36 +0900 |
commit | f82865e883732aea136b0b041cda992a6b71125a (patch) | |
tree | 51350c0584ae387ec333beeb66e0255b0ab06abb /libktorrent | |
parent | 76afef86c862d3bdc1c78a1e098424b8ac076afb (diff) | |
download | ktorrent-f82865e883732aea136b0b041cda992a6b71125a.tar.gz ktorrent-f82865e883732aea136b0b041cda992a6b71125a.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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> |