summaryrefslogtreecommitdiffstats
path: root/kexi/tests/newapi/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/tests/newapi/main.cpp')
-rw-r--r--kexi/tests/newapi/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/tests/newapi/main.cpp b/kexi/tests/newapi/main.cpp
index a87c49dbb..95e2c0b3e 100644
--- a/kexi/tests/newapi/main.cpp
+++ b/kexi/tests/newapi/main.cpp
@@ -52,7 +52,7 @@ KexiDB::ConnectionData conn_data;
TQGuardedPtr<KexiDB::Connection> conn;
TQGuardedPtr<KexiDB::Driver> driver;
TDEApplication *app = 0;
-KInstance *instance = 0;
+TDEInstance *instance = 0;
static KCmdLineOptions options[] =
{
@@ -116,8 +116,8 @@ int main(int argc, char** argv)
prgname = info.baseName().latin1();
TDECmdLineArgs::init(argc, argv,
- new KAboutData( prgname, "KexiDBTest",
- "0.1.2", "", KAboutData::License_GPL,
+ new TDEAboutData( prgname, "KexiDBTest",
+ "0.1.2", "", TDEAboutData::License_GPL,
"(c) 2003-2006, Kexi Team\n"
"(c) 2003-2006, OpenOffice Polska Ltd.\n",
"",
@@ -162,7 +162,7 @@ int main(int argc, char** argv)
KGlobal::iconLoader()->addAppDir("kexi");
}
else {
- instance = new KInstance(prgname);
+ instance = new TDEInstance(prgname);
}
drv_name = args->arg(0);