diff options
Diffstat (limited to 'kabc/errorhandler.cpp')
-rw-r--r-- | kabc/errorhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/errorhandler.cpp b/kabc/errorhandler.cpp index d8ab650c7..55b0f459d 100644 --- a/kabc/errorhandler.cpp +++ b/kabc/errorhandler.cpp @@ -50,6 +50,6 @@ GuiErrorHandler::GuiErrorHandler( TQWidget *parent ) void GuiErrorHandler::error( const TQString &msg ) { - if (tqApp) + if (qApp) KMessageBox::error( mParent, msg ); } |