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