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