diff options
Diffstat (limited to 'ktuberling/main.cpp')
-rw-r--r-- | ktuberling/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ktuberling/main.cpp b/ktuberling/main.cpp index 9408c336..17430152 100644 --- a/ktuberling/main.cpp +++ b/ktuberling/main.cpp @@ -12,9 +12,9 @@ #include "toplevel.h" -static KCmdLineOptions options[] = { +static TDECmdLineOptions options[] = { { "+<tuberling-file>", I18N_NOOP("Potato to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; |