summaryrefslogtreecommitdiffstats
path: root/kaudiocreator
diff options
context:
space:
mode:
Diffstat (limited to 'kaudiocreator')
-rw-r--r--kaudiocreator/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kaudiocreator/main.cpp b/kaudiocreator/main.cpp
index 2f5ebb54..8fbe8d35 100644
--- a/kaudiocreator/main.cpp
+++ b/kaudiocreator/main.cpp
@@ -24,9 +24,9 @@
#include <kcmdlineargs.h>
#include <kaboutdata.h>
-static const KCmdLineOptions options[] = {
+static const TDECmdLineOptions options[] = {
{"+[device]",I18N_NOOP( "CD device, can be a path or a media:/ URL" ),0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};