summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kstddirstest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/kstddirstest.cpp')
-rw-r--r--tdecore/tests/kstddirstest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tests/kstddirstest.cpp b/tdecore/tests/kstddirstest.cpp
index fa797d665..69e9a0200 100644
--- a/tdecore/tests/kstddirstest.cpp
+++ b/tdecore/tests/kstddirstest.cpp
@@ -43,9 +43,9 @@ int main(int argc, char **argv)
kdDebug() << "docs " << (*it).ascii() << endl;
}
- list = t.findDirs("data", "kwin");
+ list = t.findDirs("data", "twin");
for (TQStringList::ConstIterator it = list.begin(); it != list.end(); ++it) {
- kdDebug() << "kwin dirs " << (*it).ascii() << endl;
+ kdDebug() << "twin dirs " << (*it).ascii() << endl;
}
kdDebug() << "hit " << t.findResourceDir("config", "kcmdisplayrc") << endl;