diff options
Diffstat (limited to 'tests/importdatebook.cc')
-rw-r--r-- | tests/importdatebook.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/importdatebook.cc b/tests/importdatebook.cc index ebbb701..979794f 100644 --- a/tests/importdatebook.cc +++ b/tests/importdatebook.cc @@ -87,7 +87,7 @@ int main(int argc, char **argv) << "], creating DatebookDB in: [" << datadir << "]" << endl; - KCal::CalendarLocal *calendar = new KCal::CalendarLocal( TQString::fromLatin1("UTC") ); + KCal::CalendarLocal *calendar = new KCal::CalendarLocal( TQString::tqfromLatin1("UTC") ); if (!calendar || !calendar->load( vcalfile )) { return 1; |