diff options
Diffstat (limited to 'chalk/core/kis_brush.cpp')
-rw-r--r-- | chalk/core/kis_brush.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/core/kis_brush.cpp b/chalk/core/kis_brush.cpp index 49ee8e58..98453aa5 100644 --- a/chalk/core/kis_brush.cpp +++ b/chalk/core/kis_brush.cpp @@ -287,7 +287,7 @@ bool KisBrush::save() { TQFile file(filename()); file.open(IO_WriteOnly | IO_Truncate); - bool ok = saveToDevice(TQT_TQIODEVICE(&file)); + bool ok = saveToDevice(&file); file.close(); return ok; } |