summaryrefslogtreecommitdiff
path: root/src/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-05 00:27:23 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-05 00:27:23 +0100
commitb9f8ccd9099fa48406203ad5c5389266b3318d88 (patch)
tree3725c935fb14346301df79f1ec8fb4e6eebca66f /src/urlbar.h
parentNew Bookmarks menu, sharing bkmrs with Konqueror (diff)
downloadrekonq-b9f8ccd9099fa48406203ad5c5389266b3318d88.tar.xz
QUrl --> KUrl!
Diffstat (limited to 'src/urlbar.h')
-rw-r--r--src/urlbar.h4
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();