KSeparator adapt api changes + other qt3support--

svn path=/trunk/KDE/kdebase/kdesktop/lock/; revision=476080
remotes/origin/Plasma/5.0
Laurent Montel 21 years ago
parent f6df1151f9
commit 504f1cbe43
  1. 2
      clients/modernsystem/config/config.cpp
  2. 2
      kcmkwin/kwinoptions/windows.cpp

@ -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…
Cancel
Save