diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-05 01:34:44 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-05 01:34:44 +0100 |
commit | d3ae019349f53901a93f42fbad5d65b6f9b40fe6 (patch) | |
tree | 95b382870e9ada528abe1a07d51b4c2c47d45307 /src/browsermainwindow.h | |
parent | QUrl --> KUrl! (diff) | |
download | rekonq-d3ae019349f53901a93f42fbad5d65b6f9b40fe6.tar.xz |
QSettings --> KConfig
Diffstat (limited to 'src/browsermainwindow.h')
-rw-r--r-- | src/browsermainwindow.h | 5 |
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 |