~ubuntu-branches/ubuntu/lucid/kmymoney2-plugin-aqbanking/lucid

« back to all changes in this revision

Viewing changes to src/kbanking/dialogs/kbpickstartdate.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Micha Lenk
  • Date: 2009-03-08 21:05:26 UTC
  • mfrom: (1.1.3 upstream) (2.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090308210526-fgjm2ge8gwyphva4
Tags: 0.9.10-1
* New upstream release
* Bump version in shlibs.local and in build dependency
  (now needs kmymoney2 >= 0.9.3, otherwise fails to build)
* Remove ChangeLog from debian/docs files. It gets installed by
  dh_installchangelogs and doesn't get compressed if installed
  additionally by dh_installdocs (see #515601 for discussion).

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  _firstPossible(firstPossible),
49
49
  _lastUpdate(lastUpdate)
50
50
{
51
 
  buttonOk->setGuiItem(KStdGuiItem::ok());
52
 
  buttonCancel->setGuiItem(KStdGuiItem::cancel());
53
 
  buttonHelp->setGuiItem(KStdGuiItem::help());
54
 
 
55
51
  QObject::connect(buttonHelp, SIGNAL(clicked()),
56
52
                   this, SLOT(slotHelpClicked()));
57
53