summaryrefslogtreecommitdiffstats
path: root/src/extension/param/notebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/param/notebook.h')
-rw-r--r--src/extension/param/notebook.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/extension/param/notebook.h b/src/extension/param/notebook.h
index 278c4de12..8475de61d 100644
--- a/src/extension/param/notebook.h
+++ b/src/extension/param/notebook.h
@@ -42,11 +42,9 @@ private:
notebook */
public:
ParamNotebook(const gchar * name,
- const gchar * guitext,
- const gchar * desc,
- const Parameter::_scope_t scope,
- bool gui_hidden,
- const gchar * gui_tip,
+ const gchar * text,
+ const gchar * description,
+ bool hidden,
int indent,
Inkscape::Extension::Extension * ext,
Inkscape::XML::Node * xml);