aboutsummaryrefslogtreecommitdiff
path: root/devel/kdesvn-kde4/files/patch-src-commandline_part.cpp
blob: 6efe57ed3d8f7516256ddfca35686077bff20e4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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()