Warning, file /plasma/khotkeys/libkhotkeysprivate/libkhotkeysfwd.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002    SPDX-FileCopyrightText: 2008 Michael Jansen <kde@michael-jansen.biz>
0003 
0004    SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 #ifndef LIBKHOTKEYSFWD_H
0007 #define LIBKHOTKEYSFWD_H
0008 
0009 namespace KHotKeys
0010 {
0011 class Action;
0012 class ActionDataBase;
0013 class ActionDataGroup;
0014 class ActionList;
0015 class CommandUrlAction;
0016 class DBusAction;
0017 class MenuEntryAction;
0018 class MenuEntryShortcutActionData;
0019 class ShortcutTrigger;
0020 class SimpleActionData;
0021 class Trigger;
0022 }
0023 
0024 #endif /* #ifndef LIBKHOTKEYSFWD_H */