00001 #ifndef _QStreamTranslator_hpp_ 00002 #define _QStreamTranslator_hpp_ 00003 00004 00005 #include <iostream> 00006 00007 using namespace std; 00008 00009 class QPoint; 00010 00011 ostream & operator<<(ostream &, const QPoint &); 00012 00013 #endif
1.5.1