Blame kio-extras-5.2.2-mtp_catalog.patch

Rex Dieter 22837fb
diff -up kio-extras-5.2.2/mtp/kio_mtp.cpp.catalog kio-extras-5.2.2/mtp/kio_mtp.cpp
Rex Dieter 22837fb
--- kio-extras-5.2.2/mtp/kio_mtp.cpp.catalog	2015-03-19 07:32:48.000000000 -0500
Rex Dieter 22837fb
+++ kio-extras-5.2.2/mtp/kio_mtp.cpp	2015-04-07 07:12:12.867492391 -0500
Rex Dieter 22837fb
@@ -44,7 +44,7 @@ extern "C"
Rex Dieter 22837fb
 int Q_DECL_EXPORT kdemain(int argc, char **argv)
Rex Dieter 22837fb
 {
Rex Dieter 22837fb
     QCoreApplication app(argc, argv);
Rex Dieter 22837fb
-    app.setApplicationName(QLatin1String("kio_mtp"));
Rex Dieter 22837fb
+    app.setApplicationName(QLatin1String("kio_mtp5"));
Rex Dieter 22837fb
 
Rex Dieter 22837fb
     if (argc != 4) {
Rex Dieter 22837fb
         fprintf(stderr, "Usage: kio_mtp protocol domain-socket1 domain-socket2\n");