X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/07f4e929e15451f6af8ec4d941bcee6742917d0d..f29a7129de56edca96ea8ef58576898c1e52ed6f:/Constructor/propertywnd.h diff --git a/Constructor/propertywnd.h b/Constructor/propertywnd.h index ef8fbdf..3c5062c 100644 --- a/Constructor/propertywnd.h +++ b/Constructor/propertywnd.h @@ -6,17 +6,14 @@ #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();