From 4c0ad2049f3b49590a7d19f89ebcb767c3c15283 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 24 Apr 2012 16:47:55 +0200 Subject: Clean up url management - Let ftp url(s) work again - Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl) - ensure we are lowering just http url hosts - mailto via urlbar handling BUG: 298114 CCBUG: 284829 --- src/mainwindow.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index d652a499..e647cc88 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -50,8 +50,6 @@ class WebInspectorPanel; class WebTab; class ZoomBar; -class KUriFilter; - class QWebFrame; class QWebHistory; class QLabel; @@ -70,11 +68,6 @@ public: MainWindow(); ~MainWindow(); - - static KUriFilter *s_uriFilter; - static KUrl filterUrlToLoad(const KUrl &url); - - inline MainView *mainView() const { return m_view; -- cgit v1.2.1