summaryrefslogtreecommitdiffstats
path: root/kio/tests/jobtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/tests/jobtest.cpp')
-rw-r--r--kio/tests/jobtest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kio/tests/jobtest.cpp b/kio/tests/jobtest.cpp
index 3ed748d90..463c464d3 100644
--- a/kio/tests/jobtest.cpp
+++ b/kio/tests/jobtest.cpp
@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
TQString JobTest::homeTmpDir() const
{
- return TQDir::homeDirPath() + "/.kde/jobtest/";
+ return TQDir::homeDirPath() + "/.trinity/jobtest/";
}
TQString JobTest::otherTmpDir() const
@@ -89,12 +89,12 @@ TQString JobTest::otherTmpDir() const
KURL JobTest::systemTmpDir() const
{
- return "system:/home/.kde/jobtest-system/";
+ return "system:/home/.trinity/jobtest-system/";
}
TQString JobTest::realSystemPath() const
{
- return TQDir::homeDirPath() + "/.kde/jobtest-system/";
+ return TQDir::homeDirPath() + "/.trinity/jobtest-system/";
}
void JobTest::setup()