]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QErrorDialog.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QErrorDialog.C
index 2b05b5207b8b8602931a0d7a130246805c530022..a223bd52e2f5a1a566cb49c2b6fa787911cc57bc 100644 (file)
@@ -1,20 +1,27 @@
 /**
  * \file QErrorDialog.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 "QError.h"
+
 #include <qwidget.h>
 #include <qpushbutton.h>
 
 #include "QErrorDialog.h"
 
+
 QErrorDialog::QErrorDialog(QError * form)
        : QErrorDialogBase(0, 0, false, 0),
        form_(form)