]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiKeySymbol.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiKeySymbol.h
index 6212c6509872a2c240824e57a1538be64e3da17c..d113f50ff2284f1069c64191316f002f1b2ea805 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Asger and Jürgen
+ * \author Asger and Jürgen
  * \author John Levon
  *
  * Full author contact details are available in file CREDITS.
@@ -23,7 +23,7 @@ namespace lyx {
 void setKeySymbol(KeySymbol * sym, QKeyEvent * ev);
 
 /// return the LyX key state from Qt's
-key_modifier::state q_key_state(Qt::KeyboardModifiers state);
+KeyModifier q_key_state(Qt::KeyboardModifiers state);
 
 } // namespace lyx