Replace various Q_* and QT_* defines with TQ_* and TQT_*

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/16/head
Michele Calgaro 8 months ago
parent edb0207188
commit 8e4c7f2adc
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -221,7 +221,7 @@ KNetworkConfigParser::hexIPv4ToDecIPv4(const TQString &hex)
TQString temp = "";
TQString temp2 = "";
#if Q_BYTE_ORDER == TQ_LITTLE_ENDIAN
#if TQ_BYTE_ORDER == TQ_LITTLE_ENDIAN
temp = hex.mid(6,2);
temp2 = temp2.setNum(temp.toInt(&ok,16));
dec.append(temp2);

Loading…
Cancel
Save