From 92ac6833a97641f981e900805d1997f9a2192147 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:18:33 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kig/kig/kig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kig') diff --git a/kig/kig/kig.cpp b/kig/kig/kig.cpp index 332018ab..4b37b8e1 100644 --- a/kig/kig/kig.cpp +++ b/kig/kig/kig.cpp @@ -86,7 +86,7 @@ Kig::Kig() // if we couldn't find our Part, we exit since the Shell by // itself can't do anything useful KMessageBox::error(this, i18n( "Could not find the necessary Kig library, check your installation." ) ); - KApplication::exit(); + TDEApplication::exit(); return; } -- cgit v1.2.1