summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 0 insertions, 7 deletions
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;