summaryrefslogtreecommitdiffstats
path: root/knotes
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:51:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:51:58 -0500
commit965d0b09cf8c761c2027dc9412e5ffb4f47546ff (patch)
treef6feab031dbacec6ccee932ba3160f6247839aeb /knotes
parent7c7b317942da0a203cfd000ab53cd0f2891316de (diff)
downloadtdepim-965d0b09cf8c761c2027dc9412e5ffb4f47546ff.tar.gz
tdepim-965d0b09cf8c761c2027dc9412e5ffb4f47546ff.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'knotes')
-rw-r--r--knotes/knote.cpp2
1 files changed, 1 insertions, 1 deletions
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,