diff options
Diffstat (limited to 'kinit/tests/klaunchertest.cpp')
-rw-r--r-- | kinit/tests/klaunchertest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kinit/tests/klaunchertest.cpp b/kinit/tests/klaunchertest.cpp index ff1ae0fd1..46a4e5635 100644 --- a/kinit/tests/klaunchertest.cpp +++ b/kinit/tests/klaunchertest.cpp @@ -28,7 +28,7 @@ int main(int argc, char *argv[]) { - KApplication::kdeinitExec("konsole"); + KApplication::tdeinitExec("konsole"); KApplication k(argc, argv, "klaunchertest"); |