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 --- kscd/kscd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kscd/kscd.cpp') diff --git a/kscd/kscd.cpp b/kscd/kscd.cpp index 0fff8334..24a12a68 100644 --- a/kscd/kscd.cpp +++ b/kscd/kscd.cpp @@ -1591,12 +1591,12 @@ void KSCD::populateSongList(TQString infoStatus) emit trackChanged(m_cd->track(), m_cd->trackLength()); } -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"s",0,0}, {"start",I18N_NOOP("Start playing"),0}, {"+[device]",I18N_NOOP("CD device, can be a path or a media:/ URL"),0}, - KCmdLineLastOption + TDECmdLineLastOption }; -- cgit v1.2.1