diff options
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 |