summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-24 16:47:55 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-27 01:38:41 +0200
commit6a9e1ed2d94202eb1c7b334b1020abad64d8226f (patch)
treecfaa734fb6921fd312f0a58a0640f4b77e9f99a2 /src/mainwindow.cpp
parentset Main Window on KDirLister (diff)
downloadrekonq-6a9e1ed2d94202eb1c7b334b1020abad64d8226f.tar.xz
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 CCBUG: 298114 CCBUG: 284829 Conflicts: src/mainwindow.cpp Backporting from master with the needed fixes
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index e954e7d3..51f9660c 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -85,6 +85,7 @@
#include <KParts/BrowserExtension>
#include <KMimeTypeTrader>
+
// Qt Includes
#include <QtCore/QTimer>