summaryrefslogtreecommitdiffstats
path: root/knotes
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:24 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:16:24 -0500
commit267521c81f896cfbfcf4fbff69411d189114e855 (patch)
treed0e5e7567ad3091c8821b6b1d630dddd5282401b /knotes
parentb82f01dcfeabc12580ae11fe8cb2e6a4075da2cc (diff)
downloadtdepim-267521c81f896cfbfcf4fbff69411d189114e855.tar.gz
tdepim-267521c81f896cfbfcf4fbff69411d189114e855.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'knotes')
-rw-r--r--knotes/knote.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knotes/knote.cpp b/knotes/knote.cpp
index dd2d7e825..59380b56f 100644
--- a/knotes/knote.cpp
+++ b/knotes/knote.cpp
@@ -131,11 +131,11 @@ KNote::KNote( TQDomDocument buildDoc, Journal *j, TQWidget *parent, const char *
new TDEAction( i18n("Preferences..."), "configure", 0,
TQT_TQOBJECT(this), TQT_SLOT(slotPreferences()), actionCollection(), "configure_note" );
- m_keepAbove = new TDEToggleAction( i18n("Keep Above Others"), "up", 0,
+ m_keepAbove = new TDEToggleAction( i18n("Keep Above Others"), "go-up", 0,
TQT_TQOBJECT(this), TQT_SLOT(slotUpdateKeepAboveBelow()), actionCollection(), "keep_above" );
m_keepAbove->setExclusiveGroup( "keepAB" );
- m_keepBelow = new TDEToggleAction( i18n("Keep Below Others"), "down", 0,
+ m_keepBelow = new TDEToggleAction( i18n("Keep Below Others"), "go-down", 0,
TQT_TQOBJECT(this), TQT_SLOT(slotUpdateKeepAboveBelow()), actionCollection(), "keep_below" );
m_keepBelow->setExclusiveGroup( "keepAB" );