summaryrefslogtreecommitdiffstats
path: root/kdecore/tests/kcmdlineargstest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/tests/kcmdlineargstest.cpp')
-rw-r--r--kdecore/tests/kcmdlineargstest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/tests/kcmdlineargstest.cpp b/kdecore/tests/kcmdlineargstest.cpp
index 2d6c7ecd2..0ad9807c9 100644
--- a/kdecore/tests/kcmdlineargstest.cpp
+++ b/kdecore/tests/kcmdlineargstest.cpp
@@ -49,7 +49,7 @@ main(int argc, char *argv[])
}
// Read the value of an option.
- QCString baudrate = args->getOption("baud"); // 9600 is the default value.
+ TQCString baudrate = args->getOption("baud"); // 9600 is the default value.
printf("Baudrate = %s\n", baudrate.data());