]> 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 43cf6b3f3f13e7a3dbdac56e5aa651e1ad586d22..a9a19dc0bc0991eb9b6ffc0f39c84c4894e087ac 100644 (file)
@@ -1,23 +1,31 @@
 /**
  * \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 "QLog.h"
 
+#include <vector>
+
+
 QLogDialog::QLogDialog(QLog * form)
        : QLogDialogBase(0, 0, false, 0),
        form_(form)