X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/07f4e929e15451f6af8ec4d941bcee6742917d0d..6983220ff84632481c1628720fe15b8f3ac1c9cb:/Constructor/propertywnd.h?ds=sidebyside diff --git a/Constructor/propertywnd.h b/Constructor/propertywnd.h index ef8fbdf..b510a21 100644 --- a/Constructor/propertywnd.h +++ b/Constructor/propertywnd.h @@ -5,18 +5,18 @@ #include #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();