diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2025-08-20 14:32:38 +0300 |
---|---|---|
committer | Alexander Golubev <fatzer2@gmail.com> | 2025-08-21 14:23:32 +0300 |
commit | 4d5c00a73b93a92029e1c1985fd66f346eac86b8 (patch) | |
tree | 07b37fe877caf8b69d0de737af2388a3b15a6574 | |
parent | bb66f1391d8b824961159a9552403a5272ac6814 (diff) | |
download | polkit-agent-tde-r14.1.x.tar.gz polkit-agent-tde-r14.1.x.zip |
Add missing <includes> in a .uir14.1.x
This fixes FTBFS on a system with minimal-ish configuration of
tqt/tdelibs.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit e22b0d6c24f15c76ca99a8a659f0a43c767a8a92)
-rw-r--r-- | src/AuthDialogWidget.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/AuthDialogWidget.ui b/src/AuthDialogWidget.ui index daf4cb2..ae9bb8b 100644 --- a/src/AuthDialogWidget.ui +++ b/src/AuthDialogWidget.ui @@ -158,4 +158,8 @@ <tabstop>userCB</tabstop> <tabstop>lePassword</tabstop> </tabstops> + <includes> + <include location="global" impldecl="in implementation">kcombobox.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> + </includes> </UI> |