File indexing completed on 2024-05-12 03:54:28

0001 /*
0002     This file is part of the KDE libraries
0003     SPDX-FileCopyrightText: 1997 Stefan Taferner <taferner@alpin.or.at>
0004     SPDX-FileCopyrightText: 2000 Nicolas Hadacek <haadcek@kde.org>
0005     SPDX-FileCopyrightText: 2001, 2002 Ellis Whitehead <ellis@kde.org>
0006 
0007     SPDX-License-Identifier: LGPL-2.0-or-later
0008 */
0009 
0010 #ifndef KSTANDARDSHORTCUT_P_H
0011 #define KSTANDARDSHORTCUT_P_H
0012 
0013 #include "kstandardshortcut.h"
0014 
0015 namespace KStandardShortcut
0016 {
0017 void initialize(StandardShortcut id);
0018 }
0019 
0020 #endif