CVS commit by okellogg:
getTypeName(): Make virtual.
M +1 -1 classifierlistitem.h 1.20
--- kdesdk/umbrello/umbrello/classifierlistitem.h #1.19:1.20
@@ -68,5 +68,5 @@ public:
* @return The type name of the UMLClassifierListItem.
*/
- QString getTypeName();
+ virtual QString getTypeName();
/**