From 96608b99bfe246795e234c0440b0d52f533280a5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Oct 2014 00:15:37 -0500 Subject: Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance --- tdeui/ktextedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeui/ktextedit.cpp') diff --git a/tdeui/ktextedit.cpp b/tdeui/ktextedit.cpp index 74b9f30cd..3ebb1375f 100644 --- a/tdeui/ktextedit.cpp +++ b/tdeui/ktextedit.cpp @@ -228,7 +228,7 @@ TQPopupMenu *KTextEdit::createPopupMenu( const TQPoint &pos ) menu->changeItem( id - IdClear, SmallIconSet("edit-clear"), menu->text( id - IdClear) ); menu->insertSeparator(); - id = menu->insertItem( SmallIconSet( "spellcheck" ), i18n( "Check Spelling..." ), + id = menu->insertItem( SmallIconSet( "tools-check-spelling" ), i18n( "Check Spelling..." ), this, TQT_SLOT( checkSpelling() ) ); if( text().isEmpty() ) -- cgit v1.2.1