]> git.lyx.org Git - features.git/blob - src/frontends/qt4/KeySymbol.cpp
rename LyXKeySym into KeySymbol
[features.git] / src / frontends / qt4 / KeySymbol.cpp
1 /**
2  * \file qt4/KeySymbolFactory.cpp
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author Asger & Jürgen
7  *
8  * Full author contact details are available in file CREDITS.
9  */
10
11 #include <config.h>
12
13 #include "frontends/KeySymbol.h"
14
15 #include "QKeySymbol.h"
16
17 namespace lyx {
18
19 KeySymbol * createKeySymbol()
20 {
21         return new QKeySymbol;
22 }
23
24 } // namespace lyx