diff options
Diffstat (limited to 'kapptemplate')
-rw-r--r-- | kapptemplate/kapp/main.cpp | 4 | ||||
-rw-r--r-- | kapptemplate/kpartapp/main.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kapptemplate/kapp/main.cpp b/kapptemplate/kapp/main.cpp index 14cabdd4..f873d2a5 100644 --- a/kapptemplate/kapp/main.cpp +++ b/kapptemplate/kapp/main.cpp @@ -12,10 +12,10 @@ static const char description[] = static const char version[] = "v${APP_VERSION}"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) diff --git a/kapptemplate/kpartapp/main.cpp b/kapptemplate/kpartapp/main.cpp index dc584543..370815e7 100644 --- a/kapptemplate/kpartapp/main.cpp +++ b/kapptemplate/kpartapp/main.cpp @@ -11,10 +11,10 @@ static const char description[] = static const char version[] = "v${APP_VERSION}"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) |