diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2025-08-20 15:13:20 +0300 |
---|---|---|
committer | Alexander Golubev <fatzer2@gmail.com> | 2025-08-20 15:13:20 +0300 |
commit | 211f4d99ed7e69be39c9286e85ec3cbcce6153e1 (patch) | |
tree | 059dbf121e48ed275f697c950109a1abf8eebc4d | |
parent | 76af48dfc86c469631e2b431cf634eb4059befa5 (diff) | |
download | tde-style-polyester-211f4d99ed7e69be39c9286e85ec3cbcce6153e1.tar.gz tde-style-polyester-211f4d99ed7e69be39c9286e85ec3cbcce6153e1.zip |
This fixes FTBFS on a system with minimal-ish configuration of
tqt/tdelibs.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-rw-r--r-- | style/config/configdialog.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/style/config/configdialog.ui b/style/config/configdialog.ui index b93740d..4b2ed5e 100644 --- a/style/config/configdialog.ui +++ b/style/config/configdialog.ui @@ -1125,6 +1125,9 @@ <slot>setEnabled(bool)</slot> </connection> </connections> +<includes> + <include location="global" impldecl="in implementation">kcolorbutton.h</include> +</includes> <slots> <slot>animateButton_toggled( bool )</slot> </slots> |