]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiKeySymbol.h
Amend f441590c
[lyx.git] / src / frontends / qt4 / GuiKeySymbol.h
index 6212c6509872a2c240824e57a1538be64e3da17c..d178185a5303aa8a6fcd12e5d7a9bb6a20f7daa2 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.
@@ -13,8 +13,6 @@
 #ifndef GUIKEYSYM_H
 #define GUIKEYSYM_H
 
-#include "frontends/KeySymbol.h"
-
 class QKeyEvent;
 
 namespace lyx {
@@ -23,7 +21,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