]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QShowFileDialog.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QShowFileDialog.C
index 1afcf2454439d73c2522090429a56d6d1a348ec0..f1c9916a431ac917c2deec340c390b5f2cf8abc7 100644 (file)
@@ -3,7 +3,7 @@
  * 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
  */
@@ -20,6 +20,7 @@
 #include <qwidget.h>
 #include <qpushbutton.h>
 
+
 QShowFileDialog::QShowFileDialog(QShowFile * form)
        : QShowFileDialogBase(0, 0, false, 0),
        form_(form)