diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-11-29 12:15:17 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-11-29 12:15:17 +0100 |
commit | 129932ca513ed7ef865669fa81020043bcfa7ba0 (patch) | |
tree | 03fba7638c0323672e7958245e9afb0663ca2c1a /src/urlbar.h | |
parent | Various adjustments. Nothing really important.Various adjustments. Nothing re... (diff) | |
download | rekonq-129932ca513ed7ef865669fa81020043bcfa7ba0.tar.xz |
Fixing ToolBar, some icons and code..
Diffstat (limited to 'src/urlbar.h')
-rw-r--r-- | src/urlbar.h | 7 |
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); |