summaryrefslogtreecommitdiffstats
path: root/chalk/core/kis_merge_visitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/core/kis_merge_visitor.h')
-rw-r--r--chalk/core/kis_merge_visitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/core/kis_merge_visitor.h b/chalk/core/kis_merge_visitor.h
index afd8fb378..c682cedc8 100644
--- a/chalk/core/kis_merge_visitor.h
+++ b/chalk/core/kis_merge_visitor.h
@@ -57,8 +57,8 @@ public:
private:
// Helper for the indirect painting (keep above to inhibit gcc-2.95 ICE)
template<class Target>
- KSharedPtr<Target> paintIndirect(KisPaintDeviceSP source,
- KSharedPtr<Target> target,
+ TDESharedPtr<Target> paintIndirect(KisPaintDeviceSP source,
+ TDESharedPtr<Target> target,
KisLayerSupportsIndirectPainting* layer,
TQ_INT32 sx, TQ_INT32 sy, TQ_INT32 dx, TQ_INT32 dy,
TQ_INT32 w, TQ_INT32 h) {