From 5a19d9218a5f3ed7d02b7fabd8f025922e9f7a13 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 11 Jul 2008 12:54:42 +0000 Subject: Now we have a nice little editor. --- editor/toolbox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editor/toolbox.h') diff --git a/editor/toolbox.h b/editor/toolbox.h index e703c35..a74293a 100644 --- a/editor/toolbox.h +++ b/editor/toolbox.h @@ -28,11 +28,12 @@ #define __PRACRO_TOOLBOX_H__ #include +#include class Toolbox : public QDialog { Q_OBJECT public: - Toolbox(); + Toolbox(QDomNode &node); }; #endif/*__PRACRO_TOOLBOX_H__*/ -- cgit v1.2.3