diff options
Diffstat (limited to 'kig/kig/kig.cpp')
-rw-r--r-- | kig/kig/kig.cpp | 2 |
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; } |