diff options
Diffstat (limited to 'certmanager/lib/ui/keyselectiondialog.h')
-rw-r--r-- | certmanager/lib/ui/keyselectiondialog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/certmanager/lib/ui/keyselectiondialog.h b/certmanager/lib/ui/keyselectiondialog.h index 630255c1..60442558 100644 --- a/certmanager/lib/ui/keyselectiondialog.h +++ b/certmanager/lib/ui/keyselectiondialog.h @@ -1,4 +1,4 @@ -/* -*- c++ -*- +/* keyselectiondialog.h This file is part of libkleopatra, the KDE keymanagement library @@ -41,7 +41,7 @@ #include <kleo/cryptobackend.h> #include <gpgmepp/key.h> -#include <tdepimmacros.h> +#include <tdemacros.h> #include <vector> class TQVBoxLayout; @@ -63,8 +63,8 @@ namespace GpgME { namespace Kleo { - class KDE_EXPORT KeySelectionDialog : public KDialogBase { - Q_OBJECT + class TDE_EXPORT KeySelectionDialog : public KDialogBase { + TQ_OBJECT public: |