From kde-devel Sat Aug 30 16:21:50 2003 From: Patrick Mau Date: Sat, 30 Aug 2003 16:21:50 +0000 To: kde-devel Subject: [PATCH] kdeextragear-1 k3b build fix X-MARC-Message: https://marc.info/?l=kde-devel&m=106226187324175 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--=-KiLp5PjF/HgBmMQX/mJ5" --=-KiLp5PjF/HgBmMQX/mJ5 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi The following patch fixes a build failure in k3b ... Please apply. cheers, Patrick --=-KiLp5PjF/HgBmMQX/mJ5 Content-Disposition: attachment; filename=kdeextragear.patch Content-Type: text/plain; name=kdeextragear.patch; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit --- ./k3b/src/plugin/k3bpluginmanager.cpp.orig 2003-08-15 00:09:15.000000000 +0200 +++ ./k3b/src/plugin/k3bpluginmanager.cpp 2003-08-30 18:14:38.000000000 +0200 @@ -120,7 +120,7 @@ void K3bPluginManager::loadAll() { // we simply search the K3b plugin dir for now - QStringList dirs = KGlobal::instance()->dirs()->findDirs( "data", "k3b/plugins/" ); + QStringList dirs = KGlobal::dirs()->findDirs( "data", "k3b/plugins/" ); for( QStringList::const_iterator it = dirs.begin(); it != dirs.end(); ++it ) { --=-KiLp5PjF/HgBmMQX/mJ5 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << --=-KiLp5PjF/HgBmMQX/mJ5--