diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-05 10:08:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-05 10:16:19 +0900 |
commit | d666537fd673997eeda76827370a8f0a14988eba (patch) | |
tree | 7061fc1316af69e7fec2d3cb045646576111ba2d | |
parent | 2994995fef207e24167eb1c10176c1f14d27c31e (diff) | |
download | tdeadmin-d666537fd673997eeda76827370a8f0a14988eba.tar.gz tdeadmin-d666537fd673997eeda76827370a8f0a14988eba.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ca04cef54d6ca37cf614024372ca4d2889431bc3)
-rw-r--r-- | ksysv/pathconfig.ui | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/ksysv/pathconfig.ui b/ksysv/pathconfig.ui index 0273f2b..adc0988 100644 --- a/ksysv/pathconfig.ui +++ b/ksysv/pathconfig.ui @@ -278,8 +278,9 @@ <tabstop>mBrowseRunlevel</tabstop> </tabstops> <includes> - <include location="global" impldecl="in declaration">tdelocale.h</include> <include location="global" impldecl="in declaration">kdialog.h</include> + <include location="global" impldecl="in declaration">tdelocale.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> </includes> <Q_SLOTS> <slot access="protected">browseServices()</slot> @@ -287,11 +288,4 @@ <slot access="protected">slotChanged()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>klineedit.h</includehint> - <includehint>klineedit.h</includehint> -</includehints> -<includes> - <include location="global" impldecl="in implementation">klineedit.h</include> -</includes> </UI> |