summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kglobaltest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/kglobaltest.cpp')
-rw-r--r--tdecore/tests/kglobaltest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/kglobaltest.cpp b/tdecore/tests/kglobaltest.cpp
index d03be209e..8904354c5 100644
--- a/tdecore/tests/kglobaltest.cpp
+++ b/tdecore/tests/kglobaltest.cpp
@@ -54,7 +54,7 @@ void testkasciistricmp()
int main(int argc, char *argv[])
{
KApplication::disableAutoDcopRegistration();
- KCmdLineArgs::init( argc, argv, "kglobaltest", 0, 0, 0, 0 );
+ TDECmdLineArgs::init( argc, argv, "kglobaltest", 0, 0, 0, 0 );
KApplication app( false, false );
testkasciistricmp();