diff options
Diffstat (limited to 'karm/test')
-rw-r--r-- | karm/test/locking.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karm/test/locking.cpp b/karm/test/locking.cpp index 2c18d4fed..cdf5e41a5 100644 --- a/karm/test/locking.cpp +++ b/karm/test/locking.cpp @@ -128,9 +128,9 @@ int main( int argc, char *argv[] ) short rval = 0; // Use another directory than the real one, just to keep things clean - // KDEHOME needs to be writable though, for a ksycoca database + // TDEHOME needs to be writable though, for a ksycoca database // FIXME: Delete this directory when done with test. - setenv( "KDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kde-testresource" ), true ); + 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 |