From e187d89c07a3e5cea859d13ee96bcc72b950f2f8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 5 Feb 2013 18:24:38 -0600 Subject: [PATCH] Rename KCrash to avoid conflicts with KDE4 --- src/bnpview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bnpview.cpp b/src/bnpview.cpp index 77d70f0..a97c99f 100644 --- a/src/bnpview.cpp +++ b/src/bnpview.cpp @@ -2155,7 +2155,7 @@ void BNPView::handleCommandLine() /* Crash Handler to Mail Developers when Crashing: */ #ifndef BASKET_USE_DRKONQI if (!args->isSet("use-drkonquy")) - KCrash::setCrashHandler(Crash::crashHandler); + TDECrash::setCrashHandler(Crash::crashHandler); #endif }