Fix slot name.

svn path=/trunk/KDE/kdebase/apps/; revision=820179
This commit is contained in:
Luboš Luňák 2008-06-13 13:24:01 +00:00
parent ff16406a9a
commit fabcfcf02e

View file

@ -316,7 +316,7 @@ bool NSPluginLoader::loadViewer()
_viewerDBusId =tmp.toLatin1();
connect( &_process, SIGNAL(finished(int, QProcess::ExitStatus)),
this, SLOT(processTerminated(int , QProcess::ExitStatus)) );
this, SLOT(processTerminated()) );
// find the external viewer process
QString viewer = KGlobal::dirs()->findExe("nspluginviewer");