diff options
Diffstat (limited to 'kformula/main.cc')
-rw-r--r-- | kformula/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kformula/main.cc b/kformula/main.cc index 8e0c8881..53fc878b 100644 --- a/kformula/main.cc +++ b/kformula/main.cc @@ -25,10 +25,10 @@ #include "kformula_aboutdata.h" -static const KCmdLineOptions options[]= +static const TDECmdLineOptions options[]= { {"+[file]", I18N_NOOP("File to open"),0}, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KFORMULA_EXPORT int kdemain( int argc, char **argv ) |