In the past extensions used classnames starting with tx_. Since the intruduction of namespaces in TYPO3, you should use namespaces instead.
If you prefix your old classnames with \ throughout your code, things may still work.
Use proper namespaced code instead.