X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/07f4e929e15451f6af8ec4d941bcee6742917d0d..3a8788fb198a1e0590823745f39fbff81056db09:/Constructor/propertywnd.h diff --git a/Constructor/propertywnd.h b/Constructor/propertywnd.h index ef8fbdf..383552b 100644 --- a/Constructor/propertywnd.h +++ b/Constructor/propertywnd.h @@ -5,18 +5,17 @@ #include #include #include +#include +#include #include -#include "item.h" class CItem; class PropertyWnd : public Gtk::Window{ public: - PropertyWnd(); PropertyWnd(BaseObjectType* cobject, const Glib::RefPtr& refGlade); virtual ~PropertyWnd(); CItem *item; - protected: Gtk::Button *btn_cancel, *btn_accept, *btn_apply; virtual void on_btn_cancel_clicked(); virtual void on_btn_accept_clicked();