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 | |
parent | b62e7ea66866a80181efa366ba255c6a30a8a664 (diff) |
Added missing includes.
Diffstat (limited to 'editor')
-rw-r--r-- | editor/toolbox.cc | 6 | ||||
-rw-r--r-- | editor/widgetwrapper.cc | 2 |
2 files changed, 7 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() diff --git a/editor/widgetwrapper.cc b/editor/widgetwrapper.cc index 435903b..d5322a2 100644 --- a/editor/widgetwrapper.cc +++ b/editor/widgetwrapper.cc @@ -26,6 +26,8 @@ */ #include "widgetwrapper.h" +#include <stdio.h> + #include <QVariant> #include <QDataStream> #include <QMetaType> |