summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-10-23 18:25:59 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:05 +0100
commitf6a7ef195c24517a025ac11c3156fdd23686562d (patch)
tree0fb2e9f835332c9a462b09a6a2fc14b2eee1fd16 /src/application.cpp
parentFixes problem with Web Comboxes not dropping down when clicked, (diff)
downloadrekonq-f6a7ef195c24517a025ac11c3156fdd23686562d.tar.xz
Removed some porting FIXME and re-enabled old features
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/application.cpp b/src/application.cpp
index a0e35964..957bee7f 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -148,9 +148,6 @@ int Application::newInstance()
// just create History Manager...
HistoryManager::self();
-
- // WARNING: should this be removed?
- AdBlockManager::self();
}
KStartupInfo::appStarted();
@@ -328,9 +325,6 @@ int Application::newInstance()
// just create History Manager...
HistoryManager::self();
- // FIXME: should this be removed?
- AdBlockManager::self();
-
ReKonfig::setRecoverOnCrash(ReKonfig::recoverOnCrash() + 1);
saveConfiguration();
}
@@ -818,6 +812,6 @@ void Application::newTab()
void Application::newPrivateBrowsingWindow()
{
- // FIXME: what about an "about:incognito" page?
+ // NOTE: what about an "about:incognito" page?
loadUrl(KUrl("about:home"), Rekonq::NewPrivateWindow);
}