From 98eb308fc180d9bea71f448b262ab796353ac904 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 5 Feb 2013 18:36:52 -0600 Subject: Rename KCrash to avoid conflicts with KDE4 --- nsplugins/pluginscan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsplugins') diff --git a/nsplugins/pluginscan.cpp b/nsplugins/pluginscan.cpp index 15386b1f0..f5da34fd1 100644 --- a/nsplugins/pluginscan.cpp +++ b/nsplugins/pluginscan.cpp @@ -358,7 +358,7 @@ void scanDirectory( TQString dir, TQStringList &mimeInfoList, } else if (loader_pid == 0) { // inside the child close(pipes[0]); - KCrash::setCrashHandler(segv_handler); + TDECrash::setCrashHandler(segv_handler); _exit(tryCheck(pipes[1], absFile)); } else { close(pipes[1]); -- cgit v1.2.1