summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:32:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:32:27 -0600
commit3e723fa284bedd48213e8e9c5cc2c8240c314cfb (patch)
treec2066c0141061ef24a3005186ff8fcfac123d0bc
parentf8b1b30a5928beb707c51e29b58396645197ea5f (diff)
downloadk3b-3e723fa2.tar.gz
k3b-3e723fa2.zip
Rename KCmd to avoid conflicts with KDE4
-rw-r--r--src/main.cpp4
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[] )