diff options
Diffstat (limited to 'src/main.cpp')
-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) |