summaryrefslogtreecommitdiffstats
path: root/kio/tests/tdesycocaupdatetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/tests/tdesycocaupdatetest.cpp')
-rw-r--r--kio/tests/tdesycocaupdatetest.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/kio/tests/tdesycocaupdatetest.cpp b/kio/tests/tdesycocaupdatetest.cpp
deleted file mode 100644
index e7778e056..000000000
--- a/kio/tests/tdesycocaupdatetest.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#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;
-}