summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
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 cce5cd46..08651705 100644
--- a/src/urlbar/urlbar.h
+++ b/src/urlbar/urlbar.h
@@ -80,7 +80,6 @@ public:
{
KGet = 0x00000001,
RSS = 0x00000010,
- SSL = 0x00000100,
BK = 0x00001000,
SearchEngine = 0x00010000,
Favorite = 0x00100000,
@@ -102,6 +101,7 @@ public Q_SLOTS:
private Q_SLOTS:
void loadRequestedUrl(const KUrl& url, Rekonq::OpenType = Rekonq::CurrentTab);
+ void loadStarted();
void loadFinished();
void clearRightIcons();