diff options
Diffstat (limited to 'multimedia/kplayer/files/patch-kplayerproperties.h')
-rw-r--r-- | multimedia/kplayer/files/patch-kplayerproperties.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/kplayer/files/patch-kplayerproperties.h b/multimedia/kplayer/files/patch-kplayerproperties.h new file mode 100644 index 000000000000..c9db6de3e5fe --- /dev/null +++ b/multimedia/kplayer/files/patch-kplayerproperties.h @@ -0,0 +1,11 @@ +--- kplayer/kplayerproperties.h.orig Sat Oct 16 01:58:03 2004 ++++ kplayer/kplayerproperties.h Sat Oct 16 01:58:43 2004 +@@ -349,7 +349,7 @@ + // Advanced properties + + QString executablePathValue (void) const +- { return m_executable_path.isEmpty() ? "mplayer" : m_executable_path; } ++ { return m_executable_path.isEmpty() ? QString::fromLatin1("mplayer") : m_executable_path; } + void setExecutablePathValue (QString path) + { m_executable_path = path; } + |