00001 #ifndef __UTILS_H 00002 #define __UTILS_H 00003 00004 #include <opie2/odebug.h> 00005 00006 #define Log(x) VLog x 00007 extern void VLog( char * Format, ... ); 00008 extern void LogClose( void ); 00009 extern QString removeSpaces( const QString & X ); 00010 00011 #endif
1.4.2