diff options
Diffstat (limited to 'kio/tests/ksycocaupdatetest.cpp')
-rw-r--r-- | kio/tests/ksycocaupdatetest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/tests/ksycocaupdatetest.cpp b/kio/tests/ksycocaupdatetest.cpp index 1d9e3fcaa..e7778e056 100644 --- a/kio/tests/ksycocaupdatetest.cpp +++ b/kio/tests/ksycocaupdatetest.cpp @@ -4,7 +4,7 @@ int main(int argc, char *argv[]) { - KApplication k(argc,argv,"whatever"); // KMessageBox needs KApp for makeStdCaption + TDEApplication k(argc,argv,"whatever"); // KMessageBox needs KApp for makeStdCaption KService::rebuildKSycoca(0); return 0; |