summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/backends/qgpgme/qgpgmesecretkeyexportjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/lib/backends/qgpgme/qgpgmesecretkeyexportjob.h')
-rw-r--r--certmanager/lib/backends/qgpgme/qgpgmesecretkeyexportjob.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/certmanager/lib/backends/qgpgme/qgpgmesecretkeyexportjob.h b/certmanager/lib/backends/qgpgme/qgpgmesecretkeyexportjob.h
index cb65d549e..aae3fd222 100644
--- a/certmanager/lib/backends/qgpgme/qgpgmesecretkeyexportjob.h
+++ b/certmanager/lib/backends/qgpgme/qgpgmesecretkeyexportjob.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_QGPGMESECRETKEYEXPORTJOB_H__
-#define __KLEO_QGPGMESECRETKEYEXPORTJOB_H__
+#ifndef __KLEO_TQGPGMESECRETKEYEXPORTJOB_H__
+#define __KLEO_TQGPGMESECRETKEYEXPORTJOB_H__
#include <kleo/exportjob.h>
@@ -47,7 +47,7 @@ namespace GpgME {
}
namespace QGpgME {
- class QByteArrayDataProvider;
+ class TQByteArrayDataProvider;
}
class KProcess;
@@ -56,6 +56,7 @@ namespace Kleo {
class QGpgMESecretKeyExportJob : public ExportJob {
Q_OBJECT
+ TQ_OBJECT
public:
QGpgMESecretKeyExportJob( bool armour, const TQString& charset );
~QGpgMESecretKeyExportJob();
@@ -67,7 +68,7 @@ namespace Kleo {
/*! \reimp from Job */
void slotCancel();
- void sloStatus( Kleo::GnuPGProcessBase *, const TQString &, const TQStringList & );
+ void slotqStatus( Kleo::GnuPGProcessBase *, const TQString &, const TQStringList & );
void slotStdout( KProcess *, char *, int );
void slotStderr( KProcess *, char *, int );
void slotProcessExited( KProcess * );
@@ -82,4 +83,4 @@ namespace Kleo {
}
-#endif // __KLEO_QGPGMESECRETKEYEXPORTJOB_H__
+#endif // __KLEO_TQGPGMESECRETKEYEXPORTJOB_H__