diff options
author | Michele Calgaro <[email protected]> | 2022-01-05 10:27:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-05 10:27:02 +0900 |
commit | 3078b5fa12d8988c55fdb511682736daecbc1ff8 (patch) | |
tree | ca09893c538eb8b88d6f7272de71b3d49512a72b /kcontrol/kicker/lookandfeeltab.ui | |
parent | d9743d0420c071e5dcc70f0ff793a035b829ea38 (diff) | |
download | tdebase-3078b5fa12d8988c55fdb511682736daecbc1ff8.tar.gz tdebase-3078b5fa12d8988c55fdb511682736daecbc1ff8.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcontrol/kicker/lookandfeeltab.ui')
-rw-r--r-- | kcontrol/kicker/lookandfeeltab.ui | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/kcontrol/kicker/lookandfeeltab.ui b/kcontrol/kicker/lookandfeeltab.ui index 7938f5f6c..803393e66 100644 --- a/kcontrol/kicker/lookandfeeltab.ui +++ b/kcontrol/kicker/lookandfeeltab.ui @@ -617,10 +617,12 @@ This option is only active if 'Enable background image' is selected.</string> <tabstop>advancedOptionsButton</tabstop> </tabstops> <includes> - <include location="global" impldecl="in implementation">kcolorbutton.h</include> <include location="global" impldecl="in declaration">kcombobox.h</include> <include location="global" impldecl="in declaration">kurlrequester.h</include> + <include location="global" impldecl="in implementation">kcolorbutton.h</include> <include location="global" impldecl="in implementation">kdialog.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> </includes> <Q_SLOTS> <slot access="protected" specifier="pure virtual">launchAdvancedDialog()</slot> @@ -629,8 +631,4 @@ This option is only active if 'Enable background image' is selected.</string> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -<includehints> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> </UI> |