~ubuntu-branches/ubuntu/gutsy/kde4libs/gutsy

« back to all changes in this revision

Viewing changes to kio/kfile/tests/kfiletreeviewtest.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-02-21 11:00:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070221110012-6kw8khr9knv6lmg1
Tags: 3.80.3-0ubuntu1
New upstream unstable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
   void slotSetChildCount( KFileTreeViewItem *item, int c );
33
33
 
34
34
   void urlsDropped( QWidget*, QDropEvent*, KUrl::List& );
35
 
   void copyURLs( KUrl::List& list, KUrl& to ); 
 
35
   void copyUrls( KUrl::List& list, KUrl& to );
36
36
private:
37
37
   KFileTreeView *treeView;
38
38
   bool          dirOnlyMode;