diff options
Diffstat (limited to 'chalk/ui/kis_pattern_chooser.cc')
-rw-r--r-- | chalk/ui/kis_pattern_chooser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_pattern_chooser.cc b/chalk/ui/kis_pattern_chooser.cc index f19200bf..70484b0a 100644 --- a/chalk/ui/kis_pattern_chooser.cc +++ b/chalk/ui/kis_pattern_chooser.cc @@ -26,7 +26,7 @@ #include "kis_icon_item.h" #include "kis_pattern.h" -KisPatternChooser::KisPatternChooser(TQWidget *tqparent, const char *name) : super(tqparent, name) +KisPatternChooser::KisPatternChooser(TQWidget *parent, const char *name) : super(parent, name) { m_lbName = new TQLabel(this); |