]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt2/QCharacter.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / qt2 / QCharacter.h
index 39f469d21d1c160c729e69cf7c01792e3a42f554..e11999379322f71104148507a0219029a5066e59 100644 (file)
@@ -1,36 +1,39 @@
 // -*- 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>
 
-#include "LString.h"
-#include "Qt2Base.h"
+#include "QDialogView.h"
 #include "controllers/character.h"
 #include "controllers/frnt_lang.h"
 
+#include "support/std_string.h"
+
+#include <vector>
+
 
 class ControlCharacter;
 class QCharacterDialog;
 
-class QCharacter :
-       public Qt2CB<ControlCharacter, Qt2DB<QCharacterDialog> >
-{
-       friend class QCharacterDialog;
 
+class QCharacter
+       : public QController<ControlCharacter, QView<QCharacterDialog> >
+{
 public:
-       QCharacter(ControlCharacter &);
+       friend class QCharacterDialog;
 
+       QCharacter(Dialog &);
 private:
        /// Apply changes
        virtual void apply();