summaryrefslogtreecommitdiffstats
path: root/kexi/tests/newapi/mysqlcursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/tests/newapi/mysqlcursor.cpp')
-rw-r--r--kexi/tests/newapi/mysqlcursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/tests/newapi/mysqlcursor.cpp b/kexi/tests/newapi/mysqlcursor.cpp
index 091cc8a1b..426c65aa1 100644
--- a/kexi/tests/newapi/mysqlcursor.cpp
+++ b/kexi/tests/newapi/mysqlcursor.cpp
@@ -9,7 +9,7 @@
int main(int argc, char * argv[])
{
- KInstance instance("newapi");
+ TDEInstance instance("newapi");
KexiDB::DriverManager manager;
TQStringList names = manager.driverNames();
kdDebug() << "DRIVERS: " << endl;