]> 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 edbfec7394c61abda94f98b3210ad3fe7738133c..ce82827e29f541028d7cc07d8c876a25ddbbb3ea 100644 (file)
@@ -1,34 +1,38 @@
 // -*- 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
 
-#include "Qt2Base.h"
+#ifdef __GNUG__
+#pragma interface
+#endif
 
+#include "Qt2Base.h"
 
 class ControlSpellchecker;
 class QSpellcheckerDialog;
 
 
-class QSpellchecker :
-       public Qt2CB<ControlSpellchecker, Qt2DB<QSpellcheckerDialog> >
+class QSpellchecker
+       public Qt2CB<ControlSpellchecker, Qt2DB<QSpellcheckerDialog> >
 {
+public:
        friend class QSpellcheckerDialog;
 
-public:
        QSpellchecker();
 
        /// update from controller
        void partialUpdate(int id);
-
 private:
        void stop();
        void accept();
@@ -38,7 +42,7 @@ private:
        void spellcheck();
 
        /// Apply changes
-       virtual void apply() {};
+       virtual void apply() {}
        /// update
        virtual void update_contents();
        /// build the dialog