summaryrefslogtreecommitdiffstats
path: root/kig
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:18:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:18:33 -0600
commit92ac6833a97641f981e900805d1997f9a2192147 (patch)
treefe782cb92feb50c398a8d73426bac79a7fb29869 /kig
parent634845c7a257ece46caaf3d46d8e28c8c091cbf4 (diff)
downloadtdeedu-92ac6833a97641f981e900805d1997f9a2192147.tar.gz
tdeedu-92ac6833a97641f981e900805d1997f9a2192147.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kig')
-rw-r--r--kig/kig/kig.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}