~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

Viewing changes to solid/solid/backends/hal/haldevice.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2012-03-03 00:25:28 UTC
  • mfrom: (1.14.15)
  • Revision ID: package-import@ubuntu.com-20120303002528-chhwyfluldkicy5k
Tags: 4:4.8.1-0ubuntu1
* New upstream release
  - Update symbol files

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
    d->device.connection().connect("org.freedesktop.Hal",
148
148
                                    udi, "org.freedesktop.Hal.Device",
149
149
                                    "PropertyModified",
150
 
                                    this, SLOT(slotPropertyModified(int, const QList<ChangeDescription> &)));
 
150
                                    this, SLOT(slotPropertyModified(int,QList<ChangeDescription>)));
151
151
    d->device.connection().connect("org.freedesktop.Hal",
152
152
                                    udi, "org.freedesktop.Hal.Device",
153
153
                                    "Condition",
154
 
                                    this, SLOT(slotCondition(const QString &, const QString &)));
 
154
                                    this, SLOT(slotCondition(QString,QString)));
155
155
}
156
156
 
157
157
HalDevice::~HalDevice()