diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 20:10:12 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 20:10:12 -0500 |
commit | 3774bd2643f8009fe6046bb721bccb3dce7bb92b (patch) | |
tree | de5bcde3a2c09526331608ae1faf7d95bc146e9c /kmail/customtemplates.cpp | |
parent | 58964048b37c52bbb841d7ec9386a75d9bf8fbc7 (diff) | |
download | tdepim-3774bd2643f8009fe6046bb721bccb3dce7bb92b.tar.gz tdepim-3774bd2643f8009fe6046bb721bccb3dce7bb92b.zip |
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
Diffstat (limited to 'kmail/customtemplates.cpp')
-rw-r--r-- | kmail/customtemplates.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 ); |