]> 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 d748f312d5cec227bcb9fdb2691d48db54415d6d..b5e3f9e513343e00b0d038a7f461bf76fcfb0f77 100644 (file)
@@ -1,13 +1,19 @@
 /**
- * \file LyXKeySymFactory.C
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * \file qt2/LyXKeySymFactory.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Asger & Juergen
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
+
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include "frontends/LyXKeySymFactory.h"
 
 #include "QLyXKeySym.h"
@@ -18,5 +24,5 @@ LyXKeySym * create()
 {
        return new QLyXKeySym();
 }
-}
+
+} // namespace LyXKeySymFactory