An alternative way to compile with the original tqtinterface v3.5.13
@ -221,7 +221,7 @@ KNetworkConfigParser::hexIPv4ToDecIPv4(const TQString &hex)
TQString temp = "";
TQString temp2 = "";
#if Q_BYTE_ORDER == TQ_LITTLE_ENDIAN
#if Q_BYTE_ORDER == Q_LITTLE_ENDIAN
temp = hex.mid(6,2);
temp2 = temp2.setNum(temp.toInt(&ok,16));
dec.append(temp2);