summaryrefslogtreecommitdiffstats
path: root/tests/manual/qcursor/allcursors/mainwindow.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2009-09-18 12:54:44 (GMT)
committerLars Knoll <lars.knoll@nokia.com>2009-09-18 12:54:44 (GMT)
commit0e7e62eb6afbc1f20d08b837643009cec8eaacb9 (patch)
tree1eb5f9fb0194b8a9ffa1d9ab961a0ac68db7508a /tests/manual/qcursor/allcursors/mainwindow.h
parentb88bcd68a62ab8ed348bc698f7342346963bb7c0 (diff)
parent421e02d7b48b4a852a4aa1e6feb781a64f0981b4 (diff)
downloadQt-0e7e62eb6afbc1f20d08b837643009cec8eaacb9.zip
Qt-0e7e62eb6afbc1f20d08b837643009cec8eaacb9.tar.gz
Qt-0e7e62eb6afbc1f20d08b837643009cec8eaacb9.tar.bz2
Merge commit 'origin/4.6' into kinetic-declarativeui
Conflicts: configure.exe
Diffstat (limited to 'tests/manual/qcursor/allcursors/mainwindow.h')
-rw-r--r--tests/manual/qcursor/allcursors/mainwindow.h44
1 files changed, 42 insertions, 2 deletions
diff --git a/tests/manual/qcursor/allcursors/mainwindow.h b/tests/manual/qcursor/allcursors/mainwindow.h
index e5c731c..25a317a 100644
--- a/tests/manual/qcursor/allcursors/mainwindow.h
+++ b/tests/manual/qcursor/allcursors/mainwindow.h
@@ -1,3 +1,44 @@
+/****************************************************************************
+**
+** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** This file is part of the test suite of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:LGPL$
+** No Commercial Usage
+** This file contains pre-release code and may not be distributed.
+** You may use this file in accordance with the terms and conditions
+** contained in the Technology Preview License Agreement accompanying
+** this package.
+**
+** GNU Lesser General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 2.1 requirements
+** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** In addition, as a special exception, Nokia gives you certain additional
+** rights. These rights are described in the Nokia Qt LGPL Exception
+** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+**
+** If you have questions regarding the use of this file, please contact
+** Nokia at qt-info@nokia.com.
+**
+**
+**
+**
+**
+**
+**
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
@@ -20,8 +61,7 @@ public:
private:
void keyPressEvent(QKeyEvent* event);
-
-private:
+
Ui::MainWindow *ui;
};