|
|
@ -38,10 +38,10 @@ static const char *version = "1.0";
|
|
|
|
#define KDERC "/etc/kderc"
|
|
|
|
#define KDERC "/etc/kderc"
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
static const KCmdLineOptions options[] =
|
|
|
|
static const TDECmdLineOptions options[] =
|
|
|
|
{
|
|
|
|
{
|
|
|
|
{ "kderc <file>", I18N_NOOP("kderc file to save settings to"), KDERC },
|
|
|
|
{ "kderc <file>", I18N_NOOP("kderc file to save settings to"), KDERC },
|
|
|
|
KCmdLineLastOption
|
|
|
|
TDECmdLineLastOption
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|