summaryrefslogtreecommitdiffstats
path: root/chalk/core/kis_imagepipe_brush.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/core/kis_imagepipe_brush.cpp')
-rw-r--r--chalk/core/kis_imagepipe_brush.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/core/kis_imagepipe_brush.cpp b/chalk/core/kis_imagepipe_brush.cpp
index 5c60b5174..a95d5fa22 100644
--- a/chalk/core/kis_imagepipe_brush.cpp
+++ b/chalk/core/kis_imagepipe_brush.cpp
@@ -265,7 +265,7 @@ bool KisImagePipeBrush::save()
{
TQFile file(filename());
file.open(IO_WriteOnly | IO_Truncate);
- bool ok = saveToDevice(TQT_TQIODEVICE(&file));
+ bool ok = saveToDevice(&file);
file.close();
return ok;
}