From f2fc430b75c36c70333c2e01b649eebf39142c33 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 19:23:03 -0600 Subject: Rename sip*_Q items --- sip/qtnetwork/qsocket.sip | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sip/qtnetwork/qsocket.sip') 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; -- cgit v1.2.1