~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy

« back to all changes in this revision

Viewing changes to kwin/useractions.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-03-03 11:37:30 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080303113730-ppdchskh93rr77le
Tags: 4:4.0.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        mNoBorderOpAction->setData( Options::NoBorderOp );
103
103
 
104
104
        QAction *action = advanced_popup->addAction( i18n("Window &Shortcut...") );
105
 
        action->setIcon( KIcon("key_bindings") );
 
105
        action->setIcon( KIcon("configure-shortcuts") );
106
106
        kaction = qobject_cast<KAction*>( keys->action("Setup Window Shortcut") );
107
107
        if ( kaction!=0 )
108
108
            action->setShortcut( kaction->globalShortcut().primary() );
138
138
        }
139
139
 
140
140
        mMoveOpAction = popup->addAction( i18n("&Move") );
141
 
        mMoveOpAction->setIcon( KIcon( "move" ) );
 
141
        mMoveOpAction->setIcon( KIcon( "transform-move" ) );
142
142
        kaction = qobject_cast<KAction*>( keys->action("Window Move") );
143
143
        if ( kaction!=0 )
144
144
            mMoveOpAction->setShortcut( kaction->globalShortcut().primary() );