diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-06 10:41:28 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-06 10:54:30 +0900 | 
| commit | 0f79ac4c5b0786ab77bb65752774ecf6e3d33587 (patch) | |
| tree | 0720badf6c35b86dde0c30ee3e2c4a46e4f1c316 /kmilo | |
| parent | 4df29dab4e0563bce0ce2cfb6e8beab86be0a3b5 (diff) | |
| download | tdeutils-0f79ac4c.tar.gz tdeutils-0f79ac4c.zip | |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 626ab354f942f2ecc4e576720387fc1e131e3e29)
Diffstat (limited to 'kmilo')
| -rw-r--r-- | kmilo/thinkpad/kcmthinkpad/kcmthinkpad_general.ui | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/kmilo/thinkpad/kcmthinkpad/kcmthinkpad_general.ui b/kmilo/thinkpad/kcmthinkpad/kcmthinkpad_general.ui index 0951321..40554fa 100644 --- a/kmilo/thinkpad/kcmthinkpad/kcmthinkpad_general.ui +++ b/kmilo/thinkpad/kcmthinkpad/kcmthinkpad_general.ui @@ -282,8 +282,9 @@      <tabstop>commandExecMail</tabstop>  </tabstops>  <includes> -    <include location="local" impldecl="in implementation">kcmthinkpad_general.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">kcmthinkpad_general.ui.h</include>  </includes>  <Q_SIGNALS>      <signal>changed();</signal> @@ -293,7 +294,4 @@  </Q_SLOTS>  <layoutdefaults spacing="6" margin="11"/>  <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -<includehints> -    <includehint>kpushbutton.h</includehint> -</includehints>  </UI> | 
