diff --git a/src/main.cpp b/src/main.cpp index 33bb160..0cfed7b 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,10 +30,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)