diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:20:52 -0600 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:20:52 -0600 |
| commit | cd3ecd88c60f91ea4b7034d24ec5b3dbcda25eb8 (patch) | |
| tree | 1fd4f6d68e42891bfb97245f945f61b1908857bf /libtdepim/tests | |
| parent | 7a46add9872b60c94d870e5c75689ac7af3ae1e6 (diff) | |
| download | tdepim-cd3ecd88c60f91ea4b7034d24ec5b3dbcda25eb8.tar.gz tdepim-cd3ecd88c60f91ea4b7034d24ec5b3dbcda25eb8.zip | |
Fix references to user profile directory.
Diffstat (limited to 'libtdepim/tests')
| -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 3ee85283..99edc235 100644 --- a/libtdepim/tests/testdistrlist.cpp +++ b/libtdepim/tests/testdistrlist.cpp @@ -43,7 +43,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( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.tde-testdistrlist" ), true ); setenv( "TDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup KApplication::disableAutoDcopRegistration(); |
