]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiWorkArea.cpp
rename LyXKeySym into KeySymbol
[features.git] / src / frontends / qt4 / GuiWorkArea.cpp
index ff6764ec603163af1e8e44ab3e6cae9e24944dfb..f63d44c64bb4bbfdc612e825b2ce82a0377ecf75 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "GuiApplication.h"
 #include "QLPainter.h"
-#include "QLyXKeySym.h"
+#include "QKeySymbol.h"
 #include "qt_helpers.h"
 
 #include "LyXView.h"
@@ -421,7 +421,7 @@ void GuiWorkArea::keyPressEvent(QKeyEvent * e)
                << " key=" << e->key()
                << endl;
 
-       boost::shared_ptr<QLyXKeySym> sym(new QLyXKeySym);
+       boost::shared_ptr<QKeySymbol> sym(new QKeySymbol);
        sym->set(e);
        processKeySym(sym, q_key_state(e->modifiers()));
 }