diff options
Diffstat (limited to 'kmail/tests/mimelibtests.cpp')
-rw-r--r-- | kmail/tests/mimelibtests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/tests/mimelibtests.cpp b/kmail/tests/mimelibtests.cpp index b152fdcf6..6f4cf1896 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() |