diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-01-03 01:11:07 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-01-03 01:11:07 +0000 |
| commit | 1c82ead814a66075e98fffdf152652452b4dda34 (patch) | |
| tree | 3869812f527dc30a4ece6d43f8fc1feed7cd152d /src/ui/widget/licensor.h | |
| parent | Cleanup GSEAL issues and deprecated GtkTooltips (diff) | |
| download | inkscape-1c82ead814a66075e98fffdf152652452b4dda34.tar.gz inkscape-1c82ead814a66075e98fffdf152652452b4dda34.zip | |
More deprecated GtkTooltips
(bzr r10827)
Diffstat (limited to 'src/ui/widget/licensor.h')
| -rw-r--r-- | src/ui/widget/licensor.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ui/widget/licensor.h b/src/ui/widget/licensor.h index 3c503b5ba..ab6abd0a4 100644 --- a/src/ui/widget/licensor.h +++ b/src/ui/widget/licensor.h @@ -14,10 +14,6 @@ class SPDocument; -namespace Gtk { - class Tooltips; -} - namespace Inkscape { namespace UI { namespace Widget { @@ -34,7 +30,7 @@ class Licensor : public Gtk::VBox { public: Licensor(); virtual ~Licensor(); - void init (Gtk::Tooltips&, Registry&); + void init (Registry&); void update (SPDocument *doc); protected: |
