summaryrefslogtreecommitdiffstats
path: root/tdeioslave
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave')
-rw-r--r--tdeioslave/audiocd/audiocd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/audiocd/audiocd.cpp b/tdeioslave/audiocd/audiocd.cpp
index 68192e3d..dcf993ea 100644
--- a/tdeioslave/audiocd/audiocd.cpp
+++ b/tdeioslave/audiocd/audiocd.cpp
@@ -65,12 +65,12 @@ using namespace KCDDB;
using namespace AudioCD;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "+protocol", I18N_NOOP("Protocol name"), 0 },
{ "+pool", I18N_NOOP("Socket name"), 0 },
{ "+app", I18N_NOOP("Socket name"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int kdemain(int argc, char ** argv)