summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/backends/qgpgme/qgpgmekeylistjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/lib/backends/qgpgme/qgpgmekeylistjob.h')
-rw-r--r--certmanager/lib/backends/qgpgme/qgpgmekeylistjob.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/certmanager/lib/backends/qgpgme/qgpgmekeylistjob.h b/certmanager/lib/backends/qgpgme/qgpgmekeylistjob.h
index 38864107..cf0b3086 100644
--- a/certmanager/lib/backends/qgpgme/qgpgmekeylistjob.h
+++ b/certmanager/lib/backends/qgpgme/qgpgmekeylistjob.h
@@ -20,18 +20,18 @@
In addition, as a special exception, the copyright holders give
permission to link the code of this program with any edition of
- the Qt library by Trolltech AS, Norway (or with modified versions
- of Qt that use the same license as Qt), and distribute linked
+ the TQt library by Trolltech AS, Norway (or with modified versions
+ of TQt that use the same license as TQt), and distribute linked
combinations including the two. You must obey the GNU General
Public License in all respects for all of the code used other than
- Qt. If you modify this file, you may extend this exception to
+ TQt. If you modify this file, you may extend this exception to
your version of the file, but you are not obligated to do so. If
you do not wish to do so, delete this exception statement from
your version.
*/
-#ifndef __KLEO_QGPGMEKEYLISTJOB_H__
-#define __KLEO_QGPGMEKEYLISTJOB_H__
+#ifndef __KLEO_TQGPGMEKEYLISTJOB_H__
+#define __KLEO_TQGPGMEKEYLISTJOB_H__
#include <kleo/keylistjob.h>
@@ -48,7 +48,8 @@ namespace GpgME {
namespace Kleo {
class QGpgMEKeyListJob : public KeyListJob, private QGpgMEJob {
- Q_OBJECT QGPGME_JOB
+ Q_OBJECT
+ TQ_OBJECT TQGPGME_JOB
public:
QGpgMEKeyListJob( GpgME::Context * context );
~QGpgMEKeyListJob();
@@ -60,7 +61,7 @@ namespace Kleo {
GpgME::KeyListResult exec( const TQStringList & patterns, bool secretOnly, std::vector<GpgME::Key> & keys );
/*! \reimp from Job */
- void showErrorDialog( TQWidget * parent, const TQString & caption ) const;
+ void showErrorDialog( TQWidget * tqparent, const TQString & caption ) const;
private slots:
void slotNextKeyEvent( GpgME::Context * context, const GpgME::Key & key );
@@ -79,4 +80,4 @@ namespace Kleo {
}
-#endif // __KLEO_QGPGMEKEYLISTJOB_H__
+#endif // __KLEO_TQGPGMEKEYLISTJOB_H__