00001 #ifndef _FILLUTIL_H_ 00002 #define _FILLUTIL_H_ 00003 00004 // Std C headers 00005 #include <cstdio> 00006 00007 // Qt headers 00008 #include <qstring.h> 00009 00010 class QFile; 00011 00012 bool dash_open(QFile &file, const QString &filename, 00013 int m, FILE *handle = NULL); 00014 00015 QString SetupIconCacheDirectory(void); 00016 00017 #endif // _FILLUTIL_H_
1.5.5