diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 13:06:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 13:06:42 +0900 |
commit | 55ba52bbdff3e2193c317d14592df84bb427592d (patch) | |
tree | 156459719f8a89240dad6ec3a61c2b3cbdf64063 /src/svnfrontend/fronthelpers/checkoutinfo.ui | |
parent | 9bf381cabc9fb8f664e0f614f631c905f2d260d1 (diff) | |
download | tdesvn-55ba52bbdff3e2193c317d14592df84bb427592d.tar.gz tdesvn-55ba52bbdff3e2193c317d14592df84bb427592d.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 85dce4a0b320c273aee385d83ec20cd533c39ae5)
:x
Diffstat (limited to 'src/svnfrontend/fronthelpers/checkoutinfo.ui')
-rw-r--r-- | src/svnfrontend/fronthelpers/checkoutinfo.ui | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/svnfrontend/fronthelpers/checkoutinfo.ui b/src/svnfrontend/fronthelpers/checkoutinfo.ui index dabaeec..8f3ed80 100644 --- a/src/svnfrontend/fronthelpers/checkoutinfo.ui +++ b/src/svnfrontend/fronthelpers/checkoutinfo.ui @@ -210,14 +210,7 @@ <slot access="protected">urlChanged(const TQString&)</slot> </Q_SLOTS> <layoutdefaults spacing="2" margin="2"/> -<includehints> - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>rangeinput_impl.h</includehint> - <includehint>depthselector.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kurlrequester.h</include> +</includes> </UI> |