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