diff options
Diffstat (limited to 'tests/testdatabase.cc')
-rw-r--r-- | tests/testdatabase.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdatabase.cc b/tests/testdatabase.cc index 123eb2c..768d06f 100644 --- a/tests/testdatabase.cc +++ b/tests/testdatabase.cc @@ -244,10 +244,10 @@ int checkMemo() return OK; } -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; |