aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/signjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/signjob.h')
-rw-r--r--lang/qt/src/signjob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qt/src/signjob.h b/lang/qt/src/signjob.h
index babe4d0c..2a2e0edf 100644
--- a/lang/qt/src/signjob.h
+++ b/lang/qt/src/signjob.h
@@ -98,8 +98,8 @@ public:
\throws GpgME::Exception if starting fails
*/
virtual void start(const std::vector<GpgME::Key> &signers,
- const boost::shared_ptr<QIODevice> &plainText,
- const boost::shared_ptr<QIODevice> &signature,
+ const std::shared_ptr<QIODevice> &plainText,
+ const std::shared_ptr<QIODevice> &signature,
GpgME::SignatureMode mode) = 0;
virtual GpgME::SigningResult exec(const std::vector<GpgME::Key> &signers,