]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / ispell.h
index 23a75eb6ce4fe95d93acfe578524d26925b95bf4..d8a3c9ca138951a08b45ef8fe2b1d53d153ae287 100644 (file)
@@ -1,10 +1,13 @@
 // -*- C++ -*-
 /**
  * \file ispell.h
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author unknown
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef SP_ISPELL_H
 #include <cstdio>
 
 class BufferParams;
+namespace lyx {
+namespace support {
 class ForkedProcess;
+}
+}
 
 /// i/a spell process-based spellchecker
 class ISpell : public SpellBase {
@@ -67,7 +74,7 @@ private:
        /// spell error
        string error_;
 
-       boost::scoped_ptr<ForkedProcess> child_;
+       boost::scoped_ptr<lyx::support::ForkedProcess> child_;
 
        // vileness below ... please FIXME
        /// str ???