diff options
Diffstat (limited to 'src/newtabpage.cpp')
-rw-r--r-- | src/newtabpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newtabpage.cpp b/src/newtabpage.cpp index 940e2c4f..2b7de0bf 100644 --- a/src/newtabpage.cpp +++ b/src/newtabpage.cpp @@ -113,7 +113,7 @@ void NewTabPage::generate(const KUrl &url) if (url.fileName() == QL1S("clear")) { rApp->mainWindow()->actionByName("clear_private_data")->trigger(); - generate(QL1S("about:") + url.directory()); + generate(QString(QL1S("about:") + url.directory())); return; } if (url == KUrl("about:bookmarks/edit")) |