]> git.lyx.org Git - lyx.git/blob - src/frontends/LyXKeySymFactory.h
fix tooltips in toolbar
[lyx.git] / src / frontends / LyXKeySymFactory.h
1 /**
2  * \file LyXKeySymFactory.h
3  * Copyright 2002 the LyX Team
4  * Read the file COPYING
5  *
6  * \author Asger & Juergen
7  */
8
9 #ifndef LYXKEYSYMFACTORY_H
10 #define LYXKEYSYMFACTORY_H
11
12 class LyXKeySym;
13
14 namespace LyXKeySymFactory {
15         /**
16          * Make a LyXKeySym. Used because we want to 
17          * generate a toolkit-specific instance.
18          */
19         LyXKeySym * create();
20 }
21
22 #endif // LYXKEYSYM_FACTORY_H