diff options
Diffstat (limited to 'libkmime/tests/test_dates.cpp')
-rw-r--r-- | libkmime/tests/test_dates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkmime/tests/test_dates.cpp b/libkmime/tests/test_dates.cpp index 7087a01a6..47441adf6 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); |