summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kapptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/kapptest.cpp')
-rw-r--r--tdecore/tests/kapptest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/kapptest.cpp b/tdecore/tests/kapptest.cpp
index 7e3b47f43..11227517d 100644
--- a/tdecore/tests/kapptest.cpp
+++ b/tdecore/tests/kapptest.cpp
@@ -29,7 +29,7 @@ int
main(int argc, char *argv[])
{
KAboutData about("kapptest", "kapptest", "version");
- KCmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::init(argc, argv, &about);
KApplication a;