diff options
Diffstat (limited to 'libkcal/tests')
-rw-r--r-- | libkcal/tests/testresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/tests/testresource.cpp b/libkcal/tests/testresource.cpp index 5779c47b..63dd27fc 100644 --- a/libkcal/tests/testresource.cpp +++ b/libkcal/tests/testresource.cpp @@ -57,7 +57,7 @@ int main(int argc, char *argv[]) // Use another directory than the real one, just to keep things clean // TDEHOME needs to be writable though, for a ksycoca database setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kde-testresource" ), true ); - setenv( "KDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup + setenv( "TDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup KApplication::disableAutoDcopRegistration(); KCmdLineArgs::init(argc,argv,"testresource", 0, 0, 0, 0); |