~ubuntu-branches/ubuntu/quantal/kipi-plugins/quantal

« back to all changes in this revision

Viewing changes to expoblending/blendingdlg/enfusesettings.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer, Alessandro Ghersi, Felix Geyer
  • Date: 2010-08-26 19:33:41 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100826193341-oyh7rh1eamgk521i
Tags: 1.4.0-0ubuntu1
[ Alessandro Ghersi ]
* kipi-plugins-common replaces/conflicts kipi-plugins << 1.3.0

[ Felix Geyer ]
* New upstream bugfix release.
* Drop fix-ftbfs-glib-2.25.diff, applied upstream.
* Refresh sendimages-icedove.diff.
* Switch to source format 3.0 (quilt) so we can use bz2 upstream tarballs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    RDoubleNumInput* contrastInput;
79
79
};
80
80
 
81
 
EnfuseSettingsWidget::EnfuseSettingsWidget(QWidget *parent)
 
81
EnfuseSettingsWidget::EnfuseSettingsWidget(QWidget* parent)
82
82
                    : QWidget(parent), d(new EnfuseSettingsWidgetPriv)
83
83
{
84
84
    setAttribute(Qt::WA_DeleteOnClose);