diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-09 18:08:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-09 18:08:36 +0900 |
commit | ec91758713c4c45dbe2928d754286b161afba3de (patch) | |
tree | fdcb0f6e6a09a8dadf1123fff9125e50204add53 /kmouth | |
parent | 92bac802df05bdf0cdc1df1adf750e05bf991ba4 (diff) | |
download | tdeaccessibility-ec91758713c4c45dbe2928d754286b161afba3de.tar.gz tdeaccessibility-ec91758713c4c45dbe2928d754286b161afba3de.zip |
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmouth')
-rw-r--r-- | kmouth/preferencesui.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/preferencesui.ui b/kmouth/preferencesui.ui index 16cb7ce..5921c8c 100644 --- a/kmouth/preferencesui.ui +++ b/kmouth/preferencesui.ui @@ -159,7 +159,7 @@ </vbox> </widget> <layoutdefaults spacing="6" margin="11"/> -<includehints> +<includes> <include location="global" impldecl="in implementation">kcombobox.h</include> -</includehints> +</includes> </UI> |