summaryrefslogtreecommitdiffstats
path: root/kdat
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-05 18:35:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-05 18:35:39 -0600
commite79e4b9225a2dfee5731fd436beb3c29acc4bfb8 (patch)
tree2910bdccb706573f6e9ae29e0e3037f21f200a5c /kdat
parent6c0599e58e1d9126a66e7f8aaf22cdbe10a3fa9d (diff)
downloadtdeadmin-e79e4b9225a2dfee5731fd436beb3c29acc4bfb8.tar.gz
tdeadmin-e79e4b9225a2dfee5731fd436beb3c29acc4bfb8.zip
Rename KCrash to avoid conflicts with KDE4
Diffstat (limited to 'kdat')
-rw-r--r--kdat/RELEASE_NOTES2
-rw-r--r--kdat/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kdat/RELEASE_NOTES b/kdat/RELEASE_NOTES
index adc1584..0aa1533 100644
--- a/kdat/RELEASE_NOTES
+++ b/kdat/RELEASE_NOTES
@@ -14,7 +14,7 @@
- The command-line argument "--nocrashhandler" is now added
to char **argv in main() to make sure that Dr. Konqi isn't
called. This is necessary to allow the user to generate
- core dumps. Calling KCrash::setCrashHandler(0); doesn't work.
+ core dumps. Calling TDECrash::setCrashHandler(0); doesn't work.
The contents of argv[] are written to stdout to remind the
user that this has been done.
- A null-pointer problem has been fixed. For now, when that
diff --git a/kdat/main.cpp b/kdat/main.cpp
index 4b8820b..455c25a 100644
--- a/kdat/main.cpp
+++ b/kdat/main.cpp
@@ -50,7 +50,7 @@ int main( int argc, char** argv )
"(c) 1999-2000, Sean Vyain; 2001-2002 Lawrence Widman");
/* 2002-01-28 LEW: so we can dump core if we want to */
- // KCrash::setCrashHandler(0); // this is supposed to work, but it doesn't
+ // TDECrash::setCrashHandler(0); // this is supposed to work, but it doesn't
#ifdef DEBUG
{
char *newarg;