summaryrefslogtreecommitdiffstats
path: root/sip/qt/qurloperator.sip
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-10-17 23:25:46 +0900
committerMichele Calgaro <[email protected]>2018-10-17 23:25:46 +0900
commitcdb2c767da66815beaddd0cbceda777ddcbe9b6a (patch)
treebc07eb30a833a9bbcb2ecbfe8632f9d82c53309b /sip/qt/qurloperator.sip
parent79113dda15348e659bdf729f2c6119b2ba49d397 (diff)
downloadpytqt-cdb2c767da66815beaddd0cbceda777ddcbe9b6a.tar.gz
pytqt-cdb2c767da66815beaddd0cbceda777ddcbe9b6a.zip
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'sip/qt/qurloperator.sip')
-rw-r--r--sip/qt/qurloperator.sip4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/qt/qurloperator.sip b/sip/qt/qurloperator.sip
index a078020..4dc3873 100644
--- a/sip/qt/qurloperator.sip
+++ b/sip/qt/qurloperator.sip
@@ -61,7 +61,7 @@ public:
virtual const TQNetworkOperation *put(const TQByteArray &,
const TQString & = TQString::null);
%If (- TQt_3_0_0)
- virtual TQList<TQNetworkOperation> copy(const TQString &,const TQString &,
+ virtual TQPtrList<TQNetworkOperation> copy(const TQString &,const TQString &,
bool = 0);
%End
%If (TQt_3_0_0 -)
@@ -89,7 +89,7 @@ signals:
void data(const TQByteArray &,TQNetworkOperation *);
void dataTransferProgress(int,int,TQNetworkOperation *);
%If (- TQt_3_0_0)
- void startedNextCopy(const TQList<TQNetworkOperation> &);
+ void startedNextCopy(const TQPtrList<TQNetworkOperation> &);
%End
%If (TQt_3_0_0 -)
void startedNextCopy(const TQPtrList<TQNetworkOperation> &);