summaryrefslogtreecommitdiffstats
path: root/kio/tests/ksycocaupdatetest.cpp
blob: e7778e056b3c6e326ccba7d20f3316851ec90903 (plain)
1
2
3
4
5
6
7
8
9
10
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;
}