diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-10-14 17:30:21 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-10-14 17:30:21 +0200 |
commit | 1557a5f87b7fbb0bbfe55f154291cb403ebfa2a1 (patch) | |
tree | 1aab6c474392fc0dc6435b329af089aa3a58f200 /src/application.cpp | |
parent | Sanitizing strings... (diff) | |
download | rekonq-1557a5f87b7fbb0bbfe55f154291cb403ebfa2a1.tar.xz |
EBN Krazy fixes
It seems now we are really ready for the stable release...
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index 6f9df43a..e1802099 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -61,7 +61,6 @@ #include <KWindowInfo> #include <KGlobal> #include <KCharsets> -#include <KMessageBox> // Qt Includes #include <QVBoxLayout> |