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

« back to all changes in this revision

Viewing changes to scribus/plugins/newfromtemplateplugin/nfttemplate.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:
10
10
#ifndef NFTTEMPLATE_H
11
11
#define NFTTEMPLATE_H
12
12
 
13
 
#include <qstring.h>
14
 
#include <qfile.h>
15
 
#include <qtextstream.h>
 
13
#include <QString>
 
14
#include <QFile>
 
15
#include <QTextStream>
16
16
 
17
17
class nfttemplate {
18
18
public: