diff options
author | Michele Calgaro <[email protected]> | 2022-01-05 10:08:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-05 10:08:44 +0900 |
commit | ca04cef54d6ca37cf614024372ca4d2889431bc3 (patch) | |
tree | f4b4dab4880f4410235e9ab3e0ab2bb7a1cf621d | |
parent | 1c836140454ec4102b077961350cfa18d590de77 (diff) | |
download | tdeadmin-ca04cef54d6ca37cf614024372ca4d2889431bc3.tar.gz tdeadmin-ca04cef54d6ca37cf614024372ca4d2889431bc3.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
-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> |