From 3e723fa284bedd48213e8e9c5cc2c8240c314cfb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:32:27 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index f9bd6b0..3c03095 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -44,7 +44,7 @@ static const char* description = I18N_NOOP("A CD and DVD burning application"); -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL(s)]", I18N_NOOP("file(s) to open"), 0 }, { "datacd", I18N_NOOP("Create a new data CD project and add all given files"), 0 }, @@ -71,7 +71,7 @@ static KCmdLineOptions options[] = { "ao ", I18N_NOOP("Set the audio output method (like arts or alsa depending on the installed plugins)"), 0 }, { "device ", I18N_NOOP( "Set the device to be used for new projects (This option has no effect. " "Its main purpose is to enable handling of empty media from the TDE Media Manager)." ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char* argv[] ) -- cgit v1.2.3