diff options
Diffstat (limited to 'editor/toolbox.h')
-rw-r--r-- | editor/toolbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <QDialog> +#include <QDomNode> class Toolbox : public QDialog { Q_OBJECT public: - Toolbox(); + Toolbox(QDomNode &node); }; #endif/*__PRACRO_TOOLBOX_H__*/ |