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/knotify | |
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/knotify')
-rw-r--r-- | kcontrol/knotify/playersettings.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kcontrol/knotify/playersettings.ui b/kcontrol/knotify/playersettings.ui index 845377112..def27d1fa 100644 --- a/kcontrol/knotify/playersettings.ui +++ b/kcontrol/knotify/playersettings.ui @@ -322,8 +322,10 @@ <tabstop>cbNone</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> +<includes> + <include location="global" impldecl="in implementation">kurlrequester.h</include> +</includes> <includehints> - <includehint>kurlrequester.h</includehint> <includehint>klineedit.h</includehint> <includehint>kpushbutton.h</includehint> </includehints> |