summaryrefslogtreecommitdiffstats
path: root/libkcal/calhelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/calhelper.cpp')
-rw-r--r--libkcal/calhelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/calhelper.cpp b/libkcal/calhelper.cpp
index bb1442f5..73940b5d 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 = qMakePair( res, subRes );
+ p = tqMakePair( res, subRes );
return p;
}