summaryrefslogtreecommitdiffstats
path: root/kviewshell/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/main.cpp')
-rw-r--r--kviewshell/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kviewshell/main.cpp b/kviewshell/main.cpp
index a78f3620..a62b52e6 100644
--- a/kviewshell/main.cpp
+++ b/kviewshell/main.cpp
@@ -16,7 +16,7 @@
#include "kviewshell.h"
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "u", 0, 0},
{ "unique", I18N_NOOP("Check if the file is loaded in another kviewshell.\nIf it is, bring up the other kviewshell. Otherwise, load the file."), 0 },
@@ -25,7 +25,7 @@ static KCmdLineOptions options[] =
{ "g", 0, 0},
{ "goto <pagenumber>", I18N_NOOP("Navigate to this page"), 0 },
{ "+file(s)", I18N_NOOP("Files to load"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};