[Kst] branches/work/kst/portto4/kst/src/libkst

George Staikos staikos at kde.org
Thu May 31 21:48:45 CEST 2007


SVN commit 670228 by staikos:

match changes in kdelibs trunk


 M  +1 -4      kstdataplugin.h  


--- branches/work/kst/portto4/kst/src/libkst/kstdataplugin.h #670227:670228
@@ -76,10 +76,7 @@
 
         QString libname = _plugLib;
         QByteArray s = QFile::encodeName(sym + "_" + libname.remove(QString("kstobject_")));
-        if (_lib->hasSymbol(s)) {
-          return _lib->symbol(s);
-        }
-        return 0L;
+	return _lib->resolveSymbol(s);
       }
 
       bool loadLibrary() const {


More information about the Kst mailing list