diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-05 00:27:23 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-05 00:27:23 +0100 |
commit | b9f8ccd9099fa48406203ad5c5389266b3318d88 (patch) | |
tree | 3725c935fb14346301df79f1ec8fb4e6eebca66f /src/urlbar.h | |
parent | New Bookmarks menu, sharing bkmrs with Konqueror (diff) | |
download | rekonq-b9f8ccd9099fa48406203ad5c5389266b3318d88.tar.xz |
QUrl --> KUrl!
Diffstat (limited to 'src/urlbar.h')
-rw-r--r-- | src/urlbar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/urlbar.h b/src/urlbar.h index 72b64654..5d766a92 100644 --- a/src/urlbar.h +++ b/src/urlbar.h @@ -43,10 +43,6 @@ public: KLineEdit *lineEdit(); void setWebView(WebView *webView); -// FIXME needed to color urlbar while loading urls -// protected: -// void paintEvent(QPaintEvent *event); - private slots: void webViewUrlChanged(const QUrl &url); void webViewIconChanged(); |