diff options
author | Slávek Banko <[email protected]> | 2018-09-20 18:55:30 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-20 18:55:30 +0200 |
commit | c297496599cb11ff6cb73dad63261928f8cf9e42 (patch) | |
tree | 08879e45c11e16be7473c4b4ea441d15509e085f /kghostview | |
parent | 4c083c146b04936655f7f1ed9078d6deb3b9b7f6 (diff) | |
download | tdegraphics-c297496599cb11ff6cb73dad63261928f8cf9e42.tar.gz tdegraphics-c297496599cb11ff6cb73dad63261928f8cf9e42.zip |
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kghostview')
-rw-r--r-- | kghostview/gssettingswidget.ui | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/kghostview/gssettingswidget.ui b/kghostview/gssettingswidget.ui index 7ba9f637..c2c18d05 100644 --- a/kghostview/gssettingswidget.ui +++ b/kghostview/gssettingswidget.ui @@ -138,6 +138,9 @@ <includes> <include location="global" impldecl="in implementation">kdialog.h</include> <include location="local" impldecl="in implementation">gssettingswidget.ui.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> </includes> <Q_SIGNALS> <signal>configClicked()</signal> @@ -147,12 +150,4 @@ </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -<includehints> - <includehint>kpushbutton.h</includehint> - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>klineedit.h</includehint> -</includehints> </UI> |