summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/webview.h b/src/webview.h
index c12582d4..30ff73af 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -3,9 +3,7 @@
* This file is a part of the rekonq project
*
* Copyright (C) 2007-2008 Trolltech ASA. All rights reserved
-* Copyright (C) 2008 Benjamin C. Meyer <ben@meyerhome.net>
* Copyright (C) 2008-2009 by Andrea Diamantini <adjam7 at gmail dot com>
-* Copyright (C) 2009 by Paweł Prażak <pawelprazak at gmail dot com>
*
*
* This program is free software; you can redistribute it
@@ -27,16 +25,11 @@
// KDE Includes
#include <KUrl>
-#include <kdewebkit/kwebpage.h>
-#include <kdewebkit/kwebview.h>
-
// Qt Includes
#include <QWebPage>
#include <QWebView>
// Forward Declarations
-
-
class WebPage;
@@ -51,9 +44,6 @@ public:
QString lastStatusBarText() const;
int progress() const;
-// public Q_SLOTS:
-// void load(const KUrl &url);
-
signals:
// switching tabs
void ctrlTabPressed();
@@ -68,9 +58,7 @@ protected:
*/
void keyPressEvent(QKeyEvent *event);
- // to reimplement from KWebView
-// virtual void setNewPage();
-
+
private slots:
void setProgress(int progress);
void loadFinished();