From 9a8a1e372f4f35ebdc75da2a2cddc06a77e44fc4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 19:12:32 -0600 Subject: Rename KDEHOME and KDEDIR --- libkcal/tests/data/resource_test_config | 2 +- libkcal/tests/testresource.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libkcal') diff --git a/libkcal/tests/data/resource_test_config b/libkcal/tests/data/resource_test_config index 67f766fa..a652f827 100644 --- a/libkcal/tests/data/resource_test_config +++ b/libkcal/tests/data/resource_test_config @@ -1,5 +1,5 @@ [Resource_test_ical] -CalendarURL=file:$KDEHOME/test.ics +CalendarURL=file:$TDEHOME/test.ics Format=ical ResourceIdentifier=sUiQkXeIro ResourceIsActive=true diff --git a/libkcal/tests/testresource.cpp b/libkcal/tests/testresource.cpp index 68251869..5779c47b 100644 --- a/libkcal/tests/testresource.cpp +++ b/libkcal/tests/testresource.cpp @@ -55,8 +55,8 @@ static const KCmdLineOptions options[] = int main(int argc, char *argv[]) { // Use another directory than the real one, just to keep things clean - // KDEHOME needs to be writable though, for a ksycoca database - setenv( "KDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kde-testresource" ), true ); + // TDEHOME needs to be writable though, for a ksycoca database + setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kde-testresource" ), true ); setenv( "KDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup KApplication::disableAutoDcopRegistration(); -- cgit v1.2.3