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/formeditor/test/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/formeditor/test') diff --git a/kexi/formeditor/test/main.cpp b/kexi/formeditor/test/main.cpp index 5c79f55f..629a1026 100644 --- a/kexi/formeditor/test/main.cpp +++ b/kexi/formeditor/test/main.cpp @@ -45,7 +45,7 @@ int main(int argc, char **argv) about.addCredit( "Kristof Borrey ", "Icons", 0, "kristof.borrey@skynet.be" ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions(options); - KApplication app; + TDEApplication app; KGlobal::iconLoader()->addAppDir("kexi"); -- cgit v1.2.1