diff options
Diffstat (limited to 'kplato/main.cc')
-rw-r--r-- | kplato/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/main.cc b/kplato/main.cc index 9c53afb0..c7c04ae7 100644 --- a/kplato/main.cc +++ b/kplato/main.cc @@ -27,10 +27,10 @@ namespace KPlato { -static const KCmdLineOptions options[]= +static const TDECmdLineOptions options[]= { {"+[file]", I18N_NOOP("File to open"),0}, - KCmdLineLastOption + TDECmdLineLastOption }; } //KPlato namespace |