[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Wed May 30 23:18:38 UTC 2007


SVN commit 669986 by okellogg:

typo fix, (C) 2007

 M  +5 -5      floatingtextwidgetcontroller.h  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/floatingtextwidgetcontroller.h #669985:669986
@@ -5,7 +5,7 @@
  *   the Free Software Foundation; either version 2 of the License, or     *
  *   (at your option) any later version.                                   *
  *                                                                         *
- *   copyright (C) 2006                                                    *
+ *   copyright (C) 2006-2007                                               *
  *   Umbrello UML Modeller Authors <uml-devel at uml.sf.net>                  *
  ***************************************************************************/
 
@@ -53,7 +53,7 @@
 protected:
 
     /**
-     * Overriden from UMLWidgetController.
+     * Overridden from UMLWidgetController.
      * Saves the values of the widget needed for move/resize.
      * Calls parent method and then saves the value of m_unconstrainedPositionX/Y
      * and m_movementDirectionX/Y.
@@ -63,7 +63,7 @@
     virtual void saveWidgetValues(QMouseEvent *me);
 
     /**
-     * Overriden from UMLWidgetController.
+     * Overridden from UMLWidgetController.
      * FloatingTextWidgets can't be resized, so this method always returns false.
      * Cursor isn't changed.
      *
@@ -73,7 +73,7 @@
     virtual bool isInResizeArea(QMouseEvent *me);
 
     /**
-     * Overriden from UMLWidgetController.
+     * Overridden from UMLWidgetController.
      * Moves the widget to a new position using the difference between the
      * current position and the new position.
      * If the floating text widget is part of a sequence message, and the
@@ -94,7 +94,7 @@
     virtual void moveWidgetBy(int diffX, int diffY);
 
     /**
-     * Overriden from UMLWidgetController.
+     * Overridden from UMLWidgetController.
      * Modifies the value of the diffX and diffY variables used to move the
      * widgets.
      * The values are constrained using constrainPosition.




More information about the umbrello-devel mailing list