]> 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 00672e8916d5753dc84b93f3a8d8a3a2436d295a..a223bd52e2f5a1a566cb49c2b6fa787911cc57bc 100644 (file)
@@ -1,18 +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 "QErrorDialog.h"
-#include "Dialogs.h"
+#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)