SVN commit 634342 by treat:
* QString api has changed
 M  +1 -1      labelparser.cpp  
--- branches/work/kst/portto4/kst/src/libkstmath/labelparser.cpp #634341:634342
@@ -118,7 +118,7 @@
 
 
 inline QColor parseColor(const QString& txt, int *skip) {
-  const int end = txt.find('}');
+  const int end = txt.lastIndexOf('}');
   if (skip) {
     *skip = end;
   }