[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/khelpcenter
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2007-09-19 23:39:04
Message-ID: 1190245144.171506.23080.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 714589 by tokoe:

Use the meinproc4 application for KDE4


 M  +1 -1      glossary.cpp  
 M  +1 -1      toc.cpp  


--- trunk/KDE/kdebase/runtime/khelpcenter/glossary.cpp #714588:714589
@@ -154,7 +154,7 @@
 	connect( meinproc, SIGNAL( processExited( K3Process * ) ),
 	         this, SLOT( meinprocExited( K3Process * ) ) );
 
-	*meinproc << KStandardDirs::locate( "exe", QLatin1String( "meinproc" ) );
+	*meinproc << KStandardDirs::locate( "exe", QLatin1String( "meinproc4" ) );
 	*meinproc << QLatin1String( "--output" ) << m_cacheFile;
 	*meinproc << QLatin1String( "--stylesheet" )
 	          << KStandardDirs::locate( "data", QLatin1String( "khelpcenter/glossary.xslt" ) );
--- trunk/KDE/kdebase/runtime/khelpcenter/toc.cpp #714588:714589
@@ -138,7 +138,7 @@
 	connect( meinproc, SIGNAL( processExited( K3Process * ) ),
 	         this, SLOT( meinprocExited( K3Process * ) ) );
 
-	*meinproc << KStandardDirs::locate( "exe", "meinproc" );
+	*meinproc << KStandardDirs::locate( "exe", "meinproc4" );
 	*meinproc << "--stylesheet" << KStandardDirs::locate( "data", "khelpcenter/table-of-contents.xslt" );
 	*meinproc << "--output" << m_cacheFile;
 	*meinproc << m_sourceFile;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic