diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-06 10:57:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-06 11:13:51 +0900 |
commit | b131af31e1661817f4677381587c356e98462bdc (patch) | |
tree | 25bdda075694f37e6a0a769fcca57796ea82dbfd /juk/exampleoptionsbase.ui | |
parent | 997f83cd35de91e29d8f2f4d7f6d361cf9473aee (diff) | |
download | tdemultimedia-b131af31e1661817f4677381587c356e98462bdc.tar.gz tdemultimedia-b131af31e1661817f4677381587c356e98462bdc.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 92f8d42c7206f6cd1e8d3c6192528d092dba467c)
Diffstat (limited to 'juk/exampleoptionsbase.ui')
-rw-r--r-- | juk/exampleoptionsbase.ui | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/juk/exampleoptionsbase.ui b/juk/exampleoptionsbase.ui index aeaf2cee..87563c25 100644 --- a/juk/exampleoptionsbase.ui +++ b/juk/exampleoptionsbase.ui @@ -278,10 +278,8 @@ </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includes> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kpushbutton.h</include> <include location="global" impldecl="in implementation">kurlrequester.h</include> </includes> -<includehints> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> </UI> |