diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-15 23:50:12 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-15 23:50:12 +0200 |
commit | 962f44708ea40fe9a00fed17d8b2afba0deb2856 (patch) | |
tree | 08f78ebd7ae8a6507b94f5bc716c99fadd1f25be /src/webview.h | |
parent | Going back to simpler QtWebKit. (diff) | |
download | rekonq-962f44708ea40fe9a00fed17d8b2afba0deb2856.tar.xz |
Some backports from KdeWebKit and rekonq 0.1 implementation
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 14 |
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(); |