diff options
Diffstat (limited to 'kpresenter/main.cpp')
-rw-r--r-- | kpresenter/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/main.cpp b/kpresenter/main.cpp index 96716370c..2425fb1ce 100644 --- a/kpresenter/main.cpp +++ b/kpresenter/main.cpp @@ -26,10 +26,10 @@ #include <klocale.h> -static const KCmdLineOptions options[]= +static const TDECmdLineOptions options[]= { {"+[file]", I18N_NOOP("File to open"),0}, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KPRESENTER_EXPORT int kdemain( int argc, char **argv ) |