From 3774bd2643f8009fe6046bb721bccb3dce7bb92b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 20:10:12 -0500 Subject: Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance --- kmail/customtemplates.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmail/customtemplates.cpp') diff --git a/kmail/customtemplates.cpp b/kmail/customtemplates.cpp index 129ff7567..644f5fa99 100644 --- a/kmail/customtemplates.cpp +++ b/kmail/customtemplates.cpp @@ -92,9 +92,9 @@ CustomTemplates::CustomTemplates( TQWidget *parent, const char *name ) connect( mKeyButton, TQT_SIGNAL( capturedShortcut( const TDEShortcut& ) ), this, TQT_SLOT( slotShortcutCaptured( const TDEShortcut& ) ) ); - mReplyPix = TDEIconLoader().loadIcon( "mail_reply", TDEIcon::Small ); - mReplyAllPix = TDEIconLoader().loadIcon( "mail_replyall", TDEIcon::Small ); - mForwardPix = TDEIconLoader().loadIcon( "mail_forward", TDEIcon::Small ); + mReplyPix = TDEIconLoader().loadIcon( "mail-reply-sender", TDEIcon::Small ); + mReplyAllPix = TDEIconLoader().loadIcon( "mail-reply-all", TDEIcon::Small ); + mForwardPix = TDEIconLoader().loadIcon( "mail-forward", TDEIcon::Small ); mType->clear(); mType->insertItem( TQPixmap(), i18n( "Message->", "Universal" ), TUniversal ); -- cgit v1.2.1