diff options
Diffstat (limited to 'kpager/main.cpp')
-rw-r--r-- | kpager/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpager/main.cpp b/kpager/main.cpp index b13ec7b0c..6210761c2 100644 --- a/kpager/main.cpp +++ b/kpager/main.cpp @@ -32,10 +32,10 @@ #include "kpager.h" -static KCmdLineOptions pagerOpts[] = +static TDECmdLineOptions pagerOpts[] = { { "hidden", I18N_NOOP("Create pager but keep the window hidden"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; bool closed_by_sm = false; |