diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:23:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:23:29 -0600 |
commit | 2dfc9a2950b3c7179ede2903d5713a8486cb0e8d (patch) | |
tree | c1725476af2ed61a0c705b9312311e971d3c07b6 /sip/qtnetwork | |
parent | 104997c6f7b545c0095fdc1b1573367bc4cb4d5b (diff) | |
download | pytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.tar.gz pytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.zip |
Rename additional global TQt functions
Diffstat (limited to 'sip/qtnetwork')
-rw-r--r-- | sip/qtnetwork/qnetwork.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/qtnetwork/qnetwork.sip b/sip/qtnetwork/qnetwork.sip index 2413b2a..62d067e 100644 --- a/sip/qtnetwork/qnetwork.sip +++ b/sip/qtnetwork/qnetwork.sip @@ -1,4 +1,4 @@ -// This is the SIP interface definition for qInitNetworkProtocols. +// This is the SIP interface definition for tqInitNetworkProtocols. // // Copyright (c) 2007 // Riverbank Computing Limited <[email protected]> @@ -28,7 +28,7 @@ #include <tqnetwork.h> %End -void qInitNetworkProtocols(); +void tqInitNetworkProtocols(); %End %End |