kxkb: fix incorrect signal name introduced by 1fea8982f

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 174b64e809)
pull/478/head
Alexander Golubev 2 months ago committed by Slávek Banko
parent a442aacb75
commit 459b5925bd
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -145,7 +145,7 @@ LayoutConfig::LayoutConfig(TQWidget *parent, const char *name)
connect( widget->bgColor, TQ_SIGNAL( changed(const TQColor&) ), this, TQ_SLOT(changed()));
connect( widget->fgColor, TQ_SIGNAL( changed(const TQColor&) ), this, TQ_SLOT(changed()));
connect( widget->chkBgTransparent, TQ_SIGNAL( changed(const TQFont&) ), this, TQ_SLOT(changed()));
connect( widget->chkBgTransparent, TQ_SIGNAL( toggled(bool) ), this, TQ_SLOT(changed()));
connect( widget->labelFont, TQ_SIGNAL( fontSelected(const TQFont&) ), this, TQ_SLOT(changed()));
connect( widget->chkLabelShadow, TQ_SIGNAL( toggled( bool ) ), this, TQ_SLOT(changed()));
connect( widget->shColor, TQ_SIGNAL( changed(const TQColor&) ), this, TQ_SLOT(changed()));

Loading…
Cancel
Save