From 965d0b09cf8c761c2027dc9412e5ffb4f47546ff Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:51:58 -0500 Subject: Bring stop, lock, exit, and run icons into XDG compliance --- knotes/knote.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knotes') diff --git a/knotes/knote.cpp b/knotes/knote.cpp index 62c8efc8..dd2d7e82 100644 --- a/knotes/knote.cpp +++ b/knotes/knote.cpp @@ -108,7 +108,7 @@ KNote::KNote( TQDomDocument buildDoc, Journal *j, TQWidget *parent, const char * TQT_TQOBJECT(this),TQT_SLOT(slotRequestNewNote()) , actionCollection(), "new_note" ); new TDEAction( i18n("Rename..."), "text", 0, TQT_TQOBJECT(this), TQT_SLOT(slotRename()), actionCollection(), "rename_note" ); - m_readOnly = new TDEToggleAction( i18n("Lock"), "lock" , 0, + m_readOnly = new TDEToggleAction( i18n("Lock"), "system-lock-screen" , 0, TQT_TQOBJECT(this), TQT_SLOT(slotUpdateReadOnly()), actionCollection(), "lock_note" ); m_readOnly->setCheckedState( KGuiItem( i18n("Unlock"), "unlock" ) ); new TDEAction( i18n("Hide"), "fileclose" , Key_Escape, -- cgit v1.2.3