~ubuntu-branches/ubuntu/wily/kipi-plugins/wily

« back to all changes in this revision

Viewing changes to expoblending/manager/actions.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-13 12:14:45 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20101213121445-ukbi37gdnr50yzzi
Tags: 1.6.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
    virtual ~ItemPreprocessedUrls(){};
67
67
 
68
 
    KUrl preprocessedUrl;              // Can be original file or aligned version, depanding of user choice.
 
68
    KUrl preprocessedUrl;              // Can be original file or aligned version, depending of user choice.
69
69
    KUrl previewUrl;                   // The JPEG preview version, accordingly of preprocessedUrl constent.
70
70
};
71
71