summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 22:48:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-07 18:45:10 +0900
commit3fc205a1515aea834d81cd2bce4ab9adeb5ab49b (patch)
tree2204c02fbc8f40b12f131249d5ed0f759052292a
parent613dff1a8672997bc0657fe0c8e65ddf489a1738 (diff)
downloadlibtdeldap-3fc205a1515aea834d81cd2bce4ab9adeb5ab49b.tar.gz
libtdeldap-3fc205a1515aea834d81cd2bce4ab9adeb5ab49b.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/libtdeldap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libtdeldap.cpp b/src/libtdeldap.cpp
index b92ed47..25f584d 100644
--- a/src/libtdeldap.cpp
+++ b/src/libtdeldap.cpp
@@ -1081,7 +1081,7 @@ int LDAPManager::updateUserInfo(LDAPUserInfo user, TQString *errstr) {
KSSLCertificate* cert = KSSLCertificate::fromString(ssldata);
if (cert) {
bool expired = false;
- if (TQDateTime::currentDateTime(Qt::UTC) > cert->getQDTNotAfter()) {
+ if (TQDateTime::currentDateTime(TQt::UTC) > cert->getQDTNotAfter()) {
expired = true;
}
@@ -4766,7 +4766,7 @@ int LDAPManager::generatePKICRL(int expirydays, LDAPRealmConfig realmcfg, TQStri
KSSLCertificate* cert = KSSLCertificate::fromString(ssldata);
if (cert) {
bool expired = false;
- if (TQDateTime::currentDateTime(Qt::UTC) > cert->getQDTNotAfter()) {
+ if (TQDateTime::currentDateTime(TQt::UTC) > cert->getQDTNotAfter()) {
expired = true;
}