diff options
Diffstat (limited to 'libtdepim')
-rw-r--r-- | libtdepim/tests/testdistrlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/tests/testdistrlist.cpp b/libtdepim/tests/testdistrlist.cpp index c171c6cec..3ee85283c 100644 --- a/libtdepim/tests/testdistrlist.cpp +++ b/libtdepim/tests/testdistrlist.cpp @@ -44,7 +44,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-testdistrlist" ), 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,"testdistrlist", 0, 0, 0, 0); |