summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-22 21:22:46 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-22 21:22:46 +0200
commitbb0be61558032932ca1775a5068a3e331f5be292 (patch)
tree80796ecc3ad6c38af64872cd09b48088b5ddc27f /src/webpage.h
parentRemoved unuseful stackedurlbar.cpp file (diff)
downloadrekonq-bb0be61558032932ca1775a5068a3e331f5be292.tar.xz
Some stupid fixes on style, spaces and some comments added
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webpage.h b/src/webpage.h
index d1642966..7137da3d 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -32,8 +32,6 @@
#define WEBPAGE_H
-// KDE Includes
-
// Qt Includes
#include <QWebPage>
#include <QUrl>
@@ -43,6 +41,7 @@ class QWebFrame;
class QNetworkReply;
class QUrl;
+
class WebPage : public QWebPage
{
Q_OBJECT