undo qt3 porting damage (CID 996)
svn path=/trunk/KDE/kdebase/workspace/; revision=531261
This commit is contained in:
parent
85628ccd95
commit
6dbcaf5eab
1 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@ WebButton::drawButton(QPainter *p)
|
|||
position_ = Mid;
|
||||
switch ( position_ )
|
||||
{
|
||||
case Qt::DockLeft:
|
||||
case Left:
|
||||
{
|
||||
// Draw edge.
|
||||
|
||||
|
@ -211,7 +211,7 @@ WebButton::drawButton(QPainter *p)
|
|||
|
||||
break;
|
||||
|
||||
case Qt::DockRight:
|
||||
case Right:
|
||||
{
|
||||
// Draw edge.
|
||||
|
||||
|
|
Loading…
Reference in a new issue