warnings--

svn path=/trunk/KDE/kdebase/workspace/; revision=745676
This commit is contained in:
Urs Wolfer 2007-12-06 19:46:09 +00:00
parent f751d02384
commit 1df5accf3e

View file

@ -80,7 +80,7 @@ KDesktopConfig::KDesktopConfig(QWidget *parent, const QVariantList &)
QLabel *label = new QLabel(i18n("N&umber of desktops: "), number_group); QLabel *label = new QLabel(i18n("N&umber of desktops: "), number_group);
_numInput = new KIntNumInput(4, number_group); _numInput = new KIntNumInput(4, number_group);
_numInput->setRange(1, maxDesktops, 1, true); _numInput->setRange(1, maxDesktops, 1);
connect(_numInput, SIGNAL(valueChanged(int)), SLOT(slotValueChanged(int))); connect(_numInput, SIGNAL(valueChanged(int)), SLOT(slotValueChanged(int)));
connect(_numInput, SIGNAL(valueChanged(int)), SLOT( changed() )); connect(_numInput, SIGNAL(valueChanged(int)), SLOT( changed() ));
label->setBuddy( _numInput ); label->setBuddy( _numInput );