From 9b49f198f28061eae2035a33a4d97c1166d08c64 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:46:25 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kmix/kmixctrl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmix/kmixctrl.cpp') 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 }; -- cgit v1.2.1