#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); // IGridForm interface protected: void handleNewRecord(); void handleEditRecord(); }; #endif // CAMPGRID_H