[Uml-devel] branches/work/soc-umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Sep 13 20:52:13 UTC 2008
SVN commit 860682 by okellogg:
Cosmetic cleanup after move of New{UML,UMLRect}Widget back to WidgetBase,UMLWidget
M +3 -3 umlwidget.h
M +4 -4 widgetbase.h
--- branches/work/soc-umbrello/umbrello/umlwidget.h #860681:860682
@@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA. *
***************************************************************************/
-#ifndef NEWUMLRECTWIDGET_H
-#define NEWUMLRECTWIDGET_H
+#ifndef UMLWIDGET_H
+#define UMLWIDGET_H
#include "widgetbase.h"
#include "associationwidgetlist.h"
@@ -218,4 +218,4 @@
ListPopupMenu* setupPopupMenu();
};
-#endif //NEWUMLRECTWIDGET_H
+#endif
--- branches/work/soc-umbrello/umbrello/widgetbase.h #860681:860682
@@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA. *
***************************************************************************/
-#ifndef NEWUMLWIDGET_H
-#define NEWUMLWIDGET_H
+#ifndef WIDGETBASE_H
+#define WIDGETBASE_H
#include "umlnamespace.h"
@@ -46,7 +46,7 @@
*
* This class provides the common interface required for all the UML
* widgets including rectangular and non rectangular widgets.
- * Rectangular widgets should use NewUmlRectWidget as its base.
+ * Rectangular widgets should use UMLWidget as its base.
*/
class WidgetBase : public QObject, public QGraphicsItem
{
@@ -278,4 +278,4 @@
};
-#endif //NEWUMLWIDGET_H
+#endif
More information about the umbrello-devel
mailing list