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 --- tdeioslave/audiocd/audiocd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeioslave/audiocd') diff --git a/tdeioslave/audiocd/audiocd.cpp b/tdeioslave/audiocd/audiocd.cpp index 68192e3d..dcf993ea 100644 --- a/tdeioslave/audiocd/audiocd.cpp +++ b/tdeioslave/audiocd/audiocd.cpp @@ -65,12 +65,12 @@ using namespace KCDDB; using namespace AudioCD; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "+protocol", I18N_NOOP("Protocol name"), 0 }, { "+pool", I18N_NOOP("Socket name"), 0 }, { "+app", I18N_NOOP("Socket name"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int kdemain(int argc, char ** argv) -- cgit v1.2.3