]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/LyXScreenFactory.C
Get rid of the static_casts.
[lyx.git] / src / frontends / qt2 / LyXScreenFactory.C
index b3abdcc222e1d2decf50b7486e48e564d1c6e038..f6529c2e8c945bebc9bccbb6e44712f2f2b8f07d 100644 (file)
@@ -1,13 +1,16 @@
 /**
- * \file LyXScreenFactory.C
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * \file qt2/LyXScreenFactory.C
+ * 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>
 
+
 #include "frontends/LyXScreenFactory.h"
 
 #include "QWorkArea.h"
@@ -20,4 +23,4 @@ LyXScreen * create(WorkArea & owner)
        return new QScreen(static_cast<QWorkArea &>(owner));
 }
 
-}
+} // namespace LyXScreenFactory