選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
tdelibs/tdeio/tests/tdesycocaupdatetest.cpp

12 行
233 B

#include <kservice.h>
#include <tdeapplication.h>
int main(int argc, char *argv[])
{
TDEApplication k(argc,argv,"whatever",true,true); // KMessageBox needs KApp for makeStdCaption
KService::rebuildKSycoca(0);
return 0;
}