diff options
Diffstat (limited to 'src/ui/tmixtray.cpp')
| -rw-r--r-- | src/ui/tmixtray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tmixtray.cpp b/src/ui/tmixtray.cpp index 4048270..e452d71 100644 --- a/src/ui/tmixtray.cpp +++ b/src/ui/tmixtray.cpp @@ -43,7 +43,7 @@ TmixTray::TmixTray( TQWidget *parent ) setCaption( i18n("Volume Control") ); TQPixmap titleIcon = TDEGlobal::iconLoader()->loadIcon( - "kmix", TDEIcon::Small, 16, TDEIcon::DefaultState, 0, true ); + "tmix", TDEIcon::Small, 16, TDEIcon::DefaultState, 0, true ); if ( titleIcon.isNull() ) titleIcon = TDEGlobal::iconLoader()->loadIcon( "audio-volume-medium", TDEIcon::Small, 16, TDEIcon::DefaultState, 0, true ); |
