summaryrefslogtreecommitdiffstats
path: root/kxmleditor/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kxmleditor/main.cpp')
-rw-r--r--kxmleditor/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kxmleditor/main.cpp b/kxmleditor/main.cpp
index 23b1f8a..0bbfc79 100644
--- a/kxmleditor/main.cpp
+++ b/kxmleditor/main.cpp
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
if(args->count())
- { QString strPath;
+ { TQString strPath;
if(args->count() > 1)
{ strPath = args->arg(1);