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 | |
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')
-rw-r--r-- | juk/coverdialogbase.ui | 6 | ||||
-rw-r--r-- | juk/exampleoptionsbase.ui | 6 | ||||
-rw-r--r-- | juk/filerenamerbase.ui | 8 |
3 files changed, 7 insertions, 13 deletions
diff --git a/juk/coverdialogbase.ui b/juk/coverdialogbase.ui index 5b862753..3db9862f 100644 --- a/juk/coverdialogbase.ui +++ b/juk/coverdialogbase.ui @@ -204,10 +204,8 @@ <forward>class TQListViewItem;</forward> </forwards> <includes> + <include location="global" impldecl="in implementation">covericonview.h</include> + <include location="global" impldecl="in implementation">kiconviewsearchline.h</include> <include location="global" impldecl="in implementation">tdelistview.h</include> </includes> -<includehints> - <includehint>kiconviewsearchline.h</includehint> - <includehint>covericonview.h</includehint> -</includehints> </UI> 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> diff --git a/juk/filerenamerbase.ui b/juk/filerenamerbase.ui index a05d5801..2449aead 100644 --- a/juk/filerenamerbase.ui +++ b/juk/filerenamerbase.ui @@ -368,11 +368,9 @@ <layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kcombobox.h</include> + <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> + <include location="global" impldecl="in implementation">tqscrollview.h</include> </includes> -<includehints> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> - <includehint>tqscrollview.h</includehint> -</includehints> </UI> |