CVS commit by okellogg:
Oops, forgot to take out m_TypeName.
M +0 -5 template.h 1.14
--- kdesdk/umbrello/umbrello/template.h #1.13:1.14
@@ -90,9 +90,4 @@ protected:
bool load(QDomElement & element);
-private:
- /**
- * The type of the template, usually just "class"
- */
- QString m_TypeName;
};