diff options
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 ); |