diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 16:08:13 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-11-10 16:08:13 +0100 |
commit | a50d8f3bdc824580ae360bd262f2eea9722a757e (patch) | |
tree | 7d9bf80176642b2c8cd03c2ffb8c1f6f511216bc /src/application.cpp | |
parent | warning added (diff) | |
download | rekonq-a50d8f3bdc824580ae360bd262f2eea9722a757e.tar.xz |
Changing homepage.* --> newtabpage.* and fixing API
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 4b3d736d..869c23c8 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -42,7 +42,6 @@ #include "webview.h" #include "urlbar.h" #include "sessionmanager.h" -#include "homepage.h" // KDE Includes #include <KCmdLineArgs> |