diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 19:31:29 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 19:31:29 -0600 |
commit | 4a9e3e14f67e172352fe81d0e6307cb3986135a9 (patch) | |
tree | 610189d1f4b0c784e38412fcc29a5118c5c83ec5 /PerlTQt/TQt.pm | |
parent | ef3f7081a3ad6d252841b30ef3dd9e5c767a1047 (diff) | |
download | libtqt-perl-4a9e3e14f67e172352fe81d0e6307cb3986135a9.tar.gz libtqt-perl-4a9e3e14f67e172352fe81d0e6307cb3986135a9.zip |
Rename straggling environment variables KDE->TDE.
Diffstat (limited to 'PerlTQt/TQt.pm')
-rw-r--r-- | PerlTQt/TQt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PerlTQt/TQt.pm b/PerlTQt/TQt.pm index 69bcbca..0b8a5c9 100644 --- a/PerlTQt/TQt.pm +++ b/PerlTQt/TQt.pm @@ -884,7 +884,7 @@ XSLoader::load 'TQt', $VERSION; # try to avoid KDE's buggy malloc # only works for --enable-fast-malloc, # not when --enable-fast-malloc=full -$ENV{'KDE_MALLOC'} = 0; +$ENV{'TDE_MALLOC'} = 0; TQt::_internal::init(); |