diff options
Diffstat (limited to 'lib/kopainter/ko_cmyk_widget.cc')
| -rw-r--r-- | lib/kopainter/ko_cmyk_widget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kopainter/ko_cmyk_widget.cc b/lib/kopainter/ko_cmyk_widget.cc index 5dee7ec5a..1eb9eeced 100644 --- a/lib/kopainter/ko_cmyk_widget.cc +++ b/lib/kopainter/ko_cmyk_widget.cc @@ -38,7 +38,7 @@ #include <kcolordialog.h> #include <kdualcolorbutton.h> -KoCMYKWidget::KoCMYKWidget(TQWidget *tqparent, const char *name) : super(tqparent, name) +KoCMYKWidget::KoCMYKWidget(TQWidget *parent, const char *name) : super(parent, name) { m_ColorButton = new KDualColorButton(this); m_ColorButton -> setFixedSize(m_ColorButton->tqsizeHint()); |
