diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-21 15:57:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-21 15:57:05 +0900 |
commit | b4a5c0a167522ed4aa987fb1d65e6b58333b1363 (patch) | |
tree | 55a3c1bbeb771e16d631b916b75625eb96add9ed /kcontrol/arts/generaltab.ui | |
parent | 1bd64002944c6b6ec17f44066573e3c8e5b69cdf (diff) | |
download | tdebase-b4a5c0a167522ed4aa987fb1d65e6b58333b1363.tar.gz tdebase-b4a5c0a167522ed4aa987fb1d65e6b58333b1363.zip |
Add includes to UI files to resolve FTBFS.
Partially cherry-picked from 661ed658.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/arts/generaltab.ui')
-rw-r--r-- | kcontrol/arts/generaltab.ui | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/kcontrol/arts/generaltab.ui b/kcontrol/arts/generaltab.ui index 1de5b1e43..673beb852 100644 --- a/kcontrol/arts/generaltab.ui +++ b/kcontrol/arts/generaltab.ui @@ -320,11 +320,8 @@ Recommended if you want sound.</string> <customwidgets> </customwidgets> <includes> - <include location="local" impldecl="in implementation">krichtextlabel.h</include> + <include location="global" impldecl="in implementation">knuminput.h</include> + <include location="global" impldecl="in implementation">krichtextlabel.h</include> </includes> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> -</includehints> </UI> |