diff options
author | Slávek Banko <[email protected]> | 2019-05-09 15:18:19 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-05-09 15:18:19 +0200 |
commit | d5bdad9b22c20c4d85b9a26f00e1ed8b137eb3f6 (patch) | |
tree | aea4f5e0f02b57e005cc704df77fc331c1c19b09 /part/kxetexteditordialogbase.ui | |
parent | afdfc9b17d1a626fecbfb3ac4c5828beea6fec47 (diff) | |
download | kxmleditor-d5bdad9b22c20c4d85b9a26f00e1ed8b137eb3f6.tar.gz kxmleditor-d5bdad9b22c20c4d85b9a26f00e1ed8b137eb3f6.zip |
Add includes to UI files to resolve FTBFS.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'part/kxetexteditordialogbase.ui')
-rw-r--r-- | part/kxetexteditordialogbase.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/part/kxetexteditordialogbase.ui b/part/kxetexteditordialogbase.ui index 3a30175..1588bac 100644 --- a/part/kxetexteditordialogbase.ui +++ b/part/kxetexteditordialogbase.ui @@ -148,7 +148,7 @@ Press this button, if you want your XML document in the above editor to be valid <slot access="protected">slotValidate()</slot> </slots> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>ktextedit.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">ktextedit.h</include> +</includes> </UI> |