summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/licensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget/licensor.h')
-rw-r--r--src/ui/widget/licensor.h6
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: