summaryrefslogtreecommitdiff
path: root/src/browsermainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-05 01:34:44 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-05 01:34:44 +0100
commitd3ae019349f53901a93f42fbad5d65b6f9b40fe6 (patch)
tree95b382870e9ada528abe1a07d51b4c2c47d45307 /src/browsermainwindow.h
parentQUrl --> KUrl! (diff)
downloadrekonq-d3ae019349f53901a93f42fbad5d65b6f9b40fe6.tar.xz
QSettings --> KConfig
Diffstat (limited to 'src/browsermainwindow.h')
-rw-r--r--src/browsermainwindow.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/browsermainwindow.h b/src/browsermainwindow.h
index 237f872d..e952eec2 100644
--- a/src/browsermainwindow.h
+++ b/src/browsermainwindow.h
@@ -34,9 +34,6 @@
#include <KAction>
#include <KMenu>
-// // Qt Includes
-// #include <QUrl>
-
class AutoSaver;
class QWebFrame;
@@ -47,7 +44,7 @@ class WebView;
The MainWindow of the Browser Application.
Handles the tab widget and all the actions
- */
+*/
class BrowserMainWindow : public KMainWindow
{
Q_OBJECT