summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:24:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:24:34 -0600
commit5d65d09a869f9ab3267b47482c27e4b537d14e32 (patch)
tree4abee5c4bc98548ea332708492eb75eee55c1d4c
parent370c16296051bfed13d132a2f2bcf3e80d0c2f91 (diff)
downloadtqca-tls-5d65d09a.tar.gz
tqca-tls-5d65d09a.zip
Rename additional global TQt functions
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4a4e304..8cbac11 100755
--- a/configure
+++ b/configure
@@ -472,7 +472,7 @@ int main()
TQString str;
str += "# qconf\n";
- str += "QT_PATH_PLUGINS = " + TQString(qInstallPathPlugins()) + '\n';
+ str += "QT_PATH_PLUGINS = " + TQString(tqInstallPathPlugins()) + '\n';
if(!conf->DEFINES.isEmpty())
str += "DEFINES += " + conf->DEFINES + '\n';
if(!conf->INCLUDEPATH.isEmpty())