summaryrefslogtreecommitdiffstats
path: root/tdecore/kdebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kdebug.cpp')
-rw-r--r--tdecore/kdebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kdebug.cpp b/tdecore/kdebug.cpp
index 22843da4e..368aaef5d 100644
--- a/tdecore/kdebug.cpp
+++ b/tdecore/kdebug.cpp
@@ -289,7 +289,7 @@ static void kDebugBackend( unsigned short nLevel, unsigned int nArea, const char
// If the application doesn't have a TQApplication object it can't use
// a messagebox, as well as in case of GUI is disabled.
- if ( nOutput == 1 && ( !kapp || !kapp->guiEnabled()) ) {
+ if ( nOutput == 1 && ( !tdeApp || !tdeApp->guiEnabled()) ) {
nOutput = 2;
} else if ( nOutput == 4 && nLevel != KDEBUG_FATAL ) {
return;