diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-29 01:16:51 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-29 01:16:51 +0000 |
| commit | dfee660d61d18c55d5f0912b3a87958d631eb6fa (patch) | |
| tree | acdb49deedd5bb761f4642874d451d92bf81886b /src/extension/param/float.h | |
| parent | Dutch translation: minor update (diff) | |
| download | inkscape-dfee660d61d18c55d5f0912b3a87958d631eb6fa.tar.gz inkscape-dfee660d61d18c55d5f0912b3a87958d631eb6fa.zip | |
Header tidying, suppress all gdk deprecation errors in gtkmm
(bzr r11030)
Diffstat (limited to 'src/extension/param/float.h')
| -rw-r--r-- | src/extension/param/float.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/extension/param/float.h b/src/extension/param/float.h index 24747b5f1..42b1698b1 100644 --- a/src/extension/param/float.h +++ b/src/extension/param/float.h @@ -9,12 +9,19 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <gtkmm/widget.h> -#include <xml/node.h> -#include <document.h> #include "parameter.h" +class SPDocument; + +namespace Gtk { +class Widget; +} + namespace Inkscape { +namespace XML { +class Node; +} + namespace Extension { class ParamFloat : public Parameter { |
