diff options
Diffstat (limited to 'certmanager/lib/cryptplugfactory.h')
-rw-r--r-- | certmanager/lib/cryptplugfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certmanager/lib/cryptplugfactory.h b/certmanager/lib/cryptplugfactory.h index a50c3909c..e880f5b55 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(); |