]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/LyXScreenFactory.C
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / LyXScreenFactory.C
index a5a0f2b2d91c97a7f6f33b9919b431ccd35fb17e..3acfe6ed8c2ff8cd82dae578ed79816c41d7ebfe 100644 (file)
@@ -1,9 +1,9 @@
 /**
- * \file LyXScreenFactory.C
+ * \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 
+ * \author John Levon
  *
  * Full author contact details are available in file CREDITS
  */
@@ -26,4 +26,4 @@ LyXScreen * create(WorkArea & owner)
        return new QScreen(static_cast<QWorkArea &>(owner));
 }
 
-}
+} // namespace LyXScreenFactory