From 3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:50:21 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- libkpgp/kpgp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libkpgp/kpgp.h') diff --git a/libkpgp/kpgp.h b/libkpgp/kpgp.h index f9f492360..25dc44c0c 100644 --- a/libkpgp/kpgp.h +++ b/libkpgp/kpgp.h @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include @@ -123,7 +123,7 @@ public: Ok if everything is o.k. */ Kpgp::Result encrypt( Block& block, - const TQStringList& tqreceivers, const KeyID& keyId, + const TQStringList& receivers, const KeyID& keyId, bool sign, const TQCString& charset = 0 ); /** Determines the keys which should be used for encrypting the message -- cgit v1.2.1