diff options
Diffstat (limited to 'lib/kformula/main.cc')
-rw-r--r-- | lib/kformula/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kformula/main.cc b/lib/kformula/main.cc index ed5bb108..0fd9723c 100644 --- a/lib/kformula/main.cc +++ b/lib/kformula/main.cc @@ -229,9 +229,9 @@ void ScrollView::cursorChanged(bool visible, bool /*selecting*/) } -static const KCmdLineOptions options[]= { +static const TDECmdLineOptions options[]= { { "+file", "File to open", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char** argv) |