diff --git a/amarok/src/systray.cpp b/amarok/src/systray.cpp index 4b2f44b9..9a4e0027 100644 --- a/amarok/src/systray.cpp +++ b/amarok/src/systray.cpp @@ -126,9 +126,10 @@ void Amarok::TrayIcon::resizeEvent ( TQResizeEvent * ) resizeTrayIcon(); } -void Amarok::TrayIcon::showEvent ( TQShowEvent * ) +void Amarok::TrayIcon::showEvent ( TQShowEvent *se ) { resizeTrayIcon(); + KSystemTray::showEvent(se); } void