diff options
Diffstat (limited to 'tdeio/tests/tdesycocaupdatetest.cpp')
-rw-r--r-- | tdeio/tests/tdesycocaupdatetest.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tdeio/tests/tdesycocaupdatetest.cpp b/tdeio/tests/tdesycocaupdatetest.cpp new file mode 100644 index 000000000..e7778e056 --- /dev/null +++ b/tdeio/tests/tdesycocaupdatetest.cpp @@ -0,0 +1,11 @@ +#include <kservice.h> + +#include <kapplication.h> + +int main(int argc, char *argv[]) +{ + TDEApplication k(argc,argv,"whatever"); // KMessageBox needs KApp for makeStdCaption + + KService::rebuildKSycoca(0); + return 0; +} |