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, 11 insertions, 0 deletions
diff --git a/kio/tests/ksycocaupdatetest.cpp b/kio/tests/ksycocaupdatetest.cpp
new file mode 100644
index 000000000..1d9e3fcaa
--- /dev/null
+++ b/kio/tests/ksycocaupdatetest.cpp
@@ -0,0 +1,11 @@
+#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;
+}