diff options
Diffstat (limited to 'knotes')
-rw-r--r-- | knotes/knote.cpp | 4 |
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" ); |