diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-10-04 14:26:43 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-10-04 14:26:43 +0200 |
commit | 4da1cf518a6a2e1a689a07b382f65cfab573d238 (patch) | |
tree | b7806071a0d02db51c5d52ee152f74d842bed3a9 /starter/help.ui | |
parent | 19109e812fa7555c972759803eafd490fc03d065 (diff) | |
download | tde-style-baghira-4da1cf518a6a2e1a689a07b382f65cfab573d238.tar.gz tde-style-baghira-4da1cf518a6a2e1a689a07b382f65cfab573d238.zip |
Add headers to UI files to prevent potential FTBFS.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'starter/help.ui')
-rw-r--r-- | starter/help.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starter/help.ui b/starter/help.ui index 3202f0e..9cf1c61 100644 --- a/starter/help.ui +++ b/starter/help.ui @@ -117,7 +117,7 @@ You can use TQt richtext tags and there's no limit on the size, but keep it usef </connection> </connections> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>ktextedit.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">ktextedit.h</include> +</includes> </UI> |