diff --git a/krename/main.cpp b/krename/main.cpp index cc2d70f..114c227 100644 --- a/krename/main.cpp +++ b/krename/main.cpp @@ -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 ", I18N_NOOP("only show preview items"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[])