diff options
-rw-r--r-- | src/tdesvn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |