diff options
Diffstat (limited to 'src/urlbar/webshortcutwidget.h')
-rw-r--r-- | src/urlbar/webshortcutwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/urlbar/webshortcutwidget.h b/src/urlbar/webshortcutwidget.h index bdbc9ca6..bc072f47 100644 --- a/src/urlbar/webshortcutwidget.h +++ b/src/urlbar/webshortcutwidget.h @@ -44,11 +44,11 @@ public: void show(const KUrl &url, const QString &openSearchName, const QPoint &pos); -private slots: +private Q_SLOTS: void accept(); void shortcutsChanged(const QString& newShorthands); -signals: +Q_SIGNALS: void webShortcutSet(const KUrl &url, const QString &openSearchName, const QString &webShortcut); private: |