]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QCharacter.h
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QCharacter.h
index 2c059e20ca52b5ea4e84691b964f5cff6cda2a6e..4bb83ce8a50ac85bc4e044c76c81d12b6ae7644d 100644 (file)
@@ -1,37 +1,42 @@
 // -*- C++ -*-
 /**
  * \file QCharacter.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 Edwin Leuven, leuven@fee.uva.nl
- * \author John Levon <moz@compsoc.man.ac.uk>
+ * \author Edwin Leuven
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef QCHARACTER_H
 #define QCHARACTER_H
 
-#include <config.h>
-#include <vector>
+#ifdef __GNUG__
+#pragma interface
+#endif
 
-#include "LString.h"
 #include "Qt2Base.h"
 #include "controllers/character.h"
 #include "controllers/frnt_lang.h"
 
+#include "LString.h"
+
+#include <vector>
+
 
 class ControlCharacter;
 class QCharacterDialog;
 
 
-class QCharacter :
-       public Qt2CB<ControlCharacter, Qt2DB<QCharacterDialog> >
+class QCharacter
+       public Qt2CB<ControlCharacter, Qt2DB<QCharacterDialog> >
 {
+public:
        friend class QCharacterDialog;
 
-public:
        QCharacter();
-
 private:
        /// Apply changes
        virtual void apply();