summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-01 13:24:30 -0600
committerTimothy Pearson <[email protected]>2012-03-01 13:24:30 -0600
commita830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 (patch)
tree3910055c634e2ca44eacd2c892118634df9b3597 /configure
parentb0b53cc84f215df9b9bcce77253a6b7a9d300986 (diff)
downloadqt3-a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0.tar.gz
qt3-a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0.zip
Rename additional global TQt functions
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure18
1 files changed, 9 insertions, 9 deletions
diff --git a/configure b/configure
index 2dc3f31..5c09536 100755
--- a/configure
+++ b/configure
@@ -1093,15 +1093,15 @@ static const char QT_INSTALL_TRANSLATIONS[267] = "qt_trnpath=$QT_INSTALL_TRANSLA
static const char QT_INSTALL_SYSCONF [267] = "qt_cnfpath=$QT_INSTALL_SYSCONF";
/* strlen( "qt_xxxpath=" ) == 11 */
-const char *qInstallPath() { return QT_INSTALL_PREFIX + 11; }
-const char *qInstallPathDocs() { return QT_INSTALL_DOCS + 11; }
-const char *qInstallPathHeaders() { return QT_INSTALL_HEADERS + 11; }
-const char *qInstallPathLibs() { return QT_INSTALL_LIBS + 11; }
-const char *qInstallPathBins() { return QT_INSTALL_BINS + 11; }
-const char *qInstallPathPlugins() { return QT_INSTALL_PLUGINS + 11; }
-const char *qInstallPathData() { return QT_INSTALL_DATA + 11; }
-const char *qInstallPathTranslations() { return QT_INSTALL_TRANSLATIONS + 11; }
-const char *qInstallPathSysconf() { return QT_INSTALL_SYSCONF + 11; }
+const char *tqInstallPath() { return QT_INSTALL_PREFIX + 11; }
+const char *tqInstallPathDocs() { return QT_INSTALL_DOCS + 11; }
+const char *tqInstallPathHeaders() { return QT_INSTALL_HEADERS + 11; }
+const char *tqInstallPathLibs() { return QT_INSTALL_LIBS + 11; }
+const char *tqInstallPathBins() { return QT_INSTALL_BINS + 11; }
+const char *tqInstallPathPlugins() { return QT_INSTALL_PLUGINS + 11; }
+const char *tqInstallPathData() { return QT_INSTALL_DATA + 11; }
+const char *tqInstallPathTranslations() { return QT_INSTALL_TRANSLATIONS + 11; }
+const char *tqInstallPathSysconf() { return QT_INSTALL_SYSCONF + 11; }
EOF
# avoid unecessary rebuilds by copying only if qconfig.cpp has changed