~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy

« back to all changes in this revision

Viewing changes to kicker/kicker/buttons/urlbutton.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-10-11 14:04:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071011140448-v0eb7lxbb24zagca
Tags: 3.94.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include "panelbutton.h"
28
28
 
29
 
class KFileItem;
 
29
#include <kfileitem.h>
30
30
 
31
31
/**
32
32
 * Simple URL button (files, whatever)
56
56
    virtual void dragEnterEvent(QDragEnterEvent *);
57
57
    void setToolTip();
58
58
 
59
 
    KFileItem *fileItem;
 
59
    KFileItem fileItem;
60
60
};
61
61
 
62
62
#endif