From 2e45e9cc1dcba9a93fe4457950d71efaf3d1f721 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 28 Dec 2024 22:08:16 +0900 Subject: Use tdecrash.h Signed-off-by: Michele Calgaro --- drkonqi/debugger.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drkonqi/debugger.cpp') diff --git a/drkonqi/debugger.cpp b/drkonqi/debugger.cpp index 2de6fb3f8..fa959b4cc 100644 --- a/drkonqi/debugger.cpp +++ b/drkonqi/debugger.cpp @@ -95,7 +95,7 @@ void KrashDebugger :: slotSave() { if (m_krashconf->safeMode()) { - KTempFile tf(TQString::fromAscii("/tmp/"), TQString::fromAscii(".kcrash"), 0600); + KTempFile tf(TQString::fromAscii("/tmp/"), TQString::fromAscii(".tdecrash"), 0600); if (!tf.status()) { *tf.textStream() << m_backtrace->text(); @@ -109,7 +109,7 @@ void KrashDebugger :: slotSave() } else { - TQString defname = m_krashconf->execName() + TQString::fromLatin1( ".kcrash" ); + TQString defname = m_krashconf->execName() + TQString::fromLatin1( ".tdecrash" ); if( defname.contains( '/' )) defname = defname.mid( defname.findRev( '/' ) + 1 ); TQString filename = KFileDialog::getSaveFileName(defname, TQString::null, this, i18n("Select Filename")); -- cgit v1.2.3