]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QShowFile.C
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / QShowFile.C
index 5e38f797a4da9faec2368d04907f80f287a31cd2..11fff4398c3a16fcdaacd1790b66ae8c87c48154 100644 (file)
@@ -1,27 +1,34 @@
 /**
  * \file QShowFile.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 "ControlShowFile.h"
 #include "gettext.h"
 
 #include "QShowFile.h"
 #include "QShowFileDialog.h"
 #include "Qt2BC.h"
+
 #include <qtextview.h>
 #include <qpushbutton.h>
 
 typedef Qt2CB<ControlShowFile, Qt2DB<QShowFileDialog> > base_class;
 
-QShowFile::QShowFile(ControlShowFile & c)
-       : base_class(c, _("ShowFile"))
+
+QShowFile::QShowFile()
+       : base_class(_("ShowFile"))
 {
 }