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:36:15 +0900 |
commit | 555db88cd81672217b2b84b2284c352131106124 (patch) | |
tree | ce666db3adb0d7a73d63b27bcf1f0ba31809f9a2 /certmanager | |
parent | 4c33e6291dc0c2815d98ec39f361377b7b3ba483 (diff) | |
download | tdepim-555db88cd81672217b2b84b2284c352131106124.tar.gz tdepim-555db88cd81672217b2b84b2284c352131106124.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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> |