From 1dbabce6bd0474fa38fabc0c2b4f0103336c7d11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:39:26 -0600 Subject: [PATCH] Rename KCmd to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file 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 ", I18N_NOOP("Execute 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)