]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QMinipageDialog.C
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QMinipageDialog.C
index 6e82a80facb0b276de84ae8dbfbb43543bf0e24b..abb4f15935cbe4d1dbddd837e66a3c1c73115653 100644 (file)
@@ -1,13 +1,18 @@
 /**
  * \file QMinipageDialog.C
- * 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 John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
-#include <vector>
+
+#ifdef __GNUG__
+#pragma implementation
+#endif
 
 #include "ControlMinipage.h"
 
@@ -18,6 +23,9 @@
 #include <qtextview.h>
 #include "lengthcombo.h"
 
+#include <vector>
+
+
 QMinipageDialog::QMinipageDialog(QMinipage * form)
        : QMinipageDialogBase(0, 0, false, 0),
        form_(form)