diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/kstandardshortcutwatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kstandardshortcutwatcher.h b/src/gui/kstandardshortcutwatcher.h index 64c6d3d4..b6584ccf 100644 --- a/src/gui/kstandardshortcutwatcher.h +++ b/src/gui/kstandardshortcutwatcher.h @@ -37,7 +37,7 @@ Q_SIGNALS: private: explicit StandardShortcutWatcher(QObject *parent = nullptr); - friend StandardShortcutWatcher *shortcutWatcher(); + friend KCONFIGGUI_EXPORT StandardShortcutWatcher *shortcutWatcher(); std::unique_ptr<StandardShortcutWatcherPrivate> d; }; |