summaryrefslogtreecommitdiffstats
path: root/src/commandline_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandline_part.cpp')
-rw-r--r--src/commandline_part.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commandline_part.cpp b/src/commandline_part.cpp
index 3037cd1..f26613b 100644
--- a/src/commandline_part.cpp
+++ b/src/commandline_part.cpp
@@ -30,10 +30,10 @@ commandline_part::commandline_part(TQObject *parent, const char *name,KCmdLineAr
KInstance * inst = tdesvnPartFactory::instance();
KGlobal::locale()->insertCatalogue(inst->instanceName());
KGlobal::dirs()->addResourceType( inst->instanceName() + "data",
- KStandardDirs::kde_default("data")+ TQString::tqfromLatin1( inst->instanceName() ) + '/' );
+ KStandardDirs::kde_default("data")+ TQString::fromLatin1( inst->instanceName() ) + '/' );
- m_pCPart = new CommandExec(this,TQString(name?TQString(name)+TQString("_exec"):TQString::tqfromLatin1("command_executer")).ascii(),args);
+ m_pCPart = new CommandExec(this,TQString(name?TQString(name)+TQString("_exec"):TQString::fromLatin1("command_executer")).ascii(),args);
}
commandline_part::~commandline_part()