diff options
author | Michele Calgaro <[email protected]> | 2022-01-03 10:04:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-03 10:04:29 +0900 |
commit | b070dc1873b27bbe1e9b551569feb77efe477f9e (patch) | |
tree | 8298dbb9b7497d10eeb102d5f76a357b5e2db6f9 /kexi/examples | |
parent | ddcebcf43b9816b0b42c60175573f82514c9fbab (diff) | |
download | koffice-b070dc1873b27bbe1e9b551569feb77efe477f9e.tar.gz koffice-b070dc1873b27bbe1e9b551569feb77efe477f9e.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kexi/examples')
-rw-r--r-- | kexi/examples/Simple_Database.kexi.sql | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/examples/Simple_Database.kexi.sql b/kexi/examples/Simple_Database.kexi.sql index 7ac415e1..27ee93c3 100644 --- a/kexi/examples/Simple_Database.kexi.sql +++ b/kexi/examples/Simple_Database.kexi.sql @@ -603,10 +603,10 @@ INSERT INTO "kexi__objectdata" VALUES(105, '<!DOCTYPE UI> </property> </widget> </widget> -<includehints> -<includehint>kcombobox.h</includehint> -<includehint>klineedit.h</includehint> -</includehints> +<includes> +<include location="global" impldecl="in implementation">kcombobox.h</include> +<include location="global" impldecl="in implementation">klineedit.h</include> +</includes> <layoutDefaults spacing="6" margin="11" /> <tabstops> <tabstop>TextLabel1</tabstop> |