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:41:28 +0900 |
commit | 626ab354f942f2ecc4e576720387fc1e131e3e29 (patch) | |
tree | 4ab5b523000753b37091d5a05d729f89f9ddfe73 /superkaramba | |
parent | a63f43825211d0929421f34a7a79f453f7a94b89 (diff) | |
download | tdeutils-626ab354f942f2ecc4e576720387fc1e131e3e29.tar.gz tdeutils-626ab354f942f2ecc4e576720387fc1e131e3e29.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'superkaramba')
-rw-r--r-- | superkaramba/src/themes_layout.ui | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/superkaramba/src/themes_layout.ui b/superkaramba/src/themes_layout.ui index d264187..0530e52 100644 --- a/superkaramba/src/themes_layout.ui +++ b/superkaramba/src/themes_layout.ui @@ -235,8 +235,6 @@ <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> <includes> <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">kwidgetlistbox.h</include> </includes> -<includehints> - <includehint>kwidgetlistbox.h</includehint> -</includehints> </UI> |