aboutsummaryrefslogtreecommitdiff
path: root/src/gui/kstandardshortcut_p.h
blob: f4b0a0fb8c8377e5f51eeb29ef7edac0b7bc00cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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