X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiKeySymbol.cpp;h=d3ba7f29650687201d08b67f632513982e9a05ee;hb=ba76bf5eb85db5a10839fccee3430d906d3f7b70;hp=8a69a443088ad154e001af7316fc9febc0da7646;hpb=e1ce2f92db49d50c688414a32944be8e718faa2e;p=lyx.git diff --git a/src/frontends/qt4/GuiKeySymbol.cpp b/src/frontends/qt4/GuiKeySymbol.cpp index 8a69a44308..d3ba7f2965 100644 --- a/src/frontends/qt4/GuiKeySymbol.cpp +++ b/src/frontends/qt4/GuiKeySymbol.cpp @@ -1,5 +1,5 @@ /** - * \file qt4/KeySymbolFactory.cpp + * \file qt4/GuiKeySymbol.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * @@ -15,11 +15,7 @@ #include "qlkey.h" #include "qt_helpers.h" -#include "debug.h" - -#include "support/lstrings.h" -#include "support/environment.h" -#include "support/unicode.h" +#include "support/debug.h" #include "Encoding.h" #include "Language.h" @@ -29,18 +25,14 @@ #include #include +#include "boost/assert.hpp" + #include +using namespace std; namespace lyx { -using std::endl; -using std::string; -using std::map; -using lyx::support::contains; -using lyx::support::getEnv; - - #if 0 static char encode(string const & encoding, QString const & str) {