summaryrefslogtreecommitdiff
path: root/src/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-10 00:48:03 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-10 00:48:03 +0100
commitd1edeb480f8539d2a132c5ab9f4e4b2a99d8d2a0 (patch)
tree1ae524849518d7d5a987d77d5556848ececdc592 /src/urlbar.h
parentmade the urlbar a KHistoryComboBox. Really beautiful widget!! (diff)
downloadrekonq-d1edeb480f8539d2a132c5ab9f4e4b2a99d8d2a0.tar.xz
Added Completion to new urlbar. ready for merge..
Diffstat (limited to 'src/urlbar.h')
-rw-r--r--src/urlbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urlbar.h b/src/urlbar.h
index fcebc6f9..d0f80f17 100644
--- a/src/urlbar.h
+++ b/src/urlbar.h
@@ -45,6 +45,8 @@ private slots:
void webViewUrlChanged(const QUrl &url);
void webViewIconChanged();
+ void prova();
+
private:
QLinearGradient generateGradient(const QColor &color) const;