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

« back to all changes in this revision

Viewing changes to scribus/scribusapp.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:
21
21
 
22
22
#ifndef SCRIBUSAPP_H
23
23
#define SCRIBUSAPP_H
24
 
#include <qapplication.h>
25
 
#include <qstring.h>
 
24
#include <QApplication>
 
25
#include <QString>
26
26
 
27
27
#include "scribusapi.h"
28
28
class ScribusCore;