diff options
Diffstat (limited to 'kplato/tests/CalendarTester.cpp')
-rw-r--r-- | kplato/tests/CalendarTester.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/tests/CalendarTester.cpp b/kplato/tests/CalendarTester.cpp index 460679ec9..bf0f299f5 100644 --- a/kplato/tests/CalendarTester.cpp +++ b/kplato/tests/CalendarTester.cpp @@ -90,7 +90,7 @@ void CalendarTester::testWeekdays() { void CalendarTester::testCalendarWithParent() { KPlato::Calendar t("Test 3"); - KPlato::Calendar p("Test 3 tqparent"); + KPlato::Calendar p("Test 3 parent"); t.setParent(&p); TQDate wdate(2006,1,2); KPlato::DateTime before = KPlato::DateTime(wdate.addDays(-1)); |