designer needs namespace prefix; refs #167

This commit is contained in:
Marc Wäckerlin
2012-11-02 09:35:34 +00:00
parent 9e6976224e
commit cc77984986
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ class ButtonLineEditWidgetIfc: public QObject,
}
QString name() const {
TRC;
return "ButtonLineEdit";
return "qbrowserlib::ButtonLineEdit";
}
QString toolTip() const {
TRC;

View File

@@ -55,7 +55,7 @@ class SwissWebViewWidgetIfc: public QObject,
}
QString name() const {
TRC;
return "SwissWebView";
return "qbrowserlib::SwissWebView";
}
QString toolTip() const {
TRC;