diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:23:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:23:29 -0600 |
commit | 2dfc9a2950b3c7179ede2903d5713a8486cb0e8d (patch) | |
tree | c1725476af2ed61a0c705b9312311e971d3c07b6 /sip | |
parent | 104997c6f7b545c0095fdc1b1573367bc4cb4d5b (diff) | |
download | pytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.tar.gz pytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.zip |
Rename additional global TQt functions
Diffstat (limited to 'sip')
-rw-r--r-- | sip/qt/qbytearray.sip | 4 | ||||
-rw-r--r-- | sip/qt/qglobal.sip | 20 | ||||
-rw-r--r-- | sip/qtnetwork/qnetwork.sip | 4 |
3 files changed, 14 insertions, 14 deletions
diff --git a/sip/qt/qbytearray.sip b/sip/qt/qbytearray.sip index aedcd45..db5d266 100644 --- a/sip/qt/qbytearray.sip +++ b/sip/qt/qbytearray.sip @@ -196,8 +196,8 @@ public: %If (TQt_3_1_0 -) -TQByteArray qCompress(const uchar * /Array/,int /ArraySize/); -TQByteArray qCompress(const TQByteArray &); +TQByteArray tqCompress(const uchar * /Array/,int /ArraySize/); +TQByteArray tqCompress(const TQByteArray &); TQByteArray tqUncompress(const uchar * /Array/,int /ArraySize/); TQByteArray tqUncompress(const TQByteArray &); %End diff --git a/sip/qt/qglobal.sip b/sip/qt/qglobal.sip index 711e93c..c3205df 100644 --- a/sip/qt/qglobal.sip +++ b/sip/qt/qglobal.sip @@ -52,23 +52,23 @@ typedef long long Q_LONG; typedef unsigned long long Q_ULONG; %End -const char *qVersion(); +const char *tqVersion(); %If (TQt_3_0_0 -) %End %If (TQt_3_1_0 -) -const char *qInstallPath(); -const char *qInstallPathDocs(); -const char *qInstallPathHeaders(); -const char *qInstallPathLibs(); -const char *qInstallPathBins(); -const char *qInstallPathPlugins(); -const char *qInstallPathData(); +const char *tqInstallPath(); +const char *tqInstallPathDocs(); +const char *tqInstallPathHeaders(); +const char *tqInstallPathLibs(); +const char *tqInstallPathBins(); +const char *tqInstallPathPlugins(); +const char *tqInstallPathData(); %End %If (TQt_3_2_0 -) -const char *qInstallPathTranslations(); +const char *tqInstallPathTranslations(); %If (!WS_WIN) -const char *qInstallPathSysconf(); +const char *tqInstallPathSysconf(); %End %End 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 <info@riverbankcomputing.co.uk> @@ -28,7 +28,7 @@ #include <tqnetwork.h> %End -void qInitNetworkProtocols(); +void tqInitNetworkProtocols(); %End %End |