SVN_SILENT: cleanups

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=816744
This commit is contained in:
Aaron J. Seigo 2008-06-04 18:17:32 +00:00
parent 5ddceb467b
commit 1cd27868ac

View File

@ -51,7 +51,7 @@ class PLASMA_EXPORT Dialog : public QWidget
* @arg parent the parent widget, for plasmoids, this is usually 0. * @arg parent the parent widget, for plasmoids, this is usually 0.
* @arg f the Qt::WindowFlags, default is to not show a windowborder. * @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(); virtual ~Dialog();
/** /**
* @arg event the event that is used to position the dialog. Usually, you want * @arg event the event that is used to position the dialog. Usually, you want