svn path=/trunk/kdebase/nsplugins/; revision=129238
This commit is contained in:
Daniel Molkentin 2001-12-31 03:04:12 +00:00
parent a7209b752d
commit 180e7e65e0

View file

@ -222,7 +222,7 @@ int tryCheck(int write_fd, const QString &absFile)
// unload plugin lib
kdDebug(1433) << " - unloading plugin" << endl;
KLibLoader::self()->unloadLibrary( QFile::encode(absFile) );
KLibLoader::self()->unloadLibrary( QFile::encodeName(absFile) );
// create a QDataStream for our IPC pipe (to send plugin info back to the parent)
FILE *write_pipe = fdopen(write_fd, "w");