diff options
author | Timothy Pearson <[email protected]> | 2013-02-05 18:24:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-05 18:24:43 -0600 |
commit | 475c08247be1dc51ab014fbab49c93376be488ed (patch) | |
tree | a77f8a62fd91b922a25e8eb1999853979d5abd2e | |
parent | 255bafb22ef784d6c282512ffbd9148930aae301 (diff) | |
download | bibletime-475c08247be1dc51ab014fbab49c93376be488ed.tar.gz bibletime-475c08247be1dc51ab014fbab49c93376be488ed.zip |
Rename KCrash to avoid conflicts with KDE4
-rw-r--r-- | bibletime/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/main.cpp b/bibletime/main.cpp index 91a1f5a..f9d3208 100644 --- a/bibletime/main.cpp +++ b/bibletime/main.cpp @@ -111,7 +111,7 @@ extern "C" { signal(SIGKILL, handler); signal(SIGTERM, handler); signal(SIGHUP, handler); - KCrash::setEmergencySaveFunction(crashHandler); + TDECrash::setEmergencySaveFunction(crashHandler); } } |