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 --- kaudiocreator/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kaudiocreator') diff --git a/kaudiocreator/main.cpp b/kaudiocreator/main.cpp index 2f5ebb54..8fbe8d35 100644 --- a/kaudiocreator/main.cpp +++ b/kaudiocreator/main.cpp @@ -24,9 +24,9 @@ #include #include -static const KCmdLineOptions options[] = { +static const TDECmdLineOptions options[] = { {"+[device]",I18N_NOOP( "CD device, can be a path or a media:/ URL" ),0}, - KCmdLineLastOption + TDECmdLineLastOption }; -- cgit v1.2.3