KSeparator adapt api changes + other qt3support--
svn path=/trunk/KDE/kdebase/kdesktop/lock/; revision=476080
This commit is contained in:
parent
f6df1151f9
commit
504f1cbe43
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ ModernSysConfig::ModernSysConfig(KConfig* conf, QWidget* parent) : QObject(paren
|
|||
handleSizeSlider->setWhatsThis(
|
||||
i18n("Here you can change the size of the resize handle."));
|
||||
handleSizeSlider->setTickInterval(1);
|
||||
handleSizeSlider->setTickmarks(QSlider::Below);
|
||||
handleSizeSlider->setTickmarks(QSlider::TicksBelow);
|
||||
connect(handleSizeSlider, SIGNAL(valueChanged(int)), this, SLOT(slotSelectionChanged()));
|
||||
|
||||
hbox = new KHBox(sliderBox);
|
||||
|
|
|
@ -814,7 +814,7 @@ KMovingConfig::KMovingConfig (bool _standAlone, KConfig *_config, KInstance *ins
|
|||
|
||||
minimizeAnimSlider = new QSlider(0,10,10,0,Qt::Horizontal, windowsBox);
|
||||
minimizeAnimSlider->setSteps(1, 1);
|
||||
// QSlider::Below clashes with a X11/X.h #define
|
||||
// QSlider::TicksBelow clashes with a X11/X.h #define
|
||||
#undef Below
|
||||
minimizeAnimSlider->setTickmarks(QSlider::TicksBelow);
|
||||
rLay->addMultiCellWidget(minimizeAnimSlider,0,0,1,2);
|
||||
|
|
Loading…
Reference in a new issue