From 8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:21:02 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- tdeui/tests/kpixmapregionselectordialogtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeui/tests/kpixmapregionselectordialogtest.cpp') diff --git a/tdeui/tests/kpixmapregionselectordialogtest.cpp b/tdeui/tests/kpixmapregionselectordialogtest.cpp index 41dfd0a57..84cc7ae65 100644 --- a/tdeui/tests/kpixmapregionselectordialogtest.cpp +++ b/tdeui/tests/kpixmapregionselectordialogtest.cpp @@ -15,7 +15,7 @@ int main(int argc, char**argv) { TDECmdLineArgs::init(argc, argv, "test", "test" ,"test" ,"1.0"); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app("test"); + TDEApplication app("test"); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->count()!=1) -- cgit v1.2.1