diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-30 14:18:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-30 14:18:42 +0900 |
commit | 85f54fed6b89bda2f5734888c232f7da8d351bbd (patch) | |
tree | aa2e26682455d414c7c840fe0426497ce5f045cf /src/otrprefs.ui | |
parent | 317cff1913b14533266e57af84735ef0d00d3493 (diff) | |
download | kopete-otr-85f54fed6b89bda2f5734888c232f7da8d351bbd.tar.gz kopete-otr-85f54fed6b89bda2f5734888c232f7da8d351bbd.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/otrprefs.ui')
-rw-r--r-- | src/otrprefs.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/otrprefs.ui b/src/otrprefs.ui index cb93975..2bcf214 100644 --- a/src/otrprefs.ui +++ b/src/otrprefs.ui @@ -289,7 +289,7 @@ <slot access="private">generateFingerprint()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kactivelabel.h</includehint> -</includehints> +<includes> + <include location="global" impldecl="in implementation">kactivelabel.h</include> +</includes> </UI> |