diff options
Diffstat (limited to 'tdeio/misc/tdetelnetservice.cpp')
-rw-r--r-- | tdeio/misc/tdetelnetservice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/misc/tdetelnetservice.cpp b/tdeio/misc/tdetelnetservice.cpp index a814b8e52..d3788e5d2 100644 --- a/tdeio/misc/tdetelnetservice.cpp +++ b/tdeio/misc/tdetelnetservice.cpp @@ -29,10 +29,10 @@ #include <kprocess.h> #include <ksimpleconfig.h> -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"+url", 0, 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) |