From 129932ca513ed7ef865669fa81020043bcfa7ba0 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 29 Nov 2008 12:15:17 +0100 Subject: Fixing ToolBar, some icons and code.. --- src/urlbar.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/urlbar.h') 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); -- cgit v1.2.1