diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:36:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:36:08 -0600 |
commit | ea720a87cc64cfc09e53ff48303de43b4df1fb01 (patch) | |
tree | b64fa773ad8102fa3a97806f79236f288fdde797 /kexi/tests/newapi | |
parent | 9df097f8104a2fb8bfb68dba339639697d6f75a9 (diff) | |
download | koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.tar.gz koffice-ea720a87cc64cfc09e53ff48303de43b4df1fb01.zip |
Rename KCmd to avoid conflicts with KDE4
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" |