]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QLogDialog.C
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QLogDialog.C
index d9ce878562d88e6813e30dfd4c6d7004698f9a09..a9a19dc0bc0991eb9b6ffc0f39c84c4894e087ac 100644 (file)
@@ -1,22 +1,30 @@
 /**
  * \file QLogDialog.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 "LyXView.h"
+#include "ControlLog.h"
 
 #include <qpushbutton.h>
 #include <qtextview.h>
+
 #include "QLogDialog.h"
-#include "Dialogs.h"
 #include "QLog.h"
 
-#include "QtLyXView.h"
-#include "ControlLog.h"
+#include <vector>
+
 
 QLogDialog::QLogDialog(QLog * form)
        : QLogDialogBase(0, 0, false, 0),