summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:37:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:37:38 -0600
commite87f3c5e78afe37c3f4a5e9c6c38edd48b70c65b (patch)
tree6456be8fdb38fd295e279c4cf44940c234d85009
parente2179589a7ecefb4fd930c689771b9de111ee369 (diff)
downloadkrename-e87f3c5e.tar.gz
krename-e87f3c5e.zip
Rename KCmd to avoid conflicts with KDE4
-rw-r--r--krename/main.cpp4
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[])