summaryrefslogtreecommitdiffstats
path: root/libtdenetwork/qgpgme/eventloopinteractor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdenetwork/qgpgme/eventloopinteractor.cpp')
-rw-r--r--libtdenetwork/qgpgme/eventloopinteractor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdenetwork/qgpgme/eventloopinteractor.cpp b/libtdenetwork/qgpgme/eventloopinteractor.cpp
index fdf25af0..3b07189d 100644
--- a/libtdenetwork/qgpgme/eventloopinteractor.cpp
+++ b/libtdenetwork/qgpgme/eventloopinteractor.cpp
@@ -54,7 +54,7 @@ QGpgME::EventLoopInteractor * QGpgME::EventLoopInteractor::instance() {
if ( !mSelf )
#ifndef NDEBUG
if ( !tqApp )
- qWarning( "QGpgME::EventLoopInteractor: Need a TQApplication object before calling instance()!" );
+ tqWarning( "QGpgME::EventLoopInteractor: Need a TQApplication object before calling instance()!" );
else
#endif
(void)new EventLoopInteractor( 0, "QGpgME::EventLoopInteractor::instance()" );