diff options
Diffstat (limited to 'libkdenetwork/qgpgme/dataprovider.h')
-rw-r--r-- | libkdenetwork/qgpgme/dataprovider.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/libkdenetwork/qgpgme/dataprovider.h b/libkdenetwork/qgpgme/dataprovider.h index 52957afa5..6f1c9ca93 100644 --- a/libkdenetwork/qgpgme/dataprovider.h +++ b/libkdenetwork/qgpgme/dataprovider.h @@ -1,25 +1,25 @@ /* dataprovider.h Copyright (C) 2004 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++ -*- -#ifndef __QGPGME_DATAPROVIDER_H__ -#define __QGPGME_DATAPROVIDER_H__ +#ifndef __TQGPGME_DATAPROVIDER_H__ +#define __TQGPGME_DATAPROVIDER_H__ #include <gpgmepp/interfaces/dataprovider.h> @@ -28,11 +28,11 @@ namespace QGpgME { - class KDE_EXPORT QByteArrayDataProvider : public GpgME::DataProvider { + class KDE_EXPORT TQByteArrayDataProvider : public GpgME::DataProvider { public: - QByteArrayDataProvider(); - QByteArrayDataProvider( const TQByteArray & initialData ); - ~QByteArrayDataProvider(); + TQByteArrayDataProvider(); + TQByteArrayDataProvider( const TQByteArray & initialData ); + ~TQByteArrayDataProvider(); const TQByteArray & data() const { return mArray; } @@ -57,6 +57,6 @@ namespace QGpgME { } // namespace QGpgME -#endif // __QGPGME_EVENTLOOPINTERACTOR_H__ +#endif // __TQGPGME_EVENTLOOPINTERACTOR_H__ |