diff options
Diffstat (limited to 'tests/manual/dockwidgets/mainwindow.h')
-rw-r--r-- | tests/manual/dockwidgets/mainwindow.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/manual/dockwidgets/mainwindow.h b/tests/manual/dockwidgets/mainwindow.h index b96d9368588..220c32dc74a 100644 --- a/tests/manual/dockwidgets/mainwindow.h +++ b/tests/manual/dockwidgets/mainwindow.h @@ -30,18 +30,6 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ -/**************************************************************************** -** -** Copyright (C) 2005-$THISYEAR$ Trolltech AS. All rights reserved. -** -** This file is part of the $MODULE$ of the Qt Toolkit. -** -** $LICENSE$ -** -** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -** -****************************************************************************/ #ifndef MAINWINDOW_H #define MAINWINDOW_H @@ -63,4 +51,4 @@ private: QLabel *centralWidget; }; -#endif +#endif // MAINWINDOW_H |