diff --git a/ksquirrel/ksquirrel-libs-configurator/main.cpp b/ksquirrel/ksquirrel-libs-configurator/main.cpp index 1614ba5..3923236 100644 --- a/ksquirrel/ksquirrel-libs-configurator/main.cpp +++ b/ksquirrel/ksquirrel-libs-configurator/main.cpp @@ -23,9 +23,9 @@ #include "klc.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) diff --git a/ksquirrel/main.cpp b/ksquirrel/main.cpp index 372503f..5c25f1c 100644 --- a/ksquirrel/main.cpp +++ b/ksquirrel/main.cpp @@ -41,7 +41,7 @@ /* ****************************************************************** */ // Our command line options -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { {"+[file to open]", I18N_NOOP("File to be opened at startup."), 0}, {"l", I18N_NOOP("Print found libraries and exit."), 0}, @@ -52,7 +52,7 @@ static KCmdLineOptions options[] = {"nocategories", I18N_NOOP("Categories"), 0}, {"nomountview", I18N_NOOP("Mount view"), 0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[])