diff options
author | gregory guy <[email protected]> | 2020-04-23 11:23:38 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-26 01:19:52 +0200 |
commit | 8e16b376dc531edfdf7b7d8dc13d3d9a15d81c0c (patch) | |
tree | 25f1387d41cec1d43b5277db33ca9a5141f9875f /src/openprojectlayout.ui | |
parent | fb461bbd2b56046933a77f75eb4873c64781064d (diff) | |
download | kscope-8e16b376dc531edfdf7b7d8dc13d3d9a15d81c0c.tar.gz kscope-8e16b376dc531edfdf7b7d8dc13d3d9a15d81c0c.zip |
Conversion to the cmake building system.
Signed-off-by: gregory guy <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/openprojectlayout.ui')
-rw-r--r-- | src/openprojectlayout.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/openprojectlayout.ui b/src/openprojectlayout.ui index a1c24b4..a346e15 100644 --- a/src/openprojectlayout.ui +++ b/src/openprojectlayout.ui @@ -194,9 +194,9 @@ <slot access="protected">slotProjectSelected(const TQString&)</slot> </slots> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kurlrequester.h</includehint> - <includehint>klineedit.h</includehint> - <includehint>kpushbutton.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kpushbutton.h</include> + <include location="global" impldecl="in implementation">klineedit.h</include> + <include location="global" impldecl="in implementation">kurlrequester.h</include> +</includes> </UI> |