diff options
Diffstat (limited to 'opensuse/core/tqt3/fix-assistant-path.patch')
-rw-r--r-- | opensuse/core/tqt3/fix-assistant-path.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/opensuse/core/tqt3/fix-assistant-path.patch b/opensuse/core/tqt3/fix-assistant-path.patch new file mode 100644 index 000000000..c0a433beb --- /dev/null +++ b/opensuse/core/tqt3/fix-assistant-path.patch @@ -0,0 +1,13 @@ +Index: tools/assistant/lib/qassistantclient.cpp +=================================================================== +--- tools/assistant/lib/qassistantclient.cpp.orig ++++ tools/assistant/lib/qassistantclient.cpp +@@ -135,7 +135,7 @@ TQAssistantClient::TQAssistantClient( co + : TQObject( parent, name ), host ( "localhost" ) + { + if ( path.isEmpty() ) +- assistantCommand = "assistant"; ++ assistantCommand = "/usr/lib/qt3/bin/assistant"; + else { + TQFileInfo fi( path ); + if ( fi.isDir() ) |