diff --git a/plugins/share/shareplugin.cpp b/plugins/share/shareplugin.cpp index 3a2cde1d4..a8341ab4a 100644 --- a/plugins/share/shareplugin.cpp +++ b/plugins/share/shareplugin.cpp @@ -213,7 +213,7 @@ bool SharePlugin::receivePacket(const NetworkPacket &np) return true; } -void SharePlugin::finished(KJob *job, const qint64 dateModified, const qint64 dateCreated, const bool open) +void SharePlugin::finished(KJob *job, const qint64 dateCreated, const qint64 dateModified, const bool open) { FileTransferJob *ftjob = qobject_cast(job); if (ftjob && !job->error()) {