warnings--
svn path=/trunk/KDE/kdebase/workspace/; revision=745676
This commit is contained in:
parent
f751d02384
commit
1df5accf3e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ KDesktopConfig::KDesktopConfig(QWidget *parent, const QVariantList &)
|
|||
|
||||
QLabel *label = new QLabel(i18n("N&umber of desktops: "), 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( changed() ));
|
||||
label->setBuddy( _numInput );
|
||||
|
|
Loading…
Reference in a new issue