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

« back to all changes in this revision

Viewing changes to scribus/insertTable.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 INSERTTABLE_H
8
8
#define INSERTTABLE_H
9
9
 
10
 
#include <qvariant.h>
11
 
#include <qdialog.h>
12
 
#include <qlabel.h>
13
 
#include <qpushbutton.h>
14
 
#include <qspinbox.h>
15
 
#include <qlayout.h>
16
 
#include <qtooltip.h>
17
 
#include <qwhatsthis.h>
 
10
#include <QDialog>
 
11
#include <QPushButton>
 
12
#include <QSpinBox>
 
13
#include <QLabel>
 
14
#include <QGridLayout>
 
15
#include <QHBoxLayout>
 
16
#include <QVBoxLayout>
18
17
 
19
18
#include "scribusapi.h"
20
19