From fa4a943c17e47bf910596a414fd7287983350b9b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 24 Feb 2008 03:11:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'. --- multimedia/kplayer-kde4/files/patch-kplayerproperties.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 multimedia/kplayer-kde4/files/patch-kplayerproperties.h (limited to 'multimedia/kplayer-kde4/files/patch-kplayerproperties.h') diff --git a/multimedia/kplayer-kde4/files/patch-kplayerproperties.h b/multimedia/kplayer-kde4/files/patch-kplayerproperties.h deleted file mode 100644 index c9db6de3e5fe..000000000000 --- a/multimedia/kplayer-kde4/files/patch-kplayerproperties.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; } - -- cgit v1.2.3