Fixed typo in name

This commit is contained in:
Micke Prag 2009-04-08 15:28:07 +00:00
parent d29e810719
commit 38b430626f

View file

@ -21,7 +21,7 @@ QWidget *DevicesPlugin::widget( const QString &page, QWidget *parent ) const {
}
QStringList DevicesPlugin::widgets() const {
return QStringList() << "devicest.default";
return QStringList() << "devices.default";
}
Q_EXPORT_PLUGIN2(DevicesInterface, DevicesPlugin)