summaryrefslogtreecommitdiffstats
path: root/certmanager/certmanager.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:35:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:35:40 -0600
commit17e2ed52dbf8fac39a04331da02b9572e9e2e304 (patch)
treecd0d57c975a55e05aac71794b363748f24625875 /certmanager/certmanager.cpp
parenta684ecdeceae222d5aa930478b7bf59a3b7cae7f (diff)
downloadtdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.tar.gz
tdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.zip
Rename additional global TQt functions
Diffstat (limited to 'certmanager/certmanager.cpp')
-rw-r--r--certmanager/certmanager.cpp10
1 files changed, 5 insertions, 5 deletions
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() {