diff options
Diffstat (limited to 'libkcal')
-rw-r--r-- | libkcal/calhelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/calhelper.cpp b/libkcal/calhelper.cpp index 89a67fb3d..b78166750 100644 --- a/libkcal/calhelper.cpp +++ b/libkcal/calhelper.cpp @@ -162,6 +162,6 @@ TQPair<ResourceCalendar *, TQString> CalHelper::incSubResourceCalendar( Calendar if ( res && res->canHaveSubresources() ) { subRes = res->subresourceIdentifier( incidence ); } - p = tqMakePair( res, subRes ); + p = qMakePair( res, subRes ); return p; } |