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