diff options
author | Johannes Troscher <fritz_van_tom@hotmail.com> | 2011-11-27 12:18:33 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-11-27 12:18:33 +0100 |
commit | 6390d8ea58021f67257527cf98af5074656e0838 (patch) | |
tree | 2defdd7055541f41da100a81aa715bfb10ce8cc9 /src/urlbar/webshortcutwidget.h | |
parent | Merge branch 'bkGroupMidClick' (diff) | |
download | rekonq-6390d8ea58021f67257527cf98af5074656e0838.tar.xz |
Unifies macro style
REVIEW: 103242
REVIEWED-BY: adjam
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: |