diff options
Diffstat (limited to 'libkdenetwork/qgpgme/eventloopinteractor.cpp')
-rw-r--r-- | libkdenetwork/qgpgme/eventloopinteractor.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libkdenetwork/qgpgme/eventloopinteractor.cpp b/libkdenetwork/qgpgme/eventloopinteractor.cpp index 8846bb2a5..a773860e1 100644 --- a/libkdenetwork/qgpgme/eventloopinteractor.cpp +++ b/libkdenetwork/qgpgme/eventloopinteractor.cpp @@ -1,20 +1,20 @@ /* qeventloopinteractor.cpp Copyright (C) 2003 Klarälvdalens Datakonsult AB - This file is part of QGPGME. + This file is part of TQGPGME. - QGPGME is free software; you can redistribute it and/or modify it + TQGPGME is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - QGPGME is distributed in the hope that it will be useful, but + TQGPGME is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with QGPGME; if not, write to the Free Software Foundation, + along with TQGPGME; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ // -*- c++ -*- @@ -32,10 +32,10 @@ using namespace GpgME; -QGpgME::EventLoopInteractor::EventLoopInteractor( TQObject * parent, const char * name ) - : TQObject( parent, name ), GpgME::EventLoopInteractor() +QGpgME::EventLoopInteractor::EventLoopInteractor( TQObject * tqparent, const char * name ) + : TQObject( tqparent, name ), GpgME::EventLoopInteractor() { - if ( !parent ) + if ( !tqparent ) if ( tqApp ) { connect( tqApp, TQT_SIGNAL(aboutToQuit()), TQT_SLOT(deleteLater()) ); connect( tqApp, TQT_SIGNAL(aboutToQuit()), TQT_SIGNAL(aboutToDestroy()) ); |