]> 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 2fa04f64577c959ebec3375416ce213ab40f5448..a223bd52e2f5a1a566cb49c2b6fa787911cc57bc 100644 (file)
@@ -3,24 +3,25 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author John Levon 
+ * \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)