X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/c0797e8adef58bc57254d86d6f1abaa46d732f19..9760f9607d:/src/trash/dolphintrash.cpp diff --git a/src/trash/dolphintrash.cpp b/src/trash/dolphintrash.cpp index 815709440..749d0d481 100644 --- a/src/trash/dolphintrash.cpp +++ b/src/trash/dolphintrash.cpp @@ -42,7 +42,7 @@ Trash::Trash() }; connect(m_trashDirLister, static_cast(&KDirLister::completed), this, trashDirContentChanged); connect(m_trashDirLister, &KDirLister::itemsDeleted, this, trashDirContentChanged); - m_trashDirLister->openUrl(QStringLiteral("trash:/")); + m_trashDirLister->openUrl(QUrl(QStringLiteral("trash:/"))); } Trash::~Trash()