diff options
Diffstat (limited to 'libtdenetwork/qgpgme/eventloopinteractor.h')
-rw-r--r-- | libtdenetwork/qgpgme/eventloopinteractor.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libtdenetwork/qgpgme/eventloopinteractor.h b/libtdenetwork/qgpgme/eventloopinteractor.h index 10f24031..b28d1f30 100644 --- a/libtdenetwork/qgpgme/eventloopinteractor.h +++ b/libtdenetwork/qgpgme/eventloopinteractor.h @@ -22,18 +22,17 @@ #include <gpgmepp/eventloopinteractor.h> #include <tqobject.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace GpgME { class Context; class Error; - class TrustItem; class Key; } // namespace GpgME namespace QGpgME { - class KDE_EXPORT EventLoopInteractor : public TQObject, public GpgME::EventLoopInteractor { + class TDE_EXPORT EventLoopInteractor : public TQObject, public GpgME::EventLoopInteractor { TQ_OBJECT protected: @@ -44,7 +43,6 @@ namespace QGpgME { static EventLoopInteractor * instance(); signals: - void nextTrustItemEventSignal( GpgME::Context * context, const GpgME::TrustItem & item ); void nextKeyEventSignal( GpgME::Context * context, const GpgME::Key & key ); void operationDoneEventSignal( GpgME::Context * context, const GpgME::Error & e ); @@ -69,8 +67,6 @@ namespace QGpgME { // /*! \reimp */ - void nextTrustItemEvent( GpgME::Context * context, const GpgME::TrustItem & item ); - /*! \reimp */ void nextKeyEvent( GpgME::Context * context, const GpgME::Key & key ); /*! \reimp */ void operationDoneEvent( GpgME::Context * context, const GpgME::Error & e ); |