diff options
Diffstat (limited to 'devel/kdesvn-kde4/files/patch-src-commandline_part.cpp')
-rw-r--r-- | devel/kdesvn-kde4/files/patch-src-commandline_part.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/kdesvn-kde4/files/patch-src-commandline_part.cpp b/devel/kdesvn-kde4/files/patch-src-commandline_part.cpp deleted file mode 100644 index 6efe57ed3d8f..000000000000 --- a/devel/kdesvn-kde4/files/patch-src-commandline_part.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/commandline_part.cpp.orig Sat Apr 29 01:22:18 2006 -+++ src/commandline_part.cpp Sat Apr 29 01:22:57 2006 -@@ -33,7 +33,7 @@ - KStandardDirs::kde_default("data")+ QString::fromLatin1( inst->instanceName() ) + '/' ); - - -- m_pCPart = new CommandExec(this,name?QString(name)+QString("_exec"):"command_executer",args); -+ m_pCPart = new CommandExec(this,name?QString(name)+QString("_exec"):QString::fromLatin1("command_executer"),args); - } - - commandline_part::~commandline_part() |