summaryrefslogtreecommitdiffstats
path: root/kapptemplate/kapp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kapptemplate/kapp/main.cpp')
-rw-r--r--kapptemplate/kapp/main.cpp4
1 files changed, 2 insertions, 2 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)