diff options
author | Michele Calgaro <[email protected]> | 2022-01-06 10:41:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-06 10:41:28 +0900 |
commit | 626ab354f942f2ecc4e576720387fc1e131e3e29 (patch) | |
tree | 4ab5b523000753b37091d5a05d729f89f9ddfe73 /kgpg/keyexport.ui | |
parent | a63f43825211d0929421f34a7a79f453f7a94b89 (diff) | |
download | tdeutils-626ab354f942f2ecc4e576720387fc1e131e3e29.tar.gz tdeutils-626ab354f942f2ecc4e576720387fc1e131e3e29.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kgpg/keyexport.ui')
-rw-r--r-- | kgpg/keyexport.ui | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/kgpg/keyexport.ui b/kgpg/keyexport.ui index 94f4573..2dffb81 100644 --- a/kgpg/keyexport.ui +++ b/kgpg/keyexport.ui @@ -130,14 +130,12 @@ </connection> </connections> <includes> - <include location="local" impldecl="in implementation">keyexport.ui.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">kurlrequester.h</include> + <include location="local" impldecl="in implementation">keyexport.ui.h</include> </includes> <Q_SLOTS> <slot>checkFile_toggled( bool isOn )</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kpushbutton.h</includehint> -</includehints> </UI> |