diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:32:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:32:27 -0600 |
commit | 3e723fa284bedd48213e8e9c5cc2c8240c314cfb (patch) | |
tree | c2066c0141061ef24a3005186ff8fcfac123d0bc /src | |
parent | f8b1b30a5928beb707c51e29b58396645197ea5f (diff) | |
download | k3b-3e723fa284bedd48213e8e9c5cc2c8240c314cfb.tar.gz k3b-3e723fa284bedd48213e8e9c5cc2c8240c314cfb.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <method>", I18N_NOOP("Set the audio output method (like arts or alsa depending on the installed plugins)"), 0 }, { "device <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[] ) |