summaryrefslogtreecommitdiffstats
path: root/PerlTQt/TQt.pm
diff options
context:
space:
mode:
Diffstat (limited to 'PerlTQt/TQt.pm')
-rw-r--r--PerlTQt/TQt.pm2
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();