diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-11 00:55:47 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-11 00:55:47 +0100 |
commit | b5044060c9263d223c99055b9bd6b93c9fb966c7 (patch) | |
tree | d388ff7ffb5034768889b02bfffe8687d05a0172 /src/mainwindow.cpp | |
parent | Some fixes on MainWindow (diff) | |
download | rekonq-b5044060c9263d223c99055b9bd6b93c9fb966c7.tar.xz |
Forwarding class declarations to speed up compilation..
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index f28450fe..e24f4cf7 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -41,6 +41,7 @@ #include "ui_passworddialog.h" // KDE Includes +#include <KUrl> #include <KStatusBar> #include <KMenuBar> #include <KShortcut> @@ -55,14 +56,9 @@ // Qt Includes -#include <QPlainTextEdit> -#include <QPrintDialog> -#include <QPrintPreviewDialog> -#include <QPrinter> -#include <QWebFrame> -#include <QWebHistory> -#include <QDebug> -#include <QVBoxLayout> +#include <QtGui> +#include <QtCore> +#include <QtWebKit> MainWindow::MainWindow() |