diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-05 18:36:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-05 18:36:52 -0600 |
commit | 98eb308fc180d9bea71f448b262ab796353ac904 (patch) | |
tree | 4df48980d609a6353b9dd8cf0ee16061efb6473f /nsplugins | |
parent | de9b6c9ad15f9f51812daae17cce635d1050a9ba (diff) | |
download | tdebase-98eb308fc180d9bea71f448b262ab796353ac904.tar.gz tdebase-98eb308fc180d9bea71f448b262ab796353ac904.zip |
Rename KCrash to avoid conflicts with KDE4
Diffstat (limited to 'nsplugins')
-rw-r--r-- | nsplugins/pluginscan.cpp | 2 |
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]); |