1 | /* |
---|---|
2 | This file is part of the KDE libraries |
3 | SPDX-FileCopyrightText: 1997 Stefan Taferner <taferner@alpin.or.at> |
4 | SPDX-FileCopyrightText: 2000 Nicolas Hadacek <haadcek@kde.org> |
5 | SPDX-FileCopyrightText: 2001, 2002 Ellis Whitehead <ellis@kde.org> |
6 | |
7 | SPDX-License-Identifier: LGPL-2.0-or-later |
8 | */ |
9 | |
10 | #ifndef KSTANDARDSHORTCUT_P_H |
11 | #define KSTANDARDSHORTCUT_P_H |
12 | |
13 | #include "kstandardshortcut.h" |
14 | |
15 | namespace KStandardShortcut |
16 | { |
17 | void initialize(StandardShortcut id); |
18 | } |
19 | |
20 | #endif |
21 |