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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/87/head
Michele Calgaro 8 months ago
parent 84129a6fad
commit 956795b767
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -187,7 +187,7 @@ void FilterSylpheed::readMarkFile( FilterInfo *info, const TQString &path, TQDic
TQDataStream stream(&file);
if (Q_BYTE_ORDER == Q_LITTLE_ENDIAN)
if (TQ_BYTE_ORDER == TQ_LITTLE_ENDIAN)
stream.setByteOrder(TQDataStream::LittleEndian);

Loading…
Cancel
Save