]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/LyXKeySymFactory.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / LyXKeySymFactory.C
index 706b18c4ba01d0e57cbd3ea7f137320b86774c32..b5e3f9e513343e00b0d038a7f461bf76fcfb0f77 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file LyXKeySymFactory.C
+ * \file qt2/LyXKeySymFactory.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -9,7 +9,7 @@
  */
 
 #include <config.h>
+
 #ifdef __GNUG__
 #pragma implementation
 #endif
@@ -24,5 +24,5 @@ LyXKeySym * create()
 {
        return new QLyXKeySym();
 }
-}
+
+} // namespace LyXKeySymFactory