summaryrefslogtreecommitdiffstats
path: root/kdict/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdict/application.cpp')
-rw-r--r--kdict/application.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdict/application.cpp b/kdict/application.cpp
index 28e3a398..b4239929 100644
--- a/kdict/application.cpp
+++ b/kdict/application.cpp
@@ -48,10 +48,10 @@ int Application::newInstance()
{
if (args->count()>0)
{
- QString phrase;
+ TQString phrase;
for (int i=0;i<args->count();i++)
{
- phrase += QString::fromLocal8Bit(args->arg(i));
+ phrase += TQString::fromLocal8Bit(args->arg(i));
if (i+1 < args->count())
phrase += " ";
}