summaryrefslogtreecommitdiffstats
path: root/libkpgp/kpgpui.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkpgp/kpgpui.h')
-rw-r--r--libkpgp/kpgpui.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/libkpgp/kpgpui.h b/libkpgp/kpgpui.h
index 184b61f5..dc2e8db6 100644
--- a/libkpgp/kpgpui.h
+++ b/libkpgp/kpgpui.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
kpgpui.h
Copyright (C) 2001,2002 the KPGP authors
@@ -29,7 +29,7 @@
#include "kpgp.h"
-#include <tdepimmacros.h>
+#include <kdemacros.h>
class TQString;
class TQRegExp;
@@ -52,9 +52,9 @@ class Key; // needed by KeySelectionDialog
class KeyIDList; // needed by KeySelectionDialog
/** the passphrase dialog */
-class KDE_EXPORT PassphraseDialog : public KDialogBase
+class TDE_EXPORT PassphraseDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -73,9 +73,9 @@ class KDE_EXPORT PassphraseDialog : public KDialogBase
/** a widget for configuring the pgp interface. Can be included into
a tabdialog. This widget by itself does not provide an apply/cancel
button mechanism. */
-class KDE_EXPORT Config : public TQWidget
+class TDE_EXPORT Config : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -101,9 +101,9 @@ class KDE_EXPORT Config : public TQWidget
// -------------------------------------------------------------------------
#define KeySelectionDialogSuper KDialogBase
-class KDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper
+class TDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper
{
- Q_OBJECT
+ TQ_OBJECT
enum TrustCheckMode { NoExpensiveTrustCheck,
@@ -201,9 +201,9 @@ class KDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper
static const int sCheckSelectionDelay;
};
-class KDE_EXPORT KeyRequester: public TQWidget
+class TDE_EXPORT KeyRequester: public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -254,8 +254,8 @@ protected:
};
-class KDE_EXPORT PublicKeyRequester : public KeyRequester {
- Q_OBJECT
+class TDE_EXPORT PublicKeyRequester : public KeyRequester {
+ TQ_OBJECT
public:
PublicKeyRequester( TQWidget * parent=0, bool multipleKeys=false,
@@ -274,8 +274,8 @@ protected:
};
-class KDE_EXPORT SecretKeyRequester : public KeyRequester {
- Q_OBJECT
+class TDE_EXPORT SecretKeyRequester : public KeyRequester {
+ TQ_OBJECT
public:
SecretKeyRequester( TQWidget * parent=0, bool multipleKeys=false,
@@ -295,9 +295,9 @@ protected:
// -------------------------------------------------------------------------
-class KDE_EXPORT KeyApprovalDialog: public KDialogBase
+class TDE_EXPORT KeyApprovalDialog: public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -331,9 +331,9 @@ class KDE_EXPORT KeyApprovalDialog: public KDialogBase
// -------------------------------------------------------------------------
-class KDE_EXPORT CipherTextDialog: public KDialogBase
+class TDE_EXPORT CipherTextDialog: public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public: