summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--amarok/src/systray.cpp3
1 files changed, 2 insertions, 1 deletions
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