summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/webview.h b/src/webview.h
index d8a6f3d6..c12582d4 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -40,7 +40,7 @@
class WebPage;
-class WebView : public KWebView
+class WebView : public QWebView
{
Q_OBJECT
@@ -51,8 +51,8 @@ public:
QString lastStatusBarText() const;
int progress() const;
-public Q_SLOTS:
- void load(const KUrl &url);
+// public Q_SLOTS:
+// void load(const KUrl &url);
signals:
// switching tabs
@@ -69,7 +69,7 @@ protected:
void keyPressEvent(QKeyEvent *event);
// to reimplement from KWebView
- virtual void setNewPage();
+// virtual void setNewPage();
private slots:
void setProgress(int progress);