summaryrefslogtreecommitdiffstats
path: root/libtdepim
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:44:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:44:09 -0600
commit1dad5f662a09dfc5cc041caffe0f674044a4dcec (patch)
treeab537a329b9613e11dce8195761f93ffe82aed24 /libtdepim
parent8dce3fe45e402d9810669f2c36da3f1c375d646b (diff)
downloadtdepim-1dad5f662a09dfc5cc041caffe0f674044a4dcec.tar.gz
tdepim-1dad5f662a09dfc5cc041caffe0f674044a4dcec.zip
Rename additional KDE strings
Diffstat (limited to 'libtdepim')
-rw-r--r--libtdepim/tests/testdistrlist.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libtdepim/tests/testdistrlist.cpp b/libtdepim/tests/testdistrlist.cpp
index f6664701..c171c6ce 100644
--- a/libtdepim/tests/testdistrlist.cpp
+++ b/libtdepim/tests/testdistrlist.cpp
@@ -150,11 +150,11 @@ void TestDistrList::cleanup()
ab->clear();
KABC::StdAddressBook::close();
- TQString kdehome = TQFile::decodeName( getenv("TDEHOME") );
- KURL urlkdehome; urlkdehome.setPath( kdehome );
+ TQString tdehome = TQFile::decodeName( getenv("TDEHOME") );
+ KURL urltdehome; urltdehome.setPath( tdehome );
// don't use KIO::NetAccess here since it needs X
- // KIO::NetAccess::del( urlkdehome, 0 )i;
- assert( removeDirAndContentsRecursively( kdehome ) );
+ // KIO::NetAccess::del( urltdehome, 0 )i;
+ assert( removeDirAndContentsRecursively( tdehome ) );
}
void TestDistrList::testEmpty()