summaryrefslogtreecommitdiffstats
path: root/src/extension/param/notebook.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/extension/param/notebook.h (renamed from src/extension/paramnotebook.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/paramnotebook.h b/src/extension/param/notebook.h
index 7f976113a..24d4ebfc1 100644
--- a/src/extension/paramnotebook.h
+++ b/src/extension/param/notebook.h
@@ -17,7 +17,7 @@
#include <gtkmm/widget.h>
#include "xml/document.h"
-#include "extension-forward.h"
+#include <extension/extension-forward.h>
#include "parameter.h"
@@ -38,7 +38,7 @@ private:
This only gets created if there are pages in this
notebook */
public:
- ParamNotebook(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml);
+ ParamNotebook(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar * gui_tip, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml);
virtual ~ParamNotebook(void);
Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
void string (std::list <std::string> &list);