#ifndef CAMPGRID_H #define CAMPGRID_H #include #include "data/camp-data.h" #include "camp-odb.hxx" class CampGrid : public GridForm { public: CampGrid(QWidget *parent = NULL); }; #endif // CAMPGRID_H