X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/33cdbee1bf8051f1a4c9174aa518107793709fdd..b0a202776ab7634c206b495b42e20cfe6492e035:/Constructor/propertywnd.h diff --git a/Constructor/propertywnd.h b/Constructor/propertywnd.h index fa488af..b510a21 100644 --- a/Constructor/propertywnd.h +++ b/Constructor/propertywnd.h @@ -5,6 +5,9 @@ #include #include #include +#include +#include +#include #include class CItem; @@ -14,7 +17,6 @@ class PropertyWnd : public Gtk::Window{ 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();