7#ifndef KSTANDARDSHORTCUTWATCHER_H
8#define KSTANDARDSHORTCUTWATCHER_H
10#include "kstandardshortcut.h"
16#include <kconfiggui_export.h>
20class StandardShortcutWatcherPrivate;
42 std::unique_ptr<StandardShortcutWatcherPrivate> d;
Watches for changes made to standard shortcuts and notifies about those changes.
Definition kstandardshortcutwatcher.h:28
void shortcutChanged(KStandardShortcut::StandardShortcut id, const QList< QKeySequence > &shortcut)
The standardshortcut id was changed to shortcut.
friend StandardShortcutWatcher * shortcutWatcher()
Returns the global KStandardShortcutWatcher instance of this program.
Convenient methods for access to the common accelerator keys in the key configuration.
StandardShortcutWatcher * shortcutWatcher()
Returns the global KStandardShortcutWatcher instance of this program.
StandardShortcut
Defines the identifier of all standard accelerators.
Definition kstandardshortcut.h:44