$OpenBSD: patch-configdialog_cpp,v 1.4 2013/06/01 08:27:57 shadchin Exp $
--- configdialog.cpp.orig	Mon Apr 29 22:07:46 2013
+++ configdialog.cpp	Wed May  8 23:15:53 2013
@@ -222,7 +222,7 @@ QDir spelldir(QCoreApplication::applicationDirPath());
 #ifdef DEBIAN_SPELLDIR
 QDir spelldir(PREFIX"/share/myspell/dicts");
 #else
-QDir spelldir(PREFIX"/share/texmaker");
+QDir spelldir(PREFIX"/share/hunspell");
 #endif
 #endif
 
