From 7ad5bf874d0d057c92b44527be6d309f07bc9a70 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 7 Mar 2012 19:02:59 -0600 Subject: Rename straggling environment variables KDE->TDE. --- kmail/tests/mimelibtests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/tests/mimelibtests.cpp') diff --git a/kmail/tests/mimelibtests.cpp b/kmail/tests/mimelibtests.cpp index b152fdcf..6f4cf189 100644 --- a/kmail/tests/mimelibtests.cpp +++ b/kmail/tests/mimelibtests.cpp @@ -73,10 +73,10 @@ void MimeLibTester::setUp() { // This multipart-mixed mail has a part that starts without headers; // the newline after the (empty) headers must be preserved. - mMultipartMixedMail = readFile( KDESRCDIR "/multipartmixed.mbox" ); + mMultipartMixedMail = readFile( TDESRCDIR "/multipartmixed.mbox" ); // This is the full signed mail which was simplified to above. // Kept around in case we want to do anything else with a signed mail later :) - mSignedMail = readFile( KDESRCDIR "/signedmail.mbox" ); + mSignedMail = readFile( TDESRCDIR "/signedmail.mbox" ); } void MimeLibTester::tearDown() -- cgit v1.2.3