#include <QtSql/qsql.h>
#ifndef QSQL_H
namespace QSql{
   enum TableType{
      Tables = 1,
      SystemTables = 2,
      Views = 4,
      AllTables = 255,
   };
};
#endif // QSQL_H