summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-10-24 06:39:59 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-10-24 06:39:59 +0200
commitf05747031dd8f5fc788fe120cbdf96e913b8e2fd (patch)
tree396a3318a7d9e612d0d8378fd9a439ccdeefb158 /src/urlbar/urlbar.h
parentEnable url or text drops in the tabbar (diff)
downloadrekonq-f05747031dd8f5fc788fe120cbdf96e913b8e2fd.tar.xz
Clean up UrlBar code
- remove one unuseful method - clean up keyPressEvent method - change one method name: activated --> loadRequestedUrl
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r--src/urlbar/urlbar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h
index a9ce301d..2d158ff3 100644
--- a/src/urlbar/urlbar.h
+++ b/src/urlbar/urlbar.h
@@ -95,10 +95,9 @@ public Q_SLOTS:
void setQUrl(const QUrl &url);
private Q_SLOTS:
- void activated(const KUrl& url, Rekonq::OpenType = Rekonq::CurrentTab);
+ void loadRequestedUrl(const KUrl& url, Rekonq::OpenType = Rekonq::CurrentTab);
void loadFinished();
- void loadTyped(const QString &);
void clearRightIcons();
void updateRightIcons();