summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/licensor.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-01-03 01:11:07 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-01-03 01:11:07 +0000
commit1c82ead814a66075e98fffdf152652452b4dda34 (patch)
tree3869812f527dc30a4ece6d43f8fc1feed7cd152d /src/ui/widget/licensor.h
parentCleanup GSEAL issues and deprecated GtkTooltips (diff)
downloadinkscape-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.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: