diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:46:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:46:25 -0600 |
commit | 9b49f198f28061eae2035a33a4d97c1166d08c64 (patch) | |
tree | 6a9689b6419aeb0e3b084e12287e4f71cc2a8f30 /kmix | |
parent | fc02f656b0c119d77b36b1f8d160d525eac44614 (diff) | |
download | tdemultimedia-9b49f198f28061eae2035a33a4d97c1166d08c64.tar.gz tdemultimedia-9b49f198f28061eae2035a33a4d97c1166d08c64.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kmix')
-rw-r--r-- | kmix/kmixctrl.cpp | 4 | ||||
-rw-r--r-- | kmix/main.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kmix/kmixctrl.cpp b/kmix/kmixctrl.cpp index 7f04e6ad..d48b8fb8 100644 --- a/kmix/kmixctrl.cpp +++ b/kmix/kmixctrl.cpp @@ -36,13 +36,13 @@ static const char description[] = I18N_NOOP("kmixctrl - kmix volume save/restore utility"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "s", 0, 0 }, { "save", I18N_NOOP("Save current volumes as default"), 0 }, { "r", 0, 0 }, { "restore", I18N_NOOP("Restore default volumes"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; diff --git a/kmix/main.cpp b/kmix/main.cpp index e81fa21b..b85b329c 100644 --- a/kmix/main.cpp +++ b/kmix/main.cpp @@ -31,9 +31,9 @@ static const char description[] = I18N_NOOP("KMix - TDE's full featured mini mixer"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption // INSERT YOUR COMMANDLINE OPTIONS HERE }; |