summaryrefslogtreecommitdiff
path: root/src/urlbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar.h')
-rw-r--r--src/urlbar.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/urlbar.h b/src/urlbar.h
index db6304da..56ba7686 100644
--- a/src/urlbar.h
+++ b/src/urlbar.h
@@ -40,12 +40,11 @@ public:
~UrlBar();
KLineEdit *lineEdit();
-
void setWebView(WebView *webView);
-protected:
- void paintEvent(QPaintEvent *event);
- void focusOutEvent(QFocusEvent *event);
+// FIXME needed to color urlbar while loading urls
+// protected:
+// void paintEvent(QPaintEvent *event);
private slots:
void webViewUrlChanged(const QUrl &url);