summaryrefslogtreecommitdiffstats
path: root/karm
diff options
context:
space:
mode:
Diffstat (limited to 'karm')
-rw-r--r--karm/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/karm/main.cpp b/karm/main.cpp
index fd81d5a7..28ea4354 100644
--- a/karm/main.cpp
+++ b/karm/main.cpp
@@ -19,10 +19,10 @@ namespace
}
}
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "+file", I18N_NOOP( "The iCalendar file to open" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char *argv[] )