Rename KCmd to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 98d03f6a20
commit d4eae1867a

@ -389,7 +389,7 @@ void App::handleCliArgs() //static
void App::initCliArgs( int argc, char *argv[] ) //static
{
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "+[URL(s)]", I18N_NOOP( "Files/URLs to open" ), 0 },
{ "r", 0, 0 },

@ -37,7 +37,7 @@ int main( int argc, char *argv[] )
I18N_NOOP( "http://amarok.kde.org" ) );
static KCmdLineOptions options[] =
static TDECmdLineOptions options[] =
{
{ "+Folder(s)", I18N_NOOP( "Folders to scan" ), 0 },
{ "r", 0, 0 },

Loading…
Cancel
Save