diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:24:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:24:34 -0600 |
commit | 5d65d09a869f9ab3267b47482c27e4b537d14e32 (patch) | |
tree | 4abee5c4bc98548ea332708492eb75eee55c1d4c /configure | |
parent | 370c16296051bfed13d132a2f2bcf3e80d0c2f91 (diff) | |
download | tqca-tls-5d65d09a869f9ab3267b47482c27e4b537d14e32.tar.gz tqca-tls-5d65d09a869f9ab3267b47482c27e4b537d14e32.zip |
Rename additional global TQt functions
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |