summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui/kis_view.h')
-rw-r--r--chalk/ui/kis_view.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/chalk/ui/kis_view.h b/chalk/ui/kis_view.h
index 71bb9065d..3e4b69876 100644
--- a/chalk/ui/kis_view.h
+++ b/chalk/ui/kis_view.h
@@ -127,13 +127,13 @@ class KRITA_EXPORT KisView
typedef vKisCanvasObserver::const_iterator vKisCanvasObserver_cit;
public:
- KisView(KisDoc *doc, KisUndoAdapter *adapter, TQWidget *tqparent = 0, const char *name = 0);
+ KisView(KisDoc *doc, KisUndoAdapter *adapter, TQWidget *parent = 0, const char *name = 0);
virtual ~KisView();
public: // KXMLGUIBuilder implementation
- virtual TQWidget *createContainer( TQWidget *tqparent, int index, const TQDomElement &element, int &id );
- virtual void removeContainer( TQWidget *container, TQWidget *tqparent, TQDomElement &element, int id );
+ virtual TQWidget *createContainer( TQWidget *parent, int index, const TQDomElement &element, int &id );
+ virtual void removeContainer( TQWidget *container, TQWidget *parent, TQDomElement &element, int id );
public: // KoView implementation
virtual bool eventFilter(TQObject *o, TQEvent *e);
@@ -220,7 +220,7 @@ public:
void shearCurrentImage(double angleX, double angleY);
void insertPart(const TQRect& viewRect, const KoDocumentEntry& entry,
- KisGroupLayerSP tqparent, KisLayerSP above);
+ KisGroupLayerSP parent, KisLayerSP above);
/**
* Import an image as a layer. If there is more than
@@ -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 maskUpdated(); // To update the enabled or disabled status of the tqmask entries
+ void maskUpdated(); // To update the enabled or disabled status of the mask entries
void slotSetFGQColor(const TQColor & c);
void slotSetBGQColor(const TQColor & c);
@@ -466,13 +466,13 @@ private slots:
void layerProperties();
void showLayerProperties(KisLayerSP layer);
void layerAdd();
- void addLayer(KisGroupLayerSP tqparent, KisLayerSP above);
- void addGroupLayer(KisGroupLayerSP tqparent, KisLayerSP above);
+ void addLayer(KisGroupLayerSP parent, KisLayerSP above);
+ void addGroupLayer(KisGroupLayerSP parent, KisLayerSP above);
void addPartLayer();
- void addPartLayer(KisGroupLayerSP tqparent, KisLayerSP above, const KoDocumentEntry& entry);
+ void addPartLayer(KisGroupLayerSP parent, KisLayerSP above, const KoDocumentEntry& entry);
void addAdjustmentLayer();
- void addAdjustmentLayer(KisGroupLayerSP tqparent, KisLayerSP above);
- void addAdjustmentLayer(KisGroupLayerSP tqparent, KisLayerSP above, const TQString & name, KisFilterConfiguration * filter, KisSelectionSP selection = 0);
+ void addAdjustmentLayer(KisGroupLayerSP parent, KisLayerSP above);
+ void addAdjustmentLayer(KisGroupLayerSP parent, KisLayerSP above, const TQString & name, KisFilterConfiguration * filter, KisSelectionSP selection = 0);
void layerRemove();
void layerDuplicate();
void layerRaise();