diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-03 12:54:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-03 19:26:13 +0900 |
commit | 53eda28f7d0a546e50365a87a2ea445eaf0b5f93 (patch) | |
tree | d6df5bc08c0ac6f8bad0573f11dc39c6eda12352 | |
parent | 2bc2bc678941df7839845b2ffec601caa8dc1ab8 (diff) | |
download | koffice-53eda28f7d0a546e50365a87a2ea445eaf0b5f93.tar.gz koffice-53eda28f7d0a546e50365a87a2ea445eaf0b5f93.zip |
Fixed FTBFS caused by commit b070dc18 on some distros/archs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bf584cbbbff929ed291a19982ba3d90e562ec392)
-rw-r--r-- | lib/kotext/kofonttabbase.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/kofonttabbase.ui b/lib/kotext/kofonttabbase.ui index 1d05d2fb..0435c60f 100644 --- a/lib/kotext/kofonttabbase.ui +++ b/lib/kotext/kofonttabbase.ui @@ -20,6 +20,6 @@ </widget> <layoutdefaults spacing="6" margin="11"/> <includes> - <include location="global" impldecl="in implementation">TDEFontDialog_local.h</include> + <include location="local" impldecl="in declaration">TDEFontDialog_local.h</include> </includes> </UI> |