diff options
Diffstat (limited to 'src/gui/kstandardshortcut_p.h')
-rw-r--r-- | src/gui/kstandardshortcut_p.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/gui/kstandardshortcut_p.h b/src/gui/kstandardshortcut_p.h new file mode 100644 index 00000000..f4b0a0fb --- /dev/null +++ b/src/gui/kstandardshortcut_p.h @@ -0,0 +1,20 @@ +/* + This file is part of the KDE libraries + SPDX-FileCopyrightText: 1997 Stefan Taferner <taferner@alpin.or.at> + SPDX-FileCopyrightText: 2000 Nicolas Hadacek <haadcek@kde.org> + SPDX-FileCopyrightText: 2001, 2002 Ellis Whitehead <ellis@kde.org> + + SPDX-License-Identifier: LGPL-2.0-or-later +*/ + +#ifndef KSTANDARDSHORTCUT_P_H +#define KSTANDARDSHORTCUT_P_H + +#include "kstandardshortcut.h" + +namespace KStandardShortcut +{ +void initialize(StandardShortcut id); +} + +#endif |