Three pages discussion about how to workaround namespaces? tom64, you should really use namespaces the way they are intended to be used. As Laurent already mentioned in the beginning, your code will eventually get more readable if you see the namespaces for each function and class.
Introducing dirty hacks because you don't want to write a few more characters is a very bad idea. Especially since the pure writing usually isn't the limiting factor at programming, and today's IDEs and tools are capable to auto-complete.