]> 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 626fa0e39b65419f5fbe79dd51ab3e9a0ead9779..abb4f15935cbe4d1dbddd837e66a3c1c73115653 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author John Levon 
+ * \author John Levon
  *
  * Full author contact details are available in file CREDITS
  */
@@ -14,8 +14,6 @@
 #pragma implementation
 #endif
 
-#include <vector>
-
 #include "ControlMinipage.h"
 
 #include "QMinipage.h"
@@ -25,6 +23,9 @@
 #include <qtextview.h>
 #include "lengthcombo.h"
 
+#include <vector>
+
+
 QMinipageDialog::QMinipageDialog(QMinipage * form)
        : QMinipageDialogBase(0, 0, false, 0),
        form_(form)