diff options
author | deva <deva> | 2008-07-11 12:54:42 +0000 |
---|---|---|
committer | deva <deva> | 2008-07-11 12:54:42 +0000 |
commit | 5a19d9218a5f3ed7d02b7fabd8f025922e9f7a13 (patch) | |
tree | 49ee6645bf55e620db824d0c95508a65d4d596e7 /editor/toolbox.h | |
parent | 12bd3e7ff088b097bf4e280161aee646fbbb50dc (diff) |
Now we have a nice little editor.
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__*/ |