diff options
Diffstat (limited to 'kexi/tests/newapi/main.cpp')
-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 7bb6a059..a87c49db 100644 --- a/kexi/tests/newapi/main.cpp +++ b/kexi/tests/newapi/main.cpp @@ -51,7 +51,7 @@ bool db_name_required = true; KexiDB::ConnectionData conn_data; TQGuardedPtr<KexiDB::Connection> conn; TQGuardedPtr<KexiDB::Driver> driver; -KApplication *app = 0; +TDEApplication *app = 0; KInstance *instance = 0; static KCmdLineOptions options[] = @@ -157,7 +157,7 @@ int main(int argc, char** argv) } if (gui) { - app = new KApplication(true, true); + app = new TDEApplication(true, true); instance = app; KGlobal::iconLoader()->addAppDir("kexi"); } |