ferdnyc / rpms / inkscape

Forked from rpms/inkscape 5 years ago
Clone
Blob Blame History Raw
--- src/dialogs/tiledialog.h
+++ src/dialogs/tiledialog.h
@@ -58,7 +58,7 @@
     /**
      * Respond to selection change
      */
-    void TileDialog::updateSelection();
+    void updateSelection();
 
 
     /**
--- src/extension/internal/ps.h
+++ src/extension/internal/ps.h
@@ -36,10 +36,10 @@
 
 	void print_bpath (SVGOStringStream &os, const NArtBpath *bp);
 
-	void PrintPS::print_fill_style (SVGOStringStream &os, const SPStyle *style, const NRRect *pbox);
-	void PrintPS::print_stroke_style (SVGOStringStream &os, const SPStyle *style);
+	void print_fill_style (SVGOStringStream &os, const SPStyle *style, const NRRect *pbox);
+	void print_stroke_style (SVGOStringStream &os, const SPStyle *style);
 
-	const char* PrintPS::PSFontName (const SPStyle *style);
+	const char* PSFontName (const SPStyle *style);
 
 	unsigned int print_image (FILE *ofp, guchar *px, unsigned int width, unsigned int height, unsigned int rs,
 				       const NRMatrix *transform);
--- src/jabber_whiteboard/pedroxmpp.cpp
+++ src/jabber_whiteboard/pedroxmpp.cpp
@@ -614,7 +614,7 @@
     static void hash(unsigned char *dataIn,
                      unsigned long len, unsigned char *digest);
 
-    static DOMString Md5::hashHex(unsigned char *dataIn, unsigned long len);
+    static DOMString hashHex(unsigned char *dataIn, unsigned long len);
 
     /**
      *  Initialize the context (also zeroizes contents)
--- src/jabber_whiteboard/pedroxmpp.h
+++ src/jabber_whiteboard/pedroxmpp.h
@@ -746,7 +746,7 @@
      *
      */
     virtual std::vector<XmppUser>
-          XmppClient::groupChatGetUserList(const DOMString &groupJid);
+          groupChatGetUserList(const DOMString &groupJid);
 
     /**
      *
--- src/libavoid/connector.h
+++ src/libavoid/connector.h
@@ -59,7 +59,7 @@
         bool isInitialised(void);
         void unInitialise(void);
         void setCallback(void (*cb)(void *), void *ptr);
-        void ConnRef::handleInvalid(void);
+        void handleInvalid(void);
         int generatePath(Point p0, Point p1);
         void makePathInvalid(void);
         
--- src/livarot/Path.h
+++ src/livarot/Path.h
@@ -198,7 +198,7 @@
   cut_position*    CurvilignToPosition(int nbCv,double* cvAbs,int &nbCut);
   cut_position    PointToCurvilignPosition(NR::Point const &pos) const;
   //Should this take a cut_position as a param?
-  double           Path::PositionToLength(int piece, double t);
+  double           PositionToLength(int piece, double t);
   
   // caution: not tested on quadratic b-splines, most certainly buggy
   void             ConvertPositionsToMoveTo(int nbPos,cut_position* poss);
--- src/ui/dialog/aboutbox.h
+++ src/ui/dialog/aboutbox.h
@@ -28,7 +28,7 @@
 class AboutBoxChild: public Gtk::Dialog
 {
 public:
-    AboutBoxChild::AboutBoxChild(Gtk::Window& parent, gchar * title)
+    AboutBoxChild(Gtk::Window& parent, gchar * title)
         : Gtk::Dialog(title,parent) {};
 protected:
     virtual void         on_response(int response_id);