From 15745b2425938dd726598d8c7bf8d1728b293e0a Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Mon, 23 Feb 2015 22:07:28 -0800 Subject: [PATCH] Fixed deprecation warning --- kio/kiokdeconnect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kio/kiokdeconnect.cpp b/kio/kiokdeconnect.cpp index 707d19d92..0333a9b4f 100644 --- a/kio/kiokdeconnect.cpp +++ b/kio/kiokdeconnect.cpp @@ -156,7 +156,7 @@ void KioKdeconnect::listDevice() entry.insert(KIO::UDSEntry::UDS_ACCESS, S_IRUSR | S_IRGRP | S_IROTH); entry.insert(KIO::UDSEntry::UDS_MIME_TYPE, ""); entry.insert(KIO::UDSEntry::UDS_URL, path); - listEntry(entry, false); + listEntry(entry); } infoMessage("");