summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_layerlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui/kis_layerlist.h')
-rw-r--r--chalk/ui/kis_layerlist.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/chalk/ui/kis_layerlist.h b/chalk/ui/kis_layerlist.h
index 5b74acea..c8a2c18c 100644
--- a/chalk/ui/kis_layerlist.h
+++ b/chalk/ui/kis_layerlist.h
@@ -34,13 +34,13 @@ class KisLayerList: public LayerList
typedef LayerList super;
signals:
- void requestNewObjectLayer( LayerItem *tqparent, LayerItem *after, const KoDocumentEntry &entry );
+ void requestNewObjectLayer( LayerItem *parent, LayerItem *after, const KoDocumentEntry &entry );
void requestNewObjectLayer( int parentID, int afterID, const KoDocumentEntry &entry );
- void requestNewAdjustmentLayer( LayerItem *tqparent, LayerItem *after );
+ void requestNewAdjustmentLayer( LayerItem *parent, LayerItem *after );
void requestNewAdjustmentLayer( int parentID, int afterID );
public:
- KisLayerList( TQWidget *tqparent = 0, const char *name = 0 );
+ KisLayerList( TQWidget *parent = 0, const char *name = 0 );
virtual void constructMenu( LayerItem *layer );
virtual void menuActivated( int id, LayerItem *layer );
@@ -56,8 +56,8 @@ class KisLayerItem: public LayerItem
typedef LayerItem super;
public:
- KisLayerItem( LayerList* tqparent, KisLayer* layer );
- KisLayerItem( LayerItem* tqparent, KisLayer* layer );
+ KisLayerItem( LayerList* parent, KisLayer* layer );
+ KisLayerItem( LayerItem* parent, KisLayer* layer );
KisLayer* layer() const;