~ubuntu-branches/ubuntu/jaunty/kdebase/jaunty-backports

« back to all changes in this revision

Viewing changes to apps/dolphin/src/dolphindirlister.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Stalcup
  • Date: 2009-01-08 09:49:20 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090108094920-zbm1d1y0y3t5rpff
Tags: 4:4.1.96-0ubuntu1
* New upstream release
* Updated various .install files:
  + dolphin.install
  + kappfinder.install
  + kfind.install
  + konqueror.install
* Bumped build-dep versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    /** Is emitted whenever an error has occurred. */
42
42
    void errorMessage(const QString& msg);
43
43
 
 
44
    /** Is emitted when the URL of the directory lister represents a file. */
 
45
    void urlIsFileError(const KUrl& url);
 
46
 
44
47
protected:
45
48
    virtual void handleError(KIO::Job* job);
46
49
};