summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e53eef3c..c3ac0c00 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -19,7 +19,7 @@
 * ============================================================ */
-#include "browserapplication.h"
+#include "application.h"
#include <KAboutData>
#include <KCmdLineArgs>
@@ -56,7 +56,7 @@ int main(int argc, char **argv)
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
- BrowserApplication app(args, "rekonq");
+ Application app(args, "rekonq");
if (!app.isTheOnlyBrowser())
return 0;
app.newMainWindow();