summaryrefslogtreecommitdiffstats
path: root/kode/kwsdl/kung/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/kwsdl/kung/main.cpp')
-rw-r--r--kode/kwsdl/kung/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/kwsdl/kung/main.cpp b/kode/kwsdl/kung/main.cpp
index ab8bdcd6..3075fe8f 100644
--- a/kode/kwsdl/kung/main.cpp
+++ b/kode/kwsdl/kung/main.cpp
@@ -29,10 +29,10 @@
#include "loader.h"
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "+wsdl", I18N_NOOP( "Location of WSDL file" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char **argv )