designer needs namespace prefix; refs #167

This commit is contained in:
Marc Wäckerlin
2012-11-05 09:57:03 +00:00
parent 44adf0619c
commit b2c07f817c

View File

@@ -66,7 +66,7 @@ class ButtonLineEditWidgetIfc: public QObject,
}
QWidget *createWidget(QWidget *parent) {
TRC;
return new ButtonLineEdit(parent);
return new qbrowserlib::ButtonLineEdit(parent);
}
};