diff --git a/dialog.h b/dialog.h index f9ecbf349..35d48d45d 100644 --- a/dialog.h +++ b/dialog.h @@ -51,7 +51,7 @@ class PLASMA_EXPORT Dialog : public QWidget * @arg parent the parent widget, for plasmoids, this is usually 0. * @arg f the Qt::WindowFlags, default is to not show a windowborder. */ - explicit Dialog( QWidget * parent = 0,Qt::WindowFlags f = Qt::Window ); + explicit Dialog(QWidget * parent = 0, Qt::WindowFlags f = Qt::Window); virtual ~Dialog(); /** * @arg event the event that is used to position the dialog. Usually, you want @@ -60,11 +60,11 @@ class PLASMA_EXPORT Dialog : public QWidget * @arg scenePos the absolute position on the scene. */ void position(QGraphicsSceneEvent *event, const QRectF boundingRect, QPointF scenePos); - - /** + + /** * @arg view The QGV where is displayed the applet * @arg scenePos the absolute position on the scene. - * @arg boundingRect the boundingRect() from the applet. + * @arg boundingRect the boundingRect() from the applet. */ void position(QGraphicsView * view,const QRectF boundingRect,QPointF scenePos);