]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QVCLogDialog.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QVCLogDialog.C
index 3a2c206536a37e583612d44928f3119562e788b2..d29e134d4f50990239abf813c3373dab6e3a9c5e 100644 (file)
@@ -1,12 +1,19 @@
 /**
  * \file QVCLogDialog.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>
+
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include <vector>
 
 #include "LyXView.h"
@@ -17,7 +24,8 @@
 
 #include <qpushbutton.h>
 #include <qtextview.h>
+
+
 QVCLogDialog::QVCLogDialog(QVCLog * form)
        : QVCLogDialogBase(0, 0, false, 0),
        form_(form)