summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/kernel/tqwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/tqwidget.cpp b/src/kernel/tqwidget.cpp
index 6892af3b7..d804f28f1 100644
--- a/src/kernel/tqwidget.cpp
+++ b/src/kernel/tqwidget.cpp
@@ -983,8 +983,8 @@ TQWidget::~TQWidget()
tqApp->quit();
}
- if ( hasFocus() )
- clearFocus();
+ if ( tqApp && hasFocus() )
+ clearFocus();
if ( isTopLevel() && isShown() && winId() )
hide();