Code

Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" dialogs ...
[inkscape.git] / src / event-log.h
index bb17a19a45bd6105626ef96575456544b8693891..3f3c6830eeeb94088f25763f93cacf37c0811eaa 100644 (file)
@@ -44,7 +44,7 @@ public:
     typedef Gtk::TreeModel::iterator iterator;
     typedef Gtk::TreeModel::const_iterator const_iterator;
 
-    EventLog(Document* document);
+    EventLog(SPDocument* document);
     virtual ~EventLog();
 
     /**
@@ -115,7 +115,7 @@ public:
 
 private:
     bool _connected;             //< connected with dialog
-    Document *_document;       //< document that is logged
+    SPDocument *_document;       //< document that is logged
 
     const EventModelColumns _columns;
 
@@ -165,4 +165,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :