summaryrefslogtreecommitdiffstats
path: root/PerlTQt/TQt.pm
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-07 22:21:13 -0600
committerTimothy Pearson <[email protected]>2012-03-07 22:21:13 -0600
commit52d72c66fb0fd5a1a834357b8239a72e5ac26d27 (patch)
treecd96cca1dce083d1e3dc7daddb362cf12935b211 /PerlTQt/TQt.pm
parenta395c537455ca7cc23a47ba777f077eef4e06de6 (diff)
parentad61894dc69086ec9af88d704aca84842b023a0b (diff)
downloadlibtqt-perl-52d72c66fb0fd5a1a834357b8239a72e5ac26d27.tar.gz
libtqt-perl-52d72c66fb0fd5a1a834357b8239a72e5ac26d27.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/libtqt-perl
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();