1 changed files with
7 additions and
7 deletions
|
|
|
@ -200,13 +200,13 @@ EOT
|
|
|
|
|
cat >$1/conf.cpp <<EOT
|
|
|
|
|
#include<stdio.h>
|
|
|
|
|
#include<stdlib.h>
|
|
|
|
|
#include<qstring.h>
|
|
|
|
|
#include<qdict.h>
|
|
|
|
|
#include<qptrlist.h>
|
|
|
|
|
#include<qfileinfo.h>
|
|
|
|
|
#include<qfile.h>
|
|
|
|
|
#include<qdir.h>
|
|
|
|
|
#include<qstringlist.h>
|
|
|
|
|
#include<tqstring.h>
|
|
|
|
|
#include<tqdict.h>
|
|
|
|
|
#include<tqptrlist.h>
|
|
|
|
|
#include<tqfileinfo.h>
|
|
|
|
|
#include<tqfile.h>
|
|
|
|
|
#include<tqdir.h>
|
|
|
|
|
#include<tqstringlist.h>
|
|
|
|
|
|
|
|
|
|
class Conf;
|
|
|
|
|
|
|
|
|
|