File decibel-gcc44.diff of Package decibel

--- demos/accounthandling/registeraccount.cpp
+++ demos/accounthandling/registeraccount.cpp
@@ -60,7 +60,7 @@
     QVariantMap data;
     for (int i = 1; i < argc; ++i)
     {
-        QStringList keyValue(QString(argv[i]).split("="));
+        QStringList keyValue = QString(argv[i]).split("=");
 
         // instead of proper error handling:
         Q_ASSERT(keyValue.size() == 2);
openSUSE Build Service is sponsored by