From 962f44708ea40fe9a00fed17d8b2afba0deb2856 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 15 Jul 2009 23:50:12 +0200 Subject: Some backports from KdeWebKit and rekonq 0.1 implementation --- src/webview.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/webview.h') 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 * Copyright (C) 2008-2009 by Andrea Diamantini -* Copyright (C) 2009 by Paweł Prażak * * * This program is free software; you can redistribute it @@ -27,16 +25,11 @@ // KDE Includes #include -#include -#include - // Qt Includes #include #include // 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(); -- cgit v1.2.1