Hey Steffen,
+1 on reading and testing.
This will change an ugly line like
$this->doc->setModuleTemplate(t3lib_extMgm::extRelPath(tx_myext_module1::extKey).'res/template.html');
to
$this->doc->setModuleTemplate('EXT:myext/res/template.html');
Backward compatibility works.
Thanks
Christian