How can i show all categories using wp query?

You should be able to remove that category from the query so you would have<?php $recent->query('showposts=2'); ?> you can also take a look at completely custom queries here.
`