SVN commit 1058535 by gateau: Updated to new KStatusNotifierItem movie API M +1 -1 systemtray.cpp --- trunk/KDE/kdenetwork/kopete/kopete/systemtray.cpp #1058534:1058535 @@ -84,7 +84,7 @@ connect( quit, SIGNAL( activated() ), myParent, SLOT( slotQuit() ) ); setIconByName(mKopeteIcon); - setAttentionMovie(KIconLoader::global()->loadMovie( QLatin1String( "newmessage" ), KIconLoader::Panel )); + setAttentionMovieByName( QLatin1String( "newmessage" ) ); slotReevaluateAccountStates(); slotConfigChanged(); }