]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/LyXKeySymFactory.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / LyXKeySymFactory.C
1 /**
2  * \file qt2/LyXKeySymFactory.C
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author Asger & Juergen
7  *
8  * Full author contact details are available in file CREDITS
9  */
10
11 #include <config.h>
12
13 #ifdef __GNUG__
14 #pragma implementation
15 #endif
16
17 #include "frontends/LyXKeySymFactory.h"
18
19 #include "QLyXKeySym.h"
20
21 namespace LyXKeySymFactory {
22
23 LyXKeySym * create()
24 {
25         return new QLyXKeySym();
26 }
27
28 } // namespace LyXKeySymFactory