diff options
author | Michele Calgaro <[email protected]> | 2018-09-21 15:57:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-21 15:57:05 +0900 |
commit | b4a5c0a167522ed4aa987fb1d65e6b58333b1363 (patch) | |
tree | 55a3c1bbeb771e16d631b916b75625eb96add9ed /kcontrol/kthememanager/kthemedlg.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 <[email protected]>
Diffstat (limited to 'kcontrol/kthememanager/kthemedlg.ui')
-rw-r--r-- | kcontrol/kthememanager/kthemedlg.ui | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kcontrol/kthememanager/kthemedlg.ui b/kcontrol/kthememanager/kthemedlg.ui index 08812fd72..717f68e32 100644 --- a/kcontrol/kthememanager/kthemedlg.ui +++ b/kcontrol/kthememanager/kthemedlg.ui @@ -501,6 +501,7 @@ </tabstops> <includes> <include location="local" impldecl="in implementation">kthemedlg.ui.h</include> + <include location="global" impldecl="in implementation">kurllabel.h</include> </includes> <Q_SLOTS> <slot specifier="non virtual">startKonqui( const TQString & url )</slot> @@ -512,7 +513,4 @@ <slot specifier="non virtual">startSaver()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kurllabel.h</includehint> -</includehints> </UI> |