]> 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 effea4d52ea68988b8bddaeb71b76b937e0d433e..f6529c2e8c945bebc9bccbb6e44712f2f2b8f07d 100644 (file)
@@ -3,16 +3,13 @@
  * 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
  */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "frontends/LyXScreenFactory.h"
 
@@ -26,4 +23,4 @@ LyXScreen * create(WorkArea & owner)
        return new QScreen(static_cast<QWorkArea &>(owner));
 }
 
-}
+} // namespace LyXScreenFactory