summaryrefslogtreecommitdiffstats
path: root/tdecore/kconfig_compiler/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kconfig_compiler/tests')
-rw-r--r--tdecore/kconfig_compiler/tests/test9main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kconfig_compiler/tests/test9main.cpp b/tdecore/kconfig_compiler/tests/test9main.cpp
index 12e16e0d4..39b904af9 100644
--- a/tdecore/kconfig_compiler/tests/test9main.cpp
+++ b/tdecore/kconfig_compiler/tests/test9main.cpp
@@ -32,7 +32,7 @@ int main( int, char*[] )
kdWarning() << myPathsList2 << endl;
// add another path
- TQStringList newlist = TQDir::homeDirPath() + TQString::fromLatin1("/.kde");
+ TQStringList newlist = TQDir::homeDirPath() + TQString::fromLatin1("/.trinity");
myPathsList2 = myPathsList2 + newlist;
kdWarning() << myPathsList2 << endl;