diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:18:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:18:11 -0600 |
commit | fc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335 (patch) | |
tree | f1e7de165d9a038aed66481b047cd32b4e1091df /dcop/kdatastream.h | |
parent | 00894908e7b9359d8432a615380bf3db1d4745a0 (diff) | |
download | tdelibs-fc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335.tar.gz tdelibs-fc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335.zip |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'dcop/kdatastream.h')
-rw-r--r-- | dcop/kdatastream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/kdatastream.h b/dcop/kdatastream.h index 6551295f6..4a135b9d9 100644 --- a/dcop/kdatastream.h +++ b/dcop/kdatastream.h @@ -19,7 +19,7 @@ inline TQDataStream & operator >> (TQDataStream & str, bool & b) } #endif // USE_QT3 -#if QT_VERSION < 0x030200 && !defined(Q_WS_WIN) && !defined(Q_WS_MAC) +#if TQT_VERSION < 0x030200 && !defined(Q_WS_WIN) && !defined(Q_WS_MAC) inline TQDataStream & operator << (TQDataStream & str, long long int ll) { TQ_UINT32 l1,l2; |