diff options
Diffstat (limited to 'chalk/ui/kis_view.h')
| -rw-r--r-- | chalk/ui/kis_view.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/ui/kis_view.h b/chalk/ui/kis_view.h index 1f197f87f..71bb9065d 100644 --- a/chalk/ui/kis_view.h +++ b/chalk/ui/kis_view.h @@ -428,7 +428,7 @@ private: private slots: void layersUpdated(); // Used in the channel separation to notify the view that we have added a few layers. - void tqmaskUpdated(); // To update the enabled or disabled status of the tqmask entries + void maskUpdated(); // To update the enabled or disabled status of the tqmask entries void slotSetFGQColor(const TQColor & c); void slotSetBGQColor(const TQColor & c); @@ -560,8 +560,8 @@ private: KAction *m_layerTop; KAction *m_createMask; - KAction *m_tqmaskFromSelection; - KAction *m_tqmaskToSelection; + KAction *m_maskFromSelection; + KAction *m_maskToSelection; KAction *m_applyMask; KAction *m_removeMask; KToggleAction *m_editMask; |
