]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QSpellchecker.h
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QSpellchecker.h
index 4deed6bb8177de59d89ccec3eb1aae3199b2b41d..ce82827e29f541028d7cc07d8c876a25ddbbb3ea 100644 (file)
@@ -1,44 +1,48 @@
 // -*- C++ -*-
 /**
  * \file QSpellchecker.h
- * Copyright 2001 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 John Levon <moz@compsoc.man.ac.uk>
- * \author Kalle Dalheimer <kalle@klaralvdalens-datakonsult.se>
+ * \author John Levon
+ * \author Kalle Dalheimer
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef QSPELLCHECKER_H
 #define QSPELLCHECKER_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "Qt2Base.h"
 
-class ControlSpellchecker; 
+class ControlSpellchecker;
 class QSpellcheckerDialog;
 
-class QSpellchecker :
-       public Qt2CB<ControlSpellchecker, Qt2DB<QSpellcheckerDialog> > 
+
+class QSpellchecker
+       : public Qt2CB<ControlSpellchecker, Qt2DB<QSpellcheckerDialog> >
 {
+public:
        friend class QSpellcheckerDialog;
-public: 
-       QSpellchecker(ControlSpellchecker &);
 
-       /// update from controller 
+       QSpellchecker();
+
+       /// update from controller
        void partialUpdate(int id);
 private:
-       void stop(); 
+       void stop();
        void accept();
        void add();
        void ignore();
        void replace();
-       void options();
        void spellcheck();
+
        /// Apply changes
-       virtual void apply() {};
+       virtual void apply() {}
        /// update
        virtual void update_contents();
        /// build the dialog