diff options
Diffstat (limited to 'khangman')
-rw-r--r-- | khangman/khangman/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khangman/khangman/main.cpp b/khangman/khangman/main.cpp index e81d3e8e..ac4733f0 100644 --- a/khangman/khangman/main.cpp +++ b/khangman/khangman/main.cpp @@ -33,10 +33,10 @@ static const char description[] = static const char version[] = "0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { // { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) |