~ubuntu-branches/ubuntu/jaunty/kde4libs/jaunty-updates

« back to all changes in this revision

Viewing changes to kdeui/actions/kstandardaction.h

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2008-12-11 18:26:08 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20081211182608-tsu6p8ncbw1gnqxt
Tags: 4:4.1.85-0ubuntu1
* New upstream release
* Patches:
  + Removed 15_kfreebsd_support.diff from patches/series (doesn't apply and
    has no use for Ubuntu)
  + Redid 20_use_dejavu_as_default_font.diff
  + Completely removed kubuntu_09_fix_application_menu.diff (applied upstream)
  + Refreshed kubuntu_54_use_xdg_menu_prefix.diff
  + Dropped plasma/widgets/toolbutton.cpp from kubuntu_qt_ftbfs.diff (applied
    upstream)
  + Global quilt refresh

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
 
297
297
  /**
298
298
   * Clear selected area.  Calls clear() on the widget with the current focus.
299
 
   * Note that for some widgets, this may not provide the intended bahavior.  For
 
299
   * Note that for some widgets, this may not provide the intended behavior.  For
300
300
   * example if you make use of the code above and a K3ListView has the focus, clear()
301
301
   * will clear all of the items in the list.  If this is not the intened behavior
302
302
   * and you want to make use of this slot, you can subclass K3ListView and reimplement