Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent e2179589a7
commit e87f3c5e78

@ -57,7 +57,7 @@ TDEAboutData aboutData( "krename", I18N_NOOP("KRename"), VERSION, I18N_NOOP(
"http://www.krename.net", "domseichter@web.de" );
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "+[file]", I18N_NOOP("file will be added to the list of files for renaming"), 0},
{ "r +[dir]", I18N_NOOP("add directory recursively"), 0 },
@ -69,7 +69,7 @@ static KCmdLineOptions options[] =
{ "profile +[profile]", I18N_NOOP("load the profile named [profile] on startup"), 0 },
{ "start", I18N_NOOP("start renaming immediately"), 0 },
{ "previewitems <num>", I18N_NOOP("only show <num> preview items"), 0 },
KCmdLineLastOption
TDECmdLineLastOption
};
int main(int argc, char *argv[])

Loading…
Cancel
Save