diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-18 10:40:58 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-03 00:03:33 +0200 |
commit | 02755ffc374633144414f75865741d77bbcd6f46 (patch) | |
tree | b049ae9c3fa90f40f29f2fb50775c508d54f9b34 /src/main.cpp | |
parent | 1st commit on cookie branch. Refactoring Ui classes (diff) | |
download | rekonq-02755ffc374633144414f75865741d77bbcd6f46.tar.xz |
header fixing
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4a87ae53..009fc4b3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,8 +18,10 @@ * ============================================================ */ +// Local Includes #include "application.h" +// KDE Includes #include <KAboutData> #include <KCmdLineArgs> #include <KDebug> |