~ubuntu-branches/ubuntu/precise/kdepim/precise-proposed

« back to all changes in this revision

Viewing changes to kalarm/latecancel.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:51 UTC
  • mfrom: (0.2.20)
  • Revision ID: package-import@ubuntu.com-20111215141751-yg890pa7vnlo34e0
Tags: 4:4.7.90-0ubuntu1
new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
                                     allowHourMinute, mTimeSelectorFrame);
85
85
    connect(mTimeSelector, SIGNAL(toggled(bool)), SLOT(slotToggled(bool)));
86
86
#ifdef USE_AKONADI
87
 
    connect(mTimeSelector, SIGNAL(valueChanged(const KCalCore::Duration&)), SIGNAL(changed()));
 
87
    connect(mTimeSelector, SIGNAL(valueChanged(KCalCore::Duration)), SIGNAL(changed()));
88
88
#else
89
 
    connect(mTimeSelector, SIGNAL(valueChanged(const KCal::Duration&)), SIGNAL(changed()));
 
89
    connect(mTimeSelector, SIGNAL(valueChanged(KCal::Duration)), SIGNAL(changed()));
90
90
#endif
91
91
    hlayout->addWidget(mTimeSelector, 0, Qt::AlignLeft);
92
92