00001 #ifndef _FILLUTIL_H_
00002 #define _FILLUTIL_H_
00003
00004
00005 #include <cstdio>
00006
00007
00008 #include <QString>
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_