summaryrefslogtreecommitdiffstats
path: root/nsplugins/pluginscan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nsplugins/pluginscan.cpp')
-rw-r--r--nsplugins/pluginscan.cpp2
1 files changed, 1 insertions, 1 deletions
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]);