diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:37:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:37:38 -0600 |
commit | e87f3c5e78afe37c3f4a5e9c6c38edd48b70c65b (patch) | |
tree | 6456be8fdb38fd295e279c4cf44940c234d85009 | |
parent | e2179589a7ecefb4fd930c689771b9de111ee369 (diff) | |
download | krename-e87f3c5e78afe37c3f4a5e9c6c38edd48b70c65b.tar.gz krename-e87f3c5e78afe37c3f4a5e9c6c38edd48b70c65b.zip |
Rename KCmd to avoid conflicts with KDE4
-rw-r--r-- | krename/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <num>", I18N_NOOP("only show <num> preview items"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) |