[Kst] kdeextragear-2/kst/kst/extensions/js/kjsembed/bindings

George Staikos staikos at kde.org
Wed Nov 24 07:59:54 CET 2004


CVS commit by staikos: 

compile


  M +3 -3      dcop_imp.cpp   1.3


--- kdeextragear-2/kst/kst/extensions/js/kjsembed/bindings/dcop_imp.cpp  #1.2:1.3
@@ -699,6 +699,6 @@ bool JSDCOPInterface::processDynamic( co
         bool isOkay = false;
 
-        QRegExp reg = QRegExp("([_\\d\\w]+)(\\()(.*)(\\))");
-        reg.match(rawFunction);
+        QRegExp reg("([_\\d\\w]+)(\\()(.*)(\\))");
+        reg.search(rawFunction);
 
         kdDebug() << "Raw function: " << rawFunction << endl;





More information about the Kst mailing list