summaryrefslogtreecommitdiff
path: root/libopie2/qt3/opiecore/opair.h
Unidiff
Diffstat (limited to 'libopie2/qt3/opiecore/opair.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/qt3/opiecore/opair.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopie2/qt3/opiecore/opair.h b/libopie2/qt3/opiecore/opair.h
index 26f617d..a151127 100644
--- a/libopie2/qt3/opiecore/opair.h
+++ b/libopie2/qt3/opiecore/opair.h
@@ -1,26 +1,27 @@
1// QPair minus QT_INLINE_TEMPLATE (instead directly using 'inline' directive) 1// QPair minus QT_INLINE_TEMPLATE (instead directly using 'inline' directive)
2//FIXME: remove and use qpair.h as soon as we're on Qt3 2//FIXME: remove and use qpair.h as soon as we're on Qt3
3// name file qpair -zecke
3 4
4/**************************************************************************** 5/****************************************************************************
5** 6**
6** Definition of QPair class 7** Definition of QPair class
7** 8**
8** 9**
9** Copyright (C) 1992-2001 Trolltech AS. All rights reserved. 10** Copyright (C) 1992-2001 Trolltech AS. All rights reserved.
10** 11**
11** This file is part of the tools module of the Qt GUI Toolkit. 12** This file is part of the tools module of the Qt GUI Toolkit.
12** 13**
13** This file may be distributed under the terms of the Q Public License 14** This file may be distributed under the terms of the Q Public License
14** as defined by Trolltech AS of Norway and appearing in the file 15** as defined by Trolltech AS of Norway and appearing in the file
15** LICENSE.QPL included in the packaging of this file. 16** LICENSE.QPL included in the packaging of this file.
16** 17**
17** This file may be distributed and/or modified under the terms of the 18** This file may be distributed and/or modified under the terms of the
18** GNU General Public License version 2 as published by the Free Software 19** GNU General Public License version 2 as published by the Free Software
19** Foundation and appearing in the file LICENSE.GPL included in the 20** Foundation and appearing in the file LICENSE.GPL included in the
20** packaging of this file. 21** packaging of this file.
21** 22**
22** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition 23** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition
23** licenses may use this file in accordance with the Qt Commercial License 24** licenses may use this file in accordance with the Qt Commercial License
24** Agreement provided with the Software. 25** Agreement provided with the Software.
25** 26**
26** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 27** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE