blob: 89f756af6532e8644a29f02f370097ac27edd359 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/****************************************************************************
KHotKeys
Copyright (C) 2003 Lubos Lunak <l.lunak@kde.org>
Distributed under the terms of the GNU General Public License version 2.
****************************************************************************/
#define _|FILENAME|_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
namespace KHotKeys
{
} // namespace KHotKeys
|