#ifndef POLANDWIDGET_H #define POLANDWIDGET_H #include "ui_PolandWidget.h" class PolandWidget: public QWidget, public Ui::PolandWidget { Q_OBJECT public: PolandWidget (QWidget* parent = 0); virtual ~PolandWidget (); protected: }; #endif