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

« back to all changes in this revision

Viewing changes to kalarm/pickfileradio.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:
64
64
    if (mEdit)
65
65
    {
66
66
        mEdit->setEnabled(false);
67
 
        connect(mEdit, SIGNAL(textChanged(const QString&)), SIGNAL(fileChanged()));
 
67
        connect(mEdit, SIGNAL(textChanged(QString)), SIGNAL(fileChanged()));
68
68
    }
69
69
    connect(mGroup, SIGNAL(buttonSet(QAbstractButton*)), SLOT(slotSelectionChanged(QAbstractButton*)));
70
70
    setReadOnly(RadioButton::isReadOnly());