~ubuntu-branches/ubuntu/maverick/scribus-ng/maverick-backports

« back to all changes in this revision

Viewing changes to scribus/stencilreader.h

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2009-02-09 09:25:18 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090209092518-iqsxmh3pjspgrdyd
Tags: 1.3.5.dfsg~svn20090208-2
debian/control: Use "type-handling -n arm,armel,armeb any" to generate the
list of architectures to build on.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#ifndef STENCILREADER_H
8
8
#define STENCILREADER_H
9
9
 
10
 
#include <qdom.h>
 
10
#include <QDomElement>
 
11
#include <QPixmap>
 
12
 
11
13
#include "scribusapi.h"
12
14
#include "scribusstructs.h"
13
15