summaryrefslogtreecommitdiffstats
path: root/doc/CoordToWin.3
blob: f0a9837b32fd7d056a7463132a416195b0592986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
'\"
'\" Copyright (c) 1990-1993 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\" 
.TH Tk_CoordsToWindow 3 "" Tk "Tk Library Procedures"
.so man.macros
.BS
.SH NAME
Tk_CoordsToWindow \- Find window containing a point
.SH SYNOPSIS
.nf
\fB#include <tk.h>\fR
.sp
Tk_Window
\fBTk_CoordsToWindow\fR(\fIrootX, rootY, tkwin\fR)
.SH ARGUMENTS
.AS Tk_Window tkwin
.AP int rootX in
X-coordinate (in root window coordinates).
.AP int rootY in
Y-coordinate (in root window coordinates).
.AP Tk_Window tkwin in
Token for window that identifies application.
.BE

.SH DESCRIPTION
.PP
\fBTk_CoordsToWindow\fR locates the window that contains a given point.
The point is specified in root coordinates with \fIrootX\fR and
\fIrootY\fR (if a virtual-root window manager is in use then
\fIrootX\fR and \fIrootY\fR are in the coordinate system of the
virtual root window).
The return value from the procedure is a token for the window that
contains the given point.
If the point is not in any window, or if the containing window
is not in the same application as \fItkwin\fR, then NULL is
returned.
.PP
The containing window is decided using the same rules that determine
which window contains the mouse cursor:  if a parent and a child both
contain the point then the child gets preference, and if two siblings
both contain the point then the highest one in the stacking order
(i.e. the one that's visible on the screen) gets preference.

.SH KEYWORDS
containing, coordinates, root window
mic_ia64.h?h=v4.7.5&id=8e6e571c6245ba30449aae6a8da5f1c26d5abee6'>src/corelib/arch/qatomic_ia64.h34
-rw-r--r--src/corelib/arch/qatomic_macosx.h36
-rw-r--r--src/corelib/arch/qatomic_mips.h34
-rw-r--r--src/corelib/arch/qatomic_parisc.h34
-rw-r--r--src/corelib/arch/qatomic_powerpc.h34
-rw-r--r--src/corelib/arch/qatomic_s390.h34
-rw-r--r--src/corelib/arch/qatomic_sh.h34
-rw-r--r--src/corelib/arch/qatomic_sh4a.h34
-rw-r--r--src/corelib/arch/qatomic_sparc.h34
-rw-r--r--src/corelib/arch/qatomic_symbian.h34
-rw-r--r--src/corelib/arch/qatomic_vxworks.h34
-rw-r--r--src/corelib/arch/qatomic_windows.h34
-rw-r--r--src/corelib/arch/qatomic_windowsce.h36
-rw-r--r--src/corelib/arch/qatomic_x86_64.h34
-rw-r--r--src/corelib/arch/sh/qatomic_sh.cpp34
-rw-r--r--src/corelib/arch/sparc/qatomic32.s34
-rw-r--r--src/corelib/arch/sparc/qatomic64.s34
-rw-r--r--src/corelib/arch/sparc/qatomic_sparc.cpp34
-rw-r--r--src/corelib/arch/symbian/common_p.h34
-rw-r--r--src/corelib/arch/symbian/debugfunction.cpp34
-rw-r--r--src/corelib/arch/symbian/dla_p.h34
-rw-r--r--src/corelib/arch/symbian/heap_hybrid.cpp34
-rw-r--r--src/corelib/arch/symbian/heap_hybrid_p.h34
-rw-r--r--src/corelib/arch/symbian/page_alloc_p.h34
-rw-r--r--src/corelib/arch/symbian/qatomic_symbian.cpp34
-rw-r--r--src/corelib/arch/symbian/qt_heapsetup_symbian.cpp34
-rw-r--r--src/corelib/arch/symbian/qt_hybridheap_symbian_p.h34
-rw-r--r--src/corelib/arch/symbian/slab_p.h34
-rw-r--r--src/corelib/codecs/codecs.qdoc20
-rw-r--r--src/corelib/codecs/qfontlaocodec.cpp34
-rw-r--r--src/corelib/codecs/qfontlaocodec_p.h34
-rw-r--r--src/corelib/codecs/qiconvcodec.cpp34
-rw-r--r--src/corelib/codecs/qiconvcodec_p.h34
-rw-r--r--src/corelib/codecs/qisciicodec.cpp34
-rw-r--r--src/corelib/codecs/qisciicodec_p.h34
-rw-r--r--src/corelib/codecs/qlatincodec.cpp34
-rw-r--r--src/corelib/codecs/qlatincodec_p.h34
-rw-r--r--src/corelib/codecs/qsimplecodec.cpp34
-rw-r--r--src/corelib/codecs/qsimplecodec_p.h34
-rw-r--r--src/corelib/codecs/qtextcodec.cpp34
-rw-r--r--src/corelib/codecs/qtextcodec.h34
-rw-r--r--src/corelib/codecs/qtextcodec_p.h34
-rw-r--r--src/corelib/codecs/qtextcodec_symbian.cpp34
-rw-r--r--src/corelib/codecs/qtextcodecplugin.cpp34
-rw-r--r--src/corelib/codecs/qtextcodecplugin.h34
-rw-r--r--src/corelib/codecs/qtsciicodec.cpp34
-rw-r--r--src/corelib/codecs/qtsciicodec_p.h34
-rw-r--r--src/corelib/codecs/qutfcodec.cpp34
-rw-r--r--src/corelib/codecs/qutfcodec_p.h34
-rw-r--r--src/corelib/concurrent/qfuture.cpp34
-rw-r--r--src/corelib/concurrent/qfuture.h34
-rw-r--r--src/corelib/concurrent/qfutureinterface.cpp34
-rw-r--r--src/corelib/concurrent/qfutureinterface.h34
-rw-r--r--src/corelib/concurrent/qfutureinterface_p.h34
-rw-r--r--src/corelib/concurrent/qfuturesynchronizer.cpp34
-rw-r--r--src/corelib/concurrent/qfuturesynchronizer.h34
-rw-r--r--src/corelib/concurrent/qfuturewatcher.cpp34
-rw-r--r--src/corelib/concurrent/qfuturewatcher.h34
-rw-r--r--src/corelib/concurrent/qfuturewatcher_p.h34
-rw-r--r--src/corelib/concurrent/qrunnable.cpp34
-rw-r--r--src/corelib/concurrent/qrunnable.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentcompilertest.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentexception.cpp34
-rw-r--r--src/corelib/concurrent/qtconcurrentexception.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentfilter.cpp34
-rw-r--r--src/corelib/concurrent/qtconcurrentfilter.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentfilterkernel.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentfunctionwrappers.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentiteratekernel.cpp34
-rw-r--r--src/corelib/concurrent/qtconcurrentiteratekernel.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentmap.cpp34
-rw-r--r--src/corelib/concurrent/qtconcurrentmap.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentmapkernel.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentmedian.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentreducekernel.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentresultstore.cpp34
-rw-r--r--src/corelib/concurrent/qtconcurrentresultstore.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentrun.cpp34
-rw-r--r--src/corelib/concurrent/qtconcurrentrun.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentrunbase.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentstoredfunctioncall.h34
-rw-r--r--src/corelib/concurrent/qtconcurrentthreadengine.cpp34
-rw-r--r--src/corelib/concurrent/qtconcurrentthreadengine.h34
-rw-r--r--src/corelib/concurrent/qthreadpool.cpp34
-rw-r--r--src/corelib/concurrent/qthreadpool.h34
-rw-r--r--src/corelib/concurrent/qthreadpool_p.h34
-rw-r--r--src/corelib/global/qconfig-dist.h36
-rw-r--r--src/corelib/global/qconfig-large.h34
-rw-r--r--src/corelib/global/qconfig-medium.h34
-rw-r--r--src/corelib/global/qconfig-minimal.h34
-rw-r--r--src/corelib/global/qconfig-small.h34
-rw-r--r--src/corelib/global/qendian.h34
-rw-r--r--src/corelib/global/qendian.qdoc20
-rw-r--r--src/corelib/global/qfeatures.h34
-rw-r--r--src/corelib/global/qglobal.cpp34
-rw-r--r--src/corelib/global/qglobal.h34
-rw-r--r--src/corelib/global/qlibraryinfo.cpp34
-rw-r--r--src/corelib/global/qlibraryinfo.h34
-rw-r--r--src/corelib/global/qmalloc.cpp34
-rw-r--r--src/corelib/global/qnamespace.h34
-rw-r--r--src/corelib/global/qnamespace.qdoc20
-rw-r--r--src/corelib/global/qnumeric.cpp34
-rw-r--r--src/corelib/global/qnumeric.h34
-rw-r--r--src/corelib/global/qnumeric_p.h34
-rw-r--r--src/corelib/global/qt_pch.h34
-rw-r--r--src/corelib/global/qt_windows.h34
-rw-r--r--src/corelib/io/qabstractfileengine.cpp34
-rw-r--r--src/corelib/io/qabstractfileengine.h34
-rw-r--r--src/corelib/io/qabstractfileengine_p.h34
-rw-r--r--src/corelib/io/qbuffer.cpp34
-rw-r--r--src/corelib/io/qbuffer.h34
-rw-r--r--src/corelib/io/qdatastream.cpp34
-rw-r--r--src/corelib/io/qdatastream.h34
-rw-r--r--src/corelib/io/qdatastream_p.h34
-rw-r--r--src/corelib/io/qdataurl.cpp34
-rw-r--r--src/corelib/io/qdataurl_p.h34
-rw-r--r--src/corelib/io/qdebug.cpp34
-rw-r--r--src/corelib/io/qdebug.h34
-rw-r--r--src/corelib/io/qdir.cpp34
-rw-r--r--src/corelib/io/qdir.h34
-rw-r--r--src/corelib/io/qdiriterator.cpp34
-rw-r--r--src/corelib/io/qdiriterator.h34
-rw-r--r--src/corelib/io/qfile.cpp34
-rw-r--r--src/corelib/io/qfile.h34
-rw-r--r--src/corelib/io/qfile_p.h34
-rw-r--r--src/corelib/io/qfileinfo.cpp34
-rw-r--r--src/corelib/io/qfileinfo.h34
-rw-r--r--src/corelib/io/qfileinfo_p.h34
-rw-r--r--src/corelib/io/qfilesystemwatcher.cpp34
-rw-r--r--src/corelib/io/qfilesystemwatcher.h34
-rw-r--r--src/corelib/io/qfilesystemwatcher_dnotify.cpp34
-rw-r--r--src/corelib/io/qfilesystemwatcher_dnotify_p.h34
-rw-r--r--src/corelib/io/qfilesystemwatcher_fsevents.cpp34
-rw-r--r--src/corelib/io/qfilesystemwatcher_fsevents_p.h34
-rw-r--r--src/corelib/io/qfilesystemwatcher_inotify.cpp34
-rw-r--r--src/corelib/io/qfilesystemwatcher_inotify_p.h34
-rw-r--r--src/corelib/io/qfilesystemwatcher_kqueue.cpp34
-rw-r--r--src/corelib/io/qfilesystemwatcher_kqueue_p.h34
-rw-r--r--src/corelib/io/qfilesystemwatcher_p.h34
-rw-r--r--src/corelib/io/qfilesystemwatcher_symbian.cpp34
-rw-r--r--src/corelib/io/qfilesystemwatcher_symbian_p.h34
-rw-r--r--src/corelib/io/qfilesystemwatcher_win.cpp34
-rw-r--r--src/corelib/io/qfilesystemwatcher_win_p.h34
-rw-r--r--src/corelib/io/qfsfileengine.cpp34
-rw-r--r--src/corelib/io/qfsfileengine.h34
-rw-r--r--src/corelib/io/qfsfileengine_iterator.cpp34
-rw-r--r--src/corelib/io/qfsfileengine_iterator_p.h34
-rw-r--r--src/corelib/io/qfsfileengine_iterator_unix.cpp34
-rw-r--r--src/corelib/io/qfsfileengine_iterator_win.cpp34
-rw-r--r--src/corelib/io/qfsfileengine_p.h34
-rw-r--r--src/corelib/io/qfsfileengine_unix.cpp34
-rw-r--r--src/corelib/io/qfsfileengine_win.cpp34
-rw-r--r--src/corelib/io/qiodevice.cpp34
-rw-r--r--src/corelib/io/qiodevice.h34
-rw-r--r--src/corelib/io/qiodevice_p.h34
-rw-r--r--src/corelib/io/qnoncontiguousbytedevice.cpp34
-rw-r--r--src/corelib/io/qnoncontiguousbytedevice_p.h34
-rw-r--r--src/corelib/io/qprocess.cpp34
-rw-r--r--src/corelib/io/qprocess.h34
-rw-r--r--src/corelib/io/qprocess_p.h34
-rw-r--r--src/corelib/io/qprocess_symbian.cpp34
-rw-r--r--src/corelib/io/qprocess_unix.cpp34
-rw-r--r--src/corelib/io/qprocess_win.cpp34
-rw-r--r--src/corelib/io/qresource.cpp34
-rw-r--r--src/corelib/io/qresource.h34
-rw-r--r--src/corelib/io/qresource_iterator.cpp34
-rw-r--r--src/corelib/io/qresource_iterator_p.h34
-rw-r--r--src/corelib/io/qresource_p.h34
-rw-r--r--src/corelib/io/qsettings.cpp34
-rw-r--r--src/corelib/io/qsettings.h34
-rw-r--r--src/corelib/io/qsettings_mac.cpp34
-rw-r--r--src/corelib/io/qsettings_p.h34
-rw-r--r--src/corelib/io/qsettings_win.cpp34
-rw-r--r--src/corelib/io/qtemporaryfile.cpp34
-rw-r--r--src/corelib/io/qtemporaryfile.h34
-rw-r--r--src/corelib/io/qtextstream.cpp34
-rw-r--r--src/corelib/io/qtextstream.h34
-rw-r--r--src/corelib/io/qurl.cpp34
-rw-r--r--src/corelib/io/qurl.h34
-rw-r--r--src/corelib/io/qwindowspipewriter.cpp34
-rw-r--r--src/corelib/io/qwindowspipewriter_p.h34
-rw-r--r--src/corelib/kernel/qabstracteventdispatcher.cpp34
-rw-r--r--src/corelib/kernel/qabstracteventdispatcher.h34
-rw-r--r--src/corelib/kernel/qabstracteventdispatcher_p.h34
-rw-r--r--src/corelib/kernel/qabstractitemmodel.cpp34
-rw-r--r--src/corelib/kernel/qabstractitemmodel.h34
-rw-r--r--src/corelib/kernel/qabstractitemmodel_p.h34
-rw-r--r--src/corelib/kernel/qbasictimer.cpp34
-rw-r--r--src/corelib/kernel/qbasictimer.h34
-rw-r--r--src/corelib/kernel/qcore_mac.cpp34
-rw-r--r--src/corelib/kernel/qcore_mac_p.h34
-rw-r--r--src/corelib/kernel/qcore_symbian_p.cpp34
-rw-r--r--src/corelib/kernel/qcore_symbian_p.h34
-rw-r--r--src/corelib/kernel/qcore_unix.cpp34
-rw-r--r--src/corelib/kernel/qcore_unix_p.h34
-rw-r--r--src/corelib/kernel/qcoreapplication.cpp34
-rw-r--r--src/corelib/kernel/qcoreapplication.h34
-rw-r--r--src/corelib/kernel/qcoreapplication_mac.cpp34
-rw-r--r--src/corelib/kernel/qcoreapplication_p.h34
-rw-r--r--src/corelib/kernel/qcoreapplication_win.cpp34
-rw-r--r--src/corelib/kernel/qcorecmdlineargs_p.h34
-rw-r--r--src/corelib/kernel/qcoreevent.cpp34
-rw-r--r--src/corelib/kernel/qcoreevent.h34
-rw-r--r--src/corelib/kernel/qcoreglobaldata.cpp36
-rw-r--r--src/corelib/kernel/qcoreglobaldata_p.h34
-rw-r--r--src/corelib/kernel/qcrashhandler.cpp34
-rw-r--r--src/corelib/kernel/qcrashhandler_p.h34
-rw-r--r--src/corelib/kernel/qeventdispatcher_glib.cpp34
-rw-r--r--src/corelib/kernel/qeventdispatcher_glib_p.h34
-rw-r--r--src/corelib/kernel/qeventdispatcher_symbian.cpp34
-rw-r--r--src/corelib/kernel/qeventdispatcher_symbian_p.h34
-rw-r--r--src/corelib/kernel/qeventdispatcher_unix.cpp34
-rw-r--r--src/corelib/kernel/qeventdispatcher_unix_p.h34
-rw-r--r--src/corelib/kernel/qeventdispatcher_win.cpp34
-rw-r--r--src/corelib/kernel/qeventdispatcher_win_p.h34
-rw-r--r--src/corelib/kernel/qeventloop.cpp34
-rw-r--r--src/corelib/kernel/qeventloop.h34
-rw-r--r--src/corelib/kernel/qfunctions_p.h34
-rw-r--r--src/corelib/kernel/qfunctions_vxworks.cpp34
-rw-r--r--src/corelib/kernel/qfunctions_vxworks.h34
-rw-r--r--src/corelib/kernel/qfunctions_wince.cpp34
-rw-r--r--src/corelib/kernel/qfunctions_wince.h34
-rw-r--r--src/corelib/kernel/qmath.cpp34
-rw-r--r--src/corelib/kernel/qmath.h34
-rw-r--r--src/corelib/kernel/qmath.qdoc20
-rw-r--r--src/corelib/kernel/qmetaobject.cpp34
-rw-r--r--src/corelib/kernel/qmetaobject.h34
-rw-r--r--src/corelib/kernel/qmetaobject_p.h34
-rw-r--r--src/corelib/kernel/qmetatype.cpp34
-rw-r--r--src/corelib/kernel/qmetatype.h34
-rw-r--r--src/corelib/kernel/qmimedata.cpp34
-rw-r--r--src/corelib/kernel/qmimedata.h34
-rw-r--r--src/corelib/kernel/qobject.cpp34
-rw-r--r--src/corelib/kernel/qobject.h34
-rw-r--r--src/corelib/kernel/qobject_p.h34
-rw-r--r--src/corelib/kernel/qobjectcleanuphandler.cpp34
-rw-r--r--src/corelib/kernel/qobjectcleanuphandler.h34
-rw-r--r--src/corelib/kernel/qobjectdefs.h34
-rw-r--r--src/corelib/kernel/qpointer.cpp34
-rw-r--r--src/corelib/kernel/qpointer.h34
-rw-r--r--src/corelib/kernel/qsharedmemory.cpp34
-rw-r--r--src/corelib/kernel/qsharedmemory.h34
-rw-r--r--src/corelib/kernel/qsharedmemory_p.h34
-rw-r--r--src/corelib/kernel/qsharedmemory_symbian.cpp34
-rw-r--r--src/corelib/kernel/qsharedmemory_unix.cpp34
-rw-r--r--src/corelib/kernel/qsharedmemory_win.cpp34
-rw-r--r--src/corelib/kernel/qsignalmapper.cpp34
-rw-r--r--src/corelib/kernel/qsignalmapper.h34
-rw-r--r--src/corelib/kernel/qsocketnotifier.cpp34
-rw-r--r--src/corelib/kernel/qsocketnotifier.h34
-rw-r--r--src/corelib/kernel/qsystemsemaphore.cpp34
-rw-r--r--src/corelib/kernel/qsystemsemaphore.h34
-rw-r--r--src/corelib/kernel/qsystemsemaphore_p.h34
-rw-r--r--src/corelib/kernel/qsystemsemaphore_symbian.cpp34
-rw-r--r--src/corelib/kernel/qsystemsemaphore_unix.cpp34
-rw-r--r--src/corelib/kernel/qsystemsemaphore_win.cpp34
-rw-r--r--src/corelib/kernel/qtcore_eval.cpp34
-rw-r--r--src/corelib/kernel/qtimer.cpp34
-rw-r--r--src/corelib/kernel/qtimer.h34
-rw-r--r--src/corelib/kernel/qtranslator.cpp34
-rw-r--r--src/corelib/kernel/qtranslator.h34
-rw-r--r--src/corelib/kernel/qtranslator_p.h34
-rw-r--r--src/corelib/kernel/qvariant.cpp34
-rw-r--r--src/corelib/kernel/qvariant.h34
-rw-r--r--src/corelib/kernel/qvariant_p.h34
-rw-r--r--src/corelib/kernel/qwineventnotifier_p.cpp34
-rw-r--r--src/corelib/kernel/qwineventnotifier_p.h34
-rw-r--r--src/corelib/plugin/qfactoryinterface.h34
-rw-r--r--src/corelib/plugin/qfactoryloader.cpp34
-rw-r--r--src/corelib/plugin/qfactoryloader_p.h34
-rw-r--r--src/corelib/plugin/qlibrary.cpp34
-rw-r--r--src/corelib/plugin/qlibrary.h34
-rw-r--r--src/corelib/plugin/qlibrary_p.h34
-rw-r--r--src/corelib/plugin/qlibrary_unix.cpp34
-rw-r--r--src/corelib/plugin/qlibrary_win.cpp34
-rw-r--r--src/corelib/plugin/qplugin.h34
-rw-r--r--src/corelib/plugin/qplugin.qdoc20
-rw-r--r--src/corelib/plugin/qpluginloader.cpp34
-rw-r--r--src/corelib/plugin/qpluginloader.h34
-rw-r--r--src/corelib/plugin/qsystemlibrary.cpp34
-rw-r--r--src/corelib/plugin/qsystemlibrary_p.h34
-rw-r--r--src/corelib/plugin/quuid.cpp34
-rw-r--r--src/corelib/plugin/quuid.h34
-rw-r--r--src/corelib/statemachine/qabstractstate.cpp34
-rw-r--r--src/corelib/statemachine/qabstractstate.h34
-rw-r--r--src/corelib/statemachine/qabstractstate_p.h34
-rw-r--r--src/corelib/statemachine/qabstracttransition.cpp34
-rw-r--r--src/corelib/statemachine/qabstracttransition.h34
-rw-r--r--src/corelib/statemachine/qabstracttransition_p.h34
-rw-r--r--src/corelib/statemachine/qeventtransition.cpp34
-rw-r--r--src/corelib/statemachine/qeventtransition.h34
-rw-r--r--src/corelib/statemachine/qeventtransition_p.h34
-rw-r--r--src/corelib/statemachine/qfinalstate.cpp34
-rw-r--r--src/corelib/statemachine/qfinalstate.h34
-rw-r--r--src/corelib/statemachine/qhistorystate.cpp34
-rw-r--r--src/corelib/statemachine/qhistorystate.h34
-rw-r--r--src/corelib/statemachine/qhistorystate_p.h34
-rw-r--r--src/corelib/statemachine/qsignaleventgenerator_p.h34
-rw-r--r--src/corelib/statemachine/qsignaltransition.cpp34
-rw-r--r--src/corelib/statemachine/qsignaltransition.h34
-rw-r--r--src/corelib/statemachine/qsignaltransition_p.h34
-rw-r--r--src/corelib/statemachine/qstate.cpp34
-rw-r--r--src/corelib/statemachine/qstate.h34
-rw-r--r--src/corelib/statemachine/qstate_p.h34
-rw-r--r--src/corelib/statemachine/qstatemachine.cpp34
-rw-r--r--src/corelib/statemachine/qstatemachine.h34
-rw-r--r--src/corelib/statemachine/qstatemachine_p.h34
-rw-r--r--src/corelib/thread/qatomic.cpp34
-rw-r--r--src/corelib/thread/qatomic.h34
-rw-r--r--src/corelib/thread/qbasicatomic.h34
-rw-r--r--src/corelib/thread/qmutex.cpp34
-rw-r--r--src/corelib/thread/qmutex.h34
-rw-r--r--src/corelib/thread/qmutex_p.h34
-rw-r--r--src/corelib/thread/qmutex_unix.cpp34
-rw-r--r--src/corelib/thread/qmutex_win.cpp34
-rw-r--r--src/corelib/thread/qmutexpool.cpp34
-rw-r--r--src/corelib/thread/qmutexpool_p.h34
-rw-r--r--src/corelib/thread/qorderedmutexlocker_p.h34
-rw-r--r--src/corelib/thread/qreadwritelock.cpp34
-rw-r--r--src/corelib/thread/qreadwritelock.h34
-rw-r--r--src/corelib/thread/qreadwritelock_p.h34
-rw-r--r--src/corelib/thread/qsemaphore.cpp34
-rw-r--r--src/corelib/thread/qsemaphore.h34
-rw-r--r--src/corelib/thread/qthread.cpp34
-rw-r--r--src/corelib/thread/qthread.h34
-rw-r--r--src/corelib/thread/qthread_p.h34
-rw-r--r--src/corelib/thread/qthread_unix.cpp34
-rw-r--r--src/corelib/thread/qthread_win.cpp34
-rw-r--r--src/corelib/thread/qthreadstorage.cpp34
-rw-r--r--src/corelib/thread/qthreadstorage.h34
-rw-r--r--src/corelib/thread/qwaitcondition.h34
-rw-r--r--src/corelib/thread/qwaitcondition.qdoc20
-rw-r--r--src/corelib/thread/qwaitcondition_unix.cpp34
-rw-r--r--src/corelib/thread/qwaitcondition_win.cpp34
-rw-r--r--src/corelib/tools/qalgorithms.h34
-rw-r--r--src/corelib/tools/qalgorithms.qdoc20
-rw-r--r--src/corelib/tools/qbitarray.cpp34
-rw-r--r--src/corelib/tools/qbitarray.h34
-rw-r--r--src/corelib/tools/qbytearray.cpp34
-rw-r--r--src/corelib/tools/qbytearray.h34
-rw-r--r--src/corelib/tools/qbytearraymatcher.cpp34
-rw-r--r--src/corelib/tools/qbytearraymatcher.h34
-rw-r--r--src/corelib/tools/qbytedata_p.h34
-rw-r--r--src/corelib/tools/qcache.h34
-rw-r--r--src/corelib/tools/qcache.qdoc20
-rw-r--r--src/corelib/tools/qchar.cpp34
-rw-r--r--src/corelib/tools/qchar.h34
-rw-r--r--src/corelib/tools/qcontainerfwd.h34
-rw-r--r--src/corelib/tools/qcontiguouscache.cpp34
-rw-r--r--src/corelib/tools/qcontiguouscache.h34
-rw-r--r--src/corelib/tools/qcryptographichash.cpp34
-rw-r--r--src/corelib/tools/qcryptographichash.h34
-rw-r--r--src/corelib/tools/qdatetime.cpp34
-rw-r--r--src/corelib/tools/qdatetime.h34
-rw-r--r--src/corelib/tools/qdatetime_p.h34
-rw-r--r--src/corelib/tools/qeasingcurve.cpp34
-rw-r--r--src/corelib/tools/qeasingcurve.h34
-rw-r--r--src/corelib/tools/qelapsedtimer.cpp34
-rw-r--r--src/corelib/tools/qelapsedtimer.h34
-rw-r--r--src/corelib/tools/qelapsedtimer_generic.cpp34
-rw-r--r--src/corelib/tools/qelapsedtimer_mac.cpp34
-rw-r--r--src/corelib/tools/qelapsedtimer_symbian.cpp34
-rw-r--r--src/corelib/tools/qelapsedtimer_unix.cpp34
-rw-r--r--src/corelib/tools/qelapsedtimer_win.cpp34
-rw-r--r--src/corelib/tools/qharfbuzz.cpp34
-rw-r--r--src/corelib/tools/qharfbuzz_p.h34
-rw-r--r--src/corelib/tools/qhash.cpp34
-rw-r--r--src/corelib/tools/qhash.h34
-rw-r--r--src/corelib/tools/qiterator.h34
-rw-r--r--src/corelib/tools/qiterator.qdoc20
-rw-r--r--src/corelib/tools/qline.cpp34
-rw-r--r--src/corelib/tools/qline.h34
-rw-r--r--src/corelib/tools/qlinkedlist.cpp34
-rw-r--r--src/corelib/tools/qlinkedlist.h34
-rw-r--r--src/corelib/tools/qlist.cpp34
-rw-r--r--src/corelib/tools/qlist.h34
-rw-r--r--src/corelib/tools/qlocale.cpp34
-rw-r--r--src/corelib/tools/qlocale.h34
-rw-r--r--src/corelib/tools/qlocale_data_p.h34
-rw-r--r--src/corelib/tools/qlocale_p.h34
-rw-r--r--src/corelib/tools/qlocale_symbian.cpp34
-rw-r--r--src/corelib/tools/qmap.cpp34
-rw-r--r--src/corelib/tools/qmap.h34
-rw-r--r--src/corelib/tools/qmargins.cpp34
-rw-r--r--src/corelib/tools/qmargins.h34
-rw-r--r--src/corelib/tools/qpair.h34
-rw-r--r--src/corelib/tools/qpair.qdoc20
-rw-r--r--src/corelib/tools/qpodlist_p.h34
-rw-r--r--src/corelib/tools/qpoint.cpp34
-rw-r--r--src/corelib/tools/qpoint.h34
-rw-r--r--src/corelib/tools/qqueue.cpp34
-rw-r--r--src/corelib/tools/qqueue.h34
-rw-r--r--src/corelib/tools/qrect.cpp34
-rw-r--r--src/corelib/tools/qrect.h34
-rw-r--r--src/corelib/tools/qregexp.cpp34
-rw-r--r--src/corelib/tools/qregexp.h34
-rw-r--r--src/corelib/tools/qringbuffer_p.h34
-rw-r--r--src/corelib/tools/qscopedpointer.cpp34
-rw-r--r--src/corelib/tools/qscopedpointer.h34
-rw-r--r--src/corelib/tools/qscopedpointer_p.h34
-rw-r--r--src/corelib/tools/qset.h34
-rw-r--r--src/corelib/tools/qset.qdoc20
-rw-r--r--src/corelib/tools/qshareddata.cpp34
-rw-r--r--src/corelib/tools/qshareddata.h34
-rw-r--r--src/corelib/tools/qsharedpointer.cpp34
-rw-r--r--src/corelib/tools/qsharedpointer.h34
-rw-r--r--src/corelib/tools/qsharedpointer_impl.h34
-rw-r--r--src/corelib/tools/qsimd.cpp34
-rw-r--r--src/corelib/tools/qsimd_p.h34
-rw-r--r--src/corelib/tools/qsize.cpp34
-rw-r--r--src/corelib/tools/qsize.h34
-rw-r--r--src/corelib/tools/qstack.cpp34
-rw-r--r--src/corelib/tools/qstack.h34
-rw-r--r--src/corelib/tools/qstring.cpp34
-rw-r--r--src/corelib/tools/qstring.h34
-rw-r--r--src/corelib/tools/qstringbuilder.cpp34
-rw-r--r--src/corelib/tools/qstringbuilder.h34
-rw-r--r--src/corelib/tools/qstringlist.cpp34
-rw-r--r--src/corelib/tools/qstringlist.h34
-rw-r--r--src/corelib/tools/qstringmatcher.cpp34
-rw-r--r--src/corelib/tools/qstringmatcher.h34
-rw-r--r--src/corelib/tools/qtextboundaryfinder.cpp34
-rw-r--r--src/corelib/tools/qtextboundaryfinder.h34
-rw-r--r--src/corelib/tools/qtimeline.cpp34
-rw-r--r--src/corelib/tools/qtimeline.h34
-rw-r--r--src/corelib/tools/qtools_p.h34
-rw-r--r--src/corelib/tools/qunicodetables.cpp34
-rw-r--r--src/corelib/tools/qunicodetables_p.h34
-rw-r--r--src/corelib/tools/qvarlengtharray.h34
-rw-r--r--src/corelib/tools/qvarlengtharray.qdoc20
-rw-r--r--src/corelib/tools/qvector.cpp34
-rw-r--r--src/corelib/tools/qvector.h34
-rw-r--r--src/corelib/tools/qvsnprintf.cpp34
-rwxr-xr-xsrc/corelib/xml/make-parser.sh36
-rw-r--r--src/corelib/xml/qxmlstream.cpp34
-rw-r--r--src/corelib/xml/qxmlstream.g34
-rw-r--r--src/corelib/xml/qxmlstream.h34
-rw-r--r--src/corelib/xml/qxmlstream_p.h34
-rw-r--r--src/corelib/xml/qxmlutils.cpp34
-rw-r--r--src/corelib/xml/qxmlutils_p.h34
-rw-r--r--src/dbus/qdbus_symbols.cpp34
-rw-r--r--src/dbus/qdbus_symbols_p.h34
-rw-r--r--src/dbus/qdbusabstractadaptor.cpp34
-rw-r--r--src/dbus/qdbusabstractadaptor.h34
-rw-r--r--src/dbus/qdbusabstractadaptor_p.h34
-rw-r--r--src/dbus/qdbusabstractinterface.cpp34
-rw-r--r--src/dbus/qdbusabstractinterface.h34
-rw-r--r--src/dbus/qdbusabstractinterface_p.h34
-rw-r--r--src/dbus/qdbusargument.cpp34
-rw-r--r--src/dbus/qdbusargument.h34
-rw-r--r--src/dbus/qdbusargument_p.h34
-rw-r--r--src/dbus/qdbusconnection.cpp34
-rw-r--r--src/dbus/qdbusconnection.h34
-rw-r--r--src/dbus/qdbusconnection_p.h34
-rw-r--r--src/dbus/qdbusconnectioninterface.cpp34
-rw-r--r--src/dbus/qdbusconnectioninterface.h34
-rw-r--r--src/dbus/qdbuscontext.cpp34
-rw-r--r--src/dbus/qdbuscontext.h34
-rw-r--r--src/dbus/qdbuscontext_p.h34
-rw-r--r--src/dbus/qdbusdemarshaller.cpp34
-rw-r--r--src/dbus/qdbuserror.cpp34
-rw-r--r--src/dbus/qdbuserror.h34
-rw-r--r--src/dbus/qdbusextratypes.cpp34
-rw-r--r--src/dbus/qdbusextratypes.h34
-rw-r--r--src/dbus/qdbusintegrator.cpp34
-rw-r--r--src/dbus/qdbusintegrator_p.h34
-rw-r--r--src/dbus/qdbusinterface.cpp34
-rw-r--r--src/dbus/qdbusinterface.h34
-rw-r--r--src/dbus/qdbusinterface_p.h34
-rw-r--r--src/dbus/qdbusinternalfilters.cpp34
-rw-r--r--src/dbus/qdbusintrospection.cpp34
-rw-r--r--src/dbus/qdbusintrospection_p.h34
-rw-r--r--src/dbus/qdbusmacros.h34
-rw-r--r--src/dbus/qdbusmarshaller.cpp34
-rw-r--r--src/dbus/qdbusmessage.cpp34
-rw-r--r--src/dbus/qdbusmessage.h34
-rw-r--r--src/dbus/qdbusmessage_p.h34
-rw-r--r--src/dbus/qdbusmetaobject.cpp34
-rw-r--r--src/dbus/qdbusmetaobject_p.h34
-rw-r--r--src/dbus/qdbusmetatype.cpp34
-rw-r--r--src/dbus/qdbusmetatype.h34
-rw-r--r--src/dbus/qdbusmetatype_p.h34
-rw-r--r--src/dbus/qdbusmisc.cpp34
-rw-r--r--src/dbus/qdbuspendingcall.cpp34
-rw-r--r--src/dbus/qdbuspendingcall.h34
-rw-r--r--src/dbus/qdbuspendingcall_p.h34
-rw-r--r--src/dbus/qdbuspendingreply.cpp34
-rw-r--r--src/dbus/qdbuspendingreply.h34
-rw-r--r--src/dbus/qdbusreply.cpp34
-rw-r--r--src/dbus/qdbusreply.h34
-rw-r--r--src/dbus/qdbusserver.cpp34
-rw-r--r--src/dbus/qdbusserver.h34
-rw-r--r--src/dbus/qdbusservicewatcher.cpp34
-rw-r--r--src/dbus/qdbusservicewatcher.h34
-rw-r--r--src/dbus/qdbusthreaddebug_p.h34
-rw-r--r--src/dbus/qdbusutil.cpp34
-rw-r--r--src/dbus/qdbusutil_p.h34
-rw-r--r--src/dbus/qdbusxmlgenerator.cpp34
-rw-r--r--src/dbus/qdbusxmlparser.cpp34
-rw-r--r--src/dbus/qdbusxmlparser_p.h34
-rw-r--r--src/declarative/debugger/qdeclarativedebug.cpp34
-rw-r--r--src/declarative/debugger/qdeclarativedebug_p.h34
-rw-r--r--src/declarative/debugger/qdeclarativedebugclient.cpp34
-rw-r--r--src/declarative/debugger/qdeclarativedebugclient_p.h34
-rw-r--r--src/declarative/debugger/qdeclarativedebuggerstatus.cpp36
-rw-r--r--src/declarative/debugger/qdeclarativedebuggerstatus_p.h34
-rw-r--r--src/declarative/debugger/qdeclarativedebughelper.cpp34
-rw-r--r--src/declarative/debugger/qdeclarativedebughelper_p.h34
-rw-r--r--src/declarative/debugger/qdeclarativedebugserver.cpp34
-rw-r--r--src/declarative/debugger/qdeclarativedebugserver_p.h34
-rw-r--r--src/declarative/debugger/qdeclarativedebugserverconnection_p.h34
-rw-r--r--src/declarative/debugger/qdeclarativedebugservice.cpp34
-rw-r--r--src/declarative/debugger/qdeclarativedebugservice_p.h34
-rw-r--r--src/declarative/debugger/qdeclarativedebugservice_p_p.h34
-rw-r--r--src/declarative/debugger/qdeclarativedebugtrace.cpp34
-rw-r--r--src/declarative/debugger/qdeclarativedebugtrace_p.h34
-rw-r--r--src/declarative/debugger/qpacketprotocol.cpp34
-rw-r--r--src/declarative/debugger/qpacketprotocol_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeanchors.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeanchors_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeanchors_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeanimatedimage_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeanimatedimage_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeborderimage.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeborderimage_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeborderimage_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeevents.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeevents_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeflickable.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeflickable_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeflickable_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeflipable.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeflipable_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativefocuspanel.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativefocuspanel_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativefocusscope.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativefocusscope_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativegraphicswidget.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativegraphicswidget_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativegridview.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativegridview_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeimage.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeimage_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeimage_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeimagebase.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeimagebase_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeimagebase_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeimplicitsizeitem.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeimplicitsizeitem_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeimplicitsizeitem_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitem.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitem.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitem_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitemchangelistener_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitemsmodule.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitemsmodule_p.h36
-rw-r--r--src/declarative/graphicsitems/qdeclarativelayoutitem.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativelayoutitem_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativelistview.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativelistview_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeloader.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeloader_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativeloader_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativemousearea.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativemousearea_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativemousearea_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepainteditem.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepainteditem_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepainteditem_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepath.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepath_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepath_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepathview.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepathview_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepathview_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepincharea.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepincharea_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepincharea_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepositioners.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepositioners_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativepositioners_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativerectangle.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativerectangle_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativerectangle_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativerepeater.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativerepeater_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativerepeater_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativescalegrid.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativescalegrid_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativetext.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativetext_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativetext_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativetextedit.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativetextedit_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativetextedit_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativetextinput.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativetextinput_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativetextinput_p_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativetextlayout.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativetextlayout_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativetranslate.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativetranslate_p.h34
-rw-r--r--src/declarative/graphicsitems/qdeclarativevisualitemmodel.cpp34
-rw-r--r--src/declarative/graphicsitems/qdeclarativevisualitemmodel_p.h34
-rw-r--r--src/declarative/qml/parser/qdeclarativejs.g68
-rw-r--r--src/declarative/qml/parser/qdeclarativejsast.cpp34
-rw-r--r--src/declarative/qml/parser/qdeclarativejsast_p.h34
-rw-r--r--src/declarative/qml/parser/qdeclarativejsastfwd_p.h34
-rw-r--r--src/declarative/qml/parser/qdeclarativejsastvisitor.cpp36
-rw-r--r--src/declarative/qml/parser/qdeclarativejsastvisitor_p.h34
-rw-r--r--src/declarative/qml/parser/qdeclarativejsengine_p.cpp34
-rw-r--r--src/declarative/qml/parser/qdeclarativejsengine_p.h34
-rw-r--r--src/declarative/qml/parser/qdeclarativejsglobal_p.h34
-rw-r--r--src/declarative/qml/parser/qdeclarativejsgrammar.cpp34
-rw-r--r--src/declarative/qml/parser/qdeclarativejsgrammar_p.h34
-rw-r--r--src/declarative/qml/parser/qdeclarativejslexer.cpp34
-rw-r--r--src/declarative/qml/parser/qdeclarativejslexer_p.h34
-rw-r--r--src/declarative/qml/parser/qdeclarativejsmemorypool_p.h34
-rw-r--r--src/declarative/qml/parser/qdeclarativejsnodepool_p.h34
-rw-r--r--src/declarative/qml/parser/qdeclarativejsparser.cpp34
-rw-r--r--src/declarative/qml/parser/qdeclarativejsparser_p.h34
-rw-r--r--src/declarative/qml/qbitfield_p.h34
-rw-r--r--src/declarative/qml/qdeclarative.h34
-rw-r--r--src/declarative/qml/qdeclarativebinding.cpp34
-rw-r--r--src/declarative/qml/qdeclarativebinding_p.h34
-rw-r--r--src/declarative/qml/qdeclarativebinding_p_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeboundsignal.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeboundsignal_p.h34
-rw-r--r--src/declarative/qml/qdeclarativecleanup.cpp34
-rw-r--r--src/declarative/qml/qdeclarativecleanup_p.h34
-rw-r--r--src/declarative/qml/qdeclarativecompiledbindings.cpp34
-rw-r--r--src/declarative/qml/qdeclarativecompiledbindings_p.h34
-rw-r--r--src/declarative/qml/qdeclarativecompileddata.cpp34
-rw-r--r--src/declarative/qml/qdeclarativecompiler.cpp34
-rw-r--r--src/declarative/qml/qdeclarativecompiler_p.h34
-rw-r--r--src/declarative/qml/qdeclarativecomponent.cpp34
-rw-r--r--src/declarative/qml/qdeclarativecomponent.h34
-rw-r--r--src/declarative/qml/qdeclarativecomponent_p.h34
-rw-r--r--src/declarative/qml/qdeclarativecontext.cpp34
-rw-r--r--src/declarative/qml/qdeclarativecontext.h34
-rw-r--r--src/declarative/qml/qdeclarativecontext_p.h34
-rw-r--r--src/declarative/qml/qdeclarativecontextscriptclass.cpp34
-rw-r--r--src/declarative/qml/qdeclarativecontextscriptclass_p.h34
-rw-r--r--src/declarative/qml/qdeclarativecustomparser.cpp34
-rw-r--r--src/declarative/qml/qdeclarativecustomparser_p.h34
-rw-r--r--src/declarative/qml/qdeclarativecustomparser_p_p.h34
-rw-r--r--src/declarative/qml/qdeclarativedata_p.h34
-rw-r--r--src/declarative/qml/qdeclarativedirparser.cpp34
-rw-r--r--src/declarative/qml/qdeclarativedirparser_p.h34
-rw-r--r--src/declarative/qml/qdeclarativedom.cpp34
-rw-r--r--src/declarative/qml/qdeclarativedom_p.h34
-rw-r--r--src/declarative/qml/qdeclarativedom_p_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeengine.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeengine.h34
-rw-r--r--src/declarative/qml/qdeclarativeengine_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeenginedebug.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeenginedebug_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeerror.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeerror.h34
-rw-r--r--src/declarative/qml/qdeclarativeexpression.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeexpression.h34
-rw-r--r--src/declarative/qml/qdeclarativeexpression_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeextensioninterface.h34
-rw-r--r--src/declarative/qml/qdeclarativeextensionplugin.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeextensionplugin.h34
-rw-r--r--src/declarative/qml/qdeclarativefastproperties.cpp34
-rw-r--r--src/declarative/qml/qdeclarativefastproperties_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeglobal_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeglobalscriptclass.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeglobalscriptclass_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeguard_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeimageprovider.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeimageprovider.h34
-rw-r--r--src/declarative/qml/qdeclarativeimport.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeimport_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeinclude.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeinclude_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeinfo.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeinfo.h34
-rw-r--r--src/declarative/qml/qdeclarativeinstruction.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeinstruction_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeintegercache.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeintegercache_p.h34
-rw-r--r--src/declarative/qml/qdeclarativelist.cpp34
-rw-r--r--src/declarative/qml/qdeclarativelist.h34
-rw-r--r--src/declarative/qml/qdeclarativelist_p.h34
-rw-r--r--src/declarative/qml/qdeclarativelistscriptclass.cpp34
-rw-r--r--src/declarative/qml/qdeclarativelistscriptclass_p.h34
-rw-r--r--src/declarative/qml/qdeclarativemetatype.cpp34
-rw-r--r--src/declarative/qml/qdeclarativemetatype_p.h34
-rw-r--r--src/declarative/qml/qdeclarativenetworkaccessmanagerfactory.cpp34
-rw-r--r--src/declarative/qml/qdeclarativenetworkaccessmanagerfactory.h34
-rw-r--r--src/declarative/qml/qdeclarativenotifier.cpp34
-rw-r--r--src/declarative/qml/qdeclarativenotifier_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeobjectscriptclass.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeobjectscriptclass_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeparser.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeparser_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeparserstatus.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeparserstatus.h34
-rw-r--r--src/declarative/qml/qdeclarativeprivate.h34
-rw-r--r--src/declarative/qml/qdeclarativeproperty.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeproperty.h34
-rw-r--r--src/declarative/qml/qdeclarativeproperty_p.h34
-rw-r--r--src/declarative/qml/qdeclarativepropertycache.cpp34
-rw-r--r--src/declarative/qml/qdeclarativepropertycache_p.h34
-rw-r--r--src/declarative/qml/qdeclarativepropertyvalueinterceptor.cpp34
-rw-r--r--src/declarative/qml/qdeclarativepropertyvalueinterceptor.h34
-rw-r--r--src/declarative/qml/qdeclarativepropertyvaluesource.cpp34
-rw-r--r--src/declarative/qml/qdeclarativepropertyvaluesource.h34
-rw-r--r--src/declarative/qml/qdeclarativeproxymetaobject.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeproxymetaobject_p.h34
-rw-r--r--src/declarative/qml/qdeclarativerefcount.cpp34
-rw-r--r--src/declarative/qml/qdeclarativerefcount_p.h34
-rw-r--r--src/declarative/qml/qdeclarativerewrite.cpp34
-rw-r--r--src/declarative/qml/qdeclarativerewrite_p.h34
-rw-r--r--src/declarative/qml/qdeclarativescriptparser.cpp34
-rw-r--r--src/declarative/qml/qdeclarativescriptparser_p.h34
-rw-r--r--src/declarative/qml/qdeclarativescriptstring.cpp34
-rw-r--r--src/declarative/qml/qdeclarativescriptstring.h34
-rw-r--r--src/declarative/qml/qdeclarativesqldatabase.cpp34
-rw-r--r--src/declarative/qml/qdeclarativesqldatabase_p.h34
-rw-r--r--src/declarative/qml/qdeclarativestringconverters.cpp34
-rw-r--r--src/declarative/qml/qdeclarativestringconverters_p.h34
-rw-r--r--src/declarative/qml/qdeclarativetypeloader.cpp34
-rw-r--r--src/declarative/qml/qdeclarativetypeloader_p.h34
-rw-r--r--src/declarative/qml/qdeclarativetypenamecache.cpp34
-rw-r--r--src/declarative/qml/qdeclarativetypenamecache_p.h34
-rw-r--r--src/declarative/qml/qdeclarativetypenamescriptclass.cpp34
-rw-r--r--src/declarative/qml/qdeclarativetypenamescriptclass_p.h34
-rw-r--r--src/declarative/qml/qdeclarativetypenotavailable.cpp36
-rw-r--r--src/declarative/qml/qdeclarativetypenotavailable_p.h34
-rw-r--r--src/declarative/qml/qdeclarativevaluetype.cpp34
-rw-r--r--src/declarative/qml/qdeclarativevaluetype_p.h34
-rw-r--r--src/declarative/qml/qdeclarativevaluetypescriptclass.cpp34
-rw-r--r--src/declarative/qml/qdeclarativevaluetypescriptclass_p.h34
-rw-r--r--src/declarative/qml/qdeclarativevme.cpp34
-rw-r--r--src/declarative/qml/qdeclarativevme_p.h34
-rw-r--r--src/declarative/qml/qdeclarativevmemetaobject.cpp34
-rw-r--r--src/declarative/qml/qdeclarativevmemetaobject_p.h34
-rw-r--r--src/declarative/qml/qdeclarativewatcher.cpp34
-rw-r--r--src/declarative/qml/qdeclarativewatcher_p.h34
-rw-r--r--src/declarative/qml/qdeclarativeworkerscript.cpp34
-rw-r--r--src/declarative/qml/qdeclarativeworkerscript_p.h34
-rw-r--r--src/declarative/qml/qdeclarativexmlhttprequest.cpp34
-rw-r--r--src/declarative/qml/qdeclarativexmlhttprequest_p.h34
-rw-r--r--src/declarative/qml/qmetaobjectbuilder.cpp34
-rw-r--r--src/declarative/qml/qmetaobjectbuilder_p.h34
-rw-r--r--src/declarative/qml/qperformancetimer.cpp34
-rw-r--r--src/declarative/qml/qperformancetimer_p.h34
-rw-r--r--src/declarative/qml/qpodvector_p.h34
-rw-r--r--src/declarative/qml/rewriter/textwriter.cpp34
-rw-r--r--src/declarative/qml/rewriter/textwriter_p.h34
-rw-r--r--src/declarative/util/qdeclarativeanimation.cpp34
-rw-r--r--src/declarative/util/qdeclarativeanimation_p.h34
-rw-r--r--src/declarative/util/qdeclarativeanimation_p_p.h34
-rw-r--r--src/declarative/util/qdeclarativeapplication.cpp34
-rw-r--r--src/declarative/util/qdeclarativeapplication_p.h34
-rw-r--r--src/declarative/util/qdeclarativebehavior.cpp34
-rw-r--r--src/declarative/util/qdeclarativebehavior_p.h34
-rw-r--r--src/declarative/util/qdeclarativebind.cpp34
-rw-r--r--src/declarative/util/qdeclarativebind_p.h34
-rw-r--r--src/declarative/util/qdeclarativeconnections.cpp34
-rw-r--r--src/declarative/util/qdeclarativeconnections_p.h34
-rw-r--r--src/declarative/util/qdeclarativefontloader.cpp34
-rw-r--r--src/declarative/util/qdeclarativefontloader_p.h34
-rw-r--r--src/declarative/util/qdeclarativelistaccessor.cpp34
-rw-r--r--src/declarative/util/qdeclarativelistaccessor_p.h34
-rw-r--r--src/declarative/util/qdeclarativelistmodel.cpp34
-rw-r--r--src/declarative/util/qdeclarativelistmodel_p.h34
-rw-r--r--src/declarative/util/qdeclarativelistmodel_p_p.h34
-rw-r--r--src/declarative/util/qdeclarativelistmodelworkeragent.cpp34
-rw-r--r--src/declarative/util/qdeclarativelistmodelworkeragent_p.h34
-rw-r--r--src/declarative/util/qdeclarativenullablevalue_p_p.h34
-rw-r--r--src/declarative/util/qdeclarativeopenmetaobject.cpp34
-rw-r--r--src/declarative/util/qdeclarativeopenmetaobject_p.h34
-rw-r--r--src/declarative/util/qdeclarativepackage.cpp34
-rw-r--r--src/declarative/util/qdeclarativepackage_p.h34
-rw-r--r--src/declarative/util/qdeclarativepixmapcache.cpp34
-rw-r--r--src/declarative/util/qdeclarativepixmapcache_p.h34
-rw-r--r--src/declarative/util/qdeclarativepropertychanges.cpp34
-rw-r--r--src/declarative/util/qdeclarativepropertychanges_p.h34
-rw-r--r--src/declarative/util/qdeclarativepropertymap.cpp34
-rw-r--r--src/declarative/util/qdeclarativepropertymap.h34
-rw-r--r--src/declarative/util/qdeclarativesmoothedanimation.cpp34
-rw-r--r--src/declarative/util/qdeclarativesmoothedanimation_p.h34
-rw-r--r--src/declarative/util/qdeclarativesmoothedanimation_p_p.h34
-rw-r--r--src/declarative/util/qdeclarativespringanimation.cpp34
-rw-r--r--src/declarative/util/qdeclarativespringanimation_p.h34
-rw-r--r--src/declarative/util/qdeclarativestate.cpp34
-rw-r--r--src/declarative/util/qdeclarativestate_p.h34
-rw-r--r--src/declarative/util/qdeclarativestate_p_p.h34
-rw-r--r--src/declarative/util/qdeclarativestategroup.cpp34
-rw-r--r--src/declarative/util/qdeclarativestategroup_p.h34
-rw-r--r--src/declarative/util/qdeclarativestateoperations.cpp34
-rw-r--r--src/declarative/util/qdeclarativestateoperations_p.h34
-rw-r--r--src/declarative/util/qdeclarativestyledtext.cpp34
-rw-r--r--src/declarative/util/qdeclarativestyledtext_p.h34
-rw-r--r--src/declarative/util/qdeclarativesystempalette.cpp34
-rw-r--r--src/declarative/util/qdeclarativesystempalette_p.h34
-rw-r--r--src/declarative/util/qdeclarativetimeline.cpp34
-rw-r--r--src/declarative/util/qdeclarativetimeline_p_p.h34
-rw-r--r--src/declarative/util/qdeclarativetimer.cpp34
-rw-r--r--src/declarative/util/qdeclarativetimer_p.h34
-rw-r--r--src/declarative/util/qdeclarativetransition.cpp34
-rw-r--r--src/declarative/util/qdeclarativetransition_p.h34
-rw-r--r--src/declarative/util/qdeclarativetransitionmanager.cpp34
-rw-r--r--src/declarative/util/qdeclarativetransitionmanager_p_p.h34
-rw-r--r--src/declarative/util/qdeclarativeutilmodule.cpp34
-rw-r--r--src/declarative/util/qdeclarativeutilmodule_p.h36
-rw-r--r--src/declarative/util/qdeclarativeview.cpp34
-rw-r--r--src/declarative/util/qdeclarativeview.h34
-rw-r--r--src/declarative/util/qdeclarativexmllistmodel.cpp34
-rw-r--r--src/declarative/util/qdeclarativexmllistmodel_p.h34
-rw-r--r--src/declarative/util/qlistmodelinterface.cpp34
-rw-r--r--src/declarative/util/qlistmodelinterface_p.h34
-rw-r--r--src/gui/accessible/qaccessible.cpp34
-rw-r--r--src/gui/accessible/qaccessible.h34
-rw-r--r--src/gui/accessible/qaccessible2.cpp34
-rw-r--r--src/gui/accessible/qaccessible2.h34
-rw-r--r--src/gui/accessible/qaccessible_mac.mm34
-rw-r--r--src/gui/accessible/qaccessible_mac_carbon.cpp34
-rw-r--r--src/gui/accessible/qaccessible_mac_cocoa.mm34
-rw-r--r--src/gui/accessible/qaccessible_mac_p.h34
-rw-r--r--src/gui/accessible/qaccessible_unix.cpp34
-rw-r--r--src/gui/accessible/qaccessible_win.cpp34
-rw-r--r--src/gui/accessible/qaccessiblebridge.cpp34
-rw-r--r--src/gui/accessible/qaccessiblebridge.h34
-rw-r--r--src/gui/accessible/qaccessibleobject.cpp34
-rw-r--r--src/gui/accessible/qaccessibleobject.h34
-rw-r--r--src/gui/accessible/qaccessibleplugin.cpp34
-rw-r--r--src/gui/accessible/qaccessibleplugin.h34
-rw-r--r--src/gui/accessible/qaccessiblewidget.cpp34
-rw-r--r--src/gui/accessible/qaccessiblewidget.h34
-rw-r--r--src/gui/animation/qguivariantanimation.cpp34
-rw-r--r--src/gui/dialogs/qabstractpagesetupdialog.cpp34
-rw-r--r--src/gui/dialogs/qabstractpagesetupdialog.h34
-rw-r--r--src/gui/dialogs/qabstractpagesetupdialog_p.h34
-rw-r--r--src/gui/dialogs/qabstractprintdialog.cpp34
-rw-r--r--src/gui/dialogs/qabstractprintdialog.h34
-rw-r--r--src/gui/dialogs/qabstractprintdialog_p.h34
-rw-r--r--src/gui/dialogs/qcolordialog.cpp34
-rw-r--r--src/gui/dialogs/qcolordialog.h34
-rw-r--r--src/gui/dialogs/qcolordialog_mac.mm34
-rw-r--r--src/gui/dialogs/qcolordialog_p.h34
-rw-r--r--src/gui/dialogs/qcolordialog_symbian.cpp34
-rw-r--r--src/gui/dialogs/qdialog.cpp34
-rw-r--r--src/gui/dialogs/qdialog.h34
-rw-r--r--src/gui/dialogs/qdialog_p.h34
-rw-r--r--src/gui/dialogs/qdialogsbinarycompat_win.cpp34
-rw-r--r--src/gui/dialogs/qerrormessage.cpp34
-rw-r--r--src/gui/dialogs/qerrormessage.h34
-rw-r--r--src/gui/dialogs/qfiledialog.cpp34
-rw-r--r--src/gui/dialogs/qfiledialog.h34
-rw-r--r--src/gui/dialogs/qfiledialog.ui34
-rw-r--r--src/gui/dialogs/qfiledialog_embedded.ui34
-rw-r--r--src/gui/dialogs/qfiledialog_mac.mm34
-rw-r--r--src/gui/dialogs/qfiledialog_p.h34
-rw-r--r--src/gui/dialogs/qfiledialog_symbian.cpp34
-rw-r--r--src/gui/dialogs/qfiledialog_win.cpp34
-rw-r--r--src/gui/dialogs/qfiledialog_win_p.h34
-rw-r--r--src/gui/dialogs/qfileinfogatherer.cpp34
-rw-r--r--src/gui/dialogs/qfileinfogatherer_p.h34
-rw-r--r--src/gui/dialogs/qfilesystemmodel.cpp34
-rw-r--r--src/gui/dialogs/qfilesystemmodel.h34
-rw-r--r--src/gui/dialogs/qfilesystemmodel_p.h34
-rw-r--r--src/gui/dialogs/qfontdialog.cpp34
-rw-r--r--src/gui/dialogs/qfontdialog.h34
-rw-r--r--src/gui/dialogs/qfontdialog_mac.mm34
-rw-r--r--src/gui/dialogs/qfontdialog_p.h34
-rw-r--r--src/gui/dialogs/qfscompleter_p.h34
-rw-r--r--src/gui/dialogs/qinputdialog.cpp34
-rw-r--r--src/gui/dialogs/qinputdialog.h34
-rw-r--r--src/gui/dialogs/qmessagebox.cpp34
-rw-r--r--src/gui/dialogs/qmessagebox.h34
-rw-r--r--src/gui/dialogs/qnspanelproxy_mac.mm34
-rw-r--r--src/gui/dialogs/qpagesetupdialog.cpp34
-rw-r--r--src/gui/dialogs/qpagesetupdialog.h34
-rw-r--r--src/gui/dialogs/qpagesetupdialog_mac.mm34
-rw-r--r--src/gui/dialogs/qpagesetupdialog_unix.cpp34
-rw-r--r--src/gui/dialogs/qpagesetupdialog_unix_p.h34
-rw-r--r--src/gui/dialogs/qpagesetupdialog_win.cpp34
-rw-r--r--src/gui/dialogs/qprintdialog.h34
-rw-r--r--src/gui/dialogs/qprintdialog.qdoc20
-rw-r--r--src/gui/dialogs/qprintdialog_mac.mm34
-rw-r--r--src/gui/dialogs/qprintdialog_qws.cpp34
-rw-r--r--src/gui/dialogs/qprintdialog_unix.cpp34
-rw-r--r--src/gui/dialogs/qprintdialog_win.cpp34
-rw-r--r--src/gui/dialogs/qprintpreviewdialog.cpp34
-rw-r--r--src/gui/dialogs/qprintpreviewdialog.h34
-rw-r--r--src/gui/dialogs/qprogressdialog.cpp34
-rw-r--r--src/gui/dialogs/qprogressdialog.h34
-rw-r--r--src/gui/dialogs/qsidebar.cpp34
-rw-r--r--src/gui/dialogs/qsidebar_p.h34
-rw-r--r--src/gui/dialogs/qwizard.cpp34
-rw-r--r--src/gui/dialogs/qwizard.h34
-rw-r--r--src/gui/dialogs/qwizard_win.cpp34
-rw-r--r--src/gui/dialogs/qwizard_win_p.h34
-rw-r--r--src/gui/effects/qgraphicseffect.cpp34
-rw-r--r--src/gui/effects/qgraphicseffect.h34
-rw-r--r--src/gui/effects/qgraphicseffect_p.h34
-rw-r--r--src/gui/egl/qegl.cpp34
-rw-r--r--src/gui/egl/qegl_p.h34
-rw-r--r--src/gui/egl/qegl_qws.cpp34
-rw-r--r--src/gui/egl/qegl_stub.cpp34
-rw-r--r--src/gui/egl/qegl_symbian.cpp34
-rw-r--r--src/gui/egl/qegl_wince.cpp34
-rw-r--r--src/gui/egl/qegl_x11.cpp34
-rw-r--r--src/gui/egl/qeglcontext_p.h34
-rw-r--r--src/gui/egl/qeglproperties.cpp34
-rw-r--r--src/gui/egl/qeglproperties_p.h34
-rw-r--r--src/gui/egl/qeglproperties_stub.cpp34
-rw-r--r--src/gui/embedded/qcopchannel_qws.cpp34
-rw-r--r--src/gui/embedded/qcopchannel_qws.h34
-rw-r--r--src/gui/embedded/qdecoration_qws.cpp34
-rw-r--r--src/gui/embedded/qdecoration_qws.h34
-rw-r--r--src/gui/embedded/qdecorationdefault_qws.cpp34
-rw-r--r--src/gui/embedded/qdecorationdefault_qws.h34
-rw-r--r--src/gui/embedded/qdecorationfactory_qws.cpp34
-rw-r--r--src/gui/embedded/qdecorationfactory_qws.h34
-rw-r--r--src/gui/embedded/qdecorationplugin_qws.cpp34
-rw-r--r--src/gui/embedded/qdecorationplugin_qws.h34
-rw-r--r--src/gui/embedded/qdecorationstyled_qws.cpp34
-rw-r--r--src/gui/embedded/qdecorationstyled_qws.h34
-rw-r--r--src/gui/embedded/qdecorationwindows_qws.cpp34
-rw-r--r--src/gui/embedded/qdecorationwindows_qws.h34
-rw-r--r--src/gui/embedded/qdirectpainter_qws.cpp34
-rw-r--r--src/gui/embedded/qdirectpainter_qws.h34
-rw-r--r--src/gui/embedded/qkbd_defaultmap_qws_p.h34
-rw-r--r--src/gui/embedded/qkbd_qws.cpp34
-rw-r--r--src/gui/embedded/qkbd_qws.h34
-rw-r--r--src/gui/embedded/qkbd_qws_p.h34
-rw-r--r--src/gui/embedded/qkbddriverfactory_qws.cpp34
-rw-r--r--src/gui/embedded/qkbddriverfactory_qws.h34
-rw-r--r--src/gui/embedded/qkbddriverplugin_qws.cpp34
-rw-r--r--src/gui/embedded/qkbddriverplugin_qws.h34
-rw-r--r--src/gui/embedded/qkbdlinuxinput_qws.cpp34
-rw-r--r--src/gui/embedded/qkbdlinuxinput_qws.h34
-rw-r--r--src/gui/embedded/qkbdqnx_qws.cpp34
-rw-r--r--src/gui/embedded/qkbdqnx_qws.h34
-rw-r--r--src/gui/embedded/qkbdtty_qws.cpp34
-rw-r--r--src/gui/embedded/qkbdtty_qws.h34
-rw-r--r--src/gui/embedded/qkbdum_qws.cpp34
-rw-r--r--src/gui/embedded/qkbdum_qws.h34
-rw-r--r--src/gui/embedded/qkbdvfb_qws.cpp34
-rw-r--r--src/gui/embedded/qkbdvfb_qws.h34
-rw-r--r--src/gui/embedded/qlock.cpp34
-rw-r--r--src/gui/embedded/qlock_p.h34
-rw-r--r--src/gui/embedded/qmouse_qws.cpp34
-rw-r--r--src/gui/embedded/qmouse_qws.h34
-rw-r--r--src/gui/embedded/qmousedriverfactory_qws.cpp34
-rw-r--r--src/gui/embedded/qmousedriverfactory_qws.h34
-rw-r--r--src/gui/embedded/qmousedriverplugin_qws.cpp34
-rw-r--r--src/gui/embedded/qmousedriverplugin_qws.h34
-rw-r--r--src/gui/embedded/qmouselinuxinput_qws.cpp34
-rw-r--r--src/gui/embedded/qmouselinuxinput_qws.h34
-rw-r--r--src/gui/embedded/qmouselinuxtp_qws.cpp34
-rw-r--r--src/gui/embedded/qmouselinuxtp_qws.h34
-rw-r--r--src/gui/embedded/qmousepc_qws.cpp34
-rw-r--r--src/gui/embedded/qmousepc_qws.h34
-rw-r--r--src/gui/embedded/qmouseqnx_qws.cpp34
-rw-r--r--src/gui/embedded/qmouseqnx_qws.h34
-rw-r--r--src/gui/embedded/qmousetslib_qws.cpp34
-rw-r--r--src/gui/embedded/qmousetslib_qws.h34
-rw-r--r--src/gui/embedded/qmousevfb_qws.cpp34
-rw-r--r--src/gui/embedded/qmousevfb_qws.h34
-rw-r--r--src/gui/embedded/qscreen_qws.cpp34
-rw-r--r--src/gui/embedded/qscreen_qws.h34
-rw-r--r--src/gui/embedded/qscreendriverfactory_qws.cpp34
-rw-r--r--src/gui/embedded/qscreendriverfactory_qws.h34
-rw-r--r--src/gui/embedded/qscreendriverplugin_qws.cpp34
-rw-r--r--src/gui/embedded/qscreendriverplugin_qws.h34
-rw-r--r--src/gui/embedded/qscreenlinuxfb_qws.cpp34
-rw-r--r--src/gui/embedded/qscreenlinuxfb_qws.h34
-rw-r--r--src/gui/embedded/qscreenmulti_qws.cpp34
-rw-r--r--src/gui/embedded/qscreenmulti_qws_p.h34
-rw-r--r--src/gui/embedded/qscreenproxy_qws.cpp34
-rw-r--r--src/gui/embedded/qscreenproxy_qws.h34
-rw-r--r--src/gui/embedded/qscreenqnx_qws.cpp34
-rw-r--r--src/gui/embedded/qscreenqnx_qws.h34
-rw-r--r--src/gui/embedded/qscreentransformed_qws.cpp34
-rw-r--r--src/gui/embedded/qscreentransformed_qws.h34
-rw-r--r--src/gui/embedded/qscreenvfb_qws.cpp34
-rw-r--r--src/gui/embedded/qscreenvfb_qws.h34
-rw-r--r--src/gui/embedded/qsoundqss_qws.cpp34
-rw-r--r--src/gui/embedded/qsoundqss_qws.h34
-rw-r--r--src/gui/embedded/qtransportauth_qws.cpp34
-rw-r--r--src/gui/embedded/qtransportauth_qws.h34
-rw-r--r--src/gui/embedded/qtransportauth_qws_p.h34
-rw-r--r--src/gui/embedded/qtransportauthdefs_qws.h34
-rw-r--r--src/gui/embedded/qunixsocket.cpp34
-rw-r--r--src/gui/embedded/qunixsocket_p.h34
-rw-r--r--src/gui/embedded/qunixsocketserver.cpp34
-rw-r--r--src/gui/embedded/qunixsocketserver_p.h34
-rw-r--r--src/gui/embedded/qvfbhdr.h34
-rw-r--r--src/gui/embedded/qwindowsystem_p.h34
-rw-r--r--src/gui/embedded/qwindowsystem_qws.cpp34
-rw-r--r--src/gui/embedded/qwindowsystem_qws.h34
-rw-r--r--src/gui/embedded/qwscommand_qws.cpp34
-rw-r--r--src/gui/embedded/qwscommand_qws_p.h34
-rw-r--r--src/gui/embedded/qwscursor_qws.cpp34
-rw-r--r--src/gui/embedded/qwscursor_qws.h34
-rw-r--r--src/gui/embedded/qwsdisplay_qws.h34
-rw-r--r--src/gui/embedded/qwsdisplay_qws_p.h34
-rw-r--r--src/gui/embedded/qwsembedwidget.cpp34
-rw-r--r--src/gui/embedded/qwsembedwidget.h34
-rw-r--r--src/gui/embedded/qwsevent_qws.cpp34
-rw-r--r--src/gui/embedded/qwsevent_qws.h34
-rw-r--r--src/gui/embedded/qwslock.cpp34
-rw-r--r--src/gui/embedded/qwslock_p.h34
-rw-r--r--src/gui/embedded/qwsmanager_p.h34
-rw-r--r--src/gui/embedded/qwsmanager_qws.cpp34
-rw-r--r--src/gui/embedded/qwsmanager_qws.h34
-rw-r--r--src/gui/embedded/qwsproperty_qws.cpp34
-rw-r--r--src/gui/embedded/qwsproperty_qws.h34
-rw-r--r--src/gui/embedded/qwsprotocolitem_qws.h34
-rw-r--r--src/gui/embedded/qwssharedmemory.cpp34
-rw-r--r--src/gui/embedded/qwssharedmemory_p.h34
-rw-r--r--src/gui/embedded/qwssignalhandler.cpp34
-rw-r--r--src/gui/embedded/qwssignalhandler_p.h34
-rw-r--r--src/gui/embedded/qwssocket_qws.cpp34
-rw-r--r--src/gui/embedded/qwssocket_qws.h34
-rw-r--r--src/gui/embedded/qwsutils_qws.h34
-rw-r--r--src/gui/graphicsview/qgraph_p.h34
-rw-r--r--src/gui/graphicsview/qgraphicsanchorlayout.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicsanchorlayout.h34
-rw-r--r--src/gui/graphicsview/qgraphicsanchorlayout_p.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicsanchorlayout_p.h34
-rw-r--r--src/gui/graphicsview/qgraphicsgridlayout.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicsgridlayout.h34
-rw-r--r--src/gui/graphicsview/qgraphicsitem.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicsitem.h34
-rw-r--r--src/gui/graphicsview/qgraphicsitem_p.h34
-rw-r--r--src/gui/graphicsview/qgraphicsitemanimation.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicsitemanimation.h34
-rw-r--r--src/gui/graphicsview/qgraphicslayout.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicslayout.h34
-rw-r--r--src/gui/graphicsview/qgraphicslayout_p.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicslayout_p.h34
-rw-r--r--src/gui/graphicsview/qgraphicslayoutitem.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicslayoutitem.h34
-rw-r--r--src/gui/graphicsview/qgraphicslayoutitem_p.h34
-rw-r--r--src/gui/graphicsview/qgraphicslinearlayout.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicslinearlayout.h34
-rw-r--r--src/gui/graphicsview/qgraphicsproxywidget.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicsproxywidget.h34
-rw-r--r--src/gui/graphicsview/qgraphicsproxywidget_p.h34
-rw-r--r--src/gui/graphicsview/qgraphicsscene.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicsscene.h34
-rw-r--r--src/gui/graphicsview/qgraphicsscene_bsp.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicsscene_bsp_p.h34
-rw-r--r--src/gui/graphicsview/qgraphicsscene_p.h34
-rw-r--r--src/gui/graphicsview/qgraphicsscenebsptreeindex.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicsscenebsptreeindex_p.h34
-rw-r--r--src/gui/graphicsview/qgraphicssceneevent.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicssceneevent.h34
-rw-r--r--src/gui/graphicsview/qgraphicssceneindex.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicssceneindex_p.h34
-rw-r--r--src/gui/graphicsview/qgraphicsscenelinearindex.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicsscenelinearindex_p.h34
-rw-r--r--src/gui/graphicsview/qgraphicstransform.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicstransform.h34
-rw-r--r--src/gui/graphicsview/qgraphicstransform_p.h34
-rw-r--r--src/gui/graphicsview/qgraphicsview.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicsview.h34
-rw-r--r--src/gui/graphicsview/qgraphicsview_p.h34
-rw-r--r--src/gui/graphicsview/qgraphicswidget.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicswidget.h34
-rw-r--r--src/gui/graphicsview/qgraphicswidget_p.cpp34
-rw-r--r--src/gui/graphicsview/qgraphicswidget_p.h34
-rw-r--r--src/gui/graphicsview/qgridlayoutengine.cpp34
-rw-r--r--src/gui/graphicsview/qgridlayoutengine_p.h34
-rw-r--r--src/gui/graphicsview/qsimplex_p.cpp34
-rw-r--r--src/gui/graphicsview/qsimplex_p.h34
-rw-r--r--src/gui/image/qbitmap.cpp34
-rw-r--r--src/gui/image/qbitmap.h34
-rw-r--r--src/gui/image/qbmphandler.cpp34
-rw-r--r--src/gui/image/qbmphandler_p.h34
-rw-r--r--src/gui/image/qgifhandler.cpp34
-rw-r--r--src/gui/image/qgifhandler_p.h36
-rw-r--r--src/gui/image/qicon.cpp34
-rw-r--r--src/gui/image/qicon.h34
-rw-r--r--src/gui/image/qicon_p.h34
-rw-r--r--src/gui/image/qiconengine.cpp34
-rw-r--r--src/gui/image/qiconengine.h34
-rw-r--r--src/gui/image/qiconengineplugin.cpp34
-rw-r--r--src/gui/image/qiconengineplugin.h34
-rw-r--r--src/gui/image/qiconloader.cpp34
-rw-r--r--src/gui/image/qiconloader_p.h34
-rw-r--r--src/gui/image/qimage.cpp34
-rw-r--r--src/gui/image/qimage.h34
-rw-r--r--src/gui/image/qimage_neon.cpp34
-rw-r--r--src/gui/image/qimage_p.h34
-rw-r--r--src/gui/image/qimage_sse2.cpp34
-rw-r--r--src/gui/image/qimage_ssse3.cpp34
-rw-r--r--src/gui/image/qimageiohandler.cpp34
-rw-r--r--src/gui/image/qimageiohandler.h34
-rw-r--r--src/gui/image/qimagepixmapcleanuphooks.cpp34
-rw-r--r--src/gui/image/qimagepixmapcleanuphooks_p.h34
-rw-r--r--src/gui/image/qimagereader.cpp34
-rw-r--r--src/gui/image/qimagereader.h34
-rw-r--r--src/gui/image/qimagewriter.cpp34
-rw-r--r--src/gui/image/qimagewriter.h34
-rw-r--r--src/gui/image/qjpeghandler.cpp34
-rw-r--r--src/gui/image/qjpeghandler_p.h34
-rw-r--r--src/gui/image/qmnghandler.cpp34
-rw-r--r--src/gui/image/qmnghandler_p.h34
-rw-r--r--src/gui/image/qmovie.cpp34
-rw-r--r--src/gui/image/qmovie.h34
-rw-r--r--src/gui/image/qnativeimage.cpp34
-rw-r--r--src/gui/image/qnativeimage_p.h34
-rw-r--r--src/gui/image/qnativeimagehandleprovider_p.h34
-rw-r--r--src/gui/image/qpaintengine_pic.cpp34
-rw-r--r--src/gui/image/qpaintengine_pic_p.h34
-rw-r--r--src/gui/image/qpicture.cpp34
-rw-r--r--src/gui/image/qpicture.h34
-rw-r--r--src/gui/image/qpicture_p.h34
-rw-r--r--src/gui/image/qpictureformatplugin.cpp34
-rw-r--r--src/gui/image/qpictureformatplugin.h34
-rw-r--r--src/gui/image/qpixmap.cpp34
-rw-r--r--src/gui/image/qpixmap.h34
-rw-r--r--src/gui/image/qpixmap_mac.cpp34
-rw-r--r--src/gui/image/qpixmap_mac_p.h34
-rw-r--r--src/gui/image/qpixmap_qws.cpp34
-rw-r--r--src/gui/image/qpixmap_raster.cpp34
-rw-r--r--src/gui/image/qpixmap_raster_p.h34
-rw-r--r--src/gui/image/qpixmap_s60.cpp34
-rw-r--r--src/gui/image/qpixmap_s60_p.h34
-rw-r--r--src/gui/image/qpixmap_win.cpp34
-rw-r--r--src/gui/image/qpixmap_x11.cpp34
-rw-r--r--src/gui/image/qpixmap_x11_p.h34
-rw-r--r--src/gui/image/qpixmapcache.cpp34
-rw-r--r--src/gui/image/qpixmapcache.h34
-rw-r--r--src/gui/image/qpixmapcache_p.h34
-rw-r--r--src/gui/image/qpixmapdata.cpp34
-rw-r--r--src/gui/image/qpixmapdata_p.h34
-rw-r--r--src/gui/image/qpixmapdatafactory.cpp34
-rw-r--r--src/gui/image/qpixmapdatafactory_p.h34
-rw-r--r--src/gui/image/qpixmapfilter.cpp34
-rw-r--r--src/gui/image/qpixmapfilter_p.h34
-rw-r--r--src/gui/image/qpnghandler.cpp34
-rw-r--r--src/gui/image/qpnghandler_p.h34
-rw-r--r--src/gui/image/qppmhandler.cpp34
-rw-r--r--src/gui/image/qppmhandler_p.h34
-rw-r--r--src/gui/image/qtiffhandler.cpp34
-rw-r--r--src/gui/image/qtiffhandler_p.h34
-rw-r--r--src/gui/image/qvolatileimage.cpp34
-rw-r--r--src/gui/image/qvolatileimage_p.h34
-rw-r--r--src/gui/image/qvolatileimagedata.cpp34
-rw-r--r--src/gui/image/qvolatileimagedata_p.h34
-rw-r--r--src/gui/image/qvolatileimagedata_symbian.cpp34
-rw-r--r--src/gui/image/qxbmhandler.cpp34
-rw-r--r--src/gui/image/qxbmhandler_p.h34
-rw-r--r--src/gui/image/qxpmhandler.cpp34
-rw-r--r--src/gui/image/qxpmhandler_p.h34
-rw-r--r--src/gui/inputmethod/qcoefepinputcontext_p.h34
-rw-r--r--src/gui/inputmethod/qcoefepinputcontext_s60.cpp34
-rw-r--r--src/gui/inputmethod/qinputcontext.cpp34
-rw-r--r--src/gui/inputmethod/qinputcontext.h36
-rw-r--r--src/gui/inputmethod/qinputcontext_p.h36
-rw-r--r--src/gui/inputmethod/qinputcontextfactory.cpp34
-rw-r--r--src/gui/inputmethod/qinputcontextfactory.h36
-rw-r--r--src/gui/inputmethod/qinputcontextplugin.cpp36
-rw-r--r--src/gui/inputmethod/qinputcontextplugin.h36
-rw-r--r--src/gui/inputmethod/qmacinputcontext_mac.cpp34
-rw-r--r--src/gui/inputmethod/qmacinputcontext_p.h34
-rw-r--r--src/gui/inputmethod/qwininputcontext_p.h34
-rw-r--r--src/gui/inputmethod/qwininputcontext_win.cpp34
-rw-r--r--src/gui/inputmethod/qwsinputcontext_p.h34
-rw-r--r--src/gui/inputmethod/qwsinputcontext_qws.cpp34
-rw-r--r--src/gui/inputmethod/qximinputcontext_p.h36
-rw-r--r--src/gui/inputmethod/qximinputcontext_x11.cpp34
-rw-r--r--src/gui/itemviews/qabstractitemdelegate.cpp34
-rw-r--r--src/gui/itemviews/qabstractitemdelegate.h34
-rw-r--r--src/gui/itemviews/qabstractitemview.cpp34
-rw-r--r--src/gui/itemviews/qabstractitemview.h34
-rw-r--r--src/gui/itemviews/qabstractitemview_p.h34
-rw-r--r--src/gui/itemviews/qabstractproxymodel.cpp34
-rw-r--r--src/gui/itemviews/qabstractproxymodel.h34
-rw-r--r--src/gui/itemviews/qabstractproxymodel_p.h34
-rw-r--r--src/gui/itemviews/qbsptree.cpp34
-rw-r--r--src/gui/itemviews/qbsptree_p.h34
-rw-r--r--src/gui/itemviews/qcolumnview.cpp34
-rw-r--r--src/gui/itemviews/qcolumnview.h34
-rw-r--r--src/gui/itemviews/qcolumnview_p.h34
-rw-r--r--src/gui/itemviews/qcolumnviewgrip.cpp34
-rw-r--r--src/gui/itemviews/qcolumnviewgrip_p.h34
-rw-r--r--src/gui/itemviews/qdatawidgetmapper.cpp34
-rw-r--r--src/gui/itemviews/qdatawidgetmapper.h34
-rw-r--r--src/gui/itemviews/qdirmodel.cpp34
-rw-r--r--src/gui/itemviews/qdirmodel.h34
-rw-r--r--src/gui/itemviews/qfileiconprovider.cpp34
-rw-r--r--src/gui/itemviews/qfileiconprovider.h34
-rw-r--r--src/gui/itemviews/qheaderview.cpp34
-rw-r--r--src/gui/itemviews/qheaderview.h34
-rw-r--r--src/gui/itemviews/qheaderview_p.h34
-rw-r--r--src/gui/itemviews/qitemdelegate.cpp34
-rw-r--r--src/gui/itemviews/qitemdelegate.h34
-rw-r--r--src/gui/itemviews/qitemeditorfactory.cpp34
-rw-r--r--src/gui/itemviews/qitemeditorfactory.h34
-rw-r--r--src/gui/itemviews/qitemeditorfactory_p.h34
-rw-r--r--src/gui/itemviews/qitemselectionmodel.cpp34
-rw-r--r--src/gui/itemviews/qitemselectionmodel.h34
-rw-r--r--src/gui/itemviews/qitemselectionmodel_p.h34
-rw-r--r--src/gui/itemviews/qlistview.cpp34
-rw-r--r--src/gui/itemviews/qlistview.h34
-rw-r--r--src/gui/itemviews/qlistview_p.h34
-rw-r--r--src/gui/itemviews/qlistwidget.cpp34
-rw-r--r--src/gui/itemviews/qlistwidget.h34
-rw-r--r--src/gui/itemviews/qlistwidget_p.h34
-rw-r--r--src/gui/itemviews/qproxymodel.cpp34
-rw-r--r--src/gui/itemviews/qproxymodel.h34
-rw-r--r--src/gui/itemviews/qproxymodel_p.h34
-rw-r--r--src/gui/itemviews/qsortfilterproxymodel.cpp34
-rw-r--r--src/gui/itemviews/qsortfilterproxymodel.h34
-rw-r--r--src/gui/itemviews/qstandarditemmodel.cpp34
-rw-r--r--src/gui/itemviews/qstandarditemmodel.h34
-rw-r--r--src/gui/itemviews/qstandarditemmodel_p.h34
-rw-r--r--src/gui/itemviews/qstringlistmodel.cpp34
-rw-r--r--src/gui/itemviews/qstringlistmodel.h34
-rw-r--r--src/gui/itemviews/qstyleditemdelegate.cpp34
-rw-r--r--src/gui/itemviews/qstyleditemdelegate.h34
-rw-r--r--src/gui/itemviews/qtableview.cpp34
-rw-r--r--src/gui/itemviews/qtableview.h34
-rw-r--r--src/gui/itemviews/qtableview_p.h34
-rw-r--r--src/gui/itemviews/qtablewidget.cpp34
-rw-r--r--src/gui/itemviews/qtablewidget.h34
-rw-r--r--src/gui/itemviews/qtablewidget_p.h34
-rw-r--r--src/gui/itemviews/qtreeview.cpp34
-rw-r--r--src/gui/itemviews/qtreeview.h34
-rw-r--r--src/gui/itemviews/qtreeview_p.h34
-rw-r--r--src/gui/itemviews/qtreewidget.cpp34
-rw-r--r--src/gui/itemviews/qtreewidget.h34
-rw-r--r--src/gui/itemviews/qtreewidget_p.h34
-rw-r--r--src/gui/itemviews/qtreewidgetitemiterator.cpp34
-rw-r--r--src/gui/itemviews/qtreewidgetitemiterator.h34
-rw-r--r--src/gui/itemviews/qtreewidgetitemiterator_p.h34
-rw-r--r--src/gui/itemviews/qwidgetitemdata_p.h34
-rw-r--r--src/gui/kernel/qaction.cpp34
-rw-r--r--src/gui/kernel/qaction.h34
-rw-r--r--src/gui/kernel/qaction_p.h34
-rw-r--r--src/gui/kernel/qactiongroup.cpp34
-rw-r--r--src/gui/kernel/qactiongroup.h34
-rw-r--r--src/gui/kernel/qapplication.cpp34
-rw-r--r--src/gui/kernel/qapplication.h34
-rw-r--r--src/gui/kernel/qapplication_mac.mm34
-rw-r--r--src/gui/kernel/qapplication_p.h34
-rw-r--r--src/gui/kernel/qapplication_qws.cpp34
-rw-r--r--src/gui/kernel/qapplication_s60.cpp34
-rw-r--r--src/gui/kernel/qapplication_win.cpp34
-rw-r--r--src/gui/kernel/qapplication_x11.cpp34
-rw-r--r--src/gui/kernel/qboxlayout.cpp34
-rw-r--r--src/gui/kernel/qboxlayout.h34
-rw-r--r--src/gui/kernel/qclipboard.cpp34
-rw-r--r--src/gui/kernel/qclipboard.h34
-rw-r--r--src/gui/kernel/qclipboard_mac.cpp34
-rw-r--r--src/gui/kernel/qclipboard_p.h34
-rw-r--r--src/gui/kernel/qclipboard_qws.cpp34
-rw-r--r--src/gui/kernel/qclipboard_s60.cpp34
-rw-r--r--src/gui/kernel/qclipboard_win.cpp34
-rw-r--r--src/gui/kernel/qclipboard_x11.cpp34
-rw-r--r--src/gui/kernel/qcocoaapplication_mac.mm36
-rw-r--r--src/gui/kernel/qcocoaapplication_mac_p.h36
-rw-r--r--src/gui/kernel/qcocoaapplicationdelegate_mac.mm34
-rw-r--r--src/gui/kernel/qcocoaapplicationdelegate_mac_p.h34
-rw-r--r--src/gui/kernel/qcocoamenuloader_mac.mm34
-rw-r--r--src/gui/kernel/qcocoamenuloader_mac_p.h34
-rw-r--r--src/gui/kernel/qcocoapanel_mac.mm34
-rw-r--r--src/gui/kernel/qcocoapanel_mac_p.h34
-rw-r--r--src/gui/kernel/qcocoasharedwindowmethods_mac_p.h34
-rw-r--r--src/gui/kernel/qcocoaview_mac.mm34
-rw-r--r--src/gui/kernel/qcocoaview_mac_p.h34
-rw-r--r--src/gui/kernel/qcocoawindow_mac.mm34
-rw-r--r--src/gui/kernel/qcocoawindow_mac_p.h34
-rw-r--r--src/gui/kernel/qcocoawindowcustomthemeframe_mac.mm36
-rw-r--r--src/gui/kernel/qcocoawindowcustomthemeframe_mac_p.h36
-rw-r--r--src/gui/kernel/qcocoawindowdelegate_mac.mm34
-rw-r--r--src/gui/kernel/qcocoawindowdelegate_mac_p.h34
-rw-r--r--src/gui/kernel/qcursor.cpp34
-rw-r--r--src/gui/kernel/qcursor.h34
-rw-r--r--src/gui/kernel/qcursor_mac.mm34
-rw-r--r--src/gui/kernel/qcursor_p.h34
-rw-r--r--src/gui/kernel/qcursor_qws.cpp34
-rw-r--r--src/gui/kernel/qcursor_s60.cpp34
-rw-r--r--src/gui/kernel/qcursor_win.cpp34
-rw-r--r--src/gui/kernel/qcursor_x11.cpp34
-rw-r--r--src/gui/kernel/qdesktopwidget.cpp34
-rw-r--r--src/gui/kernel/qdesktopwidget.h34
-rw-r--r--src/gui/kernel/qdesktopwidget.qdoc20
-rw-r--r--src/gui/kernel/qdesktopwidget_mac.mm34
-rw-r--r--src/gui/kernel/qdesktopwidget_mac_p.h34
-rw-r--r--src/gui/kernel/qdesktopwidget_qws.cpp34
-rw-r--r--src/gui/kernel/qdesktopwidget_s60.cpp34
-rw-r--r--src/gui/kernel/qdesktopwidget_win.cpp34
-rw-r--r--src/gui/kernel/qdesktopwidget_x11.cpp34
-rw-r--r--src/gui/kernel/qdnd.cpp34
-rw-r--r--src/gui/kernel/qdnd_mac.mm34
-rw-r--r--src/gui/kernel/qdnd_p.h34
-rw-r--r--src/gui/kernel/qdnd_qws.cpp34
-rw-r--r--src/gui/kernel/qdnd_s60.cpp34
-rw-r--r--src/gui/kernel/qdnd_win.cpp34
-rw-r--r--src/gui/kernel/qdnd_x11.cpp34
-rw-r--r--src/gui/kernel/qdrag.cpp34
-rw-r--r--src/gui/kernel/qdrag.h34
-rw-r--r--src/gui/kernel/qevent.cpp34
-rw-r--r--src/gui/kernel/qevent.h34
-rw-r--r--src/gui/kernel/qevent_p.h34
-rw-r--r--src/gui/kernel/qeventdispatcher_glib_qws.cpp34
-rw-r--r--src/gui/kernel/qeventdispatcher_glib_qws_p.h34
-rw-r--r--src/gui/kernel/qeventdispatcher_mac.mm34
-rw-r--r--src/gui/kernel/qeventdispatcher_mac_p.h36
-rw-r--r--src/gui/kernel/qeventdispatcher_qws.cpp34
-rw-r--r--src/gui/kernel/qeventdispatcher_qws_p.h34
-rw-r--r--src/gui/kernel/qeventdispatcher_s60.cpp34
-rw-r--r--src/gui/kernel/qeventdispatcher_s60_p.h34
-rw-r--r--src/gui/kernel/qeventdispatcher_x11.cpp34
-rw-r--r--src/gui/kernel/qeventdispatcher_x11_p.h34
-rw-r--r--src/gui/kernel/qformlayout.cpp34
-rw-r--r--src/gui/kernel/qformlayout.h34
-rw-r--r--src/gui/kernel/qgesture.cpp34
-rw-r--r--src/gui/kernel/qgesture.h34
-rw-r--r--src/gui/kernel/qgesture_p.h34
-rw-r--r--src/gui/kernel/qgesturemanager.cpp34
-rw-r--r--src/gui/kernel/qgesturemanager_p.h34
-rw-r--r--src/gui/kernel/qgesturerecognizer.cpp34
-rw-r--r--src/gui/kernel/qgesturerecognizer.h34
-rw-r--r--src/gui/kernel/qgridlayout.cpp34
-rw-r--r--src/gui/kernel/qgridlayout.h34
-rw-r--r--src/gui/kernel/qguieventdispatcher_glib.cpp34
-rw-r--r--src/gui/kernel/qguieventdispatcher_glib_p.h34
-rw-r--r--src/gui/kernel/qguifunctions_wince.cpp34
-rw-r--r--src/gui/kernel/qguifunctions_wince.h34
-rw-r--r--src/gui/kernel/qguiplatformplugin.cpp34
-rw-r--r--src/gui/kernel/qguiplatformplugin_p.h34
-rw-r--r--src/gui/kernel/qguivariant.cpp34
-rw-r--r--src/gui/kernel/qkde.cpp34
-rw-r--r--src/gui/kernel/qkde_p.h34
-rw-r--r--src/gui/kernel/qkeymapper.cpp34
-rw-r--r--src/gui/kernel/qkeymapper_mac.cpp34
-rw-r--r--src/gui/kernel/qkeymapper_p.h34
-rw-r--r--src/gui/kernel/qkeymapper_qws.cpp34
-rw-r--r--src/gui/kernel/qkeymapper_s60.cpp34
-rw-r--r--src/gui/kernel/qkeymapper_win.cpp34
-rw-r--r--src/gui/kernel/qkeymapper_x11.cpp34
-rw-r--r--src/gui/kernel/qkeymapper_x11_p.cpp34
-rw-r--r--src/gui/kernel/qkeysequence.cpp34
-rw-r--r--src/gui/kernel/qkeysequence.h34
-rw-r--r--src/gui/kernel/qkeysequence_p.h34
-rw-r--r--src/gui/kernel/qlayout.cpp34
-rw-r--r--src/gui/kernel/qlayout.h34
-rw-r--r--src/gui/kernel/qlayout_p.h34
-rw-r--r--src/gui/kernel/qlayoutengine.cpp34
-rw-r--r--src/gui/kernel/qlayoutengine_p.h34
-rw-r--r--src/gui/kernel/qlayoutitem.cpp34
-rw-r--r--src/gui/kernel/qlayoutitem.h34
-rw-r--r--src/gui/kernel/qmacdefines_mac.h36
-rw-r--r--src/gui/kernel/qmacgesturerecognizer_mac.mm34
-rw-r--r--src/gui/kernel/qmacgesturerecognizer_mac_p.h34
-rw-r--r--src/gui/kernel/qmime.cpp34
-rw-r--r--src/gui/kernel/qmime.h34
-rw-r--r--src/gui/kernel/qmime_mac.cpp34
-rw-r--r--src/gui/kernel/qmime_win.cpp34
-rw-r--r--src/gui/kernel/qmotifdnd_x11.cpp34
-rw-r--r--src/gui/kernel/qmultitouch_mac.mm34
-rw-r--r--src/gui/kernel/qmultitouch_mac_p.h34
-rw-r--r--src/gui/kernel/qnsframeview_mac_p.h34
-rw-r--r--src/gui/kernel/qnsthemeframe_mac_p.h34
-rw-r--r--src/gui/kernel/qnstitledframe_mac_p.h34
-rw-r--r--src/gui/kernel/qole_win.cpp34
-rw-r--r--src/gui/kernel/qpalette.cpp34
-rw-r--r--src/gui/kernel/qpalette.h34
-rw-r--r--src/gui/kernel/qsessionmanager.h34
-rw-r--r--src/gui/kernel/qsessionmanager_qws.cpp34
-rw-r--r--src/gui/kernel/qshortcut.cpp34
-rw-r--r--src/gui/kernel/qshortcut.h34
-rw-r--r--src/gui/kernel/qshortcutmap.cpp34
-rw-r--r--src/gui/kernel/qshortcutmap_p.h34
-rw-r--r--src/gui/kernel/qsizepolicy.h34
-rw-r--r--src/gui/kernel/qsizepolicy.qdoc20
-rw-r--r--src/gui/kernel/qsoftkeymanager.cpp34
-rw-r--r--src/gui/kernel/qsoftkeymanager_common_p.h34
-rw-r--r--src/gui/kernel/qsoftkeymanager_p.h34
-rw-r--r--src/gui/kernel/qsoftkeymanager_s60.cpp34
-rw-r--r--src/gui/kernel/qsoftkeymanager_s60_p.h34
-rw-r--r--src/gui/kernel/qsound.cpp34
-rw-r--r--src/gui/kernel/qsound.h34
-rw-r--r--src/gui/kernel/qsound_mac.mm34
-rw-r--r--src/gui/kernel/qsound_p.h34
-rw-r--r--src/gui/kernel/qsound_qws.cpp34
-rw-r--r--src/gui/kernel/qsound_s60.cpp34
-rw-r--r--src/gui/kernel/qsound_win.cpp34
-rw-r--r--src/gui/kernel/qsound_x11.cpp34
-rw-r--r--src/gui/kernel/qstackedlayout.cpp34
-rw-r--r--src/gui/kernel/qstackedlayout.h34
-rw-r--r--src/gui/kernel/qstandardgestures.cpp34
-rw-r--r--src/gui/kernel/qstandardgestures_p.h34
-rw-r--r--src/gui/kernel/qt_cocoa_helpers_mac.mm34
-rw-r--r--src/gui/kernel/qt_cocoa_helpers_mac_p.h36
-rw-r--r--src/gui/kernel/qt_gui_pch.h34
-rw-r--r--src/gui/kernel/qt_mac.cpp34
-rw-r--r--src/gui/kernel/qt_mac_p.h34
-rw-r--r--src/gui/kernel/qt_s60_p.h34
-rw-r--r--src/gui/kernel/qt_x11_p.h34
-rw-r--r--src/gui/kernel/qtooltip.cpp34
-rw-r--r--src/gui/kernel/qtooltip.h34
-rw-r--r--src/gui/kernel/qwhatsthis.cpp34
-rw-r--r--src/gui/kernel/qwhatsthis.h34
-rw-r--r--src/gui/kernel/qwidget.cpp34
-rw-r--r--src/gui/kernel/qwidget.h34
-rw-r--r--src/gui/kernel/qwidget_mac.mm34
-rw-r--r--src/gui/kernel/qwidget_p.h34
-rw-r--r--src/gui/kernel/qwidget_qws.cpp34
-rw-r--r--src/gui/kernel/qwidget_s60.cpp34
-rw-r--r--src/gui/kernel/qwidget_win.cpp34
-rw-r--r--src/gui/kernel/qwidget_wince.cpp34
-rw-r--r--src/gui/kernel/qwidget_x11.cpp34
-rw-r--r--src/gui/kernel/qwidgetaction.cpp34
-rw-r--r--src/gui/kernel/qwidgetaction.h34
-rw-r--r--src/gui/kernel/qwidgetaction_p.h34
-rw-r--r--src/gui/kernel/qwidgetcreate_x11.cpp34
-rw-r--r--src/gui/kernel/qwindowdefs.h34
-rw-r--r--src/gui/kernel/qwindowdefs_win.h34
-rw-r--r--src/gui/kernel/qwinnativepangesturerecognizer_win.cpp34
-rw-r--r--src/gui/kernel/qwinnativepangesturerecognizer_win_p.h34
-rw-r--r--src/gui/kernel/qx11embed_x11.cpp34
-rw-r--r--src/gui/kernel/qx11embed_x11.h34
-rw-r--r--src/gui/kernel/qx11info_x11.cpp34
-rw-r--r--src/gui/kernel/qx11info_x11.h34
-rw-r--r--src/gui/math3d/qgenericmatrix.cpp34
-rw-r--r--src/gui/math3d/qgenericmatrix.h34
-rw-r--r--src/gui/math3d/qmatrix4x4.cpp34
-rw-r--r--src/gui/math3d/qmatrix4x4.h34
-rw-r--r--src/gui/math3d/qquaternion.cpp34
-rw-r--r--src/gui/math3d/qquaternion.h34
-rw-r--r--src/gui/math3d/qvector2d.cpp34
-rw-r--r--src/gui/math3d/qvector2d.h34
-rw-r--r--src/gui/math3d/qvector3d.cpp34
-rw-r--r--src/gui/math3d/qvector3d.h34
-rw-r--r--src/gui/math3d/qvector4d.cpp34
-rw-r--r--src/gui/math3d/qvector4d.h34
-rwxr-xr-xsrc/gui/painting/makepsheader.pl34
-rw-r--r--src/gui/painting/qbackingstore.cpp34
-rw-r--r--src/gui/painting/qbackingstore_p.h34
-rw-r--r--src/gui/painting/qbezier.cpp34
-rw-r--r--src/gui/painting/qbezier_p.h34
-rw-r--r--src/gui/painting/qblendfunctions.cpp34
-rw-r--r--src/gui/painting/qblendfunctions_p.h34
-rw-r--r--src/gui/painting/qbrush.cpp34
-rw-r--r--src/gui/painting/qbrush.h34
-rw-r--r--src/gui/painting/qcolor.cpp34
-rw-r--r--src/gui/painting/qcolor.h34
-rw-r--r--src/gui/painting/qcolor_p.cpp34
-rw-r--r--src/gui/painting/qcolor_p.h34
-rw-r--r--src/gui/painting/qcolormap.h34
-rw-r--r--src/gui/painting/qcolormap.qdoc20
-rw-r--r--src/gui/painting/qcolormap_mac.cpp34
-rw-r--r--src/gui/painting/qcolormap_qws.cpp34
-rw-r--r--src/gui/painting/qcolormap_s60.cpp34
-rw-r--r--src/gui/painting/qcolormap_win.cpp34
-rw-r--r--src/gui/painting/qcolormap_x11.cpp34
-rw-r--r--src/gui/painting/qcssutil.cpp34
-rw-r--r--src/gui/painting/qcssutil_p.h34
-rw-r--r--src/gui/painting/qcups.cpp34
-rw-r--r--src/gui/painting/qcups_p.h34
-rw-r--r--src/gui/painting/qdatabuffer_p.h34
-rw-r--r--src/gui/painting/qdrawhelper.cpp34
-rw-r--r--src/gui/painting/qdrawhelper_arm_simd.cpp34
-rw-r--r--src/gui/painting/qdrawhelper_arm_simd_p.h34
-rw-r--r--src/gui/painting/qdrawhelper_iwmmxt.cpp34
-rw-r--r--src/gui/painting/qdrawhelper_mmx.cpp34
-rw-r--r--src/gui/painting/qdrawhelper_mmx3dnow.cpp34
-rw-r--r--src/gui/painting/qdrawhelper_mmx_p.h34
-rw-r--r--src/gui/painting/qdrawhelper_neon.cpp34
-rw-r--r--src/gui/painting/qdrawhelper_neon_asm.S34
-rw-r--r--src/gui/painting/qdrawhelper_neon_p.h34
-rw-r--r--src/gui/painting/qdrawhelper_p.h34
-rw-r--r--src/gui/painting/qdrawhelper_sse.cpp34
-rw-r--r--src/gui/painting/qdrawhelper_sse2.cpp34
-rw-r--r--src/gui/painting/qdrawhelper_sse3dnow.cpp34
-rw-r--r--src/gui/painting/qdrawhelper_sse_p.h34
-rw-r--r--src/gui/painting/qdrawhelper_ssse3.cpp34
-rw-r--r--src/gui/painting/qdrawhelper_x86_p.h34
-rw-r--r--src/gui/painting/qdrawingprimitive_sse2_p.h34
-rw-r--r--src/gui/painting/qdrawutil.cpp34
-rw-r--r--src/gui/painting/qdrawutil.h34
-rw-r--r--src/gui/painting/qemulationpaintengine.cpp34
-rw-r--r--src/gui/painting/qemulationpaintengine_p.h34
-rw-r--r--src/gui/painting/qfixed_p.h34
-rw-r--r--src/gui/painting/qgraphicssystem.cpp34
-rw-r--r--src/gui/painting/qgraphicssystem_mac.cpp36
-rw-r--r--src/gui/painting/qgraphicssystem_mac_p.h34
-rw-r--r--src/gui/painting/qgraphicssystem_p.h34
-rw-r--r--src/gui/painting/qgraphicssystem_qws.cpp36
-rw-r--r--src/gui/painting/qgraphicssystem_qws_p.h34
-rw-r--r--src/gui/painting/qgraphicssystem_raster.cpp34
-rw-r--r--src/gui/painting/qgraphicssystem_raster_p.h34
-rw-r--r--src/gui/painting/qgraphicssystem_runtime.cpp34
-rw-r--r--src/gui/painting/qgraphicssystem_runtime_p.h34
-rw-r--r--src/gui/painting/qgraphicssystemfactory.cpp34
-rw-r--r--src/gui/painting/qgraphicssystemfactory_p.h34
-rw-r--r--src/gui/painting/qgraphicssystemplugin.cpp36
-rw-r--r--src/gui/painting/qgraphicssystemplugin_p.h34
-rw-r--r--src/gui/painting/qgrayraster.c34
-rw-r--r--src/gui/painting/qgrayraster_p.h34
-rw-r--r--src/gui/painting/qimagescale.cpp34
-rw-r--r--src/gui/painting/qimagescale_p.h34
-rw-r--r--src/gui/painting/qmath_p.h34
-rw-r--r--src/gui/painting/qmatrix.cpp34
-rw-r--r--src/gui/painting/qmatrix.h34
-rw-r--r--src/gui/painting/qmemrotate.cpp34
-rw-r--r--src/gui/painting/qmemrotate_p.h34
-rw-r--r--src/gui/painting/qoutlinemapper.cpp34
-rw-r--r--src/gui/painting/qoutlinemapper_p.h34
-rw-r--r--src/gui/painting/qpaintbuffer.cpp34
-rw-r--r--src/gui/painting/qpaintbuffer_p.h34
-rw-r--r--src/gui/painting/qpaintdevice.cpp34
-rw-r--r--src/gui/painting/qpaintdevice.h34
-rw-r--r--src/gui/painting/qpaintdevice.qdoc20
-rw-r--r--src/gui/painting/qpaintdevice_mac.cpp34
-rw-r--r--src/gui/painting/qpaintdevice_qws.cpp36
-rw-r--r--src/gui/painting/qpaintdevice_win.cpp36
-rw-r--r--src/gui/painting/qpaintdevice_x11.cpp34
-rw-r--r--src/gui/painting/qpaintengine.cpp34
-rw-r--r--src/gui/painting/qpaintengine.h34
-rw-r--r--src/gui/painting/qpaintengine_alpha.cpp34
-rw-r--r--src/gui/painting/qpaintengine_alpha_p.h34
-rw-r--r--src/gui/painting/qpaintengine_mac.cpp34
-rw-r--r--src/gui/painting/qpaintengine_mac_p.h34
-rw-r--r--src/gui/painting/qpaintengine_p.h34
-rw-r--r--src/gui/painting/qpaintengine_preview.cpp34
-rw-r--r--src/gui/painting/qpaintengine_preview_p.h34
-rw-r--r--src/gui/painting/qpaintengine_raster.cpp34
-rw-r--r--src/gui/painting/qpaintengine_raster_p.h34
-rw-r--r--src/gui/painting/qpaintengine_s60.cpp34
-rw-r--r--src/gui/painting/qpaintengine_s60_p.h34
-rw-r--r--src/gui/painting/qpaintengine_x11.cpp34
-rw-r--r--src/gui/painting/qpaintengine_x11_p.h34
-rw-r--r--src/gui/painting/qpaintengineex.cpp34
-rw-r--r--src/gui/painting/qpaintengineex_p.h34
-rw-r--r--src/gui/painting/qpainter.cpp34
-rw-r--r--src/gui/painting/qpainter.h34
-rw-r--r--src/gui/painting/qpainter_p.h34
-rw-r--r--src/gui/painting/qpainterpath.cpp34
-rw-r--r--src/gui/painting/qpainterpath.h34
-rw-r--r--src/gui/painting/qpainterpath_p.h34
-rw-r--r--src/gui/painting/qpathclipper.cpp34
-rw-r--r--src/gui/painting/qpathclipper_p.h34
-rw-r--r--src/gui/painting/qpdf.cpp34
-rw-r--r--src/gui/painting/qpdf_p.h34
-rw-r--r--src/gui/painting/qpen.cpp34
-rw-r--r--src/gui/painting/qpen.h34
-rw-r--r--src/gui/painting/qpen_p.h34
-rw-r--r--src/gui/painting/qpolygon.cpp34
-rw-r--r--src/gui/painting/qpolygon.h34
-rw-r--r--src/gui/painting/qpolygonclipper_p.h34
-rw-r--r--src/gui/painting/qprintengine.h34
-rw-r--r--src/gui/painting/qprintengine_mac.mm34
-rw-r--r--src/gui/painting/qprintengine_mac_p.h34
-rw-r--r--src/gui/painting/qprintengine_pdf.cpp34
-rw-r--r--src/gui/painting/qprintengine_pdf_p.h34
-rw-r--r--src/gui/painting/qprintengine_ps.cpp34
-rw-r--r--src/gui/painting/qprintengine_ps_p.h34
-rw-r--r--src/gui/painting/qprintengine_qws.cpp34
-rw-r--r--src/gui/painting/qprintengine_qws_p.h34
-rw-r--r--src/gui/painting/qprintengine_win.cpp34
-rw-r--r--src/gui/painting/qprintengine_win_p.h34
-rw-r--r--src/gui/painting/qprinter.cpp34
-rw-r--r--src/gui/painting/qprinter.h34
-rw-r--r--src/gui/painting/qprinter_p.h34
-rw-r--r--src/gui/painting/qprinterinfo.h34
-rw-r--r--src/gui/painting/qprinterinfo.qdoc20
-rw-r--r--src/gui/painting/qprinterinfo_mac.cpp34
-rw-r--r--src/gui/painting/qprinterinfo_unix.cpp34
-rw-r--r--src/gui/painting/qprinterinfo_unix_p.h34
-rw-r--r--src/gui/painting/qprinterinfo_win.cpp34
-rw-r--r--src/gui/painting/qrasterdefs_p.h34
-rw-r--r--src/gui/painting/qrasterizer.cpp34
-rw-r--r--src/gui/painting/qrasterizer_p.h34
-rw-r--r--src/gui/painting/qregion.cpp34
-rw-r--r--src/gui/painting/qregion.h34
-rw-r--r--src/gui/painting/qregion_mac.cpp34
-rw-r--r--src/gui/painting/qregion_qws.cpp34
-rw-r--r--src/gui/painting/qregion_s60.cpp36
-rw-r--r--src/gui/painting/qregion_win.cpp34
-rw-r--r--src/gui/painting/qregion_x11.cpp34
-rw-r--r--src/gui/painting/qrgb.h34
-rw-r--r--src/gui/painting/qstroker.cpp34
-rw-r--r--src/gui/painting/qstroker_p.h34
-rw-r--r--src/gui/painting/qstylepainter.cpp34
-rw-r--r--src/gui/painting/qstylepainter.h34
-rw-r--r--src/gui/painting/qtessellator.cpp34
-rw-r--r--src/gui/painting/qtessellator_p.h34
-rw-r--r--src/gui/painting/qtextureglyphcache.cpp34
-rw-r--r--src/gui/painting/qtextureglyphcache_p.h34
-rw-r--r--src/gui/painting/qtransform.cpp34
-rw-r--r--src/gui/painting/qtransform.h34
-rw-r--r--src/gui/painting/qvectorpath_p.h34
-rw-r--r--src/gui/painting/qwindowsurface.cpp34
-rw-r--r--src/gui/painting/qwindowsurface_mac.cpp34
-rw-r--r--src/gui/painting/qwindowsurface_mac_p.h34
-rw-r--r--src/gui/painting/qwindowsurface_p.h34
-rw-r--r--src/gui/painting/qwindowsurface_qws.cpp34
-rw-r--r--src/gui/painting/qwindowsurface_qws_p.h34
-rw-r--r--src/gui/painting/qwindowsurface_raster.cpp34
-rw-r--r--src/gui/painting/qwindowsurface_raster_p.h34
-rw-r--r--src/gui/painting/qwindowsurface_s60.cpp34
-rw-r--r--src/gui/painting/qwindowsurface_s60_p.h34
-rw-r--r--src/gui/painting/qwindowsurface_x11.cpp34
-rw-r--r--src/gui/painting/qwindowsurface_x11_p.h34
-rw-r--r--src/gui/painting/qwmatrix.h36
-rw-r--r--src/gui/s60framework/qs60mainapplication.cpp34
-rw-r--r--src/gui/s60framework/qs60mainapplication.h34
-rw-r--r--src/gui/s60framework/qs60mainapplication_p.h34
-rw-r--r--src/gui/s60framework/qs60mainappui.cpp34
-rw-r--r--src/gui/s60framework/qs60mainappui.h34
-rw-r--r--src/gui/s60framework/qs60maindocument.cpp34
-rw-r--r--src/gui/s60framework/qs60maindocument.h34
-rw-r--r--src/gui/s60framework/s60main.rss34
-rw-r--r--src/gui/statemachine/qbasickeyeventtransition.cpp34
-rw-r--r--src/gui/statemachine/qbasickeyeventtransition_p.h34
-rw-r--r--src/gui/statemachine/qbasicmouseeventtransition.cpp34
-rw-r--r--src/gui/statemachine/qbasicmouseeventtransition_p.h34
-rw-r--r--src/gui/statemachine/qguistatemachine.cpp34
-rw-r--r--src/gui/statemachine/qkeyeventtransition.cpp34
-rw-r--r--src/gui/statemachine/qkeyeventtransition.h34
-rw-r--r--src/gui/statemachine/qmouseeventtransition.cpp34
-rw-r--r--src/gui/statemachine/qmouseeventtransition.h34
-rw-r--r--src/gui/styles/qcdestyle.cpp34
-rw-r--r--src/gui/styles/qcdestyle.h34
-rw-r--r--src/gui/styles/qcleanlooksstyle.cpp34
-rw-r--r--src/gui/styles/qcleanlooksstyle.h34
-rw-r--r--src/gui/styles/qcleanlooksstyle_p.h34
-rw-r--r--src/gui/styles/qcommonstyle.cpp34
-rw-r--r--src/gui/styles/qcommonstyle.h34
-rw-r--r--src/gui/styles/qcommonstyle_p.h34
-rw-r--r--src/gui/styles/qcommonstylepixmaps_p.h34
-rw-r--r--src/gui/styles/qgtkpainter.cpp34
-rw-r--r--src/gui/styles/qgtkpainter_p.h34
-rw-r--r--src/gui/styles/qgtkstyle.cpp34
-rw-r--r--src/gui/styles/qgtkstyle.h34
-rw-r--r--src/gui/styles/qgtkstyle_p.cpp34
-rw-r--r--src/gui/styles/qgtkstyle_p.h34
-rw-r--r--src/gui/styles/qmacstyle.qdoc20
-rw-r--r--src/gui/styles/qmacstyle_mac.h34
-rw-r--r--src/gui/styles/qmacstyle_mac.mm34
-rw-r--r--src/gui/styles/qmacstyle_mac_p.h34
-rw-r--r--src/gui/styles/qmacstylepixmaps_mac_p.h34
-rw-r--r--src/gui/styles/qmotifstyle.cpp34
-rw-r--r--src/gui/styles/qmotifstyle.h34
-rw-r--r--src/gui/styles/qmotifstyle_p.h34
-rw-r--r--src/gui/styles/qplastiquestyle.cpp34
-rw-r--r--src/gui/styles/qplastiquestyle.h34
-rw-r--r--src/gui/styles/qproxystyle.cpp34
-rw-r--r--src/gui/styles/qproxystyle.h34
-rw-r--r--src/gui/styles/qproxystyle_p.h34
-rw-r--r--src/gui/styles/qs60style.cpp34
-rw-r--r--src/gui/styles/qs60style.h34
-rw-r--r--src/gui/styles/qs60style_p.h34
-rw-r--r--src/gui/styles/qs60style_s60.cpp34
-rw-r--r--src/gui/styles/qs60style_simulated.cpp34
-rw-r--r--src/gui/styles/qs60style_stub.cpp34
-rw-r--r--src/gui/styles/qstyle.cpp34
-rw-r--r--src/gui/styles/qstyle.h34
-rw-r--r--src/gui/styles/qstyle_p.h34
-rw-r--r--src/gui/styles/qstylefactory.cpp34
-rw-r--r--src/gui/styles/qstylefactory.h34
-rw-r--r--src/gui/styles/qstylehelper.cpp34
-rw-r--r--src/gui/styles/qstylehelper_p.h34
-rw-r--r--src/gui/styles/qstyleoption.cpp34
-rw-r--r--src/gui/styles/qstyleoption.h34
-rw-r--r--src/gui/styles/qstyleplugin.cpp34
-rw-r--r--src/gui/styles/qstyleplugin.h34
-rw-r--r--src/gui/styles/qstylesheetstyle.cpp34
-rw-r--r--src/gui/styles/qstylesheetstyle_default.cpp34
-rw-r--r--src/gui/styles/qstylesheetstyle_p.h34
-rw-r--r--src/gui/styles/qwindowscestyle.cpp34
-rw-r--r--src/gui/styles/qwindowscestyle.h34
-rw-r--r--src/gui/styles/qwindowscestyle_p.h34
-rw-r--r--src/gui/styles/qwindowsmobilestyle.cpp34
-rw-r--r--src/gui/styles/qwindowsmobilestyle.h34
-rw-r--r--src/gui/styles/qwindowsmobilestyle_p.h34
-rw-r--r--src/gui/styles/qwindowsstyle.cpp34
-rw-r--r--src/gui/styles/qwindowsstyle.h34
-rw-r--r--src/gui/styles/qwindowsstyle_p.h34
-rw-r--r--src/gui/styles/qwindowsvistastyle.cpp34
-rw-r--r--src/gui/styles/qwindowsvistastyle.h34
-rw-r--r--src/gui/styles/qwindowsvistastyle_p.h34
-rw-r--r--src/gui/styles/qwindowsxpstyle.cpp34
-rw-r--r--src/gui/styles/qwindowsxpstyle.h34
-rw-r--r--src/gui/styles/qwindowsxpstyle_p.h34
-rw-r--r--src/gui/symbian/qsymbianevent.cpp34
-rw-r--r--src/gui/symbian/qsymbianevent.h34
-rw-r--r--src/gui/text/qabstractfontengine_p.h34
-rw-r--r--src/gui/text/qabstractfontengine_qws.cpp34
-rw-r--r--src/gui/text/qabstractfontengine_qws.h34
-rw-r--r--src/gui/text/qabstracttextdocumentlayout.cpp34
-rw-r--r--src/gui/text/qabstracttextdocumentlayout.h34
-rw-r--r--src/gui/text/qabstracttextdocumentlayout_p.h34
-rw-r--r--src/gui/text/qcssparser.cpp34
-rw-r--r--src/gui/text/qcssparser_p.h34
-rw-r--r--src/gui/text/qcssscanner.cpp34
-rw-r--r--src/gui/text/qfont.cpp34
-rw-r--r--src/gui/text/qfont.h34
-rw-r--r--src/gui/text/qfont_mac.cpp34
-rw-r--r--src/gui/text/qfont_p.h34
-rw-r--r--src/gui/text/qfont_qws.cpp34
-rw-r--r--src/gui/text/qfont_s60.cpp34
-rw-r--r--src/gui/text/qfont_win.cpp34
-rw-r--r--src/gui/text/qfont_x11.cpp34
-rw-r--r--src/gui/text/qfontdatabase.cpp34
-rw-r--r--src/gui/text/qfontdatabase.h34
-rw-r--r--src/gui/text/qfontdatabase_mac.cpp34
-rw-r--r--src/gui/text/qfontdatabase_qws.cpp34
-rw-r--r--src/gui/text/qfontdatabase_s60.cpp34
-rw-r--r--src/gui/text/qfontdatabase_win.cpp34
-rw-r--r--src/gui/text/qfontdatabase_x11.cpp34
-rw-r--r--src/gui/text/qfontengine.cpp34
-rw-r--r--src/gui/text/qfontengine_ft.cpp34
-rw-r--r--src/gui/text/qfontengine_ft_p.h34
-rw-r--r--src/gui/text/qfontengine_mac.mm34
-rw-r--r--src/gui/text/qfontengine_p.h34
-rw-r--r--src/gui/text/qfontengine_qpf.cpp34
-rw-r--r--src/gui/text/qfontengine_qpf_p.h34
-rw-r--r--src/gui/text/qfontengine_qws.cpp34
-rw-r--r--src/gui/text/qfontengine_s60.cpp34
-rw-r--r--src/gui/text/qfontengine_s60_p.h34
-rw-r--r--src/gui/text/qfontengine_win.cpp34
-rw-r--r--src/gui/text/qfontengine_win_p.h34
-rw-r--r--src/gui/text/qfontengine_x11.cpp34
-rw-r--r--src/gui/text/qfontengine_x11_p.h34
-rw-r--r--src/gui/text/qfontengineglyphcache_p.h34
-rw-r--r--src/gui/text/qfontinfo.h34
-rw-r--r--src/gui/text/qfontmetrics.cpp34
-rw-r--r--src/gui/text/qfontmetrics.h34
-rw-r--r--src/gui/text/qfontsubset.cpp34
-rw-r--r--src/gui/text/qfontsubset_p.h34
-rw-r--r--src/gui/text/qfragmentmap.cpp36
-rw-r--r--src/gui/text/qfragmentmap_p.h34
-rw-r--r--src/gui/text/qpfutil.cpp34
-rw-r--r--src/gui/text/qstatictext.cpp34
-rw-r--r--src/gui/text/qstatictext.h34
-rw-r--r--src/gui/text/qstatictext_p.h34
-rw-r--r--src/gui/text/qsyntaxhighlighter.cpp34
-rw-r--r--src/gui/text/qsyntaxhighlighter.h34
-rw-r--r--src/gui/text/qtextcontrol.cpp34
-rw-r--r--src/gui/text/qtextcontrol_p.h34
-rw-r--r--src/gui/text/qtextcontrol_p_p.h34
-rw-r--r--src/gui/text/qtextcursor.cpp34
-rw-r--r--src/gui/text/qtextcursor.h34
-rw-r--r--src/gui/text/qtextcursor_p.h34
-rw-r--r--src/gui/text/qtextdocument.cpp34
-rw-r--r--src/gui/text/qtextdocument.h34
-rw-r--r--src/gui/text/qtextdocument_p.cpp34
-rw-r--r--src/gui/text/qtextdocument_p.h34
-rw-r--r--src/gui/text/qtextdocumentfragment.cpp34
-rw-r--r--src/gui/text/qtextdocumentfragment.h34
-rw-r--r--src/gui/text/qtextdocumentfragment_p.h34
-rw-r--r--src/gui/text/qtextdocumentlayout.cpp34
-rw-r--r--src/gui/text/qtextdocumentlayout_p.h34
-rw-r--r--src/gui/text/qtextdocumentwriter.cpp34
-rw-r--r--src/gui/text/qtextdocumentwriter.h34
-rw-r--r--src/gui/text/qtextengine.cpp34
-rw-r--r--src/gui/text/qtextengine_mac.cpp34
-rw-r--r--src/gui/text/qtextengine_p.h34
-rw-r--r--src/gui/text/qtextformat.cpp34
-rw-r--r--src/gui/text/qtextformat.h34
-rw-r--r--src/gui/text/qtextformat_p.h34
-rw-r--r--src/gui/text/qtexthtmlparser.cpp34
-rw-r--r--src/gui/text/qtexthtmlparser_p.h34
-rw-r--r--src/gui/text/qtextimagehandler.cpp34
-rw-r--r--src/gui/text/qtextimagehandler_p.h34
-rw-r--r--src/gui/text/qtextlayout.cpp34
-rw-r--r--src/gui/text/qtextlayout.h34
-rw-r--r--src/gui/text/qtextlist.cpp34
-rw-r--r--src/gui/text/qtextlist.h34
-rw-r--r--src/gui/text/qtextobject.cpp34
-rw-r--r--src/gui/text/qtextobject.h34
-rw-r--r--src/gui/text/qtextobject_p.h34
-rw-r--r--src/gui/text/qtextodfwriter.cpp34
-rw-r--r--src/gui/text/qtextodfwriter_p.h34
-rw-r--r--src/gui/text/qtextoption.cpp34
-rw-r--r--src/gui/text/qtextoption.h34
-rw-r--r--src/gui/text/qtexttable.cpp34
-rw-r--r--src/gui/text/qtexttable.h34
-rw-r--r--src/gui/text/qtexttable_p.h34
-rw-r--r--src/gui/text/qzip.cpp34
-rw-r--r--src/gui/text/qzipreader_p.h34
-rw-r--r--src/gui/text/qzipwriter_p.h34
-rw-r--r--src/gui/util/qcompleter.cpp34
-rw-r--r--src/gui/util/qcompleter.h34
-rw-r--r--src/gui/util/qcompleter_p.h34
-rw-r--r--src/gui/util/qdesktopservices.cpp34
-rw-r--r--src/gui/util/qdesktopservices.h34
-rw-r--r--src/gui/util/qdesktopservices_mac.cpp34
-rw-r--r--src/gui/util/qdesktopservices_qws.cpp34
-rw-r--r--src/gui/util/qdesktopservices_s60.cpp34
-rw-r--r--src/gui/util/qdesktopservices_win.cpp34
-rw-r--r--src/gui/util/qdesktopservices_x11.cpp34
-rw-r--r--src/gui/util/qsystemtrayicon.cpp34
-rw-r--r--src/gui/util/qsystemtrayicon.h34
-rw-r--r--src/gui/util/qsystemtrayicon_mac.mm34
-rw-r--r--src/gui/util/qsystemtrayicon_p.h34
-rw-r--r--src/gui/util/qsystemtrayicon_qws.cpp34
-rw-r--r--src/gui/util/qsystemtrayicon_win.cpp34
-rw-r--r--src/gui/util/qsystemtrayicon_wince.cpp34
-rw-r--r--src/gui/util/qsystemtrayicon_x11.cpp34
-rw-r--r--src/gui/util/qundogroup.cpp34
-rw-r--r--src/gui/util/qundogroup.h34
-rw-r--r--src/gui/util/qundostack.cpp34
-rw-r--r--src/gui/util/qundostack.h34
-rw-r--r--src/gui/util/qundostack_p.h34
-rw-r--r--src/gui/util/qundoview.cpp34
-rw-r--r--src/gui/util/qundoview.h34
-rw-r--r--src/gui/widgets/qabstractbutton.cpp34
-rw-r--r--src/gui/widgets/qabstractbutton.h34
-rw-r--r--src/gui/widgets/qabstractbutton_p.h34
-rw-r--r--src/gui/widgets/qabstractscrollarea.cpp34
-rw-r--r--src/gui/widgets/qabstractscrollarea.h34
-rw-r--r--src/gui/widgets/qabstractscrollarea_p.h34
-rw-r--r--src/gui/widgets/qabstractslider.cpp34
-rw-r--r--src/gui/widgets/qabstractslider.h34
-rw-r--r--src/gui/widgets/qabstractslider_p.h34
-rw-r--r--src/gui/widgets/qabstractspinbox.cpp34
-rw-r--r--src/gui/widgets/qabstractspinbox.h34
-rw-r--r--src/gui/widgets/qabstractspinbox_p.h34
-rw-r--r--src/gui/widgets/qbuttongroup.cpp34
-rw-r--r--src/gui/widgets/qbuttongroup.h34
-rw-r--r--src/gui/widgets/qcalendartextnavigator_p.h34
-rw-r--r--src/gui/widgets/qcalendarwidget.cpp34
-rw-r--r--src/gui/widgets/qcalendarwidget.h34
-rw-r--r--src/gui/widgets/qcheckbox.cpp34
-rw-r--r--src/gui/widgets/qcheckbox.h34
-rw-r--r--src/gui/widgets/qcocoamenu_mac.mm34
-rw-r--r--src/gui/widgets/qcocoamenu_mac_p.h34
-rw-r--r--src/gui/widgets/qcocoatoolbardelegate_mac.mm34
-rw-r--r--src/gui/widgets/qcocoatoolbardelegate_mac_p.h34
-rw-r--r--src/gui/widgets/qcombobox.cpp34
-rw-r--r--src/gui/widgets/qcombobox.h34
-rw-r--r--src/gui/widgets/qcombobox_p.h34
-rw-r--r--src/gui/widgets/qcommandlinkbutton.cpp34
-rw-r--r--src/gui/widgets/qcommandlinkbutton.h34
-rw-r--r--src/gui/widgets/qdatetimeedit.cpp34
-rw-r--r--src/gui/widgets/qdatetimeedit.h34
-rw-r--r--src/gui/widgets/qdatetimeedit_p.h34
-rw-r--r--src/gui/widgets/qdial.cpp34
-rw-r--r--src/gui/widgets/qdial.h34
-rw-r--r--src/gui/widgets/qdialogbuttonbox.cpp34
-rw-r--r--src/gui/widgets/qdialogbuttonbox.h34
-rw-r--r--src/gui/widgets/qdockarealayout.cpp34
-rw-r--r--src/gui/widgets/qdockarealayout_p.h34
-rw-r--r--src/gui/widgets/qdockwidget.cpp34
-rw-r--r--src/gui/widgets/qdockwidget.h34
-rw-r--r--src/gui/widgets/qdockwidget_p.h34
-rw-r--r--src/gui/widgets/qeffects.cpp34
-rw-r--r--src/gui/widgets/qeffects_p.h34
-rw-r--r--src/gui/widgets/qfocusframe.cpp34
-rw-r--r--src/gui/widgets/qfocusframe.h34
-rw-r--r--src/gui/widgets/qfontcombobox.cpp34
-rw-r--r--src/gui/widgets/qfontcombobox.h34
-rw-r--r--src/gui/widgets/qframe.cpp34
-rw-r--r--src/gui/widgets/qframe.h34
-rw-r--r--src/gui/widgets/qframe_p.h34
-rw-r--r--src/gui/widgets/qgroupbox.cpp34
-rw-r--r--src/gui/widgets/qgroupbox.h34
-rw-r--r--src/gui/widgets/qlabel.cpp34
-rw-r--r--src/gui/widgets/qlabel.h34
-rw-r--r--src/gui/widgets/qlabel_p.h34
-rw-r--r--src/gui/widgets/qlcdnumber.cpp34
-rw-r--r--src/gui/widgets/qlcdnumber.h34
-rw-r--r--src/gui/widgets/qlinecontrol.cpp34
-rw-r--r--src/gui/widgets/qlinecontrol_p.h34
-rw-r--r--src/gui/widgets/qlineedit.cpp34
-rw-r--r--src/gui/widgets/qlineedit.h34
-rw-r--r--src/gui/widgets/qlineedit_p.cpp34
-rw-r--r--src/gui/widgets/qlineedit_p.h34
-rw-r--r--src/gui/widgets/qmaccocoaviewcontainer_mac.h34
-rw-r--r--src/gui/widgets/qmaccocoaviewcontainer_mac.mm34
-rw-r--r--src/gui/widgets/qmacnativewidget_mac.h34
-rw-r--r--src/gui/widgets/qmacnativewidget_mac.mm34
-rw-r--r--src/gui/widgets/qmainwindow.cpp34
-rw-r--r--src/gui/widgets/qmainwindow.h34
-rw-r--r--src/gui/widgets/qmainwindowlayout.cpp34
-rw-r--r--src/gui/widgets/qmainwindowlayout_mac.mm34
-rw-r--r--src/gui/widgets/qmainwindowlayout_p.h34
-rw-r--r--src/gui/widgets/qmdiarea.cpp34
-rw-r--r--src/gui/widgets/qmdiarea.h34
-rw-r--r--src/gui/widgets/qmdiarea_p.h34
-rw-r--r--src/gui/widgets/qmdisubwindow.cpp34
-rw-r--r--src/gui/widgets/qmdisubwindow.h34
-rw-r--r--src/gui/widgets/qmdisubwindow_p.h34
-rw-r--r--src/gui/widgets/qmenu.cpp34
-rw-r--r--src/gui/widgets/qmenu.h34
-rw-r--r--src/gui/widgets/qmenu_mac.mm34
-rw-r--r--src/gui/widgets/qmenu_p.h34
-rw-r--r--src/gui/widgets/qmenu_symbian.cpp34
-rw-r--r--src/gui/widgets/qmenu_wince.cpp34
-rw-r--r--src/gui/widgets/qmenu_wince_resource_p.h34
-rw-r--r--src/gui/widgets/qmenubar.cpp34
-rw-r--r--src/gui/widgets/qmenubar.h34
-rw-r--r--src/gui/widgets/qmenubar_p.h34
-rw-r--r--src/gui/widgets/qmenudata.cpp34
-rw-r--r--src/gui/widgets/qmenudata.h34
-rw-r--r--src/gui/widgets/qplaintextedit.cpp34
-rw-r--r--src/gui/widgets/qplaintextedit.h34
-rw-r--r--src/gui/widgets/qplaintextedit_p.h34
-rw-r--r--src/gui/widgets/qprintpreviewwidget.cpp34
-rw-r--r--src/gui/widgets/qprintpreviewwidget.h34
-rw-r--r--src/gui/widgets/qprogressbar.cpp34
-rw-r--r--src/gui/widgets/qprogressbar.h34
-rw-r--r--src/gui/widgets/qpushbutton.cpp34
-rw-r--r--src/gui/widgets/qpushbutton.h34
-rw-r--r--src/gui/widgets/qpushbutton_p.h34
-rw-r--r--src/gui/widgets/qradiobutton.cpp34
-rw-r--r--src/gui/widgets/qradiobutton.h34
-rw-r--r--src/gui/widgets/qrubberband.cpp34
-rw-r--r--src/gui/widgets/qrubberband.h34
-rw-r--r--src/gui/widgets/qscrollarea.cpp34
-rw-r--r--src/gui/widgets/qscrollarea.h34
-rw-r--r--src/gui/widgets/qscrollarea_p.h34
-rw-r--r--src/gui/widgets/qscrollbar.cpp34
-rw-r--r--src/gui/widgets/qscrollbar.h34
-rw-r--r--src/gui/widgets/qsizegrip.cpp34
-rw-r--r--src/gui/widgets/qsizegrip.h34
-rw-r--r--src/gui/widgets/qslider.cpp34
-rw-r--r--src/gui/widgets/qslider.h34
-rw-r--r--src/gui/widgets/qspinbox.cpp34
-rw-r--r--src/gui/widgets/qspinbox.h34
-rw-r--r--src/gui/widgets/qsplashscreen.cpp34
-rw-r--r--src/gui/widgets/qsplashscreen.h34
-rw-r--r--src/gui/widgets/qsplitter.cpp34
-rw-r--r--src/gui/widgets/qsplitter.h34
-rw-r--r--src/gui/widgets/qsplitter_p.h34
-rw-r--r--src/gui/widgets/qstackedwidget.cpp34
-rw-r--r--src/gui/widgets/qstackedwidget.h34
-rw-r--r--src/gui/widgets/qstatusbar.cpp34
-rw-r--r--src/gui/widgets/qstatusbar.h34
-rw-r--r--src/gui/widgets/qtabbar.cpp34
-rw-r--r--src/gui/widgets/qtabbar.h34
-rw-r--r--src/gui/widgets/qtabbar_p.h34
-rw-r--r--src/gui/widgets/qtabwidget.cpp34
-rw-r--r--src/gui/widgets/qtabwidget.h34
-rw-r--r--src/gui/widgets/qtextbrowser.cpp34
-rw-r--r--src/gui/widgets/qtextbrowser.h34
-rw-r--r--src/gui/widgets/qtextedit.cpp34
-rw-r--r--src/gui/widgets/qtextedit.h34
-rw-r--r--src/gui/widgets/qtextedit_p.h34
-rw-r--r--src/gui/widgets/qtoolbar.cpp34
-rw-r--r--src/gui/widgets/qtoolbar.h34
-rw-r--r--src/gui/widgets/qtoolbar_p.h34
-rw-r--r--src/gui/widgets/qtoolbararealayout.cpp34
-rw-r--r--src/gui/widgets/qtoolbararealayout_p.h34
-rw-r--r--src/gui/widgets/qtoolbarextension.cpp34
-rw-r--r--src/gui/widgets/qtoolbarextension_p.h34
-rw-r--r--src/gui/widgets/qtoolbarlayout.cpp34
-rw-r--r--src/gui/widgets/qtoolbarlayout_p.h34
-rw-r--r--src/gui/widgets/qtoolbarseparator.cpp34
-rw-r--r--src/gui/widgets/qtoolbarseparator_p.h34
-rw-r--r--src/gui/widgets/qtoolbox.cpp34
-rw-r--r--src/gui/widgets/qtoolbox.h34
-rw-r--r--src/gui/widgets/qtoolbutton.cpp34
-rw-r--r--src/gui/widgets/qtoolbutton.h34
-rw-r--r--src/gui/widgets/qvalidator.cpp34
-rw-r--r--src/gui/widgets/qvalidator.h34
-rw-r--r--src/gui/widgets/qwidgetanimator.cpp34
-rw-r--r--src/gui/widgets/qwidgetanimator_p.h34
-rw-r--r--src/gui/widgets/qwidgetresizehandler.cpp34
-rw-r--r--src/gui/widgets/qwidgetresizehandler_p.h34
-rw-r--r--src/gui/widgets/qworkspace.cpp34
-rw-r--r--src/gui/widgets/qworkspace.h34
-rw-r--r--src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp34
-rw-r--r--src/imports/folderlistmodel/qdeclarativefolderlistmodel.h34
-rw-r--r--src/imports/gestures/plugin.cpp34
-rw-r--r--src/imports/gestures/qdeclarativegesturearea.cpp34
-rw-r--r--src/imports/gestures/qdeclarativegesturearea_p.h34
-rw-r--r--src/imports/particles/particles.cpp34
-rw-r--r--src/imports/particles/qdeclarativeparticles.cpp34
-rw-r--r--src/imports/particles/qdeclarativeparticles_p.h34
-rw-r--r--src/multimedia/audio/qaudio.cpp34
-rw-r--r--src/multimedia/audio/qaudio.h34
-rw-r--r--src/multimedia/audio/qaudio_mac.cpp34
-rw-r--r--src/multimedia/audio/qaudio_mac_p.h34
-rw-r--r--src/multimedia/audio/qaudio_symbian_p.cpp34
-rw-r--r--src/multimedia/audio/qaudio_symbian_p.h34
-rw-r--r--src/multimedia/audio/qaudiodevicefactory.cpp34
-rw-r--r--src/multimedia/audio/qaudiodevicefactory_p.h34
-rw-r--r--src/multimedia/audio/qaudiodeviceinfo.cpp34
-rw-r--r--src/multimedia/audio/qaudiodeviceinfo.h34
-rw-r--r--src/multimedia/audio/qaudiodeviceinfo_alsa_p.cpp34
-rw-r--r--src/multimedia/audio/qaudiodeviceinfo_alsa_p.h34
-rw-r--r--src/multimedia/audio/qaudiodeviceinfo_mac_p.cpp34
-rw-r--r--src/multimedia/audio/qaudiodeviceinfo_mac_p.h34
-rw-r--r--src/multimedia/audio/qaudiodeviceinfo_symbian_p.cpp34
-rw-r--r--src/multimedia/audio/qaudiodeviceinfo_symbian_p.h34
-rw-r--r--src/multimedia/audio/qaudiodeviceinfo_win32_p.cpp34
-rw-r--r--src/multimedia/audio/qaudiodeviceinfo_win32_p.h34
-rw-r--r--src/multimedia/audio/qaudioengine.cpp34
-rw-r--r--src/multimedia/audio/qaudioengine.h34
-rw-r--r--src/multimedia/audio/qaudioengineplugin.cpp36
-rw-r--r--src/multimedia/audio/qaudioengineplugin.h34
-rw-r--r--src/multimedia/audio/qaudioformat.cpp34
-rw-r--r--src/multimedia/audio/qaudioformat.h34
-rw-r--r--src/multimedia/audio/qaudioinput.cpp34
-rw-r--r--src/multimedia/audio/qaudioinput.h34
-rw-r--r--src/multimedia/audio/qaudioinput_alsa_p.cpp34
-rw-r--r--src/multimedia/audio/qaudioinput_alsa_p.h34
-rw-r--r--src/multimedia/audio/qaudioinput_mac_p.cpp34
-rw-r--r--src/multimedia/audio/qaudioinput_mac_p.h34
-rw-r--r--src/multimedia/audio/qaudioinput_symbian_p.cpp34
-rw-r--r--src/multimedia/audio/qaudioinput_symbian_p.h34
-rw-r--r--src/multimedia/audio/qaudioinput_win32_p.cpp34
-rw-r--r--src/multimedia/audio/qaudioinput_win32_p.h34
-rw-r--r--src/multimedia/audio/qaudiooutput.cpp34
-rw-r--r--src/multimedia/audio/qaudiooutput.h34
-rw-r--r--src/multimedia/audio/qaudiooutput_alsa_p.cpp34
-rw-r--r--src/multimedia/audio/qaudiooutput_alsa_p.h34
-rw-r--r--src/multimedia/audio/qaudiooutput_mac_p.cpp34
-rw-r--r--src/multimedia/audio/qaudiooutput_mac_p.h34
-rw-r--r--src/multimedia/audio/qaudiooutput_symbian_p.cpp34
-rw-r--r--src/multimedia/audio/qaudiooutput_symbian_p.h34
-rw-r--r--src/multimedia/audio/qaudiooutput_win32_p.cpp34
-rw-r--r--src/multimedia/audio/qaudiooutput_win32_p.h34
-rw-r--r--src/multimedia/video/qabstractvideobuffer.cpp34
-rw-r--r--src/multimedia/video/qabstractvideobuffer.h34
-rw-r--r--src/multimedia/video/qabstractvideobuffer_p.h34
-rw-r--r--src/multimedia/video/qabstractvideosurface.cpp34
-rw-r--r--src/multimedia/video/qabstractvideosurface.h34
-rw-r--r--src/multimedia/video/qabstractvideosurface_p.h34
-rw-r--r--src/multimedia/video/qimagevideobuffer.cpp34
-rw-r--r--src/multimedia/video/qimagevideobuffer_p.h34
-rw-r--r--src/multimedia/video/qmemoryvideobuffer.cpp34
-rw-r--r--src/multimedia/video/qmemoryvideobuffer_p.h34
-rw-r--r--src/multimedia/video/qvideoframe.cpp34
-rw-r--r--src/multimedia/video/qvideoframe.h34
-rw-r--r--src/multimedia/video/qvideosurfaceformat.cpp34
-rw-r--r--src/multimedia/video/qvideosurfaceformat.h34
-rw-r--r--src/network/access/qabstractnetworkcache.cpp34
-rw-r--r--src/network/access/qabstractnetworkcache.h34
-rw-r--r--src/network/access/qabstractnetworkcache_p.h34
-rw-r--r--src/network/access/qfilenetworkreply.cpp34
-rw-r--r--src/network/access/qfilenetworkreply_p.h34
-rw-r--r--src/network/access/qftp.cpp34
-rw-r--r--src/network/access/qftp.h34
-rw-r--r--src/network/access/qhttp.cpp34
-rw-r--r--src/network/access/qhttp.h34
-rw-r--r--src/network/access/qhttpnetworkconnection.cpp34
-rw-r--r--src/network/access/qhttpnetworkconnection_p.h34
-rw-r--r--src/network/access/qhttpnetworkconnectionchannel.cpp34
-rw-r--r--src/network/access/qhttpnetworkconnectionchannel_p.h34
-rw-r--r--src/network/access/qhttpnetworkheader.cpp34
-rw-r--r--src/network/access/qhttpnetworkheader_p.h34
-rw-r--r--src/network/access/qhttpnetworkreply.cpp34
-rw-r--r--src/network/access/qhttpnetworkreply_p.h34
-rw-r--r--src/network/access/qhttpnetworkrequest.cpp34
-rw-r--r--src/network/access/qhttpnetworkrequest_p.h34
-rw-r--r--src/network/access/qnetworkaccessbackend.cpp34
-rw-r--r--src/network/access/qnetworkaccessbackend_p.h34
-rw-r--r--src/network/access/qnetworkaccesscache.cpp34
-rw-r--r--src/network/access/qnetworkaccesscache_p.h34
-rw-r--r--src/network/access/qnetworkaccesscachebackend.cpp34
-rw-r--r--src/network/access/qnetworkaccesscachebackend_p.h34
-rw-r--r--src/network/access/qnetworkaccessdatabackend.cpp34
-rw-r--r--src/network/access/qnetworkaccessdatabackend_p.h34
-rw-r--r--src/network/access/qnetworkaccessdebugpipebackend.cpp34
-rw-r--r--src/network/access/qnetworkaccessdebugpipebackend_p.h34
-rw-r--r--src/network/access/qnetworkaccessfilebackend.cpp34
-rw-r--r--src/network/access/qnetworkaccessfilebackend_p.h34
-rw-r--r--src/network/access/qnetworkaccessftpbackend.cpp34
-rw-r--r--src/network/access/qnetworkaccessftpbackend_p.h34
-rw-r--r--src/network/access/qnetworkaccesshttpbackend.cpp34
-rw-r--r--src/network/access/qnetworkaccesshttpbackend_p.h34
-rw-r--r--src/network/access/qnetworkaccessmanager.cpp34
-rw-r--r--src/network/access/qnetworkaccessmanager.h34
-rw-r--r--src/network/access/qnetworkaccessmanager_p.h34
-rw-r--r--src/network/access/qnetworkcookie.cpp34
-rw-r--r--src/network/access/qnetworkcookie.h34
-rw-r--r--src/network/access/qnetworkcookie_p.h34
-rw-r--r--src/network/access/qnetworkcookiejar.cpp34
-rw-r--r--src/network/access/qnetworkcookiejar.h34
-rw-r--r--src/network/access/qnetworkcookiejar_p.h34
-rw-r--r--src/network/access/qnetworkdiskcache.cpp34
-rw-r--r--src/network/access/qnetworkdiskcache.h34
-rw-r--r--src/network/access/qnetworkdiskcache_p.h34
-rw-r--r--src/network/access/qnetworkreply.cpp34
-rw-r--r--src/network/access/qnetworkreply.h34
-rw-r--r--src/network/access/qnetworkreply_p.h34
-rw-r--r--src/network/access/qnetworkreplyimpl.cpp34
-rw-r--r--src/network/access/qnetworkreplyimpl_p.h34
-rw-r--r--src/network/access/qnetworkrequest.cpp34
-rw-r--r--src/network/access/qnetworkrequest.h34
-rw-r--r--src/network/access/qnetworkrequest_p.h34
-rw-r--r--src/network/bearer/qbearerengine.cpp34
-rw-r--r--src/network/bearer/qbearerengine_p.h34
-rw-r--r--src/network/bearer/qbearerplugin.cpp36
-rw-r--r--src/network/bearer/qbearerplugin_p.h34
-rw-r--r--src/network/bearer/qnetworkconfigmanager.cpp34
-rw-r--r--src/network/bearer/qnetworkconfigmanager.h34
-rw-r--r--src/network/bearer/qnetworkconfigmanager_p.cpp34
-rw-r--r--src/network/bearer/qnetworkconfigmanager_p.h34
-rw-r--r--src/network/bearer/qnetworkconfiguration.cpp34
-rw-r--r--src/network/bearer/qnetworkconfiguration.h34
-rw-r--r--src/network/bearer/qnetworkconfiguration_p.h34
-rw-r--r--src/network/bearer/qnetworksession.cpp34
-rw-r--r--src/network/bearer/qnetworksession.h34
-rw-r--r--src/network/bearer/qnetworksession_p.h34
-rw-r--r--src/network/bearer/qsharednetworksession.cpp34
-rw-r--r--src/network/bearer/qsharednetworksession_p.h34
-rw-r--r--src/network/kernel/qauthenticator.cpp34
-rw-r--r--src/network/kernel/qauthenticator.h34
-rw-r--r--src/network/kernel/qauthenticator_p.h34
-rw-r--r--src/network/kernel/qhostaddress.cpp34
-rw-r--r--src/network/kernel/qhostaddress.h34
-rw-r--r--src/network/kernel/qhostaddress_p.h34
-rw-r--r--src/network/kernel/qhostinfo.cpp34
-rw-r--r--src/network/kernel/qhostinfo.h34
-rw-r--r--src/network/kernel/qhostinfo_p.h34
-rw-r--r--src/network/kernel/qhostinfo_unix.cpp34
-rw-r--r--src/network/kernel/qhostinfo_win.cpp34
-rw-r--r--src/network/kernel/qnetworkinterface.cpp34
-rw-r--r--src/network/kernel/qnetworkinterface.h34
-rw-r--r--src/network/kernel/qnetworkinterface_p.h34
-rw-r--r--src/network/kernel/qnetworkinterface_symbian.cpp34
-rw-r--r--src/network/kernel/qnetworkinterface_unix.cpp34
-rw-r--r--src/network/kernel/qnetworkinterface_win.cpp34
-rw-r--r--src/network/kernel/qnetworkinterface_win_p.h34
-rw-r--r--src/network/kernel/qnetworkproxy.cpp34
-rw-r--r--src/network/kernel/qnetworkproxy.h34
-rw-r--r--src/network/kernel/qnetworkproxy_generic.cpp36
-rw-r--r--src/network/kernel/qnetworkproxy_mac.cpp34
-rw-r--r--src/network/kernel/qnetworkproxy_p.h34
-rw-r--r--src/network/kernel/qnetworkproxy_symbian.cpp34
-rw-r--r--src/network/kernel/qnetworkproxy_win.cpp34
-rw-r--r--src/network/kernel/qurlinfo.cpp34
-rw-r--r--src/network/kernel/qurlinfo.h34
-rw-r--r--src/network/socket/qabstractsocket.cpp34
-rw-r--r--src/network/socket/qabstractsocket.h34
-rw-r--r--src/network/socket/qabstractsocket_p.h34
-rw-r--r--src/network/socket/qabstractsocketengine.cpp34
-rw-r--r--src/network/socket/qabstractsocketengine_p.h34
-rw-r--r--src/network/socket/qhttpsocketengine.cpp34
-rw-r--r--src/network/socket/qhttpsocketengine_p.h34
-rw-r--r--src/network/socket/qlocalserver.cpp34
-rw-r--r--src/network/socket/qlocalserver.h34
-rw-r--r--src/network/socket/qlocalserver_p.h34
-rw-r--r--src/network/socket/qlocalserver_tcp.cpp34
-rw-r--r--src/network/socket/qlocalserver_unix.cpp34
-rw-r--r--src/network/socket/qlocalserver_win.cpp34
-rw-r--r--src/network/socket/qlocalsocket.cpp34
-rw-r--r--src/network/socket/qlocalsocket.h34
-rw-r--r--src/network/socket/qlocalsocket_p.h34
-rw-r--r--src/network/socket/qlocalsocket_tcp.cpp34
-rw-r--r--src/network/socket/qlocalsocket_unix.cpp34
-rw-r--r--src/network/socket/qlocalsocket_win.cpp34
-rw-r--r--src/network/socket/qnativesocketengine.cpp34
-rw-r--r--src/network/socket/qnativesocketengine_p.h34
-rw-r--r--src/network/socket/qnativesocketengine_unix.cpp34
-rw-r--r--src/network/socket/qnativesocketengine_win.cpp34
-rw-r--r--src/network/socket/qnet_unix_p.h34
-rw-r--r--src/network/socket/qsocks5socketengine.cpp34
-rw-r--r--src/network/socket/qsocks5socketengine_p.h34
-rw-r--r--src/network/socket/qtcpserver.cpp34
-rw-r--r--src/network/socket/qtcpserver.h34
-rw-r--r--src/network/socket/qtcpsocket.cpp34
-rw-r--r--src/network/socket/qtcpsocket.h34
-rw-r--r--src/network/socket/qtcpsocket_p.h34
-rw-r--r--src/network/socket/qudpsocket.cpp34
-rw-r--r--src/network/socket/qudpsocket.h34
-rw-r--r--src/network/ssl/qssl.cpp34
-rw-r--r--src/network/ssl/qssl.h34
-rw-r--r--src/network/ssl/qsslcertificate.cpp34
-rw-r--r--src/network/ssl/qsslcertificate.h34
-rw-r--r--src/network/ssl/qsslcertificate_p.h34
-rw-r--r--src/network/ssl/qsslcipher.cpp34
-rw-r--r--src/network/ssl/qsslcipher.h34
-rw-r--r--src/network/ssl/qsslcipher_p.h34
-rw-r--r--src/network/ssl/qsslconfiguration.cpp34
-rw-r--r--src/network/ssl/qsslconfiguration.h36
-rw-r--r--src/network/ssl/qsslconfiguration_p.h36
-rw-r--r--src/network/ssl/qsslerror.cpp34
-rw-r--r--src/network/ssl/qsslerror.h34
-rw-r--r--src/network/ssl/qsslkey.cpp34
-rw-r--r--src/network/ssl/qsslkey.h34
-rw-r--r--src/network/ssl/qsslkey_p.h34
-rw-r--r--src/network/ssl/qsslsocket.cpp34
-rw-r--r--src/network/ssl/qsslsocket.h34
-rw-r--r--src/network/ssl/qsslsocket_openssl.cpp34
-rw-r--r--src/network/ssl/qsslsocket_openssl_p.h34
-rw-r--r--src/network/ssl/qsslsocket_openssl_symbols.cpp34
-rw-r--r--src/network/ssl/qsslsocket_openssl_symbols_p.h34
-rw-r--r--src/network/ssl/qsslsocket_p.h34
-rw-r--r--src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp34
-rw-r--r--src/opengl/gl2paintengineex/qgl2pexvertexarray_p.h34
-rw-r--r--src/opengl/gl2paintengineex/qglcustomshaderstage.cpp34
-rw-r--r--src/opengl/gl2paintengineex/qglcustomshaderstage_p.h34
-rw-r--r--src/opengl/gl2paintengineex/qglengineshadermanager.cpp34
-rw-r--r--src/opengl/gl2paintengineex/qglengineshadermanager_p.h34
-rw-r--r--src/opengl/gl2paintengineex/qglengineshadersource_p.h34
-rw-r--r--src/opengl/gl2paintengineex/qglgradientcache.cpp34
-rw-r--r--src/opengl/gl2paintengineex/qglgradientcache_p.h34
-rw-r--r--src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp34
-rw-r--r--src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h34
-rw-r--r--src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp34
-rw-r--r--src/opengl/gl2paintengineex/qtextureglyphcache_gl_p.h34
-rw-r--r--src/opengl/gl2paintengineex/qtriangulatingstroker.cpp34
-rw-r--r--src/opengl/gl2paintengineex/qtriangulatingstroker_p.h34
-rw-r--r--src/opengl/gl2paintengineex/qtriangulator.cpp34
-rw-r--r--src/opengl/gl2paintengineex/qtriangulator_p.h34
-rw-r--r--src/opengl/qgl.cpp34
-rw-r--r--src/opengl/qgl.h34
-rw-r--r--src/opengl/qgl_egl.cpp34
-rw-r--r--src/opengl/qgl_egl_p.h34
-rw-r--r--src/opengl/qgl_mac.mm34
-rw-r--r--src/opengl/qgl_p.h34
-rw-r--r--src/opengl/qgl_qws.cpp34
-rw-r--r--src/opengl/qgl_symbian.cpp34
-rw-r--r--src/opengl/qgl_win.cpp34
-rw-r--r--src/opengl/qgl_wince.cpp34
-rw-r--r--src/opengl/qgl_x11.cpp34
-rw-r--r--src/opengl/qgl_x11egl.cpp34
-rw-r--r--src/opengl/qglbuffer.cpp34
-rw-r--r--src/opengl/qglbuffer.h34
-rw-r--r--src/opengl/qglcolormap.cpp34
-rw-r--r--src/opengl/qglcolormap.h34
-rw-r--r--src/opengl/qglextensions.cpp34
-rw-r--r--src/opengl/qglextensions_p.h34
-rw-r--r--src/opengl/qglframebufferobject.cpp34
-rw-r--r--src/opengl/qglframebufferobject.h34
-rw-r--r--src/opengl/qglframebufferobject_p.h34
-rw-r--r--src/opengl/qglpaintdevice.cpp34
-rw-r--r--src/opengl/qglpaintdevice_p.h34
-rw-r--r--src/opengl/qglpixelbuffer.cpp34
-rw-r--r--src/opengl/qglpixelbuffer.h34
-rw-r--r--src/opengl/qglpixelbuffer_egl.cpp34
-rw-r--r--src/opengl/qglpixelbuffer_mac.mm34
-rw-r--r--src/opengl/qglpixelbuffer_p.h34
-rw-r--r--src/opengl/qglpixelbuffer_win.cpp34
-rw-r--r--src/opengl/qglpixelbuffer_x11.cpp34
-rw-r--r--src/opengl/qglpixmapfilter.cpp34
-rw-r--r--src/opengl/qglpixmapfilter_p.h34
-rw-r--r--src/opengl/qglscreen_qws.cpp34
-rw-r--r--src/opengl/qglscreen_qws.h34
-rw-r--r--src/opengl/qglshaderprogram.cpp34
-rw-r--r--src/opengl/qglshaderprogram.h34
-rw-r--r--src/opengl/qgltexturepool.cpp34
-rw-r--r--src/opengl/qgltexturepool_p.h34
-rw-r--r--src/opengl/qglwindowsurface_qws.cpp34
-rw-r--r--src/opengl/qglwindowsurface_qws_p.h34
-rw-r--r--src/opengl/qgraphicsshadereffect.cpp34
-rw-r--r--src/opengl/qgraphicsshadereffect_p.h34
-rw-r--r--src/opengl/qgraphicssystem_gl.cpp34
-rw-r--r--src/opengl/qgraphicssystem_gl_p.h34
-rw-r--r--src/opengl/qpaintengine_opengl.cpp34
-rw-r--r--src/opengl/qpaintengine_opengl_p.h34
-rw-r--r--src/opengl/qpixmapdata_gl.cpp34
-rw-r--r--src/opengl/qpixmapdata_gl_p.h34
-rw-r--r--src/opengl/qpixmapdata_poolgl.cpp34
-rw-r--r--src/opengl/qpixmapdata_x11gl_egl.cpp34
-rw-r--r--src/opengl/qpixmapdata_x11gl_p.h34
-rw-r--r--src/opengl/qwindowsurface_gl.cpp34
-rw-r--r--src/opengl/qwindowsurface_gl_p.h34
-rw-r--r--src/opengl/qwindowsurface_x11gl.cpp34
-rw-r--r--src/opengl/qwindowsurface_x11gl_p.h34
-rw-r--r--src/opengl/util/fragmentprograms_p.h34
-rw-r--r--src/opengl/util/generator.cpp68
-rwxr-xr-xsrc/opengl/util/glsl_to_include.sh34
-rw-r--r--src/openvg/qpaintengine_vg.cpp34
-rw-r--r--src/openvg/qpaintengine_vg_p.h34
-rw-r--r--src/openvg/qpixmapdata_vg.cpp34
-rw-r--r--src/openvg/qpixmapdata_vg_p.h34
-rw-r--r--src/openvg/qpixmapfilter_vg.cpp34
-rw-r--r--src/openvg/qpixmapfilter_vg_p.h34
-rw-r--r--src/openvg/qvg.h34
-rw-r--r--src/openvg/qvg_p.h34
-rw-r--r--src/openvg/qvg_symbian.cpp34
-rw-r--r--src/openvg/qvgcompositionhelper_p.h34
-rw-r--r--src/openvg/qvgfontglyphcache_p.h34
-rw-r--r--src/openvg/qvgimagepool.cpp34
-rw-r--r--src/openvg/qvgimagepool_p.h34
-rw-r--r--src/openvg/qwindowsurface_vg.cpp34
-rw-r--r--src/openvg/qwindowsurface_vg_p.h34
-rw-r--r--src/openvg/qwindowsurface_vgegl.cpp34
-rw-r--r--src/openvg/qwindowsurface_vgegl_p.h34
-rw-r--r--src/plugins/accessible/compat/main.cpp34
-rw-r--r--src/plugins/accessible/compat/q3complexwidgets.cpp34
-rw-r--r--src/plugins/accessible/compat/q3complexwidgets.h34
-rw-r--r--src/plugins/accessible/compat/q3simplewidgets.cpp34
-rw-r--r--src/plugins/accessible/compat/q3simplewidgets.h36
-rw-r--r--src/plugins/accessible/compat/qaccessiblecompat.cpp34
-rw-r--r--src/plugins/accessible/compat/qaccessiblecompat.h34
-rw-r--r--src/plugins/accessible/widgets/complexwidgets.cpp34
-rw-r--r--src/plugins/accessible/widgets/complexwidgets.h34
-rw-r--r--src/plugins/accessible/widgets/main.cpp34
-rw-r--r--src/plugins/accessible/widgets/qaccessiblemenu.cpp34
-rw-r--r--src/plugins/accessible/widgets/qaccessiblemenu.h34
-rw-r--r--src/plugins/accessible/widgets/qaccessiblewidgets.cpp34
-rw-r--r--src/plugins/accessible/widgets/qaccessiblewidgets.h34
-rw-r--r--src/plugins/accessible/widgets/rangecontrols.cpp34
-rw-r--r--src/plugins/accessible/widgets/rangecontrols.h34
-rw-r--r--src/plugins/accessible/widgets/simplewidgets.cpp34
-rw-r--r--src/plugins/accessible/widgets/simplewidgets.h34
-rw-r--r--src/plugins/bearer/connman/main.cpp34
-rw-r--r--src/plugins/bearer/connman/qconnmanengine.cpp34
-rw-r--r--src/plugins/bearer/connman/qconnmanengine.h34
-rw-r--r--src/plugins/bearer/connman/qconnmanservice_linux.cpp34
-rw-r--r--src/plugins/bearer/connman/qconnmanservice_linux_p.h34
-rw-r--r--src/plugins/bearer/connman/qofonoservice_linux.cpp34
-rw-r--r--src/plugins/bearer/connman/qofonoservice_linux_p.h34
-rw-r--r--src/plugins/bearer/corewlan/main.cpp34
-rw-r--r--src/plugins/bearer/corewlan/qcorewlanengine.h34
-rw-r--r--src/plugins/bearer/corewlan/qcorewlanengine.mm34
-rw-r--r--src/plugins/bearer/generic/main.cpp34
-rw-r--r--src/plugins/bearer/generic/qgenericengine.cpp34
-rw-r--r--src/plugins/bearer/generic/qgenericengine.h34
-rw-r--r--src/plugins/bearer/icd/dbusdispatcher.cpp34
-rw-r--r--src/plugins/bearer/icd/dbusdispatcher.h34
-rw-r--r--src/plugins/bearer/icd/iapconf.cpp34
-rw-r--r--src/plugins/bearer/icd/iapconf.h34
-rw-r--r--src/plugins/bearer/icd/iapmonitor.cpp34
-rw-r--r--src/plugins/bearer/icd/iapmonitor.h34
-rw-r--r--src/plugins/bearer/icd/maemo_icd.cpp34
-rw-r--r--src/plugins/bearer/icd/maemo_icd.h34
-rw-r--r--src/plugins/bearer/icd/main.cpp34
-rw-r--r--src/plugins/bearer/icd/proxyconf.cpp34
-rw-r--r--src/plugins/bearer/icd/proxyconf.h34
-rw-r--r--src/plugins/bearer/icd/qicdengine.cpp34
-rw-r--r--src/plugins/bearer/icd/qicdengine.h34
-rw-r--r--src/plugins/bearer/icd/qnetworksession_impl.cpp34
-rw-r--r--src/plugins/bearer/icd/qnetworksession_impl.h34
-rw-r--r--src/plugins/bearer/icd/wlan-utils.h34
-rw-r--r--src/plugins/bearer/nativewifi/main.cpp34
-rw-r--r--src/plugins/bearer/nativewifi/platformdefs.h34
-rw-r--r--src/plugins/bearer/nativewifi/qnativewifiengine.cpp34
-rw-r--r--src/plugins/bearer/nativewifi/qnativewifiengine.h34
-rw-r--r--src/plugins/bearer/networkmanager/main.cpp34
-rw-r--r--src/plugins/bearer/networkmanager/qnetworkmanagerengine.cpp34
-rw-r--r--src/plugins/bearer/networkmanager/qnetworkmanagerengine.h34
-rw-r--r--src/plugins/bearer/networkmanager/qnetworkmanagerservice.cpp34
-rw-r--r--src/plugins/bearer/networkmanager/qnetworkmanagerservice.h34
-rw-r--r--src/plugins/bearer/networkmanager/qnmdbushelper.cpp34
-rw-r--r--src/plugins/bearer/networkmanager/qnmdbushelper.h34
-rw-r--r--src/plugins/bearer/nla/main.cpp34
-rw-r--r--src/plugins/bearer/nla/qnlaengine.cpp34
-rw-r--r--src/plugins/bearer/nla/qnlaengine.h34
-rw-r--r--src/plugins/bearer/platformdefs_win.h34
-rw-r--r--src/plugins/bearer/qbearerengine_impl.h34
-rw-r--r--src/plugins/bearer/qnetworksession_impl.cpp34
-rw-r--r--src/plugins/bearer/qnetworksession_impl.h34
-rw-r--r--src/plugins/bearer/symbian/main.cpp34
-rw-r--r--src/plugins/bearer/symbian/qnetworksession_impl.cpp34
-rw-r--r--src/plugins/bearer/symbian/qnetworksession_impl.h34
-rw-r--r--src/plugins/bearer/symbian/symbianengine.cpp34
-rw-r--r--src/plugins/bearer/symbian/symbianengine.h34
-rw-r--r--src/plugins/codecs/cn/main.cpp34
-rw-r--r--src/plugins/codecs/cn/qgb18030codec.cpp34
-rw-r--r--src/plugins/codecs/cn/qgb18030codec.h34
-rw-r--r--src/plugins/codecs/jp/main.cpp34
-rw-r--r--src/plugins/codecs/jp/qeucjpcodec.cpp34
-rw-r--r--src/plugins/codecs/jp/qeucjpcodec.h34
-rw-r--r--src/plugins/codecs/jp/qfontjpcodec.cpp34
-rw-r--r--src/plugins/codecs/jp/qfontjpcodec.h34
-rw-r--r--src/plugins/codecs/jp/qjiscodec.cpp34
-rw-r--r--src/plugins/codecs/jp/qjiscodec.h34
-rw-r--r--src/plugins/codecs/jp/qjpunicode.cpp34
-rw-r--r--src/plugins/codecs/jp/qjpunicode.h34
-rw-r--r--src/plugins/codecs/jp/qsjiscodec.cpp34
-rw-r--r--src/plugins/codecs/jp/qsjiscodec.h34
-rw-r--r--src/plugins/codecs/kr/cp949codetbl.h34
-rw-r--r--src/plugins/codecs/kr/main.cpp34
-rw-r--r--src/plugins/codecs/kr/qeuckrcodec.cpp34
-rw-r--r--src/plugins/codecs/kr/qeuckrcodec.h34
-rw-r--r--src/plugins/codecs/tw/main.cpp34
-rw-r--r--src/plugins/codecs/tw/qbig5codec.cpp34
-rw-r--r--src/plugins/codecs/tw/qbig5codec.h34
-rw-r--r--src/plugins/decorations/default/main.cpp34
-rw-r--r--src/plugins/decorations/styled/main.cpp34
-rw-r--r--src/plugins/decorations/windows/main.cpp34
-rw-r--r--src/plugins/gfxdrivers/ahi/qscreenahi_qws.cpp34
-rw-r--r--src/plugins/gfxdrivers/ahi/qscreenahi_qws.h34
-rw-r--r--src/plugins/gfxdrivers/ahi/qscreenahiplugin.cpp34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbkeyboard.cpp34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbkeyboard.h34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbmouse.cpp34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbmouse.h34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbpaintdevice.cpp34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbpaintdevice.h34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.cpp34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbpaintengine.h34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbpixmap.cpp34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbpixmap.h34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbscreen.h34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbscreenplugin.cpp34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbwindowsurface.cpp34
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbwindowsurface.h34
-rw-r--r--src/plugins/gfxdrivers/linuxfb/main.cpp34
-rw-r--r--src/plugins/gfxdrivers/powervr/QWSWSEGL/pvrqwsdrawable.c34
-rw-r--r--src/plugins/gfxdrivers/powervr/QWSWSEGL/pvrqwsdrawable.h34
-rw-r--r--src/plugins/gfxdrivers/powervr/QWSWSEGL/pvrqwsdrawable_p.h34
-rw-r--r--src/plugins/gfxdrivers/powervr/QWSWSEGL/pvrqwswsegl.c34
-rw-r--r--src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.cpp34
-rw-r--r--src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreen.h34
-rw-r--r--src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglscreenplugin.cpp34
-rw-r--r--src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.cpp34
-rw-r--r--src/plugins/gfxdrivers/powervr/pvreglscreen/pvreglwindowsurface.h34
-rw-r--r--src/plugins/gfxdrivers/qvfb/main.cpp34
-rw-r--r--src/plugins/gfxdrivers/transformed/main.cpp34
-rw-r--r--src/plugins/gfxdrivers/vnc/main.cpp34
-rw-r--r--src/plugins/gfxdrivers/vnc/qscreenvnc_p.h34
-rw-r--r--src/plugins/gfxdrivers/vnc/qscreenvnc_qws.cpp34
-rw-r--r--src/plugins/gfxdrivers/vnc/qscreenvnc_qws.h34
-rw-r--r--src/plugins/graphicssystems/meego/dithering.cpp34
-rw-r--r--src/plugins/graphicssystems/meego/qmeegoextensions.cpp34
-rw-r--r--src/plugins/graphicssystems/meego/qmeegoextensions.h34
-rw-r--r--src/plugins/graphicssystems/meego/qmeegographicssystem.cpp34
-rw-r--r--src/plugins/graphicssystems/meego/qmeegographicssystem.h34
-rw-r--r--src/plugins/graphicssystems/meego/qmeegographicssystemplugin.cpp36
-rw-r--r--src/plugins/graphicssystems/meego/qmeegographicssystemplugin.h36
-rw-r--r--src/plugins/graphicssystems/meego/qmeegolivepixmapdata.cpp34
-rw-r--r--src/plugins/graphicssystems/meego/qmeegolivepixmapdata.h34
-rw-r--r--src/plugins/graphicssystems/meego/qmeegopixmapdata.cpp34
-rw-r--r--src/plugins/graphicssystems/meego/qmeegopixmapdata.h34
-rw-r--r--src/plugins/graphicssystems/meego/qmeegorasterpixmapdata.cpp36
-rw-r--r--src/plugins/graphicssystems/meego/qmeegorasterpixmapdata.h36
-rw-r--r--src/plugins/graphicssystems/opengl/main.cpp34
-rw-r--r--src/plugins/graphicssystems/openvg/main.cpp34
-rw-r--r--src/plugins/graphicssystems/openvg/qgraphicssystem_vg.cpp34
-rw-r--r--src/plugins/graphicssystems/openvg/qgraphicssystem_vg_p.h34
-rw-r--r--src/plugins/graphicssystems/shivavg/main.cpp34
-rw-r--r--src/plugins/graphicssystems/shivavg/shivavggraphicssystem.cpp36
-rw-r--r--src/plugins/graphicssystems/shivavg/shivavggraphicssystem.h36
-rw-r--r--src/plugins/graphicssystems/shivavg/shivavgwindowsurface.cpp34
-rw-r--r--src/plugins/graphicssystems/shivavg/shivavgwindowsurface.h34
-rw-r--r--src/plugins/graphicssystems/trace/main.cpp34
-rw-r--r--src/plugins/graphicssystems/trace/qgraphicssystem_trace.cpp34
-rw-r--r--src/plugins/graphicssystems/trace/qgraphicssystem_trace_p.h34
-rw-r--r--src/plugins/iconengines/svgiconengine/main.cpp34
-rw-r--r--src/plugins/iconengines/svgiconengine/qsvgiconengine.cpp34
-rw-r--r--src/plugins/iconengines/svgiconengine/qsvgiconengine.h34
-rw-r--r--src/plugins/imageformats/gif/main.cpp34
-rw-r--r--src/plugins/imageformats/ico/main.cpp34
-rw-r--r--src/plugins/imageformats/ico/qicohandler.cpp34
-rw-r--r--src/plugins/imageformats/ico/qicohandler.h34
-rw-r--r--src/plugins/imageformats/jpeg/main.cpp34
-rw-r--r--src/plugins/imageformats/mng/main.cpp34
-rw-r--r--src/plugins/imageformats/svg/main.cpp34
-rw-r--r--src/plugins/imageformats/svg/qsvgiohandler.cpp34
-rw-r--r--src/plugins/imageformats/svg/qsvgiohandler.h34
-rw-r--r--src/plugins/imageformats/tiff/main.cpp34
-rw-r--r--src/plugins/inputmethods/imsw-multi/qmultiinputcontext.cpp36
-rw-r--r--src/plugins/inputmethods/imsw-multi/qmultiinputcontext.h36
-rw-r--r--src/plugins/inputmethods/imsw-multi/qmultiinputcontextplugin.cpp36
-rw-r--r--src/plugins/inputmethods/imsw-multi/qmultiinputcontextplugin.h36
-rw-r--r--src/plugins/kbddrivers/linuxinput/main.cpp34
-rw-r--r--src/plugins/mousedrivers/linuxtp/main.cpp34
-rw-r--r--src/plugins/mousedrivers/pc/main.cpp34
-rw-r--r--src/plugins/mousedrivers/tslib/main.cpp34
-rw-r--r--src/plugins/qmltooling/qmldbg_ost/qmlostplugin.cpp34
-rw-r--r--src/plugins/qmltooling/qmldbg_ost/qmlostplugin.h34
-rw-r--r--src/plugins/qmltooling/qmldbg_ost/qostdevice.cpp34
-rw-r--r--src/plugins/qmltooling/qmldbg_ost/qostdevice.h34
-rw-r--r--src/plugins/qmltooling/qmldbg_ost/usbostcomm.h34
-rw-r--r--src/plugins/qmltooling/qmldbg_tcp/qtcpserverconnection.cpp34
-rw-r--r--src/plugins/qmltooling/qmldbg_tcp/qtcpserverconnection.h34
-rw-r--r--src/plugins/s60/src/qcoreapplication_3_1.cpp36
-rw-r--r--src/plugins/s60/src/qcoreapplication_3_2.cpp36
-rw-r--r--src/plugins/s60/src/qdesktopservices_3_1.cpp36
-rw-r--r--src/plugins/s60/src/qdesktopservices_3_2.cpp34
-rw-r--r--src/plugins/s60/src/qlocale_3_1.cpp34
-rw-r--r--src/plugins/s60/src/qlocale_3_2.cpp34
-rw-r--r--src/plugins/script/qtdbus/main.cpp34
-rw-r--r--src/plugins/script/qtdbus/main.h34
-rw-r--r--src/plugins/sqldrivers/db2/main.cpp34
-rw-r--r--src/plugins/sqldrivers/ibase/main.cpp34
-rw-r--r--src/plugins/sqldrivers/mysql/main.cpp34
-rw-r--r--src/plugins/sqldrivers/oci/main.cpp34
-rw-r--r--src/plugins/sqldrivers/odbc/main.cpp34
-rw-r--r--src/plugins/sqldrivers/psql/main.cpp34
-rw-r--r--src/plugins/sqldrivers/sqlite/smain.cpp34
-rw-r--r--src/plugins/sqldrivers/sqlite2/smain.cpp34
-rw-r--r--src/plugins/sqldrivers/tds/main.cpp34
-rw-r--r--src/qt3support/canvas/q3canvas.cpp34
-rw-r--r--src/qt3support/canvas/q3canvas.h34
-rw-r--r--src/qt3support/dialogs/q3filedialog.cpp34
-rw-r--r--src/qt3support/dialogs/q3filedialog.h34
-rw-r--r--src/qt3support/dialogs/q3filedialog_mac.cpp34
-rw-r--r--src/qt3support/dialogs/q3filedialog_win.cpp34
-rw-r--r--src/qt3support/dialogs/q3progressdialog.cpp34
-rw-r--r--src/qt3support/dialogs/q3progressdialog.h34
-rw-r--r--src/qt3support/dialogs/q3tabdialog.cpp34
-rw-r--r--src/qt3support/dialogs/q3tabdialog.h34
-rw-r--r--src/qt3support/dialogs/q3wizard.cpp34
-rw-r--r--src/qt3support/dialogs/q3wizard.h34
-rw-r--r--src/qt3support/itemviews/q3iconview.cpp34
-rw-r--r--src/qt3support/itemviews/q3iconview.h34
-rw-r--r--src/qt3support/itemviews/q3listbox.cpp34
-rw-r--r--src/qt3support/itemviews/q3listbox.h34
-rw-r--r--src/qt3support/itemviews/q3listview.cpp34
-rw-r--r--src/qt3support/itemviews/q3listview.h34
-rw-r--r--src/qt3support/itemviews/q3table.cpp34
-rw-r--r--src/qt3support/itemviews/q3table.h34
-rw-r--r--src/qt3support/network/q3dns.cpp34
-rw-r--r--src/qt3support/network/q3dns.h34
-rw-r--r--src/qt3support/network/q3ftp.cpp34
-rw-r--r--src/qt3support/network/q3ftp.h34
-rw-r--r--src/qt3support/network/q3http.cpp34
-rw-r--r--src/qt3support/network/q3http.h34
-rw-r--r--src/qt3support/network/q3localfs.cpp34
-rw-r--r--src/qt3support/network/q3localfs.h34
-rw-r--r--src/qt3support/network/q3network.cpp34
-rw-r--r--src/qt3support/network/q3network.h36
-rw-r--r--src/qt3support/network/q3networkprotocol.cpp34
-rw-r--r--src/qt3support/network/q3networkprotocol.h34
-rw-r--r--src/qt3support/network/q3serversocket.cpp34
-rw-r--r--src/qt3support/network/q3serversocket.h34
-rw-r--r--src/qt3support/network/q3socket.cpp34
-rw-r--r--src/qt3support/network/q3socket.h34
-rw-r--r--src/qt3support/network/q3socketdevice.cpp34
-rw-r--r--src/qt3support/network/q3socketdevice.h34
-rw-r--r--src/qt3support/network/q3socketdevice_unix.cpp34
-rw-r--r--src/qt3support/network/q3socketdevice_win.cpp34
-rw-r--r--src/qt3support/network/q3url.cpp34
-rw-r--r--src/qt3support/network/q3url.h34
-rw-r--r--src/qt3support/network/q3urloperator.cpp34
-rw-r--r--src/qt3support/network/q3urloperator.h34
-rw-r--r--src/qt3support/other/q3accel.cpp34
-rw-r--r--src/qt3support/other/q3accel.h34
-rw-r--r--src/qt3support/other/q3boxlayout.cpp34
-rw-r--r--src/qt3support/other/q3boxlayout.h34
-rw-r--r--src/qt3support/other/q3dragobject.cpp34
-rw-r--r--src/qt3support/other/q3dragobject.h34
-rw-r--r--src/qt3support/other/q3dropsite.cpp34
-rw-r--r--src/qt3support/other/q3dropsite.h34
-rw-r--r--src/qt3support/other/q3gridlayout.h34
-rw-r--r--src/qt3support/other/q3membuf.cpp34
-rw-r--r--src/qt3support/other/q3membuf_p.h34
-rw-r--r--src/qt3support/other/q3mimefactory.cpp34
-rw-r--r--src/qt3support/other/q3mimefactory.h34
-rw-r--r--src/qt3support/other/q3polygonscanner.cpp34
-rw-r--r--src/qt3support/other/q3polygonscanner.h34
-rw-r--r--src/qt3support/other/q3process.cpp34
-rw-r--r--src/qt3support/other/q3process.h34
-rw-r--r--src/qt3support/other/q3process_unix.cpp34
-rw-r--r--src/qt3support/other/q3process_win.cpp34
-rw-r--r--src/qt3support/other/qiconset.h36
-rw-r--r--src/qt3support/other/qt_compat_pch.h34
-rw-r--r--src/qt3support/painting/q3paintdevicemetrics.cpp34
-rw-r--r--src/qt3support/painting/q3paintdevicemetrics.h34
-rw-r--r--src/qt3support/painting/q3paintengine_svg.cpp34
-rw-r--r--src/qt3support/painting/q3paintengine_svg_p.h34
-rw-r--r--src/qt3support/painting/q3painter.cpp34
-rw-r--r--src/qt3support/painting/q3painter.h34
-rw-r--r--src/qt3support/painting/q3picture.cpp34
-rw-r--r--src/qt3support/painting/q3picture.h34
-rw-r--r--src/qt3support/painting/q3pointarray.cpp34
-rw-r--r--src/qt3support/painting/q3pointarray.h34
-rw-r--r--src/qt3support/sql/q3databrowser.cpp34
-rw-r--r--src/qt3support/sql/q3databrowser.h34
-rw-r--r--src/qt3support/sql/q3datatable.cpp34
-rw-r--r--src/qt3support/sql/q3datatable.h34
-rw-r--r--src/qt3support/sql/q3dataview.cpp34
-rw-r--r--src/qt3support/sql/q3dataview.h34
-rw-r--r--src/qt3support/sql/q3editorfactory.cpp34
-rw-r--r--src/qt3support/sql/q3editorfactory.h34
-rw-r--r--src/qt3support/sql/q3sqlcursor.cpp34
-rw-r--r--src/qt3support/sql/q3sqlcursor.h34
-rw-r--r--src/qt3support/sql/q3sqleditorfactory.cpp34
-rw-r--r--src/qt3support/sql/q3sqleditorfactory.h34
-rw-r--r--src/qt3support/sql/q3sqlfieldinfo.h34
-rw-r--r--src/qt3support/sql/q3sqlfieldinfo.qdoc20
-rw-r--r--src/qt3support/sql/q3sqlform.cpp34
-rw-r--r--src/qt3support/sql/q3sqlform.h34
-rw-r--r--src/qt3support/sql/q3sqlmanager_p.cpp34
-rw-r--r--src/qt3support/sql/q3sqlmanager_p.h34
-rw-r--r--src/qt3support/sql/q3sqlpropertymap.cpp34
-rw-r--r--src/qt3support/sql/q3sqlpropertymap.h34
-rw-r--r--src/qt3support/sql/q3sqlrecordinfo.h34
-rw-r--r--src/qt3support/sql/q3sqlrecordinfo.qdoc20
-rw-r--r--src/qt3support/sql/q3sqlselectcursor.cpp34
-rw-r--r--src/qt3support/sql/q3sqlselectcursor.h34
-rw-r--r--src/qt3support/text/q3multilineedit.cpp34
-rw-r--r--src/qt3support/text/q3multilineedit.h34
-rw-r--r--src/qt3support/text/q3richtext.cpp34
-rw-r--r--src/qt3support/text/q3richtext_p.cpp34
-rw-r--r--src/qt3support/text/q3richtext_p.h34
-rw-r--r--src/qt3support/text/q3simplerichtext.cpp34
-rw-r--r--src/qt3support/text/q3simplerichtext.h34
-rw-r--r--src/qt3support/text/q3stylesheet.cpp34
-rw-r--r--src/qt3support/text/q3stylesheet.h34
-rw-r--r--src/qt3support/text/q3syntaxhighlighter.cpp34
-rw-r--r--src/qt3support/text/q3syntaxhighlighter.h34
-rw-r--r--src/qt3support/text/q3syntaxhighlighter_p.h34
-rw-r--r--src/qt3support/text/q3textbrowser.cpp34
-rw-r--r--src/qt3support/text/q3textbrowser.h34
-rw-r--r--src/qt3support/text/q3textedit.cpp34
-rw-r--r--src/qt3support/text/q3textedit.h34
-rw-r--r--src/qt3support/text/q3textstream.cpp34
-rw-r--r--src/qt3support/text/q3textstream.h34
-rw-r--r--src/qt3support/text/q3textview.cpp34
-rw-r--r--src/qt3support/text/q3textview.h34
-rw-r--r--src/qt3support/tools/q3asciicache.h34
-rw-r--r--src/qt3support/tools/q3asciicache.qdoc20
-rw-r--r--src/qt3support/tools/q3asciidict.h34
-rw-r--r--src/qt3support/tools/q3asciidict.qdoc20
-rw-r--r--src/qt3support/tools/q3cache.h34
-rw-r--r--src/qt3support/tools/q3cache.qdoc20
-rw-r--r--src/qt3support/tools/q3cleanuphandler.h34
-rw-r--r--src/qt3support/tools/q3cstring.cpp34
-rw-r--r--src/qt3support/tools/q3cstring.h34
-rw-r--r--src/qt3support/tools/q3deepcopy.cpp34
-rw-r--r--src/qt3support/tools/q3deepcopy.h34
-rw-r--r--src/qt3support/tools/q3dict.h34
-rw-r--r--src/qt3support/tools/q3dict.qdoc20
-rw-r--r--src/qt3support/tools/q3garray.cpp34
-rw-r--r--src/qt3support/tools/q3garray.h34
-rw-r--r--src/qt3support/tools/q3gcache.cpp34
-rw-r--r--src/qt3support/tools/q3gcache.h34
-rw-r--r--src/qt3support/tools/q3gdict.cpp34
-rw-r--r--src/qt3support/tools/q3gdict.h34
-rw-r--r--src/qt3support/tools/q3glist.cpp34
-rw-r--r--src/qt3support/tools/q3glist.h34
-rw-r--r--src/qt3support/tools/q3gvector.cpp34
-rw-r--r--src/qt3support/tools/q3gvector.h34
-rw-r--r--src/qt3support/tools/q3intcache.h34
-rw-r--r--src/qt3support/tools/q3intcache.qdoc20
-rw-r--r--src/qt3support/tools/q3intdict.h34
-rw-r--r--src/qt3support/tools/q3intdict.qdoc20
-rw-r--r--src/qt3support/tools/q3memarray.h34
-rw-r--r--src/qt3support/tools/q3memarray.qdoc20
-rw-r--r--src/qt3support/tools/q3objectdict.h34
-rw-r--r--src/qt3support/tools/q3ptrcollection.cpp34
-rw-r--r--src/qt3support/tools/q3ptrcollection.h34
-rw-r--r--src/qt3support/tools/q3ptrdict.h34
-rw-r--r--src/qt3support/tools/q3ptrdict.qdoc20
-rw-r--r--src/qt3support/tools/q3ptrlist.h34
-rw-r--r--src/qt3support/tools/q3ptrlist.qdoc20
-rw-r--r--src/qt3support/tools/q3ptrqueue.h34
-rw-r--r--src/qt3support/tools/q3ptrqueue.qdoc20
-rw-r--r--src/qt3support/tools/q3ptrstack.h34
-rw-r--r--src/qt3support/tools/q3ptrstack.qdoc20
-rw-r--r--src/qt3support/tools/q3ptrvector.h34
-rw-r--r--src/qt3support/tools/q3ptrvector.qdoc20
-rw-r--r--src/qt3support/tools/q3semaphore.cpp34
-rw-r--r--src/qt3support/tools/q3semaphore.h34
-rw-r--r--src/qt3support/tools/q3shared.cpp34
-rw-r--r--src/qt3support/tools/q3shared.h34
-rw-r--r--src/qt3support/tools/q3signal.cpp34
-rw-r--r--src/qt3support/tools/q3signal.h34
-rw-r--r--src/qt3support/tools/q3sortedlist.h34
-rw-r--r--src/qt3support/tools/q3strlist.h34
-rw-r--r--src/qt3support/tools/q3strvec.h34
-rw-r--r--src/qt3support/tools/q3tl.h34
-rw-r--r--src/qt3support/tools/q3valuelist.h34
-rw-r--r--src/qt3support/tools/q3valuelist.qdoc20
-rw-r--r--src/qt3support/tools/q3valuestack.h34
-rw-r--r--src/qt3support/tools/q3valuestack.qdoc20
-rw-r--r--src/qt3support/tools/q3valuevector.h34
-rw-r--r--src/qt3support/tools/q3valuevector.qdoc20
-rw-r--r--src/qt3support/widgets/q3action.cpp34
-rw-r--r--src/qt3support/widgets/q3action.h34
-rw-r--r--src/qt3support/widgets/q3button.cpp34
-rw-r--r--src/qt3support/widgets/q3button.h34
-rw-r--r--src/qt3support/widgets/q3buttongroup.cpp34
-rw-r--r--src/qt3support/widgets/q3buttongroup.h34
-rw-r--r--src/qt3support/widgets/q3combobox.cpp34
-rw-r--r--src/qt3support/widgets/q3combobox.h34
-rw-r--r--src/qt3support/widgets/q3datetimeedit.cpp34
-rw-r--r--src/qt3support/widgets/q3datetimeedit.h34
-rw-r--r--src/qt3support/widgets/q3dockarea.cpp34
-rw-r--r--src/qt3support/widgets/q3dockarea.h34
-rw-r--r--src/qt3support/widgets/q3dockwindow.cpp34
-rw-r--r--src/qt3support/widgets/q3dockwindow.h34
-rw-r--r--src/qt3support/widgets/q3frame.cpp34
-rw-r--r--src/qt3support/widgets/q3frame.h34
-rw-r--r--src/qt3support/widgets/q3grid.cpp34
-rw-r--r--src/qt3support/widgets/q3grid.h34
-rw-r--r--src/qt3support/widgets/q3gridview.cpp34
-rw-r--r--src/qt3support/widgets/q3gridview.h34
-rw-r--r--src/qt3support/widgets/q3groupbox.cpp34
-rw-r--r--src/qt3support/widgets/q3groupbox.h34
-rw-r--r--src/qt3support/widgets/q3hbox.cpp34
-rw-r--r--src/qt3support/widgets/q3hbox.h34
-rw-r--r--src/qt3support/widgets/q3header.cpp34
-rw-r--r--src/qt3support/widgets/q3header.h34
-rw-r--r--src/qt3support/widgets/q3hgroupbox.cpp34
-rw-r--r--src/qt3support/widgets/q3hgroupbox.h34
-rw-r--r--src/qt3support/widgets/q3mainwindow.cpp34
-rw-r--r--src/qt3support/widgets/q3mainwindow.h34
-rw-r--r--src/qt3support/widgets/q3mainwindow_p.h34
-rw-r--r--src/qt3support/widgets/q3popupmenu.cpp34
-rw-r--r--src/qt3support/widgets/q3popupmenu.h34
-rw-r--r--src/qt3support/widgets/q3progressbar.cpp34
-rw-r--r--src/qt3support/widgets/q3progressbar.h34
-rw-r--r--src/qt3support/widgets/q3rangecontrol.cpp34
-rw-r--r--src/qt3support/widgets/q3rangecontrol.h34
-rw-r--r--src/qt3support/widgets/q3scrollview.cpp34
-rw-r--r--src/qt3support/widgets/q3scrollview.h34
-rw-r--r--src/qt3support/widgets/q3spinwidget.cpp34
-rw-r--r--src/qt3support/widgets/q3titlebar.cpp34
-rw-r--r--src/qt3support/widgets/q3titlebar_p.h34
-rw-r--r--src/qt3support/widgets/q3toolbar.cpp34
-rw-r--r--src/qt3support/widgets/q3toolbar.h34
-rw-r--r--src/qt3support/widgets/q3vbox.cpp34
-rw-r--r--src/qt3support/widgets/q3vbox.h34
-rw-r--r--src/qt3support/widgets/q3vgroupbox.cpp34
-rw-r--r--src/qt3support/widgets/q3vgroupbox.h34
-rw-r--r--src/qt3support/widgets/q3whatsthis.cpp34
-rw-r--r--src/qt3support/widgets/q3whatsthis.h34
-rw-r--r--src/qt3support/widgets/q3widgetstack.cpp34
-rw-r--r--src/qt3support/widgets/q3widgetstack.h34
-rw-r--r--src/s60main/newallocator_hook.cpp34
-rwxr-xr-xsrc/script/parser/make-parser.sh36
-rw-r--r--src/script/parser/qscript.g68
-rw-r--r--src/scripttools/debugging/qscriptbreakpointdata.cpp34
-rw-r--r--src/scripttools/debugging/qscriptbreakpointdata_p.h34
-rw-r--r--src/scripttools/debugging/qscriptbreakpointsmodel.cpp34
-rw-r--r--src/scripttools/debugging/qscriptbreakpointsmodel_p.h34
-rw-r--r--src/scripttools/debugging/qscriptbreakpointswidget.cpp34
-rw-r--r--src/scripttools/debugging/qscriptbreakpointswidget_p.h34
-rw-r--r--src/scripttools/debugging/qscriptbreakpointswidgetinterface.cpp34
-rw-r--r--src/scripttools/debugging/qscriptbreakpointswidgetinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptbreakpointswidgetinterface_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptcompletionproviderinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptcompletiontask.cpp34
-rw-r--r--src/scripttools/debugging/qscriptcompletiontask_p.h34
-rw-r--r--src/scripttools/debugging/qscriptcompletiontaskinterface.cpp34
-rw-r--r--src/scripttools/debugging/qscriptcompletiontaskinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptcompletiontaskinterface_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebugger.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebugger_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggeragent.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggeragent_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggeragent_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerbackend.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerbackend_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerbackend_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodefinderwidget_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodefinderwidgetinterface.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodefinderwidgetinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodefinderwidgetinterface_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodeview.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodeview_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodeviewinterface.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodeviewinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodeviewinterface_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodewidget.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodewidget_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodewidgetinterface.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodewidgetinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodewidgetinterface_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercommand.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercommand_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercommandexecutor.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercommandexecutor_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercommandschedulerfrontend.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercommandschedulerfrontend_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercommandschedulerinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercommandschedulerjob.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercommandschedulerjob_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggercommandschedulerjob_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsole.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsole_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolecommand.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolecommand_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolecommand_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolecommandgroupdata.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolecommandgroupdata_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolecommandjob.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolecommandjob_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolecommandjob_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolecommandmanager.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolecommandmanager_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsoleglobalobject.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsoleglobalobject_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolehistorianinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolewidget.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolewidget_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolewidgetinterface.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolewidgetinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerconsolewidgetinterface_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerevent.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerevent_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggereventhandlerinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerfrontend.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerfrontend_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerfrontend_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerjob.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerjob_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerjob_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerjobschedulerinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerlocalsmodel.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerlocalsmodel_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerlocalswidget.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerlocalswidget_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerlocalswidgetinterface.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerlocalswidgetinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerlocalswidgetinterface_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerobjectsnapshotdelta_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerresponse.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerresponse_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerresponsehandlerinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerscriptedconsolecommand.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerscriptedconsolecommand_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerscriptsmodel.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerscriptsmodel_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerscriptswidget.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerscriptswidget_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerscriptswidgetinterface.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerscriptswidgetinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerscriptswidgetinterface_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerstackmodel.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerstackmodel_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerstackwidget.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerstackwidget_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerstackwidgetinterface.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerstackwidgetinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerstackwidgetinterface_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerstandardwidgetfactory.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerstandardwidgetfactory_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggervalue.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggervalue_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggervalueproperty.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebuggervalueproperty_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebuggerwidgetfactoryinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebugoutputwidget.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebugoutputwidget_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebugoutputwidgetinterface.cpp34
-rw-r--r--src/scripttools/debugging/qscriptdebugoutputwidgetinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptdebugoutputwidgetinterface_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptedit.cpp34
-rw-r--r--src/scripttools/debugging/qscriptedit_p.h34
-rw-r--r--src/scripttools/debugging/qscriptenginedebugger.cpp34
-rw-r--r--src/scripttools/debugging/qscriptenginedebugger.h34
-rw-r--r--src/scripttools/debugging/qscriptenginedebuggerfrontend.cpp34
-rw-r--r--src/scripttools/debugging/qscriptenginedebuggerfrontend_p.h34
-rw-r--r--src/scripttools/debugging/qscripterrorlogwidget.cpp34
-rw-r--r--src/scripttools/debugging/qscripterrorlogwidget_p.h34
-rw-r--r--src/scripttools/debugging/qscripterrorlogwidgetinterface.cpp34
-rw-r--r--src/scripttools/debugging/qscripterrorlogwidgetinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscripterrorlogwidgetinterface_p_p.h34
-rw-r--r--src/scripttools/debugging/qscriptmessagehandlerinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptobjectsnapshot.cpp34
-rw-r--r--src/scripttools/debugging/qscriptobjectsnapshot_p.h34
-rw-r--r--src/scripttools/debugging/qscriptscriptdata.cpp34
-rw-r--r--src/scripttools/debugging/qscriptscriptdata_p.h34
-rw-r--r--src/scripttools/debugging/qscriptstdmessagehandler.cpp34
-rw-r--r--src/scripttools/debugging/qscriptstdmessagehandler_p.h34
-rw-r--r--src/scripttools/debugging/qscriptsyntaxhighlighter.cpp34
-rw-r--r--src/scripttools/debugging/qscriptsyntaxhighlighter_p.h34
-rw-r--r--src/scripttools/debugging/qscripttooltipproviderinterface_p.h34
-rw-r--r--src/scripttools/debugging/qscriptvalueproperty.cpp34
-rw-r--r--src/scripttools/debugging/qscriptvalueproperty_p.h34
-rw-r--r--src/scripttools/debugging/qscriptxmlparser.cpp34
-rw-r--r--src/scripttools/debugging/qscriptxmlparser_p.h34
-rw-r--r--src/sql/drivers/db2/qsql_db2.cpp34
-rw-r--r--src/sql/drivers/db2/qsql_db2.h34
-rw-r--r--src/sql/drivers/ibase/qsql_ibase.cpp34
-rw-r--r--src/sql/drivers/ibase/qsql_ibase.h34
-rw-r--r--src/sql/drivers/mysql/qsql_mysql.cpp34
-rw-r--r--src/sql/drivers/mysql/qsql_mysql.h34
-rw-r--r--src/sql/drivers/oci/qsql_oci.cpp34
-rw-r--r--src/sql/drivers/oci/qsql_oci.h34
-rw-r--r--src/sql/drivers/odbc/qsql_odbc.cpp34
-rw-r--r--src/sql/drivers/odbc/qsql_odbc.h34
-rw-r--r--src/sql/drivers/psql/qsql_psql.cpp34
-rw-r--r--src/sql/drivers/psql/qsql_psql.h34
-rw-r--r--src/sql/drivers/sqlite/qsql_sqlite.cpp34
-rw-r--r--src/sql/drivers/sqlite/qsql_sqlite.h34
-rw-r--r--src/sql/drivers/sqlite2/qsql_sqlite2.cpp34
-rw-r--r--src/sql/drivers/sqlite2/qsql_sqlite2.h34
-rw-r--r--src/sql/drivers/tds/qsql_tds.cpp34
-rw-r--r--src/sql/drivers/tds/qsql_tds.h34
-rw-r--r--src/sql/kernel/qsql.h34
-rw-r--r--src/sql/kernel/qsql.qdoc20
-rw-r--r--src/sql/kernel/qsqlcachedresult.cpp34
-rw-r--r--src/sql/kernel/qsqlcachedresult_p.h34
-rw-r--r--src/sql/kernel/qsqldatabase.cpp34
-rw-r--r--src/sql/kernel/qsqldatabase.h34
-rw-r--r--src/sql/kernel/qsqldriver.cpp34
-rw-r--r--src/sql/kernel/qsqldriver.h34
-rw-r--r--src/sql/kernel/qsqldriverplugin.cpp34
-rw-r--r--src/sql/kernel/qsqldriverplugin.h34
-rw-r--r--src/sql/kernel/qsqlerror.cpp34
-rw-r--r--src/sql/kernel/qsqlerror.h34
-rw-r--r--src/sql/kernel/qsqlfield.cpp34
-rw-r--r--src/sql/kernel/qsqlfield.h34
-rw-r--r--src/sql/kernel/qsqlindex.cpp34
-rw-r--r--src/sql/kernel/qsqlindex.h34
-rw-r--r--src/sql/kernel/qsqlnulldriver_p.h34
-rw-r--r--src/sql/kernel/qsqlquery.cpp34
-rw-r--r--src/sql/kernel/qsqlquery.h34
-rw-r--r--src/sql/kernel/qsqlrecord.cpp34
-rw-r--r--src/sql/kernel/qsqlrecord.h34
-rw-r--r--src/sql/kernel/qsqlresult.cpp34
-rw-r--r--src/sql/kernel/qsqlresult.h34
-rw-r--r--src/sql/models/qsqlquerymodel.cpp34
-rw-r--r--src/sql/models/qsqlquerymodel.h34
-rw-r--r--src/sql/models/qsqlquerymodel_p.h34
-rw-r--r--src/sql/models/qsqlrelationaldelegate.cpp34
-rw-r--r--src/sql/models/qsqlrelationaldelegate.h34
-rw-r--r--src/sql/models/qsqlrelationaltablemodel.cpp34
-rw-r--r--src/sql/models/qsqlrelationaltablemodel.h34
-rw-r--r--src/sql/models/qsqltablemodel.cpp34
-rw-r--r--src/sql/models/qsqltablemodel.h34
-rw-r--r--src/sql/models/qsqltablemodel_p.h34
-rw-r--r--src/svg/qgraphicssvgitem.cpp34
-rw-r--r--src/svg/qgraphicssvgitem.h34
-rw-r--r--src/svg/qsvgfont.cpp34
-rw-r--r--src/svg/qsvgfont_p.h34
-rw-r--r--src/svg/qsvggenerator.cpp34
-rw-r--r--src/svg/qsvggenerator.h34
-rw-r--r--src/svg/qsvggraphics.cpp34
-rw-r--r--src/svg/qsvggraphics_p.h34
-rw-r--r--src/svg/qsvghandler.cpp34
-rw-r--r--src/svg/qsvghandler_p.h34
-rw-r--r--src/svg/qsvgnode.cpp34
-rw-r--r--src/svg/qsvgnode_p.h34
-rw-r--r--src/svg/qsvgrenderer.cpp34
-rw-r--r--src/svg/qsvgrenderer.h34
-rw-r--r--src/svg/qsvgstructure.cpp34
-rw-r--r--src/svg/qsvgstructure_p.h34
-rw-r--r--src/svg/qsvgstyle.cpp34
-rw-r--r--src/svg/qsvgstyle_p.h34
-rw-r--r--src/svg/qsvgtinydocument.cpp34
-rw-r--r--src/svg/qsvgtinydocument_p.h34
-rw-r--r--src/svg/qsvgwidget.cpp34
-rw-r--r--src/svg/qsvgwidget.h34
-rw-r--r--src/testlib/qabstracttestlogger.cpp34
-rw-r--r--src/testlib/qabstracttestlogger_p.h34
-rw-r--r--src/testlib/qasciikey.cpp34
-rw-r--r--src/testlib/qbenchmark.cpp34
-rw-r--r--src/testlib/qbenchmark.h34
-rw-r--r--src/testlib/qbenchmark_p.h34
-rw-r--r--src/testlib/qbenchmarkevent.cpp34
-rw-r--r--src/testlib/qbenchmarkevent_p.h34
-rw-r--r--src/testlib/qbenchmarkmeasurement.cpp34
-rw-r--r--src/testlib/qbenchmarkmeasurement_p.h34
-rw-r--r--src/testlib/qbenchmarkmetric.cpp34
-rw-r--r--src/testlib/qbenchmarkmetric.h34
-rw-r--r--src/testlib/qbenchmarkmetric_p.h36
-rw-r--r--src/testlib/qbenchmarkvalgrind.cpp34
-rw-r--r--src/testlib/qbenchmarkvalgrind_p.h34
-rw-r--r--src/testlib/qplaintestlogger.cpp34
-rw-r--r--src/testlib/qplaintestlogger_p.h34
-rw-r--r--src/testlib/qsignaldumper.cpp34
-rw-r--r--src/testlib/qsignaldumper_p.h34
-rw-r--r--src/testlib/qsignalspy.h34
-rw-r--r--src/testlib/qsignalspy.qdoc20
-rw-r--r--src/testlib/qtest.h34
-rw-r--r--src/testlib/qtest_global.h34
-rw-r--r--src/testlib/qtest_gui.h34
-rw-r--r--src/testlib/qtestaccessible.h34
-rw-r--r--src/testlib/qtestassert.h36
-rw-r--r--src/testlib/qtestbasicstreamer.cpp34
-rw-r--r--src/testlib/qtestbasicstreamer.h34
-rw-r--r--src/testlib/qtestcase.cpp34
-rw-r--r--src/testlib/qtestcase.h34
-rw-r--r--src/testlib/qtestcoreelement.h34
-rw-r--r--src/testlib/qtestcorelist.h34
-rw-r--r--src/testlib/qtestdata.cpp34
-rw-r--r--src/testlib/qtestdata.h34
-rw-r--r--src/testlib/qtestelement.cpp34
-rw-r--r--src/testlib/qtestelement.h34
-rw-r--r--src/testlib/qtestelementattribute.cpp34
-rw-r--r--src/testlib/qtestelementattribute.h34
-rw-r--r--src/testlib/qtestevent.h34
-rw-r--r--src/testlib/qtestevent.qdoc20
-rw-r--r--src/testlib/qtesteventloop.h34
-rw-r--r--src/testlib/qtestfilelogger.cpp34
-rw-r--r--src/testlib/qtestfilelogger.h34
-rw-r--r--src/testlib/qtestkeyboard.h34
-rw-r--r--src/testlib/qtestlightxmlstreamer.cpp34
-rw-r--r--src/testlib/qtestlightxmlstreamer.h34
-rw-r--r--src/testlib/qtestlog.cpp34
-rw-r--r--src/testlib/qtestlog_p.h34
-rw-r--r--src/testlib/qtestlogger.cpp34
-rw-r--r--src/testlib/qtestlogger_p.h34
-rw-r--r--src/testlib/qtestmouse.h34
-rw-r--r--src/testlib/qtestresult.cpp34
-rw-r--r--src/testlib/qtestresult_p.h34
-rw-r--r--src/testlib/qtestspontaneevent.h34
-rw-r--r--src/testlib/qtestsystem.h34
-rw-r--r--src/testlib/qtesttable.cpp34
-rw-r--r--src/testlib/qtesttable_p.h34
-rw-r--r--src/testlib/qtesttouch.h34
-rw-r--r--src/testlib/qtestxmlstreamer.cpp34
-rw-r--r--src/testlib/qtestxmlstreamer.h34
-rw-r--r--src/testlib/qtestxunitstreamer.cpp34
-rw-r--r--src/testlib/qtestxunitstreamer.h34
-rw-r--r--src/testlib/qxmltestlogger.cpp34
-rw-r--r--src/testlib/qxmltestlogger_p.h34
-rw-r--r--src/tools/idc/main.cpp34
-rw-r--r--src/tools/moc/generator.cpp34
-rw-r--r--src/tools/moc/generator.h34
-rw-r--r--src/tools/moc/keywords.cpp34
-rw-r--r--src/tools/moc/main.cpp34
-rw-r--r--src/tools/moc/moc.cpp34
-rw-r--r--src/tools/moc/moc.h34
-rw-r--r--src/tools/moc/mwerks_mac.cpp34
-rw-r--r--src/tools/moc/mwerks_mac.h34
-rw-r--r--src/tools/moc/outputrevision.h36
-rw-r--r--src/tools/moc/parser.cpp34
-rw-r--r--src/tools/moc/parser.h34
-rw-r--r--src/tools/moc/ppkeywords.cpp34
-rw-r--r--src/tools/moc/preprocessor.cpp34
-rw-r--r--src/tools/moc/preprocessor.h34
-rw-r--r--src/tools/moc/symbols.h34
-rw-r--r--src/tools/moc/token.cpp34
-rw-r--r--src/tools/moc/token.h34
-rwxr-xr-xsrc/tools/moc/util/generate.sh36
-rw-r--r--src/tools/moc/util/generate_keywords.cpp34
-rw-r--r--src/tools/moc/util/licenseheader.txt36
-rw-r--r--src/tools/moc/utils.h34
-rw-r--r--src/tools/rcc/main.cpp34
-rw-r--r--src/tools/rcc/rcc.cpp34
-rw-r--r--src/tools/rcc/rcc.h34
-rw-r--r--src/tools/uic/cpp/cppextractimages.cpp34
-rw-r--r--src/tools/uic/cpp/cppextractimages.h34
-rw-r--r--src/tools/uic/cpp/cppwritedeclaration.cpp34
-rw-r--r--src/tools/uic/cpp/cppwritedeclaration.h34
-rw-r--r--src/tools/uic/cpp/cppwriteicondata.cpp34
-rw-r--r--src/tools/uic/cpp/cppwriteicondata.h34
-rw-r--r--src/tools/uic/cpp/cppwriteicondeclaration.cpp34
-rw-r--r--src/tools/uic/cpp/cppwriteicondeclaration.h34
-rw-r--r--src/tools/uic/cpp/cppwriteiconinitialization.cpp34
-rw-r--r--src/tools/uic/cpp/cppwriteiconinitialization.h34
-rw-r--r--src/tools/uic/cpp/cppwriteincludes.cpp34
-rw-r--r--src/tools/uic/cpp/cppwriteincludes.h34
-rw-r--r--src/tools/uic/cpp/cppwriteinitialization.cpp34
-rw-r--r--src/tools/uic/cpp/cppwriteinitialization.h34
-rw-r--r--src/tools/uic/customwidgetsinfo.cpp34
-rw-r--r--src/tools/uic/customwidgetsinfo.h34
-rw-r--r--src/tools/uic/databaseinfo.cpp34
-rw-r--r--src/tools/uic/databaseinfo.h34
-rw-r--r--src/tools/uic/driver.cpp34
-rw-r--r--src/tools/uic/driver.h34
-rw-r--r--src/tools/uic/globaldefs.h36
-rw-r--r--src/tools/uic/main.cpp34
-rw-r--r--src/tools/uic/option.h34
-rw-r--r--src/tools/uic/treewalker.cpp34
-rw-r--r--src/tools/uic/treewalker.h34
-rw-r--r--src/tools/uic/ui4.cpp34
-rw-r--r--src/tools/uic/ui4.h34
-rw-r--r--src/tools/uic/uic.cpp34
-rw-r--r--src/tools/uic/uic.h34
-rw-r--r--src/tools/uic/utils.h34
-rw-r--r--src/tools/uic/validator.cpp34
-rw-r--r--src/tools/uic/validator.h34
-rw-r--r--src/tools/uic3/converter.cpp34
-rw-r--r--src/tools/uic3/deps.cpp34
-rw-r--r--src/tools/uic3/domtool.cpp34
-rw-r--r--src/tools/uic3/domtool.h34
-rw-r--r--src/tools/uic3/embed.cpp34
-rw-r--r--src/tools/uic3/form.cpp34
-rw-r--r--src/tools/uic3/main.cpp34
-rw-r--r--src/tools/uic3/object.cpp34
-rw-r--r--src/tools/uic3/parser.cpp34
-rw-r--r--src/tools/uic3/parser.h36
-rw-r--r--src/tools/uic3/qt3to4.cpp34
-rw-r--r--src/tools/uic3/qt3to4.h34
-rw-r--r--src/tools/uic3/subclassing.cpp34
-rw-r--r--src/tools/uic3/ui3reader.cpp34
-rw-r--r--src/tools/uic3/ui3reader.h34
-rw-r--r--src/tools/uic3/uic.cpp34
-rw-r--r--src/tools/uic3/uic.h34
-rw-r--r--src/tools/uic3/widgetinfo.cpp34
-rw-r--r--src/tools/uic3/widgetinfo.h34
-rw-r--r--src/xml/dom/qdom.cpp34
-rw-r--r--src/xml/dom/qdom.h34
-rw-r--r--src/xml/sax/qxml.cpp34
-rw-r--r--src/xml/sax/qxml.h34
-rw-r--r--src/xml/stream/qxmlstream.h34
-rw-r--r--src/xmlpatterns/Mainpage.dox34
-rw-r--r--src/xmlpatterns/acceltree/qacceliterators.cpp34
-rw-r--r--src/xmlpatterns/acceltree/qacceliterators_p.h34
-rw-r--r--src/xmlpatterns/acceltree/qacceltree.cpp34
-rw-r--r--src/xmlpatterns/acceltree/qacceltree_p.h34
-rw-r--r--src/xmlpatterns/acceltree/qacceltreebuilder.cpp34
-rw-r--r--src/xmlpatterns/acceltree/qacceltreebuilder_p.h34
-rw-r--r--src/xmlpatterns/acceltree/qacceltreeresourceloader.cpp34
-rw-r--r--src/xmlpatterns/acceltree/qacceltreeresourceloader_p.h34
-rw-r--r--src/xmlpatterns/acceltree/qcompressedwhitespace.cpp34
-rw-r--r--src/xmlpatterns/acceltree/qcompressedwhitespace_p.h34
-rw-r--r--src/xmlpatterns/api/qabstractmessagehandler.cpp34
-rw-r--r--src/xmlpatterns/api/qabstractmessagehandler.h34
-rw-r--r--src/xmlpatterns/api/qabstracturiresolver.cpp34
-rw-r--r--src/xmlpatterns/api/qabstracturiresolver.h34
-rw-r--r--src/xmlpatterns/api/qabstractxmlforwarditerator.cpp34
-rw-r--r--src/xmlpatterns/api/qabstractxmlforwarditerator_p.h34
-rw-r--r--src/xmlpatterns/api/qabstractxmlnodemodel.cpp34
-rw-r--r--src/xmlpatterns/api/qabstractxmlnodemodel.h34
-rw-r--r--src/xmlpatterns/api/qabstractxmlnodemodel_p.h34
-rw-r--r--src/xmlpatterns/api/qabstractxmlpullprovider.cpp34
-rw-r--r--src/xmlpatterns/api/qabstractxmlpullprovider_p.h34
-rw-r--r--src/xmlpatterns/api/qabstractxmlreceiver.cpp34
-rw-r--r--src/xmlpatterns/api/qabstractxmlreceiver.h34
-rw-r--r--src/xmlpatterns/api/qabstractxmlreceiver_p.h34
-rw-r--r--src/xmlpatterns/api/qcoloringmessagehandler.cpp34
-rw-r--r--src/xmlpatterns/api/qcoloringmessagehandler_p.h34
-rw-r--r--src/xmlpatterns/api/qcoloroutput.cpp34
-rw-r--r--src/xmlpatterns/api/qcoloroutput_p.h34
-rw-r--r--src/xmlpatterns/api/qdeviceresourceloader_p.h34
-rw-r--r--src/xmlpatterns/api/qiodevicedelegate.cpp34
-rw-r--r--src/xmlpatterns/api/qiodevicedelegate_p.h34
-rw-r--r--src/xmlpatterns/api/qnetworkaccessdelegator.cpp34
-rw-r--r--src/xmlpatterns/api/qnetworkaccessdelegator_p.h34
-rw-r--r--src/xmlpatterns/api/qpullbridge.cpp34
-rw-r--r--src/xmlpatterns/api/qpullbridge_p.h34
-rw-r--r--src/xmlpatterns/api/qreferencecountedvalue_p.h34
-rw-r--r--src/xmlpatterns/api/qresourcedelegator.cpp34
-rw-r--r--src/xmlpatterns/api/qresourcedelegator_p.h34
-rw-r--r--src/xmlpatterns/api/qsimplexmlnodemodel.cpp34
-rw-r--r--src/xmlpatterns/api/qsimplexmlnodemodel.h34
-rw-r--r--src/xmlpatterns/api/qsourcelocation.cpp34
-rw-r--r--src/xmlpatterns/api/qsourcelocation.h34
-rw-r--r--src/xmlpatterns/api/quriloader.cpp34
-rw-r--r--src/xmlpatterns/api/quriloader_p.h34
-rw-r--r--src/xmlpatterns/api/qvariableloader.cpp34
-rw-r--r--src/xmlpatterns/api/qvariableloader_p.h34
-rw-r--r--src/xmlpatterns/api/qxmlformatter.cpp34
-rw-r--r--src/xmlpatterns/api/qxmlformatter.h34
-rw-r--r--src/xmlpatterns/api/qxmlname.cpp34
-rw-r--r--src/xmlpatterns/api/qxmlname.h34
-rw-r--r--src/xmlpatterns/api/qxmlnamepool.cpp34
-rw-r--r--src/xmlpatterns/api/qxmlnamepool.h34
-rw-r--r--src/xmlpatterns/api/qxmlpatternistcli_p.h34
-rw-r--r--src/xmlpatterns/api/qxmlquery.cpp34
-rw-r--r--src/xmlpatterns/api/qxmlquery.h34
-rw-r--r--src/xmlpatterns/api/qxmlquery_p.h34
-rw-r--r--src/xmlpatterns/api/qxmlresultitems.cpp34
-rw-r--r--src/xmlpatterns/api/qxmlresultitems.h34
-rw-r--r--src/xmlpatterns/api/qxmlresultitems_p.h34
-rw-r--r--src/xmlpatterns/api/qxmlschema.cpp34
-rw-r--r--src/xmlpatterns/api/qxmlschema.h34
-rw-r--r--src/xmlpatterns/api/qxmlschema_p.cpp34
-rw-r--r--src/xmlpatterns/api/qxmlschema_p.h34
-rw-r--r--src/xmlpatterns/api/qxmlschemavalidator.cpp34
-rw-r--r--src/xmlpatterns/api/qxmlschemavalidator.h34
-rw-r--r--src/xmlpatterns/api/qxmlschemavalidator_p.h34
-rw-r--r--src/xmlpatterns/api/qxmlserializer.cpp34
-rw-r--r--src/xmlpatterns/api/qxmlserializer.h34
-rw-r--r--src/xmlpatterns/api/qxmlserializer_p.h34
-rw-r--r--src/xmlpatterns/data/qabstractdatetime.cpp34
-rw-r--r--src/xmlpatterns/data/qabstractdatetime_p.h34
-rw-r--r--src/xmlpatterns/data/qabstractduration.cpp34
-rw-r--r--src/xmlpatterns/data/qabstractduration_p.h34
-rw-r--r--src/xmlpatterns/data/qabstractfloat.cpp34
-rw-r--r--src/xmlpatterns/data/qabstractfloat_p.h34
-rw-r--r--src/xmlpatterns/data/qabstractfloatcasters.cpp34
-rw-r--r--src/xmlpatterns/data/qabstractfloatcasters_p.h34
-rw-r--r--src/xmlpatterns/data/qabstractfloatmathematician.cpp34
-rw-r--r--src/xmlpatterns/data/qabstractfloatmathematician_p.h34
-rw-r--r--src/xmlpatterns/data/qanyuri.cpp34
-rw-r--r--src/xmlpatterns/data/qanyuri_p.h34
-rw-r--r--src/xmlpatterns/data/qatomiccaster.cpp36
-rw-r--r--src/xmlpatterns/data/qatomiccaster_p.h34
-rw-r--r--src/xmlpatterns/data/qatomiccasters.cpp34
-rw-r--r--src/xmlpatterns/data/qatomiccasters_p.h34
-rw-r--r--src/xmlpatterns/data/qatomiccomparator.cpp34
-rw-r--r--src/xmlpatterns/data/qatomiccomparator_p.h34
-rw-r--r--src/xmlpatterns/data/qatomiccomparators.cpp34
-rw-r--r--src/xmlpatterns/data/qatomiccomparators_p.h34
-rw-r--r--src/xmlpatterns/data/qatomicmathematician.cpp34
-rw-r--r--src/xmlpatterns/data/qatomicmathematician_p.h34
-rw-r--r--src/xmlpatterns/data/qatomicmathematicians.cpp34
-rw-r--r--src/xmlpatterns/data/qatomicmathematicians_p.h34
-rw-r--r--src/xmlpatterns/data/qatomicstring.cpp34
-rw-r--r--src/xmlpatterns/data/qatomicstring_p.h34
-rw-r--r--src/xmlpatterns/data/qatomicvalue.cpp34
-rw-r--r--src/xmlpatterns/data/qbase64binary.cpp34
-rw-r--r--src/xmlpatterns/data/qbase64binary_p.h34
-rw-r--r--src/xmlpatterns/data/qboolean.cpp34
-rw-r--r--src/xmlpatterns/data/qboolean_p.h34
-rw-r--r--src/xmlpatterns/data/qcommonvalues.cpp34
-rw-r--r--src/xmlpatterns/data/qcommonvalues_p.h34
-rw-r--r--src/xmlpatterns/data/qcomparisonfactory.cpp34
-rw-r--r--src/xmlpatterns/data/qcomparisonfactory_p.h34
-rw-r--r--src/xmlpatterns/data/qdate.cpp34
-rw-r--r--src/xmlpatterns/data/qdate_p.h34
-rw-r--r--src/xmlpatterns/data/qdaytimeduration.cpp34
-rw-r--r--src/xmlpatterns/data/qdaytimeduration_p.h34
-rw-r--r--src/xmlpatterns/data/qdecimal.cpp34
-rw-r--r--src/xmlpatterns/data/qdecimal_p.h34
-rw-r--r--src/xmlpatterns/data/qderivedinteger_p.h34
-rw-r--r--src/xmlpatterns/data/qderivedstring_p.h34
-rw-r--r--src/xmlpatterns/data/qduration.cpp34
-rw-r--r--src/xmlpatterns/data/qduration_p.h34
-rw-r--r--src/xmlpatterns/data/qgday.cpp34
-rw-r--r--src/xmlpatterns/data/qgday_p.h34
-rw-r--r--src/xmlpatterns/data/qgmonth.cpp34
-rw-r--r--src/xmlpatterns/data/qgmonth_p.h34
-rw-r--r--src/xmlpatterns/data/qgmonthday.cpp34
-rw-r--r--src/xmlpatterns/data/qgmonthday_p.h34
-rw-r--r--src/xmlpatterns/data/qgyear.cpp34
-rw-r--r--src/xmlpatterns/data/qgyear_p.h34
-rw-r--r--src/xmlpatterns/data/qgyearmonth.cpp34
-rw-r--r--src/xmlpatterns/data/qgyearmonth_p.h34
-rw-r--r--src/xmlpatterns/data/qhexbinary.cpp34
-rw-r--r--src/xmlpatterns/data/qhexbinary_p.h34
-rw-r--r--src/xmlpatterns/data/qinteger.cpp34
-rw-r--r--src/xmlpatterns/data/qinteger_p.h34
-rw-r--r--src/xmlpatterns/data/qitem.cpp36
-rw-r--r--src/xmlpatterns/data/qitem_p.h34
-rw-r--r--src/xmlpatterns/data/qnodebuilder.cpp36
-rw-r--r--src/xmlpatterns/data/qnodebuilder_p.h34
-rw-r--r--src/xmlpatterns/data/qnodemodel.cpp36
-rw-r--r--src/xmlpatterns/data/qqnamevalue.cpp34
-rw-r--r--src/xmlpatterns/data/qqnamevalue_p.h34
-rw-r--r--src/xmlpatterns/data/qresourceloader.cpp34
-rw-r--r--src/xmlpatterns/data/qresourceloader_p.h34
-rw-r--r--src/xmlpatterns/data/qschemadatetime.cpp34
-rw-r--r--src/xmlpatterns/data/qschemadatetime_p.h34
-rw-r--r--src/xmlpatterns/data/qschemanumeric.cpp34
-rw-r--r--src/xmlpatterns/data/qschemanumeric_p.h34
-rw-r--r--src/xmlpatterns/data/qschematime.cpp34
-rw-r--r--src/xmlpatterns/data/qschematime_p.h34
-rw-r--r--src/xmlpatterns/data/qsequencereceiver.cpp34
-rw-r--r--src/xmlpatterns/data/qsequencereceiver_p.h34
-rw-r--r--src/xmlpatterns/data/qsorttuple.cpp34
-rw-r--r--src/xmlpatterns/data/qsorttuple_p.h34
-rw-r--r--src/xmlpatterns/data/quntypedatomic.cpp34
-rw-r--r--src/xmlpatterns/data/quntypedatomic_p.h34
-rw-r--r--src/xmlpatterns/data/qvalidationerror.cpp34
-rw-r--r--src/xmlpatterns/data/qvalidationerror_p.h34
-rw-r--r--src/xmlpatterns/data/qvaluefactory.cpp34
-rw-r--r--src/xmlpatterns/data/qvaluefactory_p.h34
-rw-r--r--src/xmlpatterns/data/qyearmonthduration.cpp34
-rw-r--r--src/xmlpatterns/data/qyearmonthduration_p.h34
-rw-r--r--src/xmlpatterns/documentationGroups.dox34
-rwxr-xr-xsrc/xmlpatterns/environment/createReportContext.sh36
-rw-r--r--src/xmlpatterns/environment/createReportContext.xsl68
-rw-r--r--src/xmlpatterns/environment/qcurrentitemcontext.cpp36
-rw-r--r--src/xmlpatterns/environment/qcurrentitemcontext_p.h34
-rw-r--r--src/xmlpatterns/environment/qdelegatingdynamiccontext.cpp34
-rw-r--r--src/xmlpatterns/environment/qdelegatingdynamiccontext_p.h34
-rw-r--r--src/xmlpatterns/environment/qdelegatingstaticcontext.cpp34
-rw-r--r--src/xmlpatterns/environment/qdelegatingstaticcontext_p.h34
-rw-r--r--src/xmlpatterns/environment/qdynamiccontext.cpp34
-rw-r--r--src/xmlpatterns/environment/qdynamiccontext_p.h34
-rw-r--r--src/xmlpatterns/environment/qfocus.cpp34
-rw-r--r--src/xmlpatterns/environment/qfocus_p.h34
-rw-r--r--src/xmlpatterns/environment/qgenericdynamiccontext.cpp34
-rw-r--r--src/xmlpatterns/environment/qgenericdynamiccontext_p.h34
-rw-r--r--src/xmlpatterns/environment/qgenericstaticcontext.cpp34
-rw-r--r--src/xmlpatterns/environment/qgenericstaticcontext_p.h34
-rw-r--r--src/xmlpatterns/environment/qreceiverdynamiccontext.cpp36
-rw-r--r--src/xmlpatterns/environment/qreceiverdynamiccontext_p.h34
-rw-r--r--src/xmlpatterns/environment/qreportcontext.cpp34
-rw-r--r--src/xmlpatterns/environment/qreportcontext_p.h34
-rw-r--r--src/xmlpatterns/environment/qstackcontextbase.cpp34
-rw-r--r--src/xmlpatterns/environment/qstackcontextbase_p.h34
-rw-r--r--src/xmlpatterns/environment/qstaticbaseuricontext.cpp36
-rw-r--r--src/xmlpatterns/environment/qstaticbaseuricontext_p.h34
-rw-r--r--src/xmlpatterns/environment/qstaticcompatibilitycontext.cpp36
-rw-r--r--src/xmlpatterns/environment/qstaticcompatibilitycontext_p.h34
-rw-r--r--src/xmlpatterns/environment/qstaticcontext.cpp36
-rw-r--r--src/xmlpatterns/environment/qstaticcontext_p.h34
-rw-r--r--src/xmlpatterns/environment/qstaticcurrentcontext.cpp36
-rw-r--r--src/xmlpatterns/environment/qstaticcurrentcontext_p.h34
-rw-r--r--src/xmlpatterns/environment/qstaticfocuscontext.cpp36
-rw-r--r--src/xmlpatterns/environment/qstaticfocuscontext_p.h34
-rw-r--r--src/xmlpatterns/environment/qstaticnamespacecontext.cpp36
-rw-r--r--src/xmlpatterns/environment/qstaticnamespacecontext_p.h34
-rw-r--r--src/xmlpatterns/expr/qandexpression.cpp34
-rw-r--r--src/xmlpatterns/expr/qandexpression_p.h34
-rw-r--r--src/xmlpatterns/expr/qapplytemplate.cpp34
-rw-r--r--src/xmlpatterns/expr/qapplytemplate_p.h34
-rw-r--r--src/xmlpatterns/expr/qargumentreference.cpp34
-rw-r--r--src/xmlpatterns/expr/qargumentreference_p.h34
-rw-r--r--src/xmlpatterns/expr/qarithmeticexpression.cpp34
-rw-r--r--src/xmlpatterns/expr/qarithmeticexpression_p.h34
-rw-r--r--src/xmlpatterns/expr/qattributeconstructor.cpp34
-rw-r--r--src/xmlpatterns/expr/qattributeconstructor_p.h34
-rw-r--r--src/xmlpatterns/expr/qattributenamevalidator.cpp34
-rw-r--r--src/xmlpatterns/expr/qattributenamevalidator_p.h34
-rw-r--r--src/xmlpatterns/expr/qaxisstep.cpp34
-rw-r--r--src/xmlpatterns/expr/qaxisstep_p.h34
-rw-r--r--src/xmlpatterns/expr/qcachecells_p.h34
-rw-r--r--src/xmlpatterns/expr/qcallsite.cpp34
-rw-r--r--src/xmlpatterns/expr/qcallsite_p.h34
-rw-r--r--src/xmlpatterns/expr/qcalltargetdescription.cpp34
-rw-r--r--src/xmlpatterns/expr/qcalltargetdescription_p.h34
-rw-r--r--src/xmlpatterns/expr/qcalltemplate.cpp34
-rw-r--r--src/xmlpatterns/expr/qcalltemplate_p.h34
-rw-r--r--src/xmlpatterns/expr/qcastableas.cpp34
-rw-r--r--src/xmlpatterns/expr/qcastableas_p.h34
-rw-r--r--src/xmlpatterns/expr/qcastas.cpp34
-rw-r--r--src/xmlpatterns/expr/qcastas_p.h34
-rw-r--r--src/xmlpatterns/expr/qcastingplatform.cpp34
-rw-r--r--src/xmlpatterns/expr/qcastingplatform_p.h34
-rw-r--r--src/xmlpatterns/expr/qcollationchecker.cpp34
-rw-r--r--src/xmlpatterns/expr/qcollationchecker_p.h34
-rw-r--r--src/xmlpatterns/expr/qcombinenodes.cpp34
-rw-r--r--src/xmlpatterns/expr/qcombinenodes_p.h34
-rw-r--r--src/xmlpatterns/expr/qcommentconstructor.cpp34
-rw-r--r--src/xmlpatterns/expr/qcommentconstructor_p.h34
-rw-r--r--src/xmlpatterns/expr/qcomparisonplatform.cpp34
-rw-r--r--src/xmlpatterns/expr/qcomparisonplatform_p.h34
-rw-r--r--src/xmlpatterns/expr/qcomputednamespaceconstructor.cpp34
-rw-r--r--src/xmlpatterns/expr/qcomputednamespaceconstructor_p.h34
-rw-r--r--src/xmlpatterns/expr/qcontextitem.cpp34
-rw-r--r--src/xmlpatterns/expr/qcontextitem_p.h34
-rw-r--r--src/xmlpatterns/expr/qcopyof.cpp34
-rw-r--r--src/xmlpatterns/expr/qcopyof_p.h34
-rw-r--r--src/xmlpatterns/expr/qcurrentitemstore.cpp34
-rw-r--r--src/xmlpatterns/expr/qcurrentitemstore_p.h34
-rw-r--r--src/xmlpatterns/expr/qdocumentconstructor.cpp34
-rw-r--r--src/xmlpatterns/expr/qdocumentconstructor_p.h34
-rw-r--r--src/xmlpatterns/expr/qdocumentcontentvalidator.cpp34
-rw-r--r--src/xmlpatterns/expr/qdocumentcontentvalidator_p.h34
-rw-r--r--src/xmlpatterns/expr/qdynamiccontextstore.cpp34
-rw-r--r--src/xmlpatterns/expr/qdynamiccontextstore_p.h34
-rw-r--r--src/xmlpatterns/expr/qelementconstructor.cpp34
-rw-r--r--src/xmlpatterns/expr/qelementconstructor_p.h34
-rw-r--r--src/xmlpatterns/expr/qemptycontainer.cpp34
-rw-r--r--src/xmlpatterns/expr/qemptycontainer_p.h34
-rw-r--r--src/xmlpatterns/expr/qemptysequence.cpp34
-rw-r--r--src/xmlpatterns/expr/qemptysequence_p.h34
-rw-r--r--src/xmlpatterns/expr/qevaluationcache.cpp34
-rw-r--r--src/xmlpatterns/expr/qevaluationcache_p.h34
-rw-r--r--src/xmlpatterns/expr/qexpression.cpp34
-rw-r--r--src/xmlpatterns/expr/qexpression_p.h34
-rw-r--r--src/xmlpatterns/expr/qexpressiondispatch_p.h34
-rw-r--r--src/xmlpatterns/expr/qexpressionfactory.cpp34
-rw-r--r--src/xmlpatterns/expr/qexpressionfactory_p.h34
-rw-r--r--src/xmlpatterns/expr/qexpressionsequence.cpp34
-rw-r--r--src/xmlpatterns/expr/qexpressionsequence_p.h34
-rw-r--r--src/xmlpatterns/expr/qexpressionvariablereference.cpp34
-rw-r--r--src/xmlpatterns/expr/qexpressionvariablereference_p.h34
-rw-r--r--src/xmlpatterns/expr/qexternalvariableloader.cpp34
-rw-r--r--src/xmlpatterns/expr/qexternalvariableloader_p.h34
-rw-r--r--src/xmlpatterns/expr/qexternalvariablereference.cpp34
-rw-r--r--src/xmlpatterns/expr/qexternalvariablereference_p.h34
-rw-r--r--src/xmlpatterns/expr/qfirstitempredicate.cpp34
-rw-r--r--src/xmlpatterns/expr/qfirstitempredicate_p.h34
-rw-r--r--src/xmlpatterns/expr/qforclause.cpp34
-rw-r--r--src/xmlpatterns/expr/qforclause_p.h34
-rw-r--r--src/xmlpatterns/expr/qgeneralcomparison.cpp34
-rw-r--r--src/xmlpatterns/expr/qgeneralcomparison_p.h34
-rw-r--r--src/xmlpatterns/expr/qgenericpredicate.cpp34
-rw-r--r--src/xmlpatterns/expr/qgenericpredicate_p.h34
-rw-r--r--src/xmlpatterns/expr/qifthenclause.cpp34
-rw-r--r--src/xmlpatterns/expr/qifthenclause_p.h34
-rw-r--r--src/xmlpatterns/expr/qinstanceof.cpp34
-rw-r--r--src/xmlpatterns/expr/qinstanceof_p.h34
-rw-r--r--src/xmlpatterns/expr/qletclause.cpp34
-rw-r--r--src/xmlpatterns/expr/qletclause_p.h34
-rw-r--r--src/xmlpatterns/expr/qliteral.cpp34
-rw-r--r--src/xmlpatterns/expr/qliteral_p.h34
-rw-r--r--src/xmlpatterns/expr/qliteralsequence.cpp34
-rw-r--r--src/xmlpatterns/expr/qliteralsequence_p.h34
-rw-r--r--src/xmlpatterns/expr/qnamespaceconstructor.cpp34
-rw-r--r--src/xmlpatterns/expr/qnamespaceconstructor_p.h34
-rw-r--r--src/xmlpatterns/expr/qncnameconstructor.cpp34
-rw-r--r--src/xmlpatterns/expr/qncnameconstructor_p.h34
-rw-r--r--src/xmlpatterns/expr/qnodecomparison.cpp34
-rw-r--r--src/xmlpatterns/expr/qnodecomparison_p.h34
-rw-r--r--src/xmlpatterns/expr/qnodesort.cpp34
-rw-r--r--src/xmlpatterns/expr/qnodesort_p.h34
-rw-r--r--src/xmlpatterns/expr/qoperandsiterator_p.h34
-rw-r--r--src/xmlpatterns/expr/qoptimizationpasses.cpp34
-rw-r--r--src/xmlpatterns/expr/qoptimizationpasses_p.h34
-rw-r--r--src/xmlpatterns/expr/qoptimizerblocks.cpp34
-rw-r--r--src/xmlpatterns/expr/qoptimizerblocks_p.h34
-rw-r--r--src/xmlpatterns/expr/qoptimizerframework.cpp34
-rw-r--r--src/xmlpatterns/expr/qoptimizerframework_p.h34
-rw-r--r--src/xmlpatterns/expr/qorderby.cpp34
-rw-r--r--src/xmlpatterns/expr/qorderby_p.h34
-rw-r--r--src/xmlpatterns/expr/qorexpression.cpp34
-rw-r--r--src/xmlpatterns/expr/qorexpression_p.h34
-rw-r--r--src/xmlpatterns/expr/qpaircontainer.cpp34
-rw-r--r--src/xmlpatterns/expr/qpaircontainer_p.h34
-rw-r--r--src/xmlpatterns/expr/qparentnodeaxis.cpp34
-rw-r--r--src/xmlpatterns/expr/qparentnodeaxis_p.h34
-rw-r--r--src/xmlpatterns/expr/qpath.cpp34
-rw-r--r--src/xmlpatterns/expr/qpath_p.h34
-rw-r--r--src/xmlpatterns/expr/qpositionalvariablereference.cpp34
-rw-r--r--src/xmlpatterns/expr/qpositionalvariablereference_p.h34
-rw-r--r--src/xmlpatterns/expr/qprocessinginstructionconstructor.cpp34
-rw-r--r--src/xmlpatterns/expr/qprocessinginstructionconstructor_p.h34
-rw-r--r--src/xmlpatterns/expr/qqnameconstructor.cpp34
-rw-r--r--src/xmlpatterns/expr/qqnameconstructor_p.h34
-rw-r--r--src/xmlpatterns/expr/qquantifiedexpression.cpp34
-rw-r--r--src/xmlpatterns/expr/qquantifiedexpression_p.h34
-rw-r--r--src/xmlpatterns/expr/qrangeexpression.cpp34
-rw-r--r--src/xmlpatterns/expr/qrangeexpression_p.h34
-rw-r--r--src/xmlpatterns/expr/qrangevariablereference.cpp34
-rw-r--r--src/xmlpatterns/expr/qrangevariablereference_p.h34
-rw-r--r--src/xmlpatterns/expr/qreturnorderby.cpp34
-rw-r--r--src/xmlpatterns/expr/qreturnorderby_p.h34
-rw-r--r--src/xmlpatterns/expr/qsimplecontentconstructor.cpp34
-rw-r--r--src/xmlpatterns/expr/qsimplecontentconstructor_p.h34
-rw-r--r--src/xmlpatterns/expr/qsinglecontainer.cpp34
-rw-r--r--src/xmlpatterns/expr/qsinglecontainer_p.h34
-rw-r--r--src/xmlpatterns/expr/qsourcelocationreflection.cpp34
-rw-r--r--src/xmlpatterns/expr/qsourcelocationreflection_p.h34
-rw-r--r--src/xmlpatterns/expr/qstaticbaseuristore.cpp34
-rw-r--r--src/xmlpatterns/expr/qstaticbaseuristore_p.h34
-rw-r--r--src/xmlpatterns/expr/qstaticcompatibilitystore.cpp34
-rw-r--r--src/xmlpatterns/expr/qstaticcompatibilitystore_p.h34
-rw-r--r--src/xmlpatterns/expr/qtemplate.cpp34
-rw-r--r--src/xmlpatterns/expr/qtemplate_p.h34
-rw-r--r--src/xmlpatterns/expr/qtemplateinvoker.cpp34
-rw-r--r--src/xmlpatterns/expr/qtemplateinvoker_p.h34
-rw-r--r--src/xmlpatterns/expr/qtemplatemode.cpp36
-rw-r--r--src/xmlpatterns/expr/qtemplatemode_p.h34
-rw-r--r--src/xmlpatterns/expr/qtemplateparameterreference.cpp34
-rw-r--r--src/xmlpatterns/expr/qtemplateparameterreference_p.h34
-rw-r--r--src/xmlpatterns/expr/qtemplatepattern_p.h34
-rw-r--r--src/xmlpatterns/expr/qtextnodeconstructor.cpp34
-rw-r--r--src/xmlpatterns/expr/qtextnodeconstructor_p.h34
-rw-r--r--src/xmlpatterns/expr/qtreatas.cpp34
-rw-r--r--src/xmlpatterns/expr/qtreatas_p.h34
-rw-r--r--src/xmlpatterns/expr/qtriplecontainer.cpp34
-rw-r--r--src/xmlpatterns/expr/qtriplecontainer_p.h34
-rw-r--r--src/xmlpatterns/expr/qtruthpredicate.cpp34
-rw-r--r--src/xmlpatterns/expr/qtruthpredicate_p.h34
-rw-r--r--src/xmlpatterns/expr/qunaryexpression.cpp34
-rw-r--r--src/xmlpatterns/expr/qunaryexpression_p.h34
-rw-r--r--src/xmlpatterns/expr/qunlimitedcontainer.cpp34
-rw-r--r--src/xmlpatterns/expr/qunlimitedcontainer_p.h34
-rw-r--r--src/xmlpatterns/expr/qunresolvedvariablereference.cpp34
-rw-r--r--src/xmlpatterns/expr/qunresolvedvariablereference_p.h34
-rw-r--r--src/xmlpatterns/expr/quserfunction.cpp36
-rw-r--r--src/xmlpatterns/expr/quserfunction_p.h34
-rw-r--r--src/xmlpatterns/expr/quserfunctioncallsite.cpp34
-rw-r--r--src/xmlpatterns/expr/quserfunctioncallsite_p.h34
-rw-r--r--src/xmlpatterns/expr/qvalidate.cpp34
-rw-r--r--src/xmlpatterns/expr/qvalidate_p.h34
-rw-r--r--src/xmlpatterns/expr/qvaluecomparison.cpp34
-rw-r--r--src/xmlpatterns/expr/qvaluecomparison_p.h34
-rw-r--r--src/xmlpatterns/expr/qvariabledeclaration.cpp36
-rw-r--r--src/xmlpatterns/expr/qvariabledeclaration_p.h34
-rw-r--r--src/xmlpatterns/expr/qvariablereference.cpp36
-rw-r--r--src/xmlpatterns/expr/qvariablereference_p.h34
-rw-r--r--src/xmlpatterns/expr/qwithparam_p.h34
-rw-r--r--src/xmlpatterns/expr/qxsltsimplecontentconstructor.cpp34
-rw-r--r--src/xmlpatterns/expr/qxsltsimplecontentconstructor_p.h34
-rw-r--r--src/xmlpatterns/functions/qabstractfunctionfactory.cpp34
-rw-r--r--src/xmlpatterns/functions/qabstractfunctionfactory_p.h34
-rw-r--r--src/xmlpatterns/functions/qaccessorfns.cpp34
-rw-r--r--src/xmlpatterns/functions/qaccessorfns_p.h34
-rw-r--r--src/xmlpatterns/functions/qaggregatefns.cpp34
-rw-r--r--src/xmlpatterns/functions/qaggregatefns_p.h34
-rw-r--r--src/xmlpatterns/functions/qaggregator.cpp34
-rw-r--r--src/xmlpatterns/functions/qaggregator_p.h34
-rw-r--r--src/xmlpatterns/functions/qassemblestringfns.cpp34
-rw-r--r--src/xmlpatterns/functions/qassemblestringfns_p.h34
-rw-r--r--src/xmlpatterns/functions/qbooleanfns.cpp34
-rw-r--r--src/xmlpatterns/functions/qbooleanfns_p.h34
-rw-r--r--src/xmlpatterns/functions/qcomparescaseaware.cpp34
-rw-r--r--src/xmlpatterns/functions/qcomparescaseaware_p.h34
-rw-r--r--src/xmlpatterns/functions/qcomparestringfns.cpp34
-rw-r--r--src/xmlpatterns/functions/qcomparestringfns_p.h34
-rw-r--r--src/xmlpatterns/functions/qcomparingaggregator.cpp34
-rw-r--r--src/xmlpatterns/functions/qcomparingaggregator_p.h34
-rw-r--r--src/xmlpatterns/functions/qconstructorfunctionsfactory.cpp34
-rw-r--r--src/xmlpatterns/functions/qconstructorfunctionsfactory_p.h34
-rw-r--r--src/xmlpatterns/functions/qcontextfns.cpp34
-rw-r--r--src/xmlpatterns/functions/qcontextfns_p.h34
-rw-r--r--src/xmlpatterns/functions/qcontextnodechecker.cpp36
-rw-r--r--src/xmlpatterns/functions/qcontextnodechecker_p.h34
-rw-r--r--src/xmlpatterns/functions/qcurrentfn.cpp34
-rw-r--r--src/xmlpatterns/functions/qcurrentfn_p.h34
-rw-r--r--src/xmlpatterns/functions/qdatetimefn.cpp34
-rw-r--r--src/xmlpatterns/functions/qdatetimefn_p.h34
-rw-r--r--src/xmlpatterns/functions/qdatetimefns.cpp34
-rw-r--r--src/xmlpatterns/functions/qdatetimefns_p.h34
-rw-r--r--src/xmlpatterns/functions/qdeepequalfn.cpp34
-rw-r--r--src/xmlpatterns/functions/qdeepequalfn_p.h34
-rw-r--r--src/xmlpatterns/functions/qdocumentfn.cpp34
-rw-r--r--src/xmlpatterns/functions/qdocumentfn_p.h34
-rw-r--r--src/xmlpatterns/functions/qelementavailablefn.cpp34
-rw-r--r--src/xmlpatterns/functions/qelementavailablefn_p.h34
-rw-r--r--src/xmlpatterns/functions/qerrorfn.cpp34
-rw-r--r--src/xmlpatterns/functions/qerrorfn_p.h34
-rw-r--r--src/xmlpatterns/functions/qfunctionargument.cpp34
-rw-r--r--src/xmlpatterns/functions/qfunctionargument_p.h34
-rw-r--r--src/xmlpatterns/functions/qfunctionavailablefn.cpp34
-rw-r--r--src/xmlpatterns/functions/qfunctionavailablefn_p.h34
-rw-r--r--src/xmlpatterns/functions/qfunctioncall.cpp34
-rw-r--r--src/xmlpatterns/functions/qfunctioncall_p.h34
-rw-r--r--src/xmlpatterns/functions/qfunctionfactory.cpp34
-rw-r--r--src/xmlpatterns/functions/qfunctionfactory_p.h34
-rw-r--r--src/xmlpatterns/functions/qfunctionfactorycollection.cpp34
-rw-r--r--src/xmlpatterns/functions/qfunctionfactorycollection_p.h34
-rw-r--r--src/xmlpatterns/functions/qfunctionsignature.cpp34
-rw-r--r--src/xmlpatterns/functions/qfunctionsignature_p.h34
-rw-r--r--src/xmlpatterns/functions/qgenerateidfn.cpp36
-rw-r--r--src/xmlpatterns/functions/qgenerateidfn_p.h34
-rw-r--r--src/xmlpatterns/functions/qnodefns.cpp34
-rw-r--r--src/xmlpatterns/functions/qnodefns_p.h34
-rw-r--r--src/xmlpatterns/functions/qnumericfns.cpp34
-rw-r--r--src/xmlpatterns/functions/qnumericfns_p.h34
-rw-r--r--src/xmlpatterns/functions/qpatternmatchingfns.cpp34
-rw-r--r--src/xmlpatterns/functions/qpatternmatchingfns_p.h34
-rw-r--r--src/xmlpatterns/functions/qpatternplatform.cpp34
-rw-r--r--src/xmlpatterns/functions/qpatternplatform_p.h34
-rw-r--r--src/xmlpatterns/functions/qqnamefns.cpp34
-rw-r--r--src/xmlpatterns/functions/qqnamefns_p.h34
-rw-r--r--src/xmlpatterns/functions/qresolveurifn.cpp34
-rw-r--r--src/xmlpatterns/functions/qresolveurifn_p.h34
-rw-r--r--src/xmlpatterns/functions/qsequencefns.cpp34
-rw-r--r--src/xmlpatterns/functions/qsequencefns_p.h34
-rw-r--r--src/xmlpatterns/functions/qsequencegeneratingfns.cpp34
-rw-r--r--src/xmlpatterns/functions/qsequencegeneratingfns_p.h34
-rw-r--r--src/xmlpatterns/functions/qstaticbaseuricontainer_p.h34
-rw-r--r--src/xmlpatterns/functions/qstaticnamespacescontainer.cpp36
-rw-r--r--src/xmlpatterns/functions/qstaticnamespacescontainer_p.h34
-rw-r--r--src/xmlpatterns/functions/qstringvaluefns.cpp34
-rw-r--r--src/xmlpatterns/functions/qstringvaluefns_p.h34
-rw-r--r--src/xmlpatterns/functions/qsubstringfns.cpp34
-rw-r--r--src/xmlpatterns/functions/qsubstringfns_p.h34
-rw-r--r--src/xmlpatterns/functions/qsystempropertyfn.cpp34
-rw-r--r--src/xmlpatterns/functions/qsystempropertyfn_p.h34
-rw-r--r--src/xmlpatterns/functions/qtimezonefns.cpp34
-rw-r--r--src/xmlpatterns/functions/qtimezonefns_p.h34
-rw-r--r--src/xmlpatterns/functions/qtracefn.cpp34
-rw-r--r--src/xmlpatterns/functions/qtracefn_p.h34
-rw-r--r--src/xmlpatterns/functions/qtypeavailablefn.cpp34
-rw-r--r--src/xmlpatterns/functions/qtypeavailablefn_p.h34
-rw-r--r--src/xmlpatterns/functions/qunparsedentitypublicidfn.cpp36
-rw-r--r--src/xmlpatterns/functions/qunparsedentitypublicidfn_p.h34
-rw-r--r--src/xmlpatterns/functions/qunparsedentityurifn.cpp36
-rw-r--r--src/xmlpatterns/functions/qunparsedentityurifn_p.h34
-rw-r--r--src/xmlpatterns/functions/qunparsedtextavailablefn.cpp34
-rw-r--r--src/xmlpatterns/functions/qunparsedtextavailablefn_p.h34
-rw-r--r--src/xmlpatterns/functions/qunparsedtextfn.cpp34
-rw-r--r--src/xmlpatterns/functions/qunparsedtextfn_p.h34
-rw-r--r--src/xmlpatterns/functions/qxpath10corefunctions.cpp34
-rw-r--r--src/xmlpatterns/functions/qxpath10corefunctions_p.h34
-rw-r--r--src/xmlpatterns/functions/qxpath20corefunctions.cpp34
-rw-r--r--src/xmlpatterns/functions/qxpath20corefunctions_p.h34
-rw-r--r--src/xmlpatterns/functions/qxslt20corefunctions.cpp34
-rw-r--r--src/xmlpatterns/functions/qxslt20corefunctions_p.h34
-rw-r--r--src/xmlpatterns/iterators/qcachingiterator.cpp34
-rw-r--r--src/xmlpatterns/iterators/qcachingiterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qdeduplicateiterator.cpp34
-rw-r--r--src/xmlpatterns/iterators/qdeduplicateiterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qdistinctiterator.cpp34
-rw-r--r--src/xmlpatterns/iterators/qdistinctiterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qemptyiterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qexceptiterator.cpp34
-rw-r--r--src/xmlpatterns/iterators/qexceptiterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qindexofiterator.cpp34
-rw-r--r--src/xmlpatterns/iterators/qindexofiterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qinsertioniterator.cpp34
-rw-r--r--src/xmlpatterns/iterators/qinsertioniterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qintersectiterator.cpp34
-rw-r--r--src/xmlpatterns/iterators/qintersectiterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qitemmappingiterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qrangeiterator.cpp34
-rw-r--r--src/xmlpatterns/iterators/qrangeiterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qremovaliterator.cpp34
-rw-r--r--src/xmlpatterns/iterators/qremovaliterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qsequencemappingiterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qsingletoniterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qsubsequenceiterator.cpp34
-rw-r--r--src/xmlpatterns/iterators/qsubsequenceiterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qtocodepointsiterator.cpp34
-rw-r--r--src/xmlpatterns/iterators/qtocodepointsiterator_p.h34
-rw-r--r--src/xmlpatterns/iterators/qunioniterator.cpp34
-rw-r--r--src/xmlpatterns/iterators/qunioniterator_p.h34
-rw-r--r--src/xmlpatterns/janitors/qargumentconverter.cpp34
-rw-r--r--src/xmlpatterns/janitors/qargumentconverter_p.h34
-rw-r--r--src/xmlpatterns/janitors/qatomizer.cpp34
-rw-r--r--src/xmlpatterns/janitors/qatomizer_p.h34
-rw-r--r--src/xmlpatterns/janitors/qcardinalityverifier.cpp34
-rw-r--r--src/xmlpatterns/janitors/qcardinalityverifier_p.h34
-rw-r--r--src/xmlpatterns/janitors/qebvextractor.cpp34
-rw-r--r--src/xmlpatterns/janitors/qebvextractor_p.h34
-rw-r--r--src/xmlpatterns/janitors/qitemverifier.cpp34
-rw-r--r--src/xmlpatterns/janitors/qitemverifier_p.h34
-rw-r--r--src/xmlpatterns/janitors/quntypedatomicconverter.cpp34
-rw-r--r--src/xmlpatterns/janitors/quntypedatomicconverter_p.h34
-rw-r--r--src/xmlpatterns/parser/TokenLookup.gperf34
-rwxr-xr-xsrc/xmlpatterns/parser/createParser.sh36
-rwxr-xr-xsrc/xmlpatterns/parser/createTokenLookup.sh68
-rwxr-xr-xsrc/xmlpatterns/parser/createXSLTTokenLookup.sh36
-rw-r--r--src/xmlpatterns/parser/qmaintainingreader.cpp34
-rw-r--r--src/xmlpatterns/parser/qmaintainingreader_p.h34
-rw-r--r--src/xmlpatterns/parser/qparsercontext.cpp34
-rw-r--r--src/xmlpatterns/parser/qparsercontext_p.h34
-rw-r--r--src/xmlpatterns/parser/qquerytransformparser.cpp34
-rw-r--r--src/xmlpatterns/parser/qquerytransformparser_p.h34
-rw-r--r--src/xmlpatterns/parser/qtokenizer_p.h34
-rw-r--r--src/xmlpatterns/parser/qtokenlookup.cpp34
-rw-r--r--src/xmlpatterns/parser/qtokenrevealer.cpp34
-rw-r--r--src/xmlpatterns/parser/qtokenrevealer_p.h34
-rw-r--r--src/xmlpatterns/parser/qtokensource.cpp36
-rw-r--r--src/xmlpatterns/parser/qtokensource_p.h34
-rw-r--r--src/xmlpatterns/parser/querytransformparser.ypp68
-rw-r--r--src/xmlpatterns/parser/qxquerytokenizer.cpp34
-rw-r--r--src/xmlpatterns/parser/qxquerytokenizer_p.h34
-rw-r--r--src/xmlpatterns/parser/qxslttokenizer.cpp34
-rw-r--r--src/xmlpatterns/parser/qxslttokenizer_p.h34
-rw-r--r--src/xmlpatterns/parser/qxslttokenlookup.cpp34
-rw-r--r--src/xmlpatterns/parser/qxslttokenlookup.xml34
-rw-r--r--src/xmlpatterns/parser/qxslttokenlookup_p.h34
-rw-r--r--src/xmlpatterns/parser/trolltechHeader.txt36
-rw-r--r--src/xmlpatterns/projection/qdocumentprojector.cpp34
-rw-r--r--src/xmlpatterns/projection/qdocumentprojector_p.h34
-rw-r--r--src/xmlpatterns/projection/qprojectedexpression_p.h34
-rw-r--r--src/xmlpatterns/qtokenautomaton/exampleFile.xml34
-rw-r--r--src/xmlpatterns/schema/qnamespacesupport.cpp34
-rw-r--r--src/xmlpatterns/schema/qnamespacesupport_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdalternative.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdalternative_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdannotated.cpp36
-rw-r--r--src/xmlpatterns/schema/qxsdannotated_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdannotation.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdannotation_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdapplicationinformation.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdapplicationinformation_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdassertion.cpp36
-rw-r--r--src/xmlpatterns/schema/qxsdassertion_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdattribute.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdattribute_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdattributegroup.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdattributegroup_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdattributereference.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdattributereference_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdattributeterm.cpp36
-rw-r--r--src/xmlpatterns/schema/qxsdattributeterm_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdattributeuse.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdattributeuse_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdcomplextype.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdcomplextype_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsddocumentation.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsddocumentation_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdelement.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdelement_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdfacet.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdfacet_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdidcache.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdidcache_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdidchelper.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdidchelper_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdidentityconstraint.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdidentityconstraint_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdinstancereader.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdinstancereader_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdmodelgroup.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdmodelgroup_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdnotation.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdnotation_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdparticle.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdparticle_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdparticlechecker.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdparticlechecker_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdreference.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdreference_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdschema.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschema_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdschemachecker.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschemachecker_helper.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschemachecker_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdschemachecker_setup.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschemacontext.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschemacontext_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdschemadebugger.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschemadebugger_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdschemahelper.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschemahelper_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdschemamerger.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschemamerger_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdschemaparser.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschemaparser_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdschemaparser_setup.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschemaparsercontext.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschemaparsercontext_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdschemaresolver.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschemaresolver_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdschematoken.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschematoken_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdschematypesfactory.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdschematypesfactory_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdsimpletype.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdsimpletype_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdstatemachine.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdstatemachine_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdstatemachinebuilder.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdstatemachinebuilder_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdterm.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdterm_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdtypechecker.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdtypechecker_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsduserschematype.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsduserschematype_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdvalidatedxmlnodemodel.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdvalidatedxmlnodemodel_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdvalidatinginstancereader.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdvalidatinginstancereader_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdwildcard.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdwildcard_p.h34
-rw-r--r--src/xmlpatterns/schema/qxsdxpathexpression.cpp34
-rw-r--r--src/xmlpatterns/schema/qxsdxpathexpression_p.h34
-rw-r--r--src/xmlpatterns/schema/tokens.xml34
-rw-r--r--src/xmlpatterns/type/qabstractnodetest.cpp34
-rw-r--r--src/xmlpatterns/type/qabstractnodetest_p.h34
-rw-r--r--src/xmlpatterns/type/qanyitemtype.cpp34
-rw-r--r--src/xmlpatterns/type/qanyitemtype_p.h34
-rw-r--r--src/xmlpatterns/type/qanynodetype.cpp34
-rw-r--r--src/xmlpatterns/type/qanynodetype_p.h34
-rw-r--r--src/xmlpatterns/type/qanysimpletype.cpp34
-rw-r--r--src/xmlpatterns/type/qanysimpletype_p.h34
-rw-r--r--src/xmlpatterns/type/qanytype.cpp34
-rw-r--r--src/xmlpatterns/type/qanytype_p.h34
-rw-r--r--src/xmlpatterns/type/qatomiccasterlocator.cpp34
-rw-r--r--src/xmlpatterns/type/qatomiccasterlocator_p.h34
-rw-r--r--src/xmlpatterns/type/qatomiccasterlocators.cpp34
-rw-r--r--src/xmlpatterns/type/qatomiccasterlocators_p.h34
-rw-r--r--src/xmlpatterns/type/qatomiccomparatorlocator.cpp34
-rw-r--r--src/xmlpatterns/type/qatomiccomparatorlocator_p.h34
-rw-r--r--src/xmlpatterns/type/qatomiccomparatorlocators.cpp34
-rw-r--r--src/xmlpatterns/type/qatomiccomparatorlocators_p.h34
-rw-r--r--src/xmlpatterns/type/qatomicmathematicianlocator.cpp34
-rw-r--r--src/xmlpatterns/type/qatomicmathematicianlocator_p.h34
-rw-r--r--src/xmlpatterns/type/qatomicmathematicianlocators.cpp34
-rw-r--r--src/xmlpatterns/type/qatomicmathematicianlocators_p.h34
-rw-r--r--src/xmlpatterns/type/qatomictype.cpp34
-rw-r--r--src/xmlpatterns/type/qatomictype_p.h34
-rw-r--r--src/xmlpatterns/type/qatomictypedispatch_p.h34
-rw-r--r--src/xmlpatterns/type/qbasictypesfactory.cpp34
-rw-r--r--src/xmlpatterns/type/qbasictypesfactory_p.h34
-rw-r--r--src/xmlpatterns/type/qbuiltinatomictype.cpp34
-rw-r--r--src/xmlpatterns/type/qbuiltinatomictype_p.h34
-rw-r--r--src/xmlpatterns/type/qbuiltinatomictypes.cpp34
-rw-r--r--src/xmlpatterns/type/qbuiltinatomictypes_p.h34
-rw-r--r--src/xmlpatterns/type/qbuiltinnodetype.cpp34
-rw-r--r--src/xmlpatterns/type/qbuiltinnodetype_p.h34
-rw-r--r--src/xmlpatterns/type/qbuiltintypes.cpp34
-rw-r--r--src/xmlpatterns/type/qbuiltintypes_p.h34
-rw-r--r--src/xmlpatterns/type/qcardinality.cpp34
-rw-r--r--src/xmlpatterns/type/qcardinality_p.h34
-rw-r--r--src/xmlpatterns/type/qcommonsequencetypes.cpp34
-rw-r--r--src/xmlpatterns/type/qcommonsequencetypes_p.h34
-rw-r--r--src/xmlpatterns/type/qebvtype.cpp34
-rw-r--r--src/xmlpatterns/type/qebvtype_p.h34
-rw-r--r--src/xmlpatterns/type/qemptysequencetype.cpp34
-rw-r--r--src/xmlpatterns/type/qemptysequencetype_p.h34
-rw-r--r--src/xmlpatterns/type/qgenericsequencetype.cpp34
-rw-r--r--src/xmlpatterns/type/qgenericsequencetype_p.h34
-rw-r--r--src/xmlpatterns/type/qitemtype.cpp34
-rw-r--r--src/xmlpatterns/type/qitemtype_p.h34
-rw-r--r--src/xmlpatterns/type/qlocalnametest.cpp34
-rw-r--r--src/xmlpatterns/type/qlocalnametest_p.h34
-rw-r--r--src/xmlpatterns/type/qmultiitemtype.cpp34
-rw-r--r--src/xmlpatterns/type/qmultiitemtype_p.h34
-rw-r--r--src/xmlpatterns/type/qnamedschemacomponent.cpp34
-rw-r--r--src/xmlpatterns/type/qnamedschemacomponent_p.h34
-rw-r--r--src/xmlpatterns/type/qnamespacenametest.cpp34
-rw-r--r--src/xmlpatterns/type/qnamespacenametest_p.h34
-rw-r--r--src/xmlpatterns/type/qnonetype.cpp34
-rw-r--r--src/xmlpatterns/type/qnonetype_p.h34
-rw-r--r--src/xmlpatterns/type/qnumerictype.cpp34
-rw-r--r--src/xmlpatterns/type/qnumerictype_p.h34
-rw-r--r--src/xmlpatterns/type/qprimitives_p.h34
-rw-r--r--src/xmlpatterns/type/qqnametest.cpp34
-rw-r--r--src/xmlpatterns/type/qqnametest_p.h34
-rw-r--r--src/xmlpatterns/type/qschemacomponent.cpp36
-rw-r--r--src/xmlpatterns/type/qschemacomponent_p.h34
-rw-r--r--src/xmlpatterns/type/qschematype.cpp34
-rw-r--r--src/xmlpatterns/type/qschematype_p.h34
-rw-r--r--src/xmlpatterns/type/qschematypefactory.cpp36
-rw-r--r--src/xmlpatterns/type/qschematypefactory_p.h34
-rw-r--r--src/xmlpatterns/type/qsequencetype.cpp34
-rw-r--r--src/xmlpatterns/type/qsequencetype_p.h34
-rw-r--r--src/xmlpatterns/type/qtypechecker.cpp34
-rw-r--r--src/xmlpatterns/type/qtypechecker_p.h34
-rw-r--r--src/xmlpatterns/type/quntyped.cpp34
-rw-r--r--src/xmlpatterns/type/quntyped_p.h34
-rw-r--r--src/xmlpatterns/type/qxsltnodetest.cpp34
-rw-r--r--src/xmlpatterns/type/qxsltnodetest_p.h34
-rw-r--r--src/xmlpatterns/utils/qautoptr.cpp36
-rw-r--r--src/xmlpatterns/utils/qautoptr_p.h34
-rw-r--r--src/xmlpatterns/utils/qcommonnamespaces_p.h34
-rw-r--r--src/xmlpatterns/utils/qcppcastinghelper_p.h34
-rw-r--r--src/xmlpatterns/utils/qdebug_p.h34
-rw-r--r--src/xmlpatterns/utils/qdelegatingnamespaceresolver.cpp34
-rw-r--r--src/xmlpatterns/utils/qdelegatingnamespaceresolver_p.h34
-rw-r--r--src/xmlpatterns/utils/qgenericnamespaceresolver.cpp34
-rw-r--r--src/xmlpatterns/utils/qgenericnamespaceresolver_p.h34
-rw-r--r--src/xmlpatterns/utils/qnamepool.cpp34
-rw-r--r--src/xmlpatterns/utils/qnamepool_p.h34
-rw-r--r--src/xmlpatterns/utils/qnamespacebinding_p.h34
-rw-r--r--src/xmlpatterns/utils/qnamespaceresolver.cpp36
-rw-r--r--src/xmlpatterns/utils/qnamespaceresolver_p.h34
-rw-r--r--src/xmlpatterns/utils/qnodenamespaceresolver.cpp34
-rw-r--r--src/xmlpatterns/utils/qnodenamespaceresolver_p.h34
-rw-r--r--src/xmlpatterns/utils/qoutputvalidator.cpp34
-rw-r--r--src/xmlpatterns/utils/qoutputvalidator_p.h34
-rw-r--r--src/xmlpatterns/utils/qpatternistlocale.cpp34
-rw-r--r--src/xmlpatterns/utils/qpatternistlocale_p.h34
-rw-r--r--src/xmlpatterns/utils/qxpathhelper.cpp34
-rw-r--r--src/xmlpatterns/utils/qxpathhelper_p.h34
3840 files changed, 65204 insertions, 65204 deletions
diff --git a/src/3rdparty/s60/eiksoftkeyimage.h b/src/3rdparty/s60/eiksoftkeyimage.h
index 3baef51..d2b1cf7 100644
--- a/src/3rdparty/s60/eiksoftkeyimage.h
+++ b/src/3rdparty/s60/eiksoftkeyimage.h
@@ -7,29 +7,29 @@
** This file is part of the QtGui module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/3rdparty/sha1/sha1.cpp b/src/3rdparty/sha1/sha1.cpp
index 17bfb30..6270140 100644
--- a/src/3rdparty/sha1/sha1.cpp
+++ b/src/3rdparty/sha1/sha1.cpp
@@ -7,29 +7,29 @@
** This file is part 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp
index a9bb129..7b3dcce 100644
--- a/src/corelib/animation/qabstractanimation.cpp
+++ b/src/corelib/animation/qabstractanimation.cpp
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qabstractanimation.h b/src/corelib/animation/qabstractanimation.h
index 447b89d..655ffc3 100644
--- a/src/corelib/animation/qabstractanimation.h
+++ b/src/corelib/animation/qabstractanimation.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qabstractanimation_p.h b/src/corelib/animation/qabstractanimation_p.h
index aeee1f2..c089373 100644
--- a/src/corelib/animation/qabstractanimation_p.h
+++ b/src/corelib/animation/qabstractanimation_p.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qanimationgroup.cpp b/src/corelib/animation/qanimationgroup.cpp
index f3b4f95..0d2eac2 100644
--- a/src/corelib/animation/qanimationgroup.cpp
+++ b/src/corelib/animation/qanimationgroup.cpp
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qanimationgroup.h b/src/corelib/animation/qanimationgroup.h
index b3cc105..7569671 100644
--- a/src/corelib/animation/qanimationgroup.h
+++ b/src/corelib/animation/qanimationgroup.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qanimationgroup_p.h b/src/corelib/animation/qanimationgroup_p.h
index 278019a..d2e2498 100644
--- a/src/corelib/animation/qanimationgroup_p.h
+++ b/src/corelib/animation/qanimationgroup_p.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qparallelanimationgroup.cpp b/src/corelib/animation/qparallelanimationgroup.cpp
index 414cdde..6e942e0 100644
--- a/src/corelib/animation/qparallelanimationgroup.cpp
+++ b/src/corelib/animation/qparallelanimationgroup.cpp
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qparallelanimationgroup.h b/src/corelib/animation/qparallelanimationgroup.h
index 5e0fb71..74eb36f 100644
--- a/src/corelib/animation/qparallelanimationgroup.h
+++ b/src/corelib/animation/qparallelanimationgroup.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qparallelanimationgroup_p.h b/src/corelib/animation/qparallelanimationgroup_p.h
index 680d41e..cb8b3ae 100644
--- a/src/corelib/animation/qparallelanimationgroup_p.h
+++ b/src/corelib/animation/qparallelanimationgroup_p.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qpauseanimation.cpp b/src/corelib/animation/qpauseanimation.cpp
index 418cb53..0f1e07e 100644
--- a/src/corelib/animation/qpauseanimation.cpp
+++ b/src/corelib/animation/qpauseanimation.cpp
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qpauseanimation.h b/src/corelib/animation/qpauseanimation.h
index 1da7865..827f169 100644
--- a/src/corelib/animation/qpauseanimation.h
+++ b/src/corelib/animation/qpauseanimation.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qpropertyanimation.cpp b/src/corelib/animation/qpropertyanimation.cpp
index cc64235..481b79d 100644
--- a/src/corelib/animation/qpropertyanimation.cpp
+++ b/src/corelib/animation/qpropertyanimation.cpp
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qpropertyanimation.h b/src/corelib/animation/qpropertyanimation.h
index 379efe1..28fc837 100644
--- a/src/corelib/animation/qpropertyanimation.h
+++ b/src/corelib/animation/qpropertyanimation.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qpropertyanimation_p.h b/src/corelib/animation/qpropertyanimation_p.h
index f1df91e..c8c6972 100644
--- a/src/corelib/animation/qpropertyanimation_p.h
+++ b/src/corelib/animation/qpropertyanimation_p.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qsequentialanimationgroup.cpp b/src/corelib/animation/qsequentialanimationgroup.cpp
index 2e73104..8b32d6b 100644
--- a/src/corelib/animation/qsequentialanimationgroup.cpp
+++ b/src/corelib/animation/qsequentialanimationgroup.cpp
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qsequentialanimationgroup.h b/src/corelib/animation/qsequentialanimationgroup.h
index 3bb7661..40201a9 100644
--- a/src/corelib/animation/qsequentialanimationgroup.h
+++ b/src/corelib/animation/qsequentialanimationgroup.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qsequentialanimationgroup_p.h b/src/corelib/animation/qsequentialanimationgroup_p.h
index 2337e84..33af063 100644
--- a/src/corelib/animation/qsequentialanimationgroup_p.h
+++ b/src/corelib/animation/qsequentialanimationgroup_p.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qvariantanimation.cpp b/src/corelib/animation/qvariantanimation.cpp
index c76cb89..4bfcd1d 100644
--- a/src/corelib/animation/qvariantanimation.cpp
+++ b/src/corelib/animation/qvariantanimation.cpp
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qvariantanimation.h b/src/corelib/animation/qvariantanimation.h
index d6badf5..3c92219 100644
--- a/src/corelib/animation/qvariantanimation.h
+++ b/src/corelib/animation/qvariantanimation.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/animation/qvariantanimation_p.h b/src/corelib/animation/qvariantanimation_p.h
index 2a8d9d4..a8868d1 100644
--- a/src/corelib/animation/qvariantanimation_p.h
+++ b/src/corelib/animation/qvariantanimation_p.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/arch/alpha/qatomic_alpha.s b/src/corelib/arch/alpha/qatomic_alpha.s
index d225de7..31f3925 100644
--- a/src/corelib/arch/alpha/qatomic_alpha.s
+++ b/src/corelib/arch/alpha/qatomic_alpha.s
@@ -7,29 +7,29 @@
;** This file is part of the QtGui module 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.
+;** 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
+;** 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.
-;**
-;**
+;** GNU General Public License Usage
+;** Alternatively, this file may be used under the terms of the GNU General
+;** Public License version 3.0 as published by the Free Software Foundation
+;** and appearing in the file LICENSE.GPL included in the packaging of this
+;** file. Please review the following information to ensure the GNU General
+;** Public License version 3.0 requirements will be met:
+;** http://www.gnu.org/copyleft/gpl.html.
;**
+;** Other Usage
+;** Alternatively, this file may be used in accordance with the terms and
+;** conditions contained in a signed written agreement between you and Nokia.
;**
;**
;**
diff --git a/src/corelib/arch/arm/qatomic_arm.cpp b/src/corelib/arch/arm/qatomic_arm.cpp
index 8f06515..30612ce 100644
--- a/src/corelib/arch/arm/qatomic_arm.cpp
+++ b/src/corelib/arch/arm/qatomic_arm.cpp
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/arch/armv6/qatomic_generic_armv6.cpp b/src/corelib/arch/armv6/qatomic_generic_armv6.cpp
index f9ce6fd..02a6719 100644
--- a/src/corelib/arch/armv6/qatomic_generic_armv6.cpp
+++ b/src/corelib/arch/armv6/qatomic_generic_armv6.cpp
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/arch/generic/qatomic_generic_unix.cpp b/src/corelib/arch/generic/qatomic_generic_unix.cpp
index 5ab4c6b..e474a65 100644
--- a/src/corelib/arch/generic/qatomic_generic_unix.cpp
+++ b/src/corelib/arch/generic/qatomic_generic_unix.cpp
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/arch/generic/qatomic_generic_windows.cpp b/src/corelib/arch/generic/qatomic_generic_windows.cpp
index c2496db..7ce0eea 100644
--- a/src/corelib/arch/generic/qatomic_generic_windows.cpp
+++ b/src/corelib/arch/generic/qatomic_generic_windows.cpp
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/arch/ia64/qatomic_ia64.s b/src/corelib/arch/ia64/qatomic_ia64.s
index c988cfc..26db10d 100644
--- a/src/corelib/arch/ia64/qatomic_ia64.s
+++ b/src/corelib/arch/ia64/qatomic_ia64.s
@@ -7,29 +7,29 @@
;** This file is part of the QtGui module 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.
+;** 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
+;** 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.
-;**
-;**
+;** GNU General Public License Usage
+;** Alternatively, this file may be used under the terms of the GNU General
+;** Public License version 3.0 as published by the Free Software Foundation
+;** and appearing in the file LICENSE.GPL included in the packaging of this
+;** file. Please review the following information to ensure the GNU General
+;** Public License version 3.0 requirements will be met:
+;** http://www.gnu.org/copyleft/gpl.html.
;**
+;** Other Usage
+;** Alternatively, this file may be used in accordance with the terms and
+;** conditions contained in a signed written agreement between you and Nokia.
;**
;**
;**
diff --git a/src/corelib/arch/macosx/qatomic32_ppc.s b/src/corelib/arch/macosx/qatomic32_ppc.s
index c9a318d..edb8047 100644
--- a/src/corelib/arch/macosx/qatomic32_ppc.s
+++ b/src/corelib/arch/macosx/qatomic32_ppc.s
@@ -7,29 +7,29 @@
;** This file is part of the QtGui module 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.
+;** 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
+;** 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.
-;**
-;**
+;** GNU General Public License Usage
+;** Alternatively, this file may be used under the terms of the GNU General
+;** Public License version 3.0 as published by the Free Software Foundation
+;** and appearing in the file LICENSE.GPL included in the packaging of this
+;** file. Please review the following information to ensure the GNU General
+;** Public License version 3.0 requirements will be met:
+;** http://www.gnu.org/copyleft/gpl.html.
;**
+;** Other Usage
+;** Alternatively, this file may be used in accordance with the terms and
+;** conditions contained in a signed written agreement between you and Nokia.
;**
;**
;**
diff --git a/src/corelib/arch/mips/qatomic_mips32.s b/src/corelib/arch/mips/qatomic_mips32.s
index d4c0191..cd1585e 100644
--- a/src/corelib/arch/mips/qatomic_mips32.s
+++ b/src/corelib/arch/mips/qatomic_mips32.s
@@ -7,29 +7,29 @@
;** This file is part of the QtGui module 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.
+;** 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
+;** 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.
-;**
-;**
+;** GNU General Public License Usage
+;** Alternatively, this file may be used under the terms of the GNU General
+;** Public License version 3.0 as published by the Free Software Foundation
+;** and appearing in the file LICENSE.GPL included in the packaging of this
+;** file. Please review the following information to ensure the GNU General
+;** Public License version 3.0 requirements will be met:
+;** http://www.gnu.org/copyleft/gpl.html.
;**
+;** Other Usage
+;** Alternatively, this file may be used in accordance with the terms and
+;** conditions contained in a signed written agreement between you and Nokia.
;**
;**
;**
diff --git a/src/corelib/arch/mips/qatomic_mips64.s b/src/corelib/arch/mips/qatomic_mips64.s
index 993991f..60c9a83 100644
--- a/src/corelib/arch/mips/qatomic_mips64.s
+++ b/src/corelib/arch/mips/qatomic_mips64.s
@@ -7,29 +7,29 @@
;** This file is part of the QtGui module 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.
+;** 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
+;** 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.
-;**
-;**
+;** GNU General Public License Usage
+;** Alternatively, this file may be used under the terms of the GNU General
+;** Public License version 3.0 as published by the Free Software Foundation
+;** and appearing in the file LICENSE.GPL included in the packaging of this
+;** file. Please review the following information to ensure the GNU General
+;** Public License version 3.0 requirements will be met:
+;** http://www.gnu.org/copyleft/gpl.html.
;**
+;** Other Usage
+;** Alternatively, this file may be used in accordance with the terms and
+;** conditions contained in a signed written agreement between you and Nokia.
;**
;**
;**
diff --git a/src/corelib/arch/parisc/q_ldcw.s b/src/corelib/arch/parisc/q_ldcw.s
index f8f4046..86d50c7 100644
--- a/src/corelib/arch/parisc/q_ldcw.s
+++ b/src/corelib/arch/parisc/q_ldcw.s
@@ -7,29 +7,29 @@
;** This file is part of the QtGui module 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.
+;** 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
+;** 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.
-;**
-;**
-;**
+;** GNU General Public License Usage
+;** Alternatively, this file may be used under the terms of the GNU General
+;** Public License version 3.0 as published by the Free Software Foundation
+;** and appearing in the file LICENSE.GPL included in the packaging of this
+;** file. Please review the following information to ensure the GNU General
+;** Public License version 3.0 requirements will be met:
+;** http://www.gnu.org/copyleft/gpl.html.
+;**
+;** Other Usage
+;** Alternatively, this file may be used in accordance with the terms and
+;** conditions contained in a signed written agreement between you and Nokia.
;**
;**
;**
diff --git a/src/corelib/arch/parisc/qatomic_parisc.cpp b/src/corelib/arch/parisc/qatomic_parisc.cpp
index fa446c5..aa21891 100644
--- a/src/corelib/arch/parisc/qatomic_parisc.cpp
+++ b/src/corelib/arch/parisc/qatomic_parisc.cpp
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/arch/powerpc/qatomic32.s b/src/corelib/arch/powerpc/qatomic32.s
index a446359..794a397 100644
--- a/src/corelib/arch/powerpc/qatomic32.s
+++ b/src/corelib/arch/powerpc/qatomic32.s
@@ -7,29 +7,29 @@
## This file is part of the QtGui module 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.
+## 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
+## 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.
-##
-##
+## GNU General Public License Usage
+## Alternatively, this file may be used under the terms of the GNU General
+## Public License version 3.0 as published by the Free Software Foundation
+## and appearing in the file LICENSE.GPL included in the packaging of this
+## file. Please review the following information to ensure the GNU General
+## Public License version 3.0 requirements will be met:
+## http://www.gnu.org/copyleft/gpl.html.
##
+## Other Usage
+## Alternatively, this file may be used in accordance with the terms and
+## conditions contained in a signed written agreement between you and Nokia.
##
##
##
diff --git a/src/corelib/arch/powerpc/qatomic64.s b/src/corelib/arch/powerpc/qatomic64.s
index 9bf3191..4a10b25 100644
--- a/src/corelib/arch/powerpc/qatomic64.s
+++ b/src/corelib/arch/powerpc/qatomic64.s
@@ -7,29 +7,29 @@
## This file is part of the QtGui module 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.
+## 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
+## 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.
-##
-##
+## GNU General Public License Usage
+## Alternatively, this file may be used under the terms of the GNU General
+## Public License version 3.0 as published by the Free Software Foundation
+## and appearing in the file LICENSE.GPL included in the packaging of this
+## file. Please review the following information to ensure the GNU General
+## Public License version 3.0 requirements will be met:
+## http://www.gnu.org/copyleft/gpl.html.
##
+## Other Usage
+## Alternatively, this file may be used in accordance with the terms and
+## conditions contained in a signed written agreement between you and Nokia.
##
##
##
diff --git a/src/corelib/arch/qatomic_alpha.h b/src/corelib/arch/qatomic_alpha.h
index be5d7ec..a99a84b 100644
--- a/src/corelib/arch/qatomic_alpha.h
+++ b/src/corelib/arch/qatomic_alpha.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/arch/qatomic_arch.h b/src/corelib/arch/qatomic_arch.h
index baf899f..ecf78f7 100644
--- a/src/corelib/arch/qatomic_arch.h
+++ b/src/corelib/arch/qatomic_arch.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/arch/qatomic_arm.h b/src/corelib/arch/qatomic_arm.h
index 7b15e0a..5ac3acc 100644
--- a/src/corelib/arch/qatomic_arm.h
+++ b/src/corelib/arch/qatomic_arm.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/arch/qatomic_armv6.h b/src/corelib/arch/qatomic_armv6.h
index 4fb9963..4b58953 100644
--- a/src/corelib/arch/qatomic_armv6.h
+++ b/src/corelib/arch/qatomic_armv6.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/arch/qatomic_avr32.h b/src/corelib/arch/qatomic_avr32.h
index a650d73..78d5fc7 100644
--- a/src/corelib/arch/qatomic_avr32.h
+++ b/src/corelib/arch/qatomic_avr32.h
@@ -7,29 +7,29 @@
** This file is part of the QtCore module 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.
+** 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
+** 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.
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU General
+** Public License version 3.0 as published by the Free Software Foundation
+** and appearing in the file LICENSE.GPL included in the packaging of this
+** file. Please review the following information to ensure the GNU General
+** Public License version 3.0 requirements will be met:
+** http://www.gnu.org/copyleft/gpl.html.
**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
**
**
**
diff --git a/src/corelib/arch/qatomic_bfin.h b/src/corelib/arch/qatomic_bfin.h
index dd53342..21026ee 100644
--- a/src/corelib/arch/qatomic_bfin.h
+++ b/src/corelib/arch/qatomic_bfin.h