summaryrefslogtreecommitdiffstats
path: root/sip/qt/qglobal.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-01 13:23:29 -0600
committerTimothy Pearson <[email protected]>2012-03-01 13:23:29 -0600
commit2dfc9a2950b3c7179ede2903d5713a8486cb0e8d (patch)
treec1725476af2ed61a0c705b9312311e971d3c07b6 /sip/qt/qglobal.sip
parent104997c6f7b545c0095fdc1b1573367bc4cb4d5b (diff)
downloadpytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.tar.gz
pytqt-2dfc9a2950b3c7179ede2903d5713a8486cb0e8d.zip
Rename additional global TQt functions
Diffstat (limited to 'sip/qt/qglobal.sip')
-rw-r--r--sip/qt/qglobal.sip20
1 files changed, 10 insertions, 10 deletions
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