diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 22:21:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 22:21:34 -0600 |
commit | adafb126df16b9357494a47fcec20171ad6c8644 (patch) | |
tree | d842e4f2b20a477cc0f622cddca9fee4a98db82f /karm/test/locking.cpp | |
parent | 29d4a9cebb53f0220f7cf63f95ca8cbfd0f28793 (diff) | |
parent | edc8fc84751a8eb968a9b8c4c75530c8ccb7523d (diff) | |
download | tdepim-adafb126df16b9357494a47fcec20171ad6c8644.tar.gz tdepim-adafb126df16b9357494a47fcec20171ad6c8644.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdepim
Diffstat (limited to 'karm/test/locking.cpp')
-rw-r--r-- | karm/test/locking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karm/test/locking.cpp b/karm/test/locking.cpp index 71113f79b..6bf9f03e9 100644 --- a/karm/test/locking.cpp +++ b/karm/test/locking.cpp @@ -133,7 +133,7 @@ int main( int argc, char *argv[] ) setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kde-testresource" ), true ); // Copied from Till's test in libkcal. Not sure what this is for. - setenv( "KDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup + setenv( "TDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup // Copied from Till's test in libkcal. Not sure what this is for. KApplication::disableAutoDcopRegistration(); |