summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_dlg_adj_layer_props.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui/kis_dlg_adj_layer_props.cc')
-rw-r--r--chalk/ui/kis_dlg_adj_layer_props.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/ui/kis_dlg_adj_layer_props.cc b/chalk/ui/kis_dlg_adj_layer_props.cc
index c955eba3..1cdd309c 100644
--- a/chalk/ui/kis_dlg_adj_layer_props.cc
+++ b/chalk/ui/kis_dlg_adj_layer_props.cc
@@ -44,9 +44,9 @@
KisDlgAdjLayerProps::KisDlgAdjLayerProps(KisAdjustmentLayerSP layer,
const TQString & layerName,
const TQString & caption,
- TQWidget *tqparent,
+ TQWidget *parent,
const char *name)
- : KDialogBase(tqparent, name, true, "", Ok | Cancel)
+ : KDialogBase(parent, name, true, "", Ok | Cancel)
{
Q_ASSERT( layer );
m_layer = layer;