diff --git a/src/main.cpp b/src/main.cpp index d9006e0..9971999 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,10 +27,10 @@ #include #include -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv)