summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/cryptplugfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/lib/cryptplugfactory.h')
-rw-r--r--certmanager/lib/cryptplugfactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/lib/cryptplugfactory.h b/certmanager/lib/cryptplugfactory.h
index a50c3909..e880f5b5 100644
--- a/certmanager/lib/cryptplugfactory.h
+++ b/certmanager/lib/cryptplugfactory.h
@@ -62,9 +62,9 @@ namespace KMail {
CryptPlugWrapperList & list() const { return *mCryptPlugWrapperList; }
- CryptPlugWrapper * createForProtocol( const QString & proto ) const;
+ CryptPlugWrapper * createForProtocol( const TQString & proto ) const;
- void scanForBackends( QStringList * reason );
+ void scanForBackends( TQStringList * reason );
private:
void updateCryptPlugWrapperList();