diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:39:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:39:26 -0600 |
commit | 1dbabce6bd0474fa38fabc0c2b4f0103336c7d11 (patch) | |
tree | 759960dd2769e0a8af4fb6d5482864aacd9679fb | |
parent | 0880fe83db61f8121261753f6eef4d7e0fd78a4c (diff) | |
download | soundkonverter-1dbabce6bd0474fa38fabc0c2b4f0103336c7d11.tar.gz soundkonverter-1dbabce6bd0474fa38fabc0c2b4f0103336c7d11.zip |
Rename KCmd to avoid conflicts with KDE4
-rwxr-xr-x | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 06dd9ae..c1223cf 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -13,7 +13,7 @@ static const char description[] = static const char version[] = "0.3.8"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "replaygain", I18N_NOOP("Open the Replay Gain tool an add all given files"), 0 }, // { "repair", I18N_NOOP("Open the repair files tool an add all given files"), 0 }, @@ -25,7 +25,7 @@ static KCmdLineOptions options[] = { "autoclose", I18N_NOOP("Close soundKonverter after all files are converted (enabled when using '--invisible')"), 0 }, { "command <command>", I18N_NOOP("Execute <command> after each file has been converted"), 0 }, { "+[files]", I18N_NOOP("Audio file(s) to append to the file list"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) |