summaryrefslogtreecommitdiffstats
path: root/src/kernel/qwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qwidget.h')
-rw-r--r--src/kernel/qwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qwidget.h b/src/kernel/qwidget.h
index f77ca3a..d20fe4d 100644
--- a/src/kernel/qwidget.h
+++ b/src/kernel/qwidget.h
@@ -139,7 +139,7 @@ class Q_EXPORT QWidget : public QObject, public QPaintDevice
Q_PROPERTY( double windowOpacity READ windowOpacity WRITE setWindowOpacity DESIGNABLE false )
public:
- Q_EXPLICIT QWidget( QWidget* parent=0, const char* name=0, WFlags f=0 );
+ Q_EXPLICIT QWidget( QWidget* parent=0, const char* name=0, WFlags f=0, NFlags n=0 );
~QWidget();
WId winId() const;