summaryrefslogtreecommitdiffstats
path: root/kio/tests/ksycocaupdatetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/tests/ksycocaupdatetest.cpp')
-rw-r--r--kio/tests/ksycocaupdatetest.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/kio/tests/ksycocaupdatetest.cpp b/kio/tests/ksycocaupdatetest.cpp
deleted file mode 100644
index 1d9e3fcaa..000000000
--- a/kio/tests/ksycocaupdatetest.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <kservice.h>
-
-#include <kapplication.h>
-
-int main(int argc, char *argv[])
-{
- KApplication k(argc,argv,"whatever"); // KMessageBox needs KApp for makeStdCaption
-
- KService::rebuildKSycoca(0);
- return 0;
-}