]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXKeySymFactory.h
* src/frontends/qt4/GuiSelection.C
[lyx.git] / src / frontends / LyXKeySymFactory.h
index 97d78854cc8205033064dd4a3295e7fd3093243a..585a8a5303fa4906bf01ca611820644490f80816 100644 (file)
@@ -1,23 +1,29 @@
+// -*- C++ -*-
 /**
  * \file LyXKeySymFactory.h
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Asger & Juergen
+ * \author Asger & JΓΌrgen
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef LYXKEYSYMFACTORY_H
 #define LYXKEYSYMFACTORY_H
 
+namespace lyx {
+
 class LyXKeySym;
 
 namespace LyXKeySymFactory {
        /**
-        * Make a LyXKeySym. Used because we want to 
+        * Make a LyXKeySym. Used because we want to
         * generate a toolkit-specific instance.
         */
        LyXKeySym * create();
 }
 
+} // namespace lyx
+
 #endif // LYXKEYSYM_FACTORY_H