summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 548bc0f1..f8c94032 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -29,6 +29,7 @@
#ifndef MAINVIEW_H
#define MAINVIEW_H
+
// Local Includes
#include "webview.h"
#include "webpage.h"
@@ -37,8 +38,6 @@
// KDE Includes
#include <KTabWidget>
-// Qt Includes
-
// Forward Declarations
class QUrl;
class QWebFrame;
@@ -50,6 +49,7 @@ class UrlBar;
class KPassivePopup;
+
/**
* This class represent rekonq Main View. It contains all WebViews and a stack widget
* of associated line edits.