~ubuntu-branches/ubuntu/oneiric/kde4libs/oneiric-proposed

« back to all changes in this revision

Viewing changes to kio/kio/kfileitem.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-07-08 00:08:34 UTC
  • mto: This revision was merged to the branch mainline in revision 247.
  • Revision ID: package-import@ubuntu.com-20110708000834-dr9a8my4iml90qe5
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
424
424
     *
425
425
     * @param maxcount the maximum number of entries shown
426
426
     * @return the tool tip string
 
427
     *
 
428
     * @deprecated File Managers implement more complete tooltips.
427
429
     */
428
 
    QString getToolTipText(int maxcount = 6) const;
 
430
#ifndef KDE_NO_DEPRECATED
 
431
    KDE_DEPRECATED QString getToolTipText(int maxcount = 6) const;
 
432
#endif
429
433
 
430
434
    /**
431
435
     * Returns true if files can be dropped over this item.