From c263bef1eeb9ffdbaa042e2d1791640b6916f5e3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Oct 2014 00:15:31 -0500 Subject: [PATCH] Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance --- src/itemdocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/itemdocument.cpp b/src/itemdocument.cpp index a8272d2..c830bef 100644 --- a/src/itemdocument.cpp +++ b/src/itemdocument.cpp @@ -81,7 +81,7 @@ ItemDocument::ItemDocument( const TQString &caption, KTechlab *ktechlab, const c connect( MechanicsSelector::self(), TQT_SIGNAL(itemClicked(const TQString& )), this, TQT_SLOT(slotUnsetRepeatedItemId()) ); #endif - m_pAlignmentAction = new TDEActionMenu( i18n("Alignment"), "rightjust", this ); + m_pAlignmentAction = new TDEActionMenu( i18n("Alignment"), "format-justify-right", this ); slotUpdateConfiguration(); }