]> 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 7b4157525717644b13ce3ebbc766fbc8b6fa5a61..f1c9916a431ac917c2deec340c390b5f2cf8abc7 100644 (file)
@@ -1,17 +1,26 @@
 /**
  * \file QShowFileDialog.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 "QShowFile.h"
 #include "QShowFileDialog.h"
 
 #include <qwidget.h>
 #include <qpushbutton.h>
 
+
 QShowFileDialog::QShowFileDialog(QShowFile * form)
        : QShowFileDialogBase(0, 0, false, 0),
        form_(form)