diff options
Diffstat (limited to 'editors/tea/files/patch-spellchecker.h')
-rw-r--r-- | editors/tea/files/patch-spellchecker.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/tea/files/patch-spellchecker.h b/editors/tea/files/patch-spellchecker.h deleted file mode 100644 index 27fa5d4c0c30..000000000000 --- a/editors/tea/files/patch-spellchecker.h +++ /dev/null @@ -1,11 +0,0 @@ ---- spellchecker.h.orig 2016-09-16 19:56:10 UTC
-+++ spellchecker.h
-@@ -100,7 +100,7 @@ public:
- QString user_dir;
- QString lng;
-
-- char *encoding;
-+ const char *encoding;
- QString dict_dir;
-
- CHunspellChecker (const QString &lang, const QString &path = "", const QString &user_path = "");
|