diff options
Diffstat (limited to 'certmanager/certmanager.cpp')
-rw-r--r-- | certmanager/certmanager.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/certmanager/certmanager.cpp b/certmanager/certmanager.cpp index fdf33f3a6..2fd144d4c 100644 --- a/certmanager/certmanager.cpp +++ b/certmanager/certmanager.cpp @@ -641,7 +641,7 @@ void CertManager::newCertificate() */ void CertManager::revokeCertificate() { - qDebug("Not Yet Implemented"); + tqDebug("Not Yet Implemented"); } /** @@ -650,7 +650,7 @@ void CertManager::revokeCertificate() */ void CertManager::extendCertificate() { - qDebug("Not Yet Implemented"); + tqDebug("Not Yet Implemented"); } @@ -971,7 +971,7 @@ void CertManager::slotStderr( KProcess*, char* buf, int len ) { */ void CertManager::importCRLFromLDAP() { - qDebug("Not Yet Implemented"); + tqDebug("Not Yet Implemented"); } void CertManager::slotViewCRLs() { @@ -1008,11 +1008,11 @@ static void showDeleteError( TQWidget * parent, const GpgME::Error & err ) { } static bool ByFingerprint( const GpgME::Key & left, const GpgME::Key & right ) { - return qstricmp( left.primaryFingerprint(), right.primaryFingerprint() ) < 0 ; + return tqstricmp( left.primaryFingerprint(), right.primaryFingerprint() ) < 0 ; } static bool WithRespectToFingerprints( const GpgME::Key & left, const GpgME::Key & right ) { - return qstricmp( left.primaryFingerprint(), right.primaryFingerprint() ) == 0; + return tqstricmp( left.primaryFingerprint(), right.primaryFingerprint() ) == 0; } void CertManager::slotDeleteCertificate() { |