diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-05 10:27:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-05 10:27:02 +0900 |
commit | 3078b5fa12d8988c55fdb511682736daecbc1ff8 (patch) | |
tree | ca09893c538eb8b88d6f7272de71b3d49512a72b /kcontrol/kicker/positiontab.ui | |
parent | d9743d0420c071e5dcc70f0ff793a035b829ea38 (diff) | |
download | tdebase-3078b5fa12d8988c55fdb511682736daecbc1ff8.tar.gz tdebase-3078b5fa12d8988c55fdb511682736daecbc1ff8.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/kicker/positiontab.ui')
-rw-r--r-- | kcontrol/kicker/positiontab.ui | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/kcontrol/kicker/positiontab.ui b/kcontrol/kicker/positiontab.ui index ac367a15f..6729d0cf2 100644 --- a/kcontrol/kicker/positiontab.ui +++ b/kcontrol/kicker/positiontab.ui @@ -1110,7 +1110,7 @@ how it is positioned on the screen and how much of the screen it should use.</st <includes> <include location="global" impldecl="in declaration">klineedit.h</include> <include location="global" impldecl="in implementation">knuminput.h</include> - <include location="local" impldecl="in implementation">kdialog.h</include> + <include location="local" impldecl="in implementation">kdialog.h</include> </includes> <Q_SLOTS> <slot access="protected" specifier="pure virtual">lengthenPanel( int )</slot> @@ -1120,10 +1120,4 @@ how it is positioned on the screen and how much of the screen it should use.</st </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -<includehints> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> - <includehint>knuminput.h</includehint> -</includehints> </UI> |