#ifndef PIGMODULE_QT_H #define PIGMODULE_QT_H /* * All the headers needed for PerlQt are included here * * Copyright (C) 1999, Ashley Winters * * You may distribute under the terms of the LGPL as specified in the * README.LICENSE file which should be included with this library. * */ #include "pig.h" #include "pigtype_base.h" #include "pigtype_object.h" #include "pigtype_qt.h" #include "pigfunc_base.h" #include "pigfunc_object.h" #include "pigfunc_qt.h" #endif // PIGMODULE_QT_H