CVS commit by aseigo: minor clean ups M +0 -3 core/container_extension.cpp 1.116 M +1 -1 share/panner.cpp 1.8 --- kdebase/kicker/share/panner.cpp #1.7:1.8 @@ -60,5 +60,5 @@ void Panner::setOrientation(Orientation _orient = o; - if (orientation() == Horizontal ) + if (orientation() == Horizontal) { if (_luSB) --- kdebase/kicker/core/container_extension.cpp #1.115:1.116 @@ -755,7 +755,4 @@ void ExtensionContainer::autoHide(bool h _in_autohide = false; - qApp->syncX(); - qApp->processEvents(); - QTimer::singleShot(100, this, SLOT(enableMouseOverEffects())); }