summaryrefslogtreecommitdiffstats
path: root/karm/test/lockerthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'karm/test/lockerthread.cpp')
-rw-r--r--karm/test/lockerthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/karm/test/lockerthread.cpp b/karm/test/lockerthread.cpp
index aeff6cc7..91468221 100644
--- a/karm/test/lockerthread.cpp
+++ b/karm/test/lockerthread.cpp
@@ -26,7 +26,7 @@ void LockerThread::run()
KCal::ResourceCalendar *calendar = 0;
KCal::CalendarResources::Ticket *lock = 0;
- calendars = new KCal::CalendarResources( TQString::tqfromLatin1( "UTC" ) );
+ calendars = new KCal::CalendarResources( TQString::fromLatin1( "UTC" ) );
calendar = new KCal::ResourceLocal( m_icsfile );
lock = calendars->requestSaveTicket( calendar );
if ( lock )