kconf_update
kconf_update.cpp File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <qfile.h>
#include <qtextstream.h>
#include <kconfig.h>
#include <ksimpleconfig.h>
#include <klocale.h>
#include <kcmdlineargs.h>
#include <kglobal.h>
#include <kstandarddirs.h>
#include <kaboutdata.h>
#include <kinstance.h>
#include <ktempfile.h>
Include dependency graph for kconf_update.cpp:
Go to the source code of this file.
Functions | |
KDE_EXPORT int | kdemain (int argc, char **argv) |
Variables | |
static KCmdLineOptions | options [] |
Function Documentation
KDE_EXPORT int kdemain | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 941 of file kconf_update.cpp.
Variable Documentation
KCmdLineOptions options[] [static] |
Initial value:
{ { "debug", I18N_NOOP("Keep output results from scripts"), 0 }, { "check <update-file>", I18N_NOOP("Check whether config file itself requires updating"), 0 }, { "+[file]", I18N_NOOP("File to read update instructions from"), 0 }, KCmdLineLastOption }
Definition at line 41 of file kconf_update.cpp.