diff options
Diffstat (limited to 'karm')
-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(); |