diff options
Diffstat (limited to 'kexi/tests/newapi')
-rw-r--r-- | kexi/tests/newapi/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/tests/newapi/main.cpp b/kexi/tests/newapi/main.cpp index fce63501..fb0bd629 100644 --- a/kexi/tests/newapi/main.cpp +++ b/kexi/tests/newapi/main.cpp @@ -54,7 +54,7 @@ TQGuardedPtr<KexiDB::Driver> driver; TDEApplication *app = 0; TDEInstance *instance = 0; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "test <test_name>", "Available tests:\n" @@ -89,7 +89,7 @@ static KCmdLineOptions options[] = { "+driver_name", "Driver name", 0}, { "+[db_name]", "Database name", 0}, { "+[sql_statement]", "Optional SQL statement (for parser test)", 0}, - KCmdLineLastOption + TDECmdLineLastOption }; #include "dbcreation_test.h" |