~ubuntu-branches/ubuntu/oneiric/koffice/oneiric-updates

« back to all changes in this revision

Viewing changes to kexi/formeditor/container.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-27 17:52:57 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101027175257-s04zqqk5bs8ckm9o
Tags: 1:2.2.83-0ubuntu1
* Merge with Debian git remaining changes:
 - Add build-deps on librcps-dev, opengtl-dev, libqtgtl-dev, freetds-dev,
   create-resources, libspnav-dev
 - Remove needless build-dep on libwv2-dev
 - koffice-libs recommends create-resources
 - krita recommends pstoedit
 - Keep our patches
* New upstream release 2.3 beta 3
  - Remove debian/patches fixed by upstream
  - Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* This file is part of the KDE project
2
2
   Copyright (C) 2003 Lucijan Busch <lucijan@gmx.at>
3
3
   Copyright (C) 2004 Cedric Pasteur <cedric.pasteur@free.fr>
4
 
   Copyright (C) 2008-2009 Jarosław Staniek <staniek@kde.org>
 
4
   Copyright (C) 2008-2010 Jarosław Staniek <staniek@kde.org>
5
5
 
6
6
   This library is free software; you can redistribute it and/or
7
7
   modify it under the terms of the GNU Library General Public
30
30
#include "form.h"
31
31
 
32
32
class QEvent;
33
 
class QWidget;
34
33
class QLayout;
35
34
 
36
35
namespace KFormDesigner