summaryrefslogtreecommitdiffstats
path: root/libtdepim
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:20:52 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:20:52 -0600
commitcd3ecd88c60f91ea4b7034d24ec5b3dbcda25eb8 (patch)
tree1fd4f6d68e42891bfb97245f945f61b1908857bf /libtdepim
parent7a46add9872b60c94d870e5c75689ac7af3ae1e6 (diff)
downloadtdepim-cd3ecd88c60f91ea4b7034d24ec5b3dbcda25eb8.tar.gz
tdepim-cd3ecd88c60f91ea4b7034d24ec5b3dbcda25eb8.zip
Fix references to user profile directory.
Diffstat (limited to 'libtdepim')
-rw-r--r--libtdepim/tests/testdistrlist.cpp2
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();