diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-08 12:23:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-08 12:34:22 +0900 |
commit | 0adedbe8fc66ce673b763e8ef18644d3c7dcfd91 (patch) | |
tree | fbe9a8c124f463b1e3df4c1d20c99e9cfb59c3dd | |
parent | 9e717712b63ffca3390ff6a1601efea89077a369 (diff) | |
download | tdewebdev-0adedbe8fc66ce673b763e8ef18644d3c7dcfd91.tar.gz tdewebdev-0adedbe8fc66ce673b763e8ef18644d3c7dcfd91.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c64847659c9ff995e94b792430e0e69223aa6fcd)
-rw-r--r-- | kommander/editor/paletteeditor.ui | 9 | ||||
-rw-r--r-- | kommander/editor/paletteeditoradvanced.ui | 8 | ||||
-rw-r--r-- | quanta/components/framewizard/framewizards.ui | 6 | ||||
-rw-r--r-- | quanta/plugins/pluginconfig.ui | 3 | ||||
-rw-r--r-- | quanta/project/projectnewlocals.ui | 6 |
5 files changed, 13 insertions, 19 deletions
diff --git a/kommander/editor/paletteeditor.ui b/kommander/editor/paletteeditor.ui index cadcb3f5..ceabd80d 100644 --- a/kommander/editor/paletteeditor.ui +++ b/kommander/editor/paletteeditor.ui @@ -510,9 +510,8 @@ <slot access="protected">paletteSelected(int)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>styledbutton.h</includehint> - <includehint>styledbutton.h</includehint> - <includehint>previewframe.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">previewframe.h</include> + <include location="global" impldecl="in implementation">styledbutton.h</include> +</includes> </UI> diff --git a/kommander/editor/paletteeditoradvanced.ui b/kommander/editor/paletteeditoradvanced.ui index 78fcb222..3e0cab3b 100644 --- a/kommander/editor/paletteeditoradvanced.ui +++ b/kommander/editor/paletteeditoradvanced.ui @@ -758,9 +758,7 @@ <slot>showHelp()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>styledbutton.h</includehint> - <includehint>styledbutton.h</includehint> - <includehint>styledbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">styledbutton.h</include> +</includes> </UI> diff --git a/quanta/components/framewizard/framewizards.ui b/quanta/components/framewizard/framewizards.ui index 3a3a1efd..22a702c0 100644 --- a/quanta/components/framewizard/framewizards.ui +++ b/quanta/components/framewizard/framewizards.ui @@ -363,7 +363,7 @@ </connections> <pixmapinproject/> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>visualframeeditor.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">visualframeeditor.h</include> +</includes> </UI> diff --git a/quanta/plugins/pluginconfig.ui b/quanta/plugins/pluginconfig.ui index 05766e6b..8f3798f4 100644 --- a/quanta/plugins/pluginconfig.ui +++ b/quanta/plugins/pluginconfig.ui @@ -264,7 +264,4 @@ <slot>slotPluginTypeHighlighted(const TQString&)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kicondialog.h</includehint> -</includehints> </UI> diff --git a/quanta/project/projectnewlocals.ui b/quanta/project/projectnewlocals.ui index a23e8de7..4da60b9d 100644 --- a/quanta/project/projectnewlocals.ui +++ b/quanta/project/projectnewlocals.ui @@ -338,7 +338,7 @@ <tabstop>clearList</tabstop> </tabstops> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>uploadtreeview.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">uploadtreeview.h</include> +</includes> </UI> |