diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-10 10:36:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-10 10:49:25 +0900 |
commit | f2ddbfcf9270f3027b99c5a26a578457bb4502b6 (patch) | |
tree | c62bad9949ff95f272f63b1e56bfeda0e7b8c6dc /certmanager | |
parent | eca6717f6ae9aa6659c5dac14d41154817272999 (diff) | |
download | tdepim-f2ddbfcf9270f3027b99c5a26a578457bb4502b6.tar.gz tdepim-f2ddbfcf9270f3027b99c5a26a578457bb4502b6.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 555db88cd81672217b2b84b2284c352131106124)
Diffstat (limited to 'certmanager')
-rw-r--r-- | certmanager/certificatewizard.ui | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/certmanager/certificatewizard.ui b/certmanager/certificatewizard.ui index cb5448075..6eddb9cbf 100644 --- a/certmanager/certificatewizard.ui +++ b/certmanager/certificatewizard.ui @@ -552,10 +552,8 @@ If you want to change anything, press Back and make your changes; otherwise, pre </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includes> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">kurlrequester.h</include> </includes> -<includehints> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> </UI> |