diff options
Diffstat (limited to 'certmanager/lib/ui/keyselectiondialog.h')
-rw-r--r-- | certmanager/lib/ui/keyselectiondialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/lib/ui/keyselectiondialog.h b/certmanager/lib/ui/keyselectiondialog.h index c8c833dd..60442558 100644 --- a/certmanager/lib/ui/keyselectiondialog.h +++ b/certmanager/lib/ui/keyselectiondialog.h @@ -41,7 +41,7 @@ #include <kleo/cryptobackend.h> #include <gpgmepp/key.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <vector> class TQVBoxLayout; @@ -63,7 +63,7 @@ namespace GpgME { namespace Kleo { - class KDE_EXPORT KeySelectionDialog : public KDialogBase { + class TDE_EXPORT KeySelectionDialog : public KDialogBase { TQ_OBJECT public: |