diff --git a/kmix/kmixdockwidget.cpp b/kmix/kmixdockwidget.cpp index ae6bdb25..1402191c 100644 --- a/kmix/kmixdockwidget.cpp +++ b/kmix/kmixdockwidget.cpp @@ -260,9 +260,10 @@ void KMixDockWidget::resizeEvent ( TQResizeEvent * ) updatePixmap(true); } -void KMixDockWidget::showEvent ( TQShowEvent * ) +void KMixDockWidget::showEvent ( TQShowEvent *se ) { updatePixmap(true); + KSystemTray::showEvent(se); } void