diff options
Diffstat (limited to 'tdeioslave/system')
-rw-r--r-- | tdeioslave/system/tdeio_system.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/system/tdeio_system.cpp b/tdeioslave/system/tdeio_system.cpp index 3e48e85f5..30cacecad 100644 --- a/tdeioslave/system/tdeio_system.cpp +++ b/tdeioslave/system/tdeio_system.cpp @@ -30,12 +30,12 @@ #include "tdeio_system.h" -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 }; extern "C" { |