From 04766b207afba7961d4d802313e426f5a2fbef63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- chalk/ui/kis_save_visitor.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chalk/ui/kis_save_visitor.h') diff --git a/chalk/ui/kis_save_visitor.h b/chalk/ui/kis_save_visitor.h index ce668a53..1205632b 100644 --- a/chalk/ui/kis_save_visitor.h +++ b/chalk/ui/kis_save_visitor.h @@ -80,16 +80,16 @@ public: } if (layer->hasMask()) { - KisPaintDeviceSP tqmask = layer->getMask(); + KisPaintDeviceSP mask = layer->getMask(); - if (tqmask) { + if (mask) { // save layer profile location = m_external ? TQString() : m_uri; - location += m_img->name() + TQString("/layers/layer%1").tqarg(m_count) + ".tqmask"; + location += m_img->name() + TQString("/layers/layer%1").tqarg(m_count) + ".mask"; if (m_store->open(location)) { - if (!tqmask->write(m_store)) { - tqmask->disconnect(); + if (!mask->write(m_store)) { + mask->disconnect(); m_store->close(); return false; } -- cgit v1.2.1