X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiKeySymbol.h;h=d113f50ff2284f1069c64191316f002f1b2ea805;hb=43c09d723435a5b203f2ac0c39e2086de836b386;hp=6212c6509872a2c240824e57a1538be64e3da17c;hpb=f86525fc2ed2dbf5d49cd577c474a531cecbeb8f;p=lyx.git diff --git a/src/frontends/qt4/GuiKeySymbol.h b/src/frontends/qt4/GuiKeySymbol.h index 6212c65098..d113f50ff2 100644 --- a/src/frontends/qt4/GuiKeySymbol.h +++ b/src/frontends/qt4/GuiKeySymbol.h @@ -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