diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2012-01-06 21:43:34 +0100 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2012-01-06 21:43:34 +0100 |
commit | 78096eb66c1d60a8992f725659e1065a07d13b51 (patch) | |
tree | e44b98dc2ff444622ed2d0742adc8de2936422ed /src/newtabpage.cpp | |
parent | Add a folder combo box in the BookmarkWidget (diff) | |
parent | Downloaded files seem removed even though they are not removed in (diff) | |
download | rekonq-78096eb66c1d60a8992f725659e1065a07d13b51.tar.xz |
Merge branch 'master' of git://anongit.kde.org/rekonq
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 a073117c..894412ce 100644 --- a/src/newtabpage.cpp +++ b/src/newtabpage.cpp @@ -480,7 +480,7 @@ void NewTabPage::downloadsPage() KUrl u = KUrl(item->destinationUrl()); QString fName = u.fileName(); - QString dir = QL1S("file://") + u.directory(); + QString dir = u.directory(); QString file = dir + fName; KIconLoader *loader = KIconLoader::global(); |