From fa0a6c91a6b302efa93a763fd9915634d2fd9294 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Oct 2014 00:15:36 -0500 Subject: Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance --- konsole/konsole/konsole_part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konsole') diff --git a/konsole/konsole/konsole_part.cpp b/konsole/konsole/konsole_part.cpp index 1e02447d9..ffefcc03b 100644 --- a/konsole/konsole/konsole_part.cpp +++ b/konsole/konsole/konsole_part.cpp @@ -404,7 +404,7 @@ void konsolePart::makeGUI() // Select line spacing selectLineSpacing = new TDESelectAction(i18n("Li&ne Spacing"), - SmallIconSet("leftjust"), 0, this, + SmallIconSet("format-justify-left"), 0, this, TQT_SLOT(slotSelectLineSpacing()), settingsActions ); TQStringList lineSpacingList; -- cgit v1.2.1