From 55034205acdf694016b2b40b2525b97437b7337f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 5 Feb 2013 18:32:24 -0600 Subject: [PATCH] Rename KCrash to avoid conflicts with KDE4 --- src/tdesvn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tdesvn.cpp b/src/tdesvn.cpp index 1b90e32..e7f282f 100644 --- a/src/tdesvn.cpp +++ b/src/tdesvn.cpp @@ -71,7 +71,7 @@ tdesvn::tdesvn() setXMLFile(TESTING_RC); kdDebug()<<"Using test rc file in " << TESTING_RC << endl; // I hate this crashhandler in development - KCrash::setCrashHandler(0); + TDECrash::setCrashHandler(0); #else setXMLFile("tdesvnui.rc"); #endif