aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/kstandardshortcutwatcher.h2
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;
};