]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/trash/dolphintrash.cpp
Merge branch 'Applications/18.04'
[dolphin.git] / src / trash / dolphintrash.cpp
index 8157094401ee4ba24cd0178de21de7a997885497..749d0d48111318374a4b35bc703c29876ed7c9b9 100644 (file)
@@ -42,7 +42,7 @@ Trash::Trash()
     };
     connect(m_trashDirLister, static_cast<void(KDirLister::*)()>(&KDirLister::completed), this, trashDirContentChanged);
     connect(m_trashDirLister, &KDirLister::itemsDeleted, this, trashDirContentChanged);
-    m_trashDirLister->openUrl(QStringLiteral("trash:/"));
+    m_trashDirLister->openUrl(QUrl(QStringLiteral("trash:/")));
 }
 
 Trash::~Trash()