diff options
Diffstat (limited to 'kicker/applets/trash/trashapplet.cpp')
-rw-r--r-- | kicker/applets/trash/trashapplet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/trash/trashapplet.cpp b/kicker/applets/trash/trashapplet.cpp index 18962b2ea..d363f3879 100644 --- a/kicker/applets/trash/trashapplet.cpp +++ b/kicker/applets/trash/trashapplet.cpp @@ -126,7 +126,7 @@ void TrashApplet::resizeEvent( TQResizeEvent * ) mButton->widthForHeight( height() ) ); - if(orientation() == Vertical) + if(orientation() == Qt::Vertical) { mButton->resize( width(), size ); } |