summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-03-29 18:32:16 +0200
committerYoann Laissus <yoann.laissus@gmail.com>2010-03-29 18:32:16 +0200
commitc6e137acee1f707d33afd6bf5bbbe994167d6a2f (patch)
tree0ee0f7aa32a5b5d5939f5e03a4d40fc3d3c85328 /src/urlbar/urlbar.h
parentrekonq 0.4.57 (diff)
downloadrekonq-c6e137acee1f707d33afd6bf5bbbe994167d6a2f.tar.xz
Add mid click support for the completition widget of the url bar
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);