[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/karbon (silent)
From:       Jan Hambrecht <jaham () gmx ! net>
Date:       2007-08-24 18:13:37
Message-ID: 1187979217.721903.11710.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 704360 by jaham:

SVN_SILENT krazy fixes


 M  +1 -1      KarbonShapePainter.cpp  
 M  +1 -1      plugins/flattenpath/flattenpathplugin.h  
 M  +1 -1      plugins/insertknots/insertknotsplugin.h  
 M  +2 -2      plugins/tools/KarbonCurveFit.h  
 M  +1 -1      plugins/whirlpinch/whirlpinchplugin.h  


--- trunk/koffice/karbon/KarbonShapePainter.cpp #704359:704360
@@ -145,7 +145,7 @@
 
     QPainter painter( &image );
 
-    // intialize painter
+    // initialize painter
     painter.setPen( QPen(Qt::NoPen) );
     painter.setBrush( Qt::NoBrush );
     painter.setRenderHint(QPainter::Antialiasing);
--- trunk/koffice/karbon/plugins/flattenpath/flattenpathplugin.h #704359:704360
@@ -50,7 +50,7 @@
     Q_OBJECT
 
 public:
-    FlattenDlg( QWidget* parent = 0L, const char* name = 0L );
+    explicit FlattenDlg( QWidget* parent = 0L, const char* name = 0L );
 
     double flatness() const;
     void setFlatness( double value );
--- trunk/koffice/karbon/plugins/insertknots/insertknotsplugin.h #704359:704360
@@ -50,7 +50,7 @@
     Q_OBJECT
 
 public:
-    VInsertKnotsDlg( QWidget* parent = 0L, const char* name = 0L );
+    explicit VInsertKnotsDlg( QWidget* parent = 0L, const char* name = 0L );
 
     uint knots() const;
     void setKnots( uint value );
--- trunk/koffice/karbon/plugins/tools/KarbonCurveFit.h #704359:704360
@@ -18,8 +18,8 @@
  * Boston, MA 02110-1301, USA.
 */
 
-#ifndef __VCURVEFIT_H__
-#define __VCURVEFIT_H__
+#ifndef KARBONCURVEFIT_H
+#define KARBONCURVEFIT_H
 
 #include <QList>
 #include <QPointF>
--- trunk/koffice/karbon/plugins/whirlpinch/whirlpinchplugin.h #704359:704360
@@ -56,7 +56,7 @@
     Q_OBJECT
 
 public:
-    WhirlPinchDlg( QWidget* parent = 0L, const char* name = 0L );
+    explicit WhirlPinchDlg( QWidget* parent = 0L, const char* name = 0L );
 
     double angle() const;
     double pinch() const;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic