diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-09-19 03:15:53 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-09-19 03:15:53 +0200 |
commit | 661ed658b788d6b4bee973d0fceeb7cd86be3162 (patch) | |
tree | a92a2fab7e86d5db4742309cf841284bbfbcaaa5 /kcontrol/kthememanager | |
parent | 9149eddd880abaab5d909ad6ce285f9eed5b7fdf (diff) | |
download | tdebase-661ed658b788d6b4bee973d0fceeb7cd86be3162.tar.gz tdebase-661ed658b788d6b4bee973d0fceeb7cd86be3162.zip |
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kcontrol/kthememanager')
-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> |