diff options
author | deva <deva> | 2011-02-23 10:15:19 +0000 |
---|---|---|
committer | deva <deva> | 2011-02-23 10:15:19 +0000 |
commit | 3e97ad5860913cfac2c3a170175ac9ced6acee97 (patch) | |
tree | 4ea0f1253bd2d4cbf23200da737fd7977a4fc5a4 /editor/toolbox.cc | |
parent | b62e7ea66866a80181efa366ba255c6a30a8a664 (diff) |
Added missing includes.
Diffstat (limited to 'editor/toolbox.cc')
-rw-r--r-- | editor/toolbox.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editor/toolbox.cc b/editor/toolbox.cc index e1983f1..e2b2d94 100644 --- a/editor/toolbox.cc +++ b/editor/toolbox.cc @@ -26,10 +26,14 @@ */ #include "toolbox.h" +#include <stdio.h> + #include <QVBoxLayout> +#include <QPushButton> + #include "tool.h" #include "widget.h" -#include <QPushButton> + Toolbox::Toolbox(QDomNode &node, MacroWindow *macrowindow) : QDialog() |