From 17e2ed52dbf8fac39a04331da02b9572e9e2e304 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:35:40 -0600 Subject: Rename additional global TQt functions --- certmanager/certmanager.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'certmanager/certmanager.cpp') diff --git a/certmanager/certmanager.cpp b/certmanager/certmanager.cpp index fdf33f3a..2fd144d4 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() { -- cgit v1.2.3