Code

Extensions. Check element now search in the extension directory (see Bug #668895...
[inkscape.git] / src / profile-manager.h
index d72ad3dd8cf768a21e2f36de9afb7c9082b8a6b3..be9446c17c50f24db419f045012cc33088ccb6db 100644 (file)
@@ -13,7 +13,7 @@
 #include "gc-finalized.h"
 #include <vector>
 
-class Document;
+class SPDocument;
 
 namespace Inkscape {
 
@@ -23,7 +23,7 @@ class ProfileManager : public DocumentSubset,
                        public GC::Finalized
 {
 public:
-    ProfileManager(Document *document);
+    ProfileManager(SPDocument *document);
     ~ProfileManager();
 
     ColorProfile* find(gchar const* name);
@@ -34,7 +34,7 @@ private:
 
     void _resourcesChanged();
 
-    Document* _doc;
+    SPDocument* _doc;
     sigc::connection _resource_connection;
     std::vector<SPObject*> _knownProfiles;
 };
@@ -52,4 +52,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 :