diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-26 22:24:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-26 22:24:20 -0600 |
commit | 19b4e0512f6270f5decab0d4bc07eae3a0e9b9ed (patch) | |
tree | a938d8713575c27d31bb3947badbaaded38e212e /src/commandline_part.cpp | |
parent | a49597806eeb6bc12df03e4a77903ba88ef632ce (diff) | |
download | tdesvn-19b4e0512f6270f5decab0d4bc07eae3a0e9b9ed.tar.gz tdesvn-19b4e0512f6270f5decab0d4bc07eae3a0e9b9ed.zip |
CMake updates
Diffstat (limited to 'src/commandline_part.cpp')
-rw-r--r-- | src/commandline_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandline_part.cpp b/src/commandline_part.cpp index 338dce4..3037cd1 100644 --- a/src/commandline_part.cpp +++ b/src/commandline_part.cpp @@ -33,7 +33,7 @@ commandline_part::commandline_part(TQObject *parent, const char *name,KCmdLineAr KStandardDirs::kde_default("data")+ TQString::tqfromLatin1( inst->instanceName() ) + '/' ); - m_pCPart = new CommandExec(this,name?TQString(name)+TQString("_exec"):TQString::tqfromLatin1("command_executer"),args); + m_pCPart = new CommandExec(this,TQString(name?TQString(name)+TQString("_exec"):TQString::tqfromLatin1("command_executer")).ascii(),args); } commandline_part::~commandline_part() |