diff options
Diffstat (limited to 'plugins/customwidget.h')
-rw-r--r-- | plugins/customwidget.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/customwidget.h b/plugins/customwidget.h index 2f26363..72097eb 100644 --- a/plugins/customwidget.h +++ b/plugins/customwidget.h @@ -1,7 +1,7 @@ /* * This file is part of the PySide project. * - * Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). + * Copyright (C) 2009-2012 Nokia Corporation and/or its subsidiary(-ies). * * Contact: PySide team <contact@pyside.org> * @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _PY_CUSTOM_WIDGET_H_ @@ -47,8 +47,8 @@ public: QString name() const; QString toolTip() const; QString whatsThis() const; - QWidget *createWidget(QWidget *parent); - void initialize(QDesignerFormEditorInterface *core); + QWidget* createWidget(QWidget* parent); + void initialize(QDesignerFormEditorInterface* core); private: PyCustomWidgetPrivate* m_data; |