summaryrefslogtreecommitdiffstats
path: root/kicker
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-05 18:36:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-05 18:36:52 -0600
commit98eb308fc180d9bea71f448b262ab796353ac904 (patch)
tree4df48980d609a6353b9dd8cf0ee16061efb6473f /kicker
parentde9b6c9ad15f9f51812daae17cce635d1050a9ba (diff)
downloadtdebase-98eb308fc180d9bea71f448b262ab796353ac904.tar.gz
tdebase-98eb308fc180d9bea71f448b262ab796353ac904.zip
Rename KCrash to avoid conflicts with KDE4
Diffstat (limited to 'kicker')
-rw-r--r--kicker/kicker/core/kicker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/core/kicker.cpp b/kicker/kicker/core/kicker.cpp
index 316f1a625..713568e68 100644
--- a/kicker/kicker/core/kicker.cpp
+++ b/kicker/kicker/core/kicker.cpp
@@ -71,7 +71,7 @@ Kicker::Kicker()
// initialize the configuration object
KickerSettings::instance(instanceName() + "rc");
- if (KCrash::crashHandler() == 0 )
+ if (TDECrash::crashHandler() == 0 )
{
// this means we've most likely crashed once. so let's see if we
// stay up for more than 2 minutes time, and if so reset the
@@ -148,7 +148,7 @@ Kicker::~Kicker()
void Kicker::setCrashHandler()
{
- KCrash::setEmergencySaveFunction(Kicker::crashHandler);
+ TDECrash::setEmergencySaveFunction(Kicker::crashHandler);
}
void Kicker::crashHandler(int /* signal */)