[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Aug 12 10:20:39 UTC 2007
SVN commit 699213 by okellogg:
"using namespace Uml" was removed
M +2 -2 floatingtextwidget.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/floatingtextwidget.cpp #699212:699213
@@ -181,7 +181,7 @@
if (!ok || newText == getText())
return;
- UMLApp::app()->executeCommand(new cmdHandleRename(this,newText));
+ UMLApp::app()->executeCommand(new Uml::cmdHandleRename(this,newText));
}
void FloatingTextWidget::changeName(const QString& newText)
@@ -236,7 +236,7 @@
void FloatingTextWidget::setTextcmd(const QString &t) {
- UMLApp::app()->executeCommand(new cmdSetTxt(this,t));
+ UMLApp::app()->executeCommand(new Uml::cmdSetTxt(this,t));
}
void FloatingTextWidget::setText(const QString &t) {
More information about the umbrello-devel
mailing list