From 6ec5cc8d82b29c330def669cf20534cadd2cf29e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:57:47 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kexi/migration/keximigratetest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/migration/keximigratetest.cpp') diff --git a/kexi/migration/keximigratetest.cpp b/kexi/migration/keximigratetest.cpp index bb67d985..e81e8d80 100644 --- a/kexi/migration/keximigratetest.cpp +++ b/kexi/migration/keximigratetest.cpp @@ -38,7 +38,7 @@ using namespace KexiMigration; int main(int argc, char *argv[]) { - KApplication app(argc, argv, "Kexi Migrate Test"); + TDEApplication app(argc, argv, "Kexi Migrate Test"); ImportWizard* iw = new ImportWizard(); iw->setGeometry(300,300,300,250); -- cgit v1.2.1