diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-30 02:07:25 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-30 02:07:25 +0200 |
commit | 428bf09a4e7ae01b40d24c74f8abe6b735e1c62b (patch) | |
tree | 4684dd80273dbea84e135805b1befbf89f28e2ef /src/urlbar/urlbar.h | |
parent | add title for bookmarks in the list (diff) | |
parent | Add mid click support for the completition widget of the url bar (diff) | |
download | rekonq-428bf09a4e7ae01b40d24c74f8abe6b735e1c62b.tar.xz |
Merge commit 'refs/merge-requests/110' of git://gitorious.org/rekonq/mainline into m110
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r-- | src/urlbar/urlbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h index ef53d63a..552d1ee0 100644 --- a/src/urlbar/urlbar.h +++ b/src/urlbar/urlbar.h @@ -69,7 +69,7 @@ public slots: void updateUrl(); private slots: - void activated(const QString& url); + void activated(const QString& url, Rekonq::OpenType = Rekonq::CurrentTab); void loadFinished(bool); void suggestUrls(const QString &editedText); |