diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-09-20 18:55:30 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-21 20:24:20 +0900 |
commit | 13633ade23731849a897f61af5b4f44bc01ea225 (patch) | |
tree | c867f09fec3761503aebf1ad763a27900e1fd4df /ksnapshot | |
parent | 8d8e1cba1bcdc0a2e780a8a9304d5788941adf20 (diff) | |
download | tdegraphics-13633ade23731849a897f61af5b4f44bc01ea225.tar.gz tdegraphics-13633ade23731849a897f61af5b4f44bc01ea225.zip |
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c297496599cb11ff6cb73dad63261928f8cf9e42)
Diffstat (limited to 'ksnapshot')
-rw-r--r-- | ksnapshot/ksnapshotwidget.ui | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ksnapshot/ksnapshotwidget.ui b/ksnapshot/ksnapshotwidget.ui index 4d94d5e5..245d433b 100644 --- a/ksnapshot/ksnapshotwidget.ui +++ b/ksnapshot/ksnapshotwidget.ui @@ -353,9 +353,7 @@ If <i>no delay</i> is set, the program will wait for a mouse click b <pixmapfunction>SmallIconSet</pixmapfunction> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -<includehints> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kpushbutton.h</include> +</includes> </UI> |