summaryrefslogtreecommitdiffstats
path: root/opensuse/core/qt3/fix-assistant-path.patch
blob: 3f30e70130eff80b5ff516a8fb85ae2d6cd4fa86 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- tools/assistant/lib/qassistantclient.cpp
+++ tools/assistant/lib/qassistantclient.cpp
@@ -128,7 +128,7 @@
     : QObject( parent, name ), host ( "localhost" )
 {
     if ( path.isEmpty() )
-	assistantCommand = "assistant";
+	assistantCommand = "/usr/lib/qt3/bin/assistant";
     else {
 	QFileInfo fi( path );
 	if ( fi.isDir() )