]> git.lyx.org Git - lyx.git/blobdiff - src/pspell.C
Store and use QImage rather than QPixmap.
[lyx.git] / src / pspell.C
index 047f9d0e14e8026ff2b2faf162ced32a16061b72..a3b050afca072d18af74477a795ecc347d028510 100644 (file)
@@ -24,9 +24,11 @@ extern "C" {
 #include "pspell.h"
 #include "WordLangTuple.h"
 
-using namespace lyx::support;
+#include <boost/assert.hpp>
 
 using std::endl;
+using std::string;
+
 
 PSpell::PSpell(BufferParams const &, string const & lang)
        : els(0), spell_error_object(0)