diff options
author | Timothy Pearson <[email protected]> | 2011-12-03 19:23:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-03 19:23:03 -0600 |
commit | f2fc430b75c36c70333c2e01b649eebf39142c33 (patch) | |
tree | e4e59b6582180a9ae0d90df2de438dc1e646c3cd /sip/qtnetwork/qsocket.sip | |
parent | 8a055d66f43592c257cece2eb8cc021808062917 (diff) | |
download | pytqt-f2fc430b75c36c70333c2e01b649eebf39142c33.tar.gz pytqt-f2fc430b75c36c70333c2e01b649eebf39142c33.zip |
Rename sip*_Q items
Diffstat (limited to 'sip/qtnetwork/qsocket.sip')
-rw-r--r-- | sip/qtnetwork/qsocket.sip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/qtnetwork/qsocket.sip b/sip/qtnetwork/qsocket.sip index a9cd733..cde11e3 100644 --- a/sip/qtnetwork/qsocket.sip +++ b/sip/qtnetwork/qsocket.sip @@ -94,16 +94,16 @@ public: sipWrapperType **type; int yes, no; } graph[] = { - {sipName_QServerSocket, &sipClass_QServerSocket, -1, 1}, - {sipName_QSocket, &sipClass_QSocket, -1, 2}, - {sipName_QFtp, &sipClass_QFtp, -1, 3}, - {sipName_QLocalFs, &sipClass_QLocalFs, -1, 4}, + {sipName_TQServerSocket, &sipClass_TQServerSocket, -1, 1}, + {sipName_TQSocket, &sipClass_TQSocket, -1, 2}, + {sipName_TQFtp, &sipClass_TQFtp, -1, 3}, + {sipName_TQLocalFs, &sipClass_TQLocalFs, -1, 4}, #if QT_VERSION >= 0x030000 - {sipName_QHttp, &sipClass_QHttp, -1, 5}, + {sipName_TQHttp, &sipClass_TQHttp, -1, 5}, #else {NULL, NULL, -1, 5}, #endif - {sipName_QDns, &sipClass_QDns, -1, -1}, + {sipName_TQDns, &sipClass_TQDns, -1, -1}, }; int i = 0; |