summaryrefslogtreecommitdiffstats
path: root/libkmime
diff options
context:
space:
mode:
Diffstat (limited to 'libkmime')
-rw-r--r--libkmime/tests/test_dates.cpp2
-rw-r--r--libkmime/tests/test_kmime_header_parsing.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/libkmime/tests/test_dates.cpp b/libkmime/tests/test_dates.cpp
index 7087a01a..47441adf 100644
--- a/libkmime/tests/test_dates.cpp
+++ b/libkmime/tests/test_dates.cpp
@@ -8,7 +8,7 @@ using namespace KMime;
int
main()
{
- KInstance app("# ");
+ TDEInstance app("# ");
DateFormatter t;
time_t ntime = time(0);
diff --git a/libkmime/tests/test_kmime_header_parsing.cpp b/libkmime/tests/test_kmime_header_parsing.cpp
index 091b48a6..c272b006 100644
--- a/libkmime/tests/test_kmime_header_parsing.cpp
+++ b/libkmime/tests/test_kmime_header_parsing.cpp
@@ -120,7 +120,7 @@ int main( int argc, char * argv[] ) {
if ( index >= tokenTypesLen ) usage( "unknown token type" );
- KInstance instance( "test_kmime_header_parsing" );
+ TDEInstance instance( "test_kmime_header_parsing" );
TQFile stdIn;
stdIn.open( IO_ReadOnly, stdin );