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 /tdepasswd/kcm | |
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 'tdepasswd/kcm')
-rw-r--r-- | tdepasswd/kcm/main_widget.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tdepasswd/kcm/main_widget.ui b/tdepasswd/kcm/main_widget.ui index b1933f592..d4da2cfea 100644 --- a/tdepasswd/kcm/main_widget.ui +++ b/tdepasswd/kcm/main_widget.ui @@ -287,7 +287,8 @@ <tabstop>btnChangePassword</tabstop> </tabstops> <includes> - <include location="local" impldecl="in implementation">kdialog.h</include> + <include location="global" impldecl="in implementation">kdialog.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> </includes> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> |