diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 17:22:18 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 17:22:18 +0200 |
commit | 6c1e962f097e1c75a5a7b2e621c5c235bb7a1d9a (patch) | |
tree | 48544c2f72b07eef1bc0ace0e602bfda3c25538b /src/application.cpp | |
parent | Krazy fixes (diff) | |
download | rekonq-6c1e962f097e1c75a5a7b2e621c5c235bb7a1d9a.tar.xz |
Include Fixes, first bunch
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/application.cpp b/src/application.cpp index 0302558f..02ceed4b 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -51,16 +51,12 @@ #include <KStandardDirs> #include <kio/job.h> #include <kio/jobclasses.h> -#include <KToolInvocation> #include <KUriFilter> #include <KMessageBox> #include <KUrl> #include <ThreadWeaver/Weaver> // Qt Includes -#include <QRegExp> -#include <QFile> -#include <QFileInfo> #include <QtCore/QTimer> |