summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-03-30 02:07:25 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-03-30 02:07:25 +0200
commit428bf09a4e7ae01b40d24c74f8abe6b735e1c62b (patch)
tree4684dd80273dbea84e135805b1befbf89f28e2ef /src/urlbar/urlbar.h
parentadd title for bookmarks in the list (diff)
parentAdd mid click support for the completition widget of the url bar (diff)
downloadrekonq-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.h2
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);