summaryrefslogtreecommitdiffstats
path: root/libtdepim
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-07 19:02:59 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-07 19:02:59 -0600
commit7ad5bf874d0d057c92b44527be6d309f07bc9a70 (patch)
treed253fbae7aaaf3446705ed9e6ebf28ebfadf4d00 /libtdepim
parentbf7afe36b8129991c538dfc234bd3d4c8a43d71d (diff)
downloadtdepim-7ad5bf874d0d057c92b44527be6d309f07bc9a70.tar.gz
tdepim-7ad5bf874d0d057c92b44527be6d309f07bc9a70.zip
Rename straggling environment variables KDE->TDE.
Diffstat (limited to 'libtdepim')
-rw-r--r--libtdepim/tests/testdistrlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/tests/testdistrlist.cpp b/libtdepim/tests/testdistrlist.cpp
index c171c6ce..3ee85283 100644
--- a/libtdepim/tests/testdistrlist.cpp
+++ b/libtdepim/tests/testdistrlist.cpp
@@ -44,7 +44,7 @@ int main(int argc, char *argv[])
// Use another directory than the real one, just to keep things clean
// TDEHOME needs to be writable though, for a ksycoca database
setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kde-testdistrlist" ), true );
- setenv( "KDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup
+ setenv( "TDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup
KApplication::disableAutoDcopRegistration();
KCmdLineArgs::init(argc,argv,"testdistrlist", 0, 0, 0, 0);