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