SVN commit 441739 by mueller: daily "unbreak compilation" M +6 -6 tclwriter.h --- branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators/tclwriter.h #441738:441739 @@ -90,21 +90,21 @@ /** * write the source codei text. */ - void TclWriter::writeCode(QString text); + void writeCode(QString text); /** * write comment text. */ - void TclWriter::writeComm(QString text); + void writeComm(QString text); /** * write documentation text. */ - void TclWriter::writeDocu(QString text); + void writeDocu(QString text); - void TclWriter::writeConstructorDecl(); + void writeConstructorDecl(); - void TclWriter::writeDestructorDecl(); + void writeDestructorDecl(); /** * Summary information about current classifier. @@ -122,7 +122,7 @@ */ void writeAttributeDecl(Uml::Scope visibility, bool writeStatic); - void TclWriter::writeAssociationIncl(UMLAssociationList list, + void writeAssociationIncl(UMLAssociationList list, Uml::IDType myId, QString type); /** * Searches a list of associations for appropriate ones to write out as attributes