summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-09-18 14:57:05 +0000
committerWill Andrews <will@FreeBSD.org>2003-09-18 14:57:05 +0000
commit01ff961210c499a0f1195f744c4e6a1125a932e7 (patch)
tree975326e07f6532f9c7757124222c6b4243184711 /x11-toolkits
parentUpgrade to Qt 3.2.1 / KDE 3.1.4. This upgrade includes patches for (diff)
Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.
Notes
Notes: svn path=/head/; revision=89050
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile2
-rw-r--r--x11-toolkits/qt31/Makefile158
-rw-r--r--x11-toolkits/qt31/distinfo1
-rw-r--r--x11-toolkits/qt31/files/patch-include-qmlined.h9
-rw-r--r--x11-toolkits/qt31/files/patch-qanimationwriter.cpp10
-rw-r--r--x11-toolkits/qt31/files/patch-qlistview.cpp11
-rw-r--r--x11-toolkits/qt31/files/patch-qpopupmenu.cpp11
-rw-r--r--x11-toolkits/qt31/files/patch-qtextedit.cpp20
-rw-r--r--x11-toolkits/qt31/files/qapplication.cpp.diff74
-rw-r--r--x11-toolkits/qt31/files/qapplication_p.h.diff16
-rw-r--r--x11-toolkits/qt31/files/qapplication_x11.cpp.diff48
-rw-r--r--x11-toolkits/qt31/files/qeffects.cpp.diff23
-rw-r--r--x11-toolkits/qt31/files/qwidget_x11.cpp.diff15
-rw-r--r--x11-toolkits/qt31/pkg-descr12
-rw-r--r--x11-toolkits/qt31/pkg-plist2408
-rw-r--r--x11-toolkits/qt32/Makefile11
-rw-r--r--x11-toolkits/qt32/distinfo2
-rw-r--r--x11-toolkits/qt32/files/patch-qlistview.cpp11
-rw-r--r--x11-toolkits/qt32/files/patch-qpopupmenu.cpp11
-rw-r--r--x11-toolkits/qt32/files/patch-qtextedit.cpp20
-rw-r--r--x11-toolkits/qt32/pkg-plist185
-rw-r--r--x11-toolkits/qt33/Makefile11
-rw-r--r--x11-toolkits/qt33/distinfo2
-rw-r--r--x11-toolkits/qt33/files/patch-qlistview.cpp11
-rw-r--r--x11-toolkits/qt33/files/patch-qpopupmenu.cpp11
-rw-r--r--x11-toolkits/qt33/files/patch-qtextedit.cpp20
-rw-r--r--x11-toolkits/qt33/pkg-plist185
27 files changed, 337 insertions, 2961 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 1b9886c03cad..abfe5730f44e 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -156,7 +156,7 @@
SUBDIR += qt145
SUBDIR += qt2-static
SUBDIR += qt23
- SUBDIR += qt31
+ SUBDIR += qt32
SUBDIR += qtpixmap
SUBDIR += qwt
SUBDIR += render
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile
deleted file mode 100644
index ebfd8ae5f4e8..000000000000
--- a/x11-toolkits/qt31/Makefile
+++ /dev/null
@@ -1,158 +0,0 @@
-# -*-mode: makefile-*-
-# New ports collection makefile for: qt-copy
-# Date created: 2 November 2001
-# Whom: will@cvs.kde.org
-#
-# $FreeBSD$
-#
-
-PORTNAME?= qt
-PORTVERSION= 3.1.2
-PORTREVISION?= 1
-CATEGORIES?= x11-toolkits
-MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
- ftp://ftp.silug.org/pub/qt/ \
- ftp://ftp.bero.org/pub/qt/ \
- ftp://ftp.planetmirror.com.au/pub/trolltech/qt/
-DISTNAME= qt-x11-free-${PORTVERSION}
-DIST_SUBDIR= KDE
-
-MAINTAINER?= kde@FreeBSD.org
-COMMENT?= A C++ X GUI toolkit
-
-LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng \
- png.5:${PORTSDIR}/graphics/png \
- jpeg.9:${PORTSDIR}/graphics/jpeg
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-USE_X_PREFIX= yes
-HAS_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-NO_FILTER_SHLIBS=yes
-CONFIGURE_ARGS+= -system-libpng -system-libjpeg -system-libmng \
- -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \
- -system-zlib -no-nas-sound -sm -qt-gif -thread \
- -fast -xinerama -no-g++-exceptions -no-stl \
- ${CUPS} -shared -prefix ${PREFIX} -datadir ${DATADIR} \
- -docdir ${DOCSDIR} -plugindir ${PREFIX}/lib/plugins
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_XFT)
-LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft
-.else
-CONFIGURE_ARGS+=-no-xft
-.endif
-
-.if defined(DEBUG)
-CONFIGURE_ARGS+= -debug
-.endif
-
-.if !defined(BUILD_PLUGIN_ONLY)
-.if !defined(WITHOUT_OPENGL)
-USE_MESA= yes
-.else
-CONFIGURE_ARGS+=-disable-opengl
-.endif # WITHOUT_OPENGL
-
-.if !defined(WITHOUT_CUPS)
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
-CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include
-.else
-CUPS=
-.endif
-
-CONFIGURE_ENV= ${ECHO} yes | QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
-MAKE_ENV?= QTDIR=${WRKSRC} \
- LD_LIBRARY_PATH=${WRKSRC}/lib \
- PATH=${WRKSRC}/bin:$$PATH
-ALL_TARGET= sub-tools
-.endif # !defined(BUILD_PLUGIN_ONLY)
-
-.if ${MACHINE_ARCH} == "alpha"
-CFLAGS+= -O0
-.endif
-
-.if !defined(BUILD_PLUGIN_ONLY)
-.if !defined(WITHOUT_OPENGL)
-# Display WITH_OPENGL advisory.
-pre-everything::
- @${ECHO_MSG} '===> **************************************************'
- @${ECHO_MSG} '===> NOTE: Use of WITH_OPENGL is not recommended with'
- @${ECHO_MSG} '===> the NVidia drivers provided by the x11/nvidia port'
- @${ECHO_MSG} '===> If you use these drivers, we recommend you press'
- @${ECHO_MSG} '===> Ctrl-C now and set WITHOUT_OPENGL'
- @${ECHO_MSG} '===> **************************************************'
-.endif
-.if !defined(WITHOUT_XFT)
-pre-everything::
- @${ECHO_MSG}
- @${ECHO_MSG} '===> **************************************************'
- @${ECHO_MSG} '===> If you do not want to build QT with XFT support '
- @${ECHO_MSG} '===> press Ctrl-C and set WITHOUT_XFT'
- @${ECHO_MSG} '===> **************************************************'
-.endif
-
-.if ${XFREE86_VERSION} < 4
-BROKEN= "The QT ${PORTVERSION} port does not support any XFree86 < 4.x"
-.endif # ${XFREE86_VERSION} < 4
-
-.if exists(${X11BASE}/include/qt2/qapp.h)
-BROKEN= "You have QT2 headers installed! Installing this port"
-BROKEN+="will result in conflicts between QT3 and QT2!"
-.endif
-.endif # !defined(BUILD_PLUGIN_ONLY)
-
-post-patch:
-.if !defined(BUILD_PLUGIN_ONLY)
- @${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -fr
- @cd ${WRKSRC}/include; \
- ${RM} -f jri.h jri_md.h jritypes.h npapi.h npupp.h
- @cd ${WRKSRC}/extensions/nsplugin/src; \
- ${RM} -f jri.h jri_md.h jritypes.h npapi.h npupp.h \
- npunix.c npwin.cpp
-.else
- ${REINPLACE_CMD} -e \
- "s,-lmysqlclient,-L${LOCALBASE}/lib/mysql -lmysqlclient," \
- ${WRKSRC}/plugins/src/sqldrivers/mysql/mysql.pro
- @${RM} -fr ${WRKSRC}/extensions ${WRKSRC}/tools \
- ${WRKSRC}/plugins/src/styles \
- ${WRKSRC}/plugins/src/codecs \
- ${WRKSRC}/plugins/src/accessible \
- ${WRKSRC}/plugins/src/imageformats
- ${LN} -s ${X11BASE}/bin/qmake ${WRKSRC}/bin/qmake
- ${ECHO_CMD} "qmake:" > ${WRKSRC}/qmake/GNUmakefile.in
-.endif
- @${RM} -fr ${WRKSRC}/examples ${WRKSRC}/tutorial
- @${REINPLACE_CMD} -e 's,-O2,${CXXFLAGS},' \
- ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
- @${REINPLACE_CMD} -e 's,gcc,${CC},' \
- ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
- @${REINPLACE_CMD} -e 's,g++,${CXX},' \
- ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
- @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},' \
- ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
- @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \
- ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
- @${REINPLACE_CMD} -e 's,release,release thread,' \
- ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
-.if !defined(BUILD_PLUGIN_ONLY)
- @${RM} ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf.bak
-
-post-build:
-.for tool in makeqpf mergetr msg2qm qembed qvfb
- cd ${WRKSRC}/tools/${tool}; ${SETENV} ${MAKE_ENV} ${MAKE}
-.endfor
-
-# Work around qmake generated dependencies
-pre-install:
- @${INSTALL_DATA} ${WRKSRC}/lib/*.prl ${PREFIX}/lib
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin
-.for tool in makeqpf mergetr msg2qm qembed qvfb
- ${INSTALL_PROGRAM} ${WRKSRC}/tools/${tool}/${tool} ${PREFIX}/bin
-.endfor
-.endif # !defined(BUILD_PLUGIN_ONLY)
-
-.include <bsd.port.post.mk>
diff --git a/x11-toolkits/qt31/distinfo b/x11-toolkits/qt31/distinfo
deleted file mode 100644
index b63babb92bf5..000000000000
--- a/x11-toolkits/qt31/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (KDE/qt-x11-free-3.1.2.tar.bz2) = 156591717687799c69cf3f8b64a898f2
diff --git a/x11-toolkits/qt31/files/patch-include-qmlined.h b/x11-toolkits/qt31/files/patch-include-qmlined.h
deleted file mode 100644
index 822c77855959..000000000000
--- a/x11-toolkits/qt31/files/patch-include-qmlined.h
+++ /dev/null
@@ -1,9 +0,0 @@
---- include/qmlined.h.orig Sat Feb 15 02:26:37 2003
-+++ include/qmlined.h Sat Feb 15 02:27:45 2003
-@@ -22,5 +22,5 @@
- *****************************************************************************/
- #ifndef QMLINED_H
- #define QMLINED_H
--#include "qtmultilineedit.h"
-+#include "qtextedit.h"
- #endif
diff --git a/x11-toolkits/qt31/files/patch-qanimationwriter.cpp b/x11-toolkits/qt31/files/patch-qanimationwriter.cpp
deleted file mode 100644
index 9e7db8a94a02..000000000000
--- a/x11-toolkits/qt31/files/patch-qanimationwriter.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- tools/qvfb/qanimationwriter.cpp.orig Wed Nov 27 02:45:38 2002
-+++ tools/qvfb/qanimationwriter.cpp Wed Nov 27 02:45:56 2002
-@@ -25,6 +25,7 @@
-
- #include <png.h>
- #include <netinet/in.h> // for htonl
-+#include <limits.h>
-
- class QAnimationWriterData {
- public:
diff --git a/x11-toolkits/qt31/files/patch-qlistview.cpp b/x11-toolkits/qt31/files/patch-qlistview.cpp
deleted file mode 100644
index 73882d3e9746..000000000000
--- a/x11-toolkits/qt31/files/patch-qlistview.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/widgets/qlistview.cpp.orig Mon Feb 24 09:30:39 2003
-+++ src/widgets/qlistview.cpp Mon May 12 19:42:07 2003
-@@ -6215,7 +6215,7 @@
-
- void QListView::ensureItemVisible( const QListViewItem * i )
- {
-- if ( !i )
-+ if ( !i || !i->isVisible() )
- return;
-
- QListViewItem *parent = i->parent();
diff --git a/x11-toolkits/qt31/files/patch-qpopupmenu.cpp b/x11-toolkits/qt31/files/patch-qpopupmenu.cpp
deleted file mode 100644
index 78affc105b4a..000000000000
--- a/x11-toolkits/qt31/files/patch-qpopupmenu.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/widgets/qpopupmenu.cpp.orig Mon May 12 19:44:39 2003
-+++ src/widgets/qpopupmenu.cpp Mon May 12 19:45:42 2003
-@@ -1739,7 +1739,7 @@
- if ( style().styleHint(QStyle::SH_PopupMenu_SloppySubMenus, this) &&
- d->mouseMoveBuffer.contains( e->pos() ) ) {
- actItem = item;
-- popupSubMenuLater( style().styleHint(QStyle::SH_PopupMenu_SubMenuPopupDelay, this) * 2,
-+ popupSubMenuLater( style().styleHint(QStyle::SH_PopupMenu_SubMenuPopupDelay, this) * 6,
- this );
- return;
- }
diff --git a/x11-toolkits/qt31/files/patch-qtextedit.cpp b/x11-toolkits/qt31/files/patch-qtextedit.cpp
deleted file mode 100644
index 7c22203692de..000000000000
--- a/x11-toolkits/qt31/files/patch-qtextedit.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/widgets/qtextedit.cpp.orig Mon Feb 24 09:30:37 2003
-+++ src/widgets/qtextedit.cpp Mon May 12 19:50:19 2003
-@@ -1863,7 +1863,7 @@
- }
- setModified();
- emit textChanged();
-- emit selectionChanged();
-+ emit copyAvailable( doc->hasSelection( QTextDocument::Standard ) );
- }
-
- /*!
-@@ -4801,7 +4801,7 @@
- return;
- if ( doc->hasSelection( QTextDocument::Standard ) )
- removeSelectedText();
-- if ( !m->provides( st.data() ) )
-+ if ( !QRichTextDrag::canDecode( m ) )
- return;
- QString t;
- if ( !QRichTextDrag::decode( m, t, st.data(), subtype ) )
diff --git a/x11-toolkits/qt31/files/qapplication.cpp.diff b/x11-toolkits/qt31/files/qapplication.cpp.diff
deleted file mode 100644
index b84fd01f8f74..000000000000
--- a/x11-toolkits/qt31/files/qapplication.cpp.diff
+++ /dev/null
@@ -1,74 +0,0 @@
-===================================================================
-RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qapplication.cpp,v
-retrieving revision 1.61
-retrieving revision 1.62
-diff -u -p -r1.61 -r1.62
---- qt-copy/src/kernel/qapplication.cpp 2002/11/13 16:46:34 1.61
-+++ qt-copy/src/kernel/qapplication.cpp 2002/11/14 08:57:34 1.62
-@@ -3257,6 +3257,66 @@ Q_EXPORT void qt_dispatchEnterLeave( QWi
- }
-
-
-+#ifdef Q_WS_MACX
-+extern QWidget *qt_tryModalHelperMac( QWidget * top ); //qapplication_mac.cpp
-+#endif
-+
-+
-+/*!\internal
-+
-+ Called from qapplication_<platform>.cpp, returns TRUE
-+ if the widget should accept the event.
-+ */
-+bool qt_tryModalHelper( QWidget *widget, QWidget **rettop ) {
-+ QWidget *modal=0, *top=QApplication::activeModalWidget();
-+ if ( rettop ) *rettop = top;
-+
-+ if ( qApp->activePopupWidget() )
-+ return TRUE;
-+
-+#ifdef Q_WS_MACX
-+ top = qt_tryModalHelperMac( top );
-+ if ( rettop ) *rettop = top;
-+#endif
-+
-+ QWidget* groupLeader = widget;
-+ widget = widget->topLevelWidget();
-+
-+ if ( widget->testWFlags(Qt::WShowModal) ) // widget is modal
-+ modal = widget;
-+ if ( !top || modal == top ) // don't block event
-+ return TRUE;
-+
-+ QWidget * p = widget->parentWidget(); // Check if the active modal widget is a parent of our widget
-+ while ( p ) {
-+ if ( p == top )
-+ return TRUE;
-+ p = p->parentWidget();
-+ }
-+
-+ while ( groupLeader && !groupLeader->testWFlags( Qt::WGroupLeader ) )
-+ groupLeader = groupLeader->parentWidget();
-+
-+ if ( groupLeader ) {
-+ // Does groupLeader have a child in qt_modal_stack?
-+ bool unrelated = TRUE;
-+ modal = qt_modal_stack->first();
-+ while (modal && unrelated) {
-+ QWidget* p = modal->parentWidget();
-+ while ( p && p != groupLeader && !p->testWFlags( Qt::WGroupLeader) ) {
-+ p = p->parentWidget();
-+ }
-+ modal = qt_modal_stack->next();
-+ if ( p == groupLeader ) unrelated = FALSE;
-+ }
-+
-+ if ( unrelated )
-+ return TRUE; // don't block event
-+ }
-+ return FALSE;
-+}
-+
-+
- /*!
- Returns the desktop widget (also called the root window).
-
diff --git a/x11-toolkits/qt31/files/qapplication_p.h.diff b/x11-toolkits/qt31/files/qapplication_p.h.diff
deleted file mode 100644
index 8b9268c696b8..000000000000
--- a/x11-toolkits/qt31/files/qapplication_p.h.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-===================================================================
-RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qapplication_p.h,v
-retrieving revision 1.21
-retrieving revision 1.22
-diff -u -p -r1.21 -r1.22
---- qt-copy/src/kernel/qapplication_p.h 2002/11/13 16:46:34 1.21
-+++ qt-copy/src/kernel/qapplication_p.h 2002/11/14 08:57:34 1.22
-@@ -83,7 +83,6 @@ extern int qt_ncols_option;
-
-
- extern void qt_dispatchEnterLeave( QWidget*, QWidget* );
--
--
-+extern bool qt_tryModalHelper( QWidget *, QWidget ** = 0 );
-
- #endif
diff --git a/x11-toolkits/qt31/files/qapplication_x11.cpp.diff b/x11-toolkits/qt31/files/qapplication_x11.cpp.diff
deleted file mode 100644
index 877de05c5950..000000000000
--- a/x11-toolkits/qt31/files/qapplication_x11.cpp.diff
+++ /dev/null
@@ -1,48 +0,0 @@
-===================================================================
-RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qapplication_x11.cpp,v
-retrieving revision 1.81
-retrieving revision 1.82
-diff -u -p -r1.81 -r1.82
---- qt-copy/src/kernel/qapplication_x11.cpp 2002/11/13 16:46:34 1.81
-+++ qt-copy/src/kernel/qapplication_x11.cpp 2002/11/14 08:57:34 1.82
-@@ -3691,39 +3691,9 @@ void qt_leave_modal( QWidget *widget )
-
- bool qt_try_modal( QWidget *widget, XEvent *event )
- {
-- if ( qApp->activePopupWidget() )
-+ if ( qt_tryModalHelper( widget ) )
- return TRUE;
-
-- QWidget *modal=0, *top=QApplication::activeModalWidget();
--
-- QWidget* groupLeader = widget;
-- widget = widget->topLevelWidget();
--
-- if ( widget->testWFlags(Qt::WShowModal) ) // widget is modal
-- modal = widget;
-- if ( !top || modal == top ) // don't block event
-- return TRUE;
--
-- while ( groupLeader && !groupLeader->testWFlags( Qt::WGroupLeader ) )
-- groupLeader = groupLeader->parentWidget();
--
-- if ( groupLeader ) {
-- // Does groupLeader have a child in qt_modal_stack?
-- bool unrelated = TRUE;
-- modal = qt_modal_stack->first();
-- while (modal && unrelated) {
-- QWidget* p = modal->parentWidget();
-- while ( p && p != groupLeader && !p->testWFlags( Qt::WGroupLeader) ) {
-- p = p->parentWidget();
-- }
-- modal = qt_modal_stack->next();
-- if ( p == groupLeader ) unrelated = FALSE;
-- }
--
-- if ( unrelated )
-- return TRUE; // don't block event
-- }
--
- bool block_event = FALSE;
- switch ( event->type ) {
- case ButtonPress: // disallow mouse/key events
diff --git a/x11-toolkits/qt31/files/qeffects.cpp.diff b/x11-toolkits/qt31/files/qeffects.cpp.diff
deleted file mode 100644
index 4ad9ee987455..000000000000
--- a/x11-toolkits/qt31/files/qeffects.cpp.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-===================================================================
-RCS file: /home2/webcvs/mirror/qt-copy/src/widgets/qeffects.cpp,v
-retrieving revision 1.18
-retrieving revision 1.19
-diff -u -p -r1.18 -r1.19
---- qt-copy/src/widgets/qeffects.cpp 2002/10/30 01:54:25 1.18
-+++ qt-copy/src/widgets/qeffects.cpp 2002/11/21 01:30:32 1.19
-@@ -275,6 +275,7 @@ void QAlphaWidget::render()
- q_blend = 0;
- deleteLater();
- } else {
-+ widget->clearWState( WState_ForceHide );
- alphaBlend();
- pm = mixed;
- repaint( FALSE );
-@@ -505,6 +506,7 @@ void QRollEffect::run( int time )
- void QRollEffect::scroll()
- {
- if ( !done ) {
-+ widget->clearWState( WState_ForceHide );
- int tempel = checkTime.elapsed();
- if ( elapsed >= tempel )
- elapsed++;
diff --git a/x11-toolkits/qt31/files/qwidget_x11.cpp.diff b/x11-toolkits/qt31/files/qwidget_x11.cpp.diff
deleted file mode 100644
index de7fa1e41c6f..000000000000
--- a/x11-toolkits/qt31/files/qwidget_x11.cpp.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-===================================================================
-RCS file: /home2/webcvs/mirror/qt-copy/src/kernel/qwidget_x11.cpp,v
-retrieving revision 1.55
-retrieving revision 1.56
-diff -u -p -r1.55 -r1.56
---- qt-copy/src/kernel/qwidget_x11.cpp 2002/11/13 16:46:35 1.55
-+++ qt-copy/src/kernel/qwidget_x11.cpp 2002/11/13 17:28:42 1.56
-@@ -1561,7 +1561,6 @@ void QWidget::showMinimized()
- else {
- topData()->showMode = 1;
- show();
-- hideChildren( FALSE );
- }
- } else {
- show();
diff --git a/x11-toolkits/qt31/pkg-descr b/x11-toolkits/qt31/pkg-descr
deleted file mode 100644
index efc79b9aaf24..000000000000
--- a/x11-toolkits/qt31/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Qt is a C++ toolkit for application development. It lets application
-developers target all major operating systems with a single application
-source code.
-
-Qt provides a platform-independent API to all central platform functionality:
-GUI, database access, networking, file handling, etc. The Qt library
-encapsulates the different APIs of different operating systems, providing
-the application programmer with a single, common API for all operating systems.
-The native C APIs are encapsulated in a set of well-designed, fully
-object-oriented C++ classes.
-
-WWW: http://www.trolltech.com/products/qt/index.html
diff --git a/x11-toolkits/qt31/pkg-plist b/x11-toolkits/qt31/pkg-plist
deleted file mode 100644
index 602fcaf6d869..000000000000
--- a/x11-toolkits/qt31/pkg-plist
+++ /dev/null
@@ -1,2408 +0,0 @@
-bin/assistant
-bin/designer
-bin/findtr
-bin/linguist
-bin/lrelease
-bin/lupdate
-bin/makeqpf
-bin/mergetr
-bin/moc
-bin/msg2qm
-bin/qembed
-bin/qm2ts
-bin/qmake
-bin/qtconfig
-bin/qvfb
-bin/uic
-include/private/qapplication_p.h
-include/private/qcolor_p.h
-include/private/qcom_p.h
-include/private/qcomlibrary_p.h
-include/private/qcomplextext_p.h
-include/private/qcomponentfactory_p.h
-include/private/qcriticalsection_p.h
-include/private/qdir_p.h
-include/private/qeffects_p.h
-include/private/qeventloop_p.h
-include/private/qfiledefs_p.h
-include/private/qfontcodecs_p.h
-include/private/qfontdata_p.h
-include/private/qgfxdriverinterface_p.h
-include/private/qgpluginmanager_p.h
-include/private/qimageformatinterface_p.h
-include/private/qinputcontext_p.h
-include/private/qinternal_p.h
-include/private/qkbddriverinterface_p.h
-include/private/qlayoutengine_p.h
-include/private/qlibrary_p.h
-include/private/qlock_p.h
-include/private/qmousedriverinterface_p.h
-include/private/qmutex_p.h
-include/private/qmutexpool_p.h
-include/private/qpainter_p.h
-include/private/qpluginmanager_p.h
-include/private/qpsprinter_p.h
-include/private/qrichtext_p.h
-include/private/qsettings_p.h
-include/private/qsharedmemory_p.h
-include/private/qsqldriverinterface_p.h
-include/private/qsqlextension_p.h
-include/private/qsqlmanager_p.h
-include/private/qstyleinterface_p.h
-include/private/qsvgdevice_p.h
-include/private/qtextcodecinterface_p.h
-include/private/qtitlebar_p.h
-include/private/qucom_p.h
-include/private/qucomextra_p.h
-include/private/qwidget_p.h
-include/private/qwidgetinterface_p.h
-include/private/qwidgetresizehandler_p.h
-include/q1xcompatibility.h
-include/qabstractlayout.h
-include/qaccel.h
-include/qaccessible.h
-include/qaction.h
-include/qapp.h
-include/qapplication.h
-include/qarray.h
-include/qasciicache.h
-include/qasciidict.h
-include/qassistantclient.h
-include/qasyncimageio.h
-include/qasyncio.h
-include/qbig5codec.h
-include/qbitarray.h
-include/qbitarry.h
-include/qbitmap.h
-include/qbrush.h
-include/qbttngrp.h
-include/qbuffer.h
-include/qbutton.h
-include/qbuttongroup.h
-include/qcache.h
-include/qcanvas.h
-include/qcdestyle.h
-include/qcheckbox.h
-include/qchkbox.h
-include/qcleanuphandler.h
-include/qclipboard.h
-include/qclipbrd.h
-include/qcollect.h
-include/qcollection.h
-include/qcolor.h
-include/qcolordialog.h
-include/qcombo.h
-include/qcombobox.h
-include/qcommonstyle.h
-include/qcompactstyle.h
-include/qconfig-dist.h
-include/qconfig-large.h
-include/qconfig-medium.h
-include/qconfig-minimal.h
-include/qconfig-small.h
-include/qconfig.h
-include/qconnect.h
-include/qconnection.h
-include/qcstring.h
-include/qcursor.h
-include/qdatabrowser.h
-include/qdatastream.h
-include/qdatatable.h
-include/qdataview.h
-include/qdatetime.h
-include/qdatetimeedit.h
-include/qdatetm.h
-include/qdeepcopy.h
-include/qdesktopwidget.h
-include/qdial.h
-include/qdialog.h
-include/qdict.h
-include/qdir.h
-include/qdns.h
-include/qdockarea.h
-include/qdockwindow.h
-include/qdom.h
-include/qdragobject.h
-include/qdrawutil.h
-include/qdrawutl.h
-include/qdropsite.h
-include/qdstream.h
-include/qeditorfactory.h
-include/qerrormessage.h
-include/qeucjpcodec.h
-include/qeuckrcodec.h
-include/qevent.h
-include/qeventloop.h
-include/qfeatures.h
-include/qfile.h
-include/qfiledef.h
-include/qfiledialog.h
-include/qfiledlg.h
-include/qfileinf.h
-include/qfileinfo.h
-include/qfocusdata.h
-include/qfont.h
-include/qfontdatabase.h
-include/qfontdialog.h
-include/qfontinf.h
-include/qfontinfo.h
-include/qfontmet.h
-include/qfontmetrics.h
-include/qframe.h
-include/qftp.h
-include/qgarray.h
-include/qgb18030codec.h
-include/qgbkcodec.h
-include/qgcache.h
-include/qgdict.h
-include/qgeneric.h
-include/qgif.h
-include/qgl.h
-include/qglcolormap.h
-include/qglist.h
-include/qglobal.h
-include/qgplugin.h
-include/qgrid.h
-include/qgridview.h
-include/qgroupbox.h
-include/qgrpbox.h
-include/qguardedptr.h
-include/qgvector.h
-include/qhbox.h
-include/qhbuttongroup.h
-include/qheader.h
-include/qhgroupbox.h
-include/qhostaddress.h
-include/qhttp.h
-include/qiconset.h
-include/qiconview.h
-include/qimage.h
-include/qimageformatplugin.h
-include/qinputdialog.h
-include/qintcach.h
-include/qintcache.h
-include/qintdict.h
-include/qinterlacestyle.h
-include/qiodev.h
-include/qiodevice.h
-include/qjiscodec.h
-include/qjpegio.h
-include/qjpunicode.h
-include/qkeycode.h
-include/qkeysequence.h
-include/qlabel.h
-include/qlayout.h
-include/qlcdnum.h
-include/qlcdnumber.h
-include/qlibrary.h
-include/qlined.h
-include/qlineedit.h
-include/qlist.h
-include/qlistbox.h
-include/qlistview.h
-include/qlocalfs.h
-include/qmainwindow.h
-include/qmap.h
-include/qmemarray.h
-include/qmenubar.h
-include/qmenudata.h
-include/qmenudta.h
-include/qmessagebox.h
-include/qmetaobj.h
-include/qmetaobject.h
-include/qmime.h
-include/qmlined.h
-include/qmngio.h
-include/qmodules.h
-include/qmotifplusstyle.h
-include/qmotifstyle.h
-include/qmovie.h
-include/qmsgbox.h
-include/qmultilinedit.h
-include/qmultilineedit.h
-include/qmutex.h
-include/qnamespace.h
-include/qnetwork.h
-include/qnetworkprotocol.h
-include/qnp.h
-include/qobjcoll.h
-include/qobjdefs.h
-include/qobject.h
-include/qobjectcleanuphandler.h
-include/qobjectdefs.h
-include/qobjectdict.h
-include/qobjectlist.h
-include/qpaintd.h
-include/qpaintdc.h
-include/qpaintdevice.h
-include/qpaintdevicedefs.h
-include/qpaintdevicemetrics.h
-include/qpainter.h
-include/qpair.h
-include/qpalette.h
-include/qpdevmet.h
-include/qpen.h
-include/qpicture.h
-include/qpixmap.h
-include/qpixmapcache.h
-include/qplatinumstyle.h
-include/qpmcache.h
-include/qpngio.h
-include/qpntarry.h
-include/qpoint.h
-include/qpointarray.h
-include/qpolygonscanner.h
-include/qpopmenu.h
-include/qpopupmenu.h
-include/qprintdialog.h
-include/qprinter.h
-include/qprndlg.h
-include/qprocess.h
-include/qprogbar.h
-include/qprogdlg.h
-include/qprogressbar.h
-include/qprogressdialog.h
-include/qpsprn.h
-include/qptrcollection.h
-include/qptrdict.h
-include/qptrlist.h
-include/qptrqueue.h
-include/qptrstack.h
-include/qptrvector.h
-include/qpushbt.h
-include/qpushbutton.h
-include/qqueue.h
-include/qradiobt.h
-include/qradiobutton.h
-include/qrangecontrol.h
-include/qrangect.h
-include/qrect.h
-include/qregexp.h
-include/qregion.h
-include/qrtlcodec.h
-include/qscrbar.h
-include/qscrollbar.h
-include/qscrollview.h
-include/qsemaphore.h
-include/qsemimodal.h
-include/qserversocket.h
-include/qsession.h
-include/qsessionmanager.h
-include/qsettings.h
-include/qsgistyle.h
-include/qshared.h
-include/qsignal.h
-include/qsignalmapper.h
-include/qsignalslotimp.h
-include/qsimplerichtext.h
-include/qsize.h
-include/qsizegrip.h
-include/qsizepolicy.h
-include/qsjiscodec.h
-include/qslider.h
-include/qsocket.h
-include/qsocketdevice.h
-include/qsocketnotifier.h
-include/qsocknot.h
-include/qsortedlist.h
-include/qsound.h
-include/qspinbox.h
-include/qsplitter.h
-include/qsql.h
-include/qsqlcursor.h
-include/qsqldatabase.h
-include/qsqldriver.h
-include/qsqldriverplugin.h
-include/qsqleditorfactory.h
-include/qsqlerror.h
-include/qsqlfield.h
-include/qsqlform.h
-include/qsqlindex.h
-include/qsqlpropertymap.h
-include/qsqlquery.h
-include/qsqlrecord.h
-include/qsqlresult.h
-include/qstack.h
-include/qstatusbar.h
-include/qstring.h
-include/qstringlist.h
-include/qstrlist.h
-include/qstrvec.h
-include/qstyle.h
-include/qstylefactory.h
-include/qstyleplugin.h
-include/qstylesheet.h
-include/qsyntaxhighlighter.h
-include/qt.h
-include/qt_x11.h
-include/qtabbar.h
-include/qtabdialog.h
-include/qtabdlg.h
-include/qtable.h
-include/qtabwidget.h
-include/qtextbrowser.h
-include/qtextcodec.h
-include/qtextcodecfactory.h
-include/qtextcodecplugin.h
-include/qtextedit.h
-include/qtextstream.h
-include/qtextview.h
-include/qthread.h
-include/qtimer.h
-include/qtl.h
-include/qtoolbar.h
-include/qtoolbutton.h
-include/qtooltip.h
-include/qtranslator.h
-include/qtsciicodec.h
-include/qtstream.h
-include/qurl.h
-include/qurlinfo.h
-include/qurloperator.h
-include/qutfcodec.h
-include/quuid.h
-include/qvalidator.h
-include/qvaluelist.h
-include/qvaluestack.h
-include/qvaluevector.h
-include/qvariant.h
-include/qvbox.h
-include/qvbuttongroup.h
-include/qvector.h
-include/qvfbhdr.h
-include/qvgroupbox.h
-include/qwaitcondition.h
-include/qwhatsthis.h
-include/qwidcoll.h
-include/qwidget.h
-include/qwidgetfactory.h
-include/qwidgetintdict.h
-include/qwidgetlist.h
-include/qwidgetplugin.h
-include/qwidgetstack.h
-include/qwindefs.h
-include/qwindow.h
-include/qwindowdefs.h
-include/qwindowsstyle.h
-include/qwindowsxpstyle.h
-include/qwinexport.h
-include/qwizard.h
-include/qwmatrix.h
-include/qworkspace.h
-include/qxml.h
-lib/libdesigner.a
-lib/libdesigner.prl
-lib/libeditor.a
-lib/libeditor.prl
-lib/libqassistantclient.a
-lib/libqassistantclient.prl
-lib/libqnp.prl
-lib/libqt-mt.prl
-lib/libqt-mt.so
-lib/libqt-mt.so.3
-lib/libqt-mt.so.3.1
-lib/libqt-mt.so.3.1.2
-lib/libqui.prl
-lib/libqui.so
-lib/libqui.so.1
-lib/libqui.so.1.0
-lib/libqui.so.1.0.0
-lib/plugins/designer/libcppeditor.so
-lib/plugins/designer/libdlgplugin.so
-lib/plugins/designer/libkdevdlgplugin.so
-lib/plugins/designer/librcplugin.so
-lib/plugins/designer/libwizards.so
-share/doc/qt/html/aboutqt.html
-share/doc/qt/html/abstract-connections.png
-share/doc/qt/html/abstractwidgets.html
-share/doc/qt/html/accelerators.html
-share/doc/qt/html/aclock-example.html
-share/doc/qt/html/addressbook-example.html
-share/doc/qt/html/advanced.html
-share/doc/qt/html/annotated.html
-share/doc/qt/html/appearance.html
-share/doc/qt/html/appicon.html
-share/doc/qt/html/application.html
-share/doc/qt/html/assistant-1.html
-share/doc/qt/html/assistant-2.html
-share/doc/qt/html/assistant-3.html
-share/doc/qt/html/assistant-4.html
-share/doc/qt/html/assistant-5.html
-share/doc/qt/html/assistant-6.html
-share/doc/qt/html/assistant.html
-share/doc/qt/html/assistant.xml
-share/doc/qt/html/basic.html
-share/doc/qt/html/bearings.png
-share/doc/qt/html/biff-example.html
-share/doc/qt/html/bigtable-example.html
-share/doc/qt/html/book-dialog.png
-share/doc/qt/html/book-main.png
-share/doc/qt/html/brush-styles.png
-share/doc/qt/html/bughowto.html
-share/doc/qt/html/buttongroup-w.png
-share/doc/qt/html/buttongroups-example.html
-share/doc/qt/html/buyhowto.html
-share/doc/qt/html/canvas-chart-example.html
-share/doc/qt/html/canvas-example.html
-share/doc/qt/html/canvas.html
-share/doc/qt/html/chart-canvastext-h.html
-share/doc/qt/html/chart-canvasview-cpp.html
-share/doc/qt/html/chart-canvasview-h.html
-share/doc/qt/html/chart-chart-pro.html
-share/doc/qt/html/chart-chartform-cpp.html
-share/doc/qt/html/chart-chartform-h.html
-share/doc/qt/html/chart-chartform_canvas-cpp.html
-share/doc/qt/html/chart-chartform_files-cpp.html
-share/doc/qt/html/chart-element-cpp.html
-share/doc/qt/html/chart-element-h.html
-share/doc/qt/html/chart-forms.png
-share/doc/qt/html/chart-main-cpp.html
-share/doc/qt/html/chart-main.png
-share/doc/qt/html/chart-main2.png
-share/doc/qt/html/chart-options.png
-share/doc/qt/html/chart-optionsform-cpp.html
-share/doc/qt/html/chart-optionsform-h.html
-share/doc/qt/html/chart-setdata.png
-share/doc/qt/html/chart-setdataform-cpp.html
-share/doc/qt/html/chart-setdataform-h.html
-share/doc/qt/html/checklists-example.html
-share/doc/qt/html/classchart.html
-share/doc/qt/html/classes.html
-share/doc/qt/html/clientserver-example.html
-share/doc/qt/html/collection.html
-share/doc/qt/html/commonproblems.html
-share/doc/qt/html/concrete-connections.png
-share/doc/qt/html/coordsys.html
-share/doc/qt/html/coordsys.png
-share/doc/qt/html/credits.html
-share/doc/qt/html/cursor-example.html
-share/doc/qt/html/cursors.png
-share/doc/qt/html/customlayout-example.html
-share/doc/qt/html/customlayout.html
-share/doc/qt/html/customstyles.html
-share/doc/qt/html/database-connections.png
-share/doc/qt/html/database.html
-share/doc/qt/html/datastreamformat.html
-share/doc/qt/html/datetimewidgets.png
-share/doc/qt/html/dclock-example.html
-share/doc/qt/html/debug.html
-share/doc/qt/html/demo-example.html
-share/doc/qt/html/dependencies.png
-share/doc/qt/html/designer-manual-1.html
-share/doc/qt/html/designer-manual-10.html
-share/doc/qt/html/designer-manual-11.html
-share/doc/qt/html/designer-manual-12.html
-share/doc/qt/html/designer-manual-13.html
-share/doc/qt/html/designer-manual-14.html
-share/doc/qt/html/designer-manual-15.html
-share/doc/qt/html/designer-manual-16.html
-share/doc/qt/html/designer-manual-2.html
-share/doc/qt/html/designer-manual-3.html
-share/doc/qt/html/designer-manual-4.html
-share/doc/qt/html/designer-manual-5.html
-share/doc/qt/html/designer-manual-6.html
-share/doc/qt/html/designer-manual-7.html
-share/doc/qt/html/designer-manual-8.html
-share/doc/qt/html/designer-manual-9.html
-share/doc/qt/html/designer-manual.html
-share/doc/qt/html/designer.xml
-share/doc/qt/html/designer1.jpg
-share/doc/qt/html/designer2.jpg
-share/doc/qt/html/designer3.jpg
-share/doc/qt/html/desktop-example.html
-share/doc/qt/html/dialog1addwidg.png
-share/doc/qt/html/dialog1layout1.png
-share/doc/qt/html/dialog1layout2.png
-share/doc/qt/html/dialog1selewidg.png
-share/doc/qt/html/dialog1selewidg1.png
-share/doc/qt/html/dialog1tab.png
-share/doc/qt/html/dialog2laywidg.png
-share/doc/qt/html/dialog2sample.png
-share/doc/qt/html/dialog2setwidg.png
-share/doc/qt/html/dialog3buttons.png
-share/doc/qt/html/dialog3clipgrp.png
-share/doc/qt/html/dialog3grpbox.png
-share/doc/qt/html/dialog3layclip.png
-share/doc/qt/html/dialog3layout.png
-share/doc/qt/html/dialog3sample.png
-share/doc/qt/html/dialogs.html
-share/doc/qt/html/dirview-example.html
-share/doc/qt/html/distributingqt.html
-share/doc/qt/html/dnd.html
-share/doc/qt/html/doneandnext.png
-share/doc/qt/html/draganddrop.html
-share/doc/qt/html/dragdrop-example.html
-share/doc/qt/html/drawdemo-example.html
-share/doc/qt/html/drawlines-example.html
-share/doc/qt/html/edit-dbtable-dialog.png
-share/doc/qt/html/editcopy.png
-share/doc/qt/html/editcut.png
-share/doc/qt/html/editfind.png
-share/doc/qt/html/editions.html
-share/doc/qt/html/editpaste.png
-share/doc/qt/html/editredo.png
-share/doc/qt/html/editundo.png
-share/doc/qt/html/emb-accel.html
-share/doc/qt/html/emb-charinput.html
-share/doc/qt/html/emb-classes.html
-share/doc/qt/html/emb-envvars.html
-share/doc/qt/html/emb-features.html
-share/doc/qt/html/emb-fonts.html
-share/doc/qt/html/emb-framebuffer-howto.html
-share/doc/qt/html/emb-install.html
-share/doc/qt/html/emb-performance.html
-share/doc/qt/html/emb-pointer.html
-share/doc/qt/html/emb-porting.html
-share/doc/qt/html/emb-qvfb.html
-share/doc/qt/html/emb-running.html
-share/doc/qt/html/emb-vnc.html
-share/doc/qt/html/embedporting.html
-share/doc/qt/html/environment.html
-share/doc/qt/html/events.html
-share/doc/qt/html/eventsandfilters.html
-share/doc/qt/html/examples.html
-share/doc/qt/html/extension-dialog-example.html
-share/doc/qt/html/filechooser.png
-share/doc/qt/html/fileiconview-example.html
-share/doc/qt/html/fileopen.png
-share/doc/qt/html/fileprint.png
-share/doc/qt/html/filesave.png
-share/doc/qt/html/finddialog.png
-share/doc/qt/html/focus.html
-share/doc/qt/html/forever-example.html
-share/doc/qt/html/frames.png
-share/doc/qt/html/ftpclient-example.html
-share/doc/qt/html/functions.html
-share/doc/qt/html/geomanagement.html
-share/doc/qt/html/geometry.html
-share/doc/qt/html/geometry.png
-share/doc/qt/html/gpl.html
-share/doc/qt/html/graph.g1n
-share/doc/qt/html/grapher-nsplugin-example.html
-share/doc/qt/html/graphics.html
-share/doc/qt/html/gridlayout.png
-share/doc/qt/html/groupbox-w.png
-share/doc/qt/html/groups.html
-share/doc/qt/html/guibooks.html
-share/doc/qt/html/headerfilesynonyms
-share/doc/qt/html/headers.html
-share/doc/qt/html/hello-example.html
-share/doc/qt/html/helpsystem.html
-share/doc/qt/html/helpviewer-example.html
-share/doc/qt/html/hierarchy.html
-share/doc/qt/html/how-to-learn-qt.html
-share/doc/qt/html/httpd-example.html
-share/doc/qt/html/i18n-example.html
-share/doc/qt/html/i18n.html
-share/doc/qt/html/iconset.png
-share/doc/qt/html/iconview-example.html
-share/doc/qt/html/iconview-simple_dd-main-cpp.html
-share/doc/qt/html/iconview-simple_dd-main-h.html
-share/doc/qt/html/iconview.html
-share/doc/qt/html/images.html
-share/doc/qt/html/index
-share/doc/qt/html/index.html
-share/doc/qt/html/inputdialogs.png
-share/doc/qt/html/install-win.html
-share/doc/qt/html/install-x11.html
-share/doc/qt/html/installation.html
-share/doc/qt/html/io.html
-share/doc/qt/html/keyfeatures30.html
-share/doc/qt/html/layout-example.html
-share/doc/qt/html/layout.html
-share/doc/qt/html/layout1.png
-share/doc/qt/html/layout2.png
-share/doc/qt/html/license.html
-share/doc/qt/html/licenses.html
-share/doc/qt/html/life-example.html
-share/doc/qt/html/lineedits-example.html
-share/doc/qt/html/linguist-manual-1.html
-share/doc/qt/html/linguist-manual-2.html
-share/doc/qt/html/linguist-manual-3.html
-share/doc/qt/html/linguist-manual-4.html
-share/doc/qt/html/linguist-manual.html
-share/doc/qt/html/linguist.png
-share/doc/qt/html/linguist.xml
-share/doc/qt/html/listbox-example.html
-share/doc/qt/html/listboxcombo-example.html
-share/doc/qt/html/listviews-example.html
-share/doc/qt/html/logo32.png
-share/doc/qt/html/mac-differences.html
-share/doc/qt/html/mail-example.html
-share/doc/qt/html/mailinglists.html
-share/doc/qt/html/mainclasses.html
-share/doc/qt/html/mainwindow-w.png
-share/doc/qt/html/makeqpf.html
-share/doc/qt/html/mdi-example.html
-share/doc/qt/html/menu-example.html
-share/doc/qt/html/menubar.png
-share/doc/qt/html/metaobjects.html
-share/doc/qt/html/misc.html
-share/doc/qt/html/moc.html
-share/doc/qt/html/modules.html
-share/doc/qt/html/movies-example.html
-share/doc/qt/html/multimedia.html
-share/doc/qt/html/mw-actiongroup.png
-share/doc/qt/html/mw-addmainwidg.png
-share/doc/qt/html/mw-addmenuitem.png
-share/doc/qt/html/mw-coloriconv.png
-share/doc/qt/html/mw-colortable.png
-share/doc/qt/html/mw-colortool1.png
-share/doc/qt/html/mw-colortool2.png
-share/doc/qt/html/mw-conn1.png
-share/doc/qt/html/mw-conn2.png
-share/doc/qt/html/mw-conn3.png
-share/doc/qt/html/mw-conn4.png
-share/doc/qt/html/mw-dragaction.png
-share/doc/qt/html/mw-editforw.png
-share/doc/qt/html/mw-editfunc.png
-share/doc/qt/html/mw-editincimp.png
-share/doc/qt/html/mw-editvar.png
-share/doc/qt/html/mw-laycoloriconv.png
-share/doc/qt/html/mw-laycolortable.png
-share/doc/qt/html/mw-laymainwidg.png
-share/doc/qt/html/mw-menuwiz.png
-share/doc/qt/html/mw-newfile.png
-share/doc/qt/html/mw-objexplor.png
-share/doc/qt/html/mw-previewform.png
-share/doc/qt/html/mw-projset.png
-share/doc/qt/html/mw-propedit.png
-share/doc/qt/html/mw-settoolwiz.png
-share/doc/qt/html/mw-startdesign.png
-share/doc/qt/html/mw-toolbarpits.png
-share/doc/qt/html/netscape-plugin.html
-share/doc/qt/html/network-examples.html
-share/doc/qt/html/network.html
-share/doc/qt/html/networkprotocol-example.html
-share/doc/qt/html/next.png
-share/doc/qt/html/nextunfinished.png
-share/doc/qt/html/nsplugin-examples.html
-share/doc/qt/html/object.html
-share/doc/qt/html/objectmodel.html
-share/doc/qt/html/objecttrees.html
-share/doc/qt/html/opengl-box-example.html
-share/doc/qt/html/opengl-examples.html
-share/doc/qt/html/opengl-gear-example.html
-share/doc/qt/html/opengl-overlay-example.html
-share/doc/qt/html/opengl-overlay-x11-example.html
-share/doc/qt/html/opengl-pixmap-example.html
-share/doc/qt/html/opengl-sharedbox-example.html
-share/doc/qt/html/opengl-texture-example.html
-share/doc/qt/html/opengl-x11-overlays.html
-share/doc/qt/html/opengl.html
-share/doc/qt/html/organizers.html
-share/doc/qt/html/outliner-example.html
-share/doc/qt/html/overviews-list.html
-share/doc/qt/html/palette.png
-share/doc/qt/html/pen-cap-styles.png
-share/doc/qt/html/pen-join-styles.png
-share/doc/qt/html/pen-styles.png
-share/doc/qt/html/penstyles.png
-share/doc/qt/html/phrasebookdialog.png
-share/doc/qt/html/phrasebookopen.png
-share/doc/qt/html/picture-example.html
-share/doc/qt/html/pictures.html
-share/doc/qt/html/plugins-howto.html
-share/doc/qt/html/plugins.html
-share/doc/qt/html/popup-example.html
-share/doc/qt/html/porting.html
-share/doc/qt/html/porting2.html
-share/doc/qt/html/prev.png
-share/doc/qt/html/prevunfinished.png
-share/doc/qt/html/primes.html
-share/doc/qt/html/process-example.html
-share/doc/qt/html/progress-example.html
-share/doc/qt/html/progressbar-example.html
-share/doc/qt/html/properties.html
-share/doc/qt/html/propertydocs
-share/doc/qt/html/propertyindex
-share/doc/qt/html/qaccel-h.html
-share/doc/qt/html/qaccel-members.html
-share/doc/qt/html/qaccel.html
-share/doc/qt/html/qaccessible-h.html
-share/doc/qt/html/qaccessible-members.html
-share/doc/qt/html/qaccessible.html
-share/doc/qt/html/qaccessibleinterface-members.html
-share/doc/qt/html/qaccessibleinterface.html
-share/doc/qt/html/qaccessibleobject-members.html
-share/doc/qt/html/qaccessibleobject.html
-share/doc/qt/html/qaction-application-example.html
-share/doc/qt/html/qaction-examples.html
-share/doc/qt/html/qaction-h.html
-share/doc/qt/html/qaction-members.html
-share/doc/qt/html/qaction.html
-share/doc/qt/html/qactiongroup-members.html
-share/doc/qt/html/qactiongroup.html
-share/doc/qt/html/qactiongroup_menu.png
-share/doc/qt/html/qactiongroup_menu_subwidget.png
-share/doc/qt/html/qactiongroup_toolbar.png
-share/doc/qt/html/qactiongroup_toolbar_exclusive_subwidget.png
-share/doc/qt/html/qactiongroup_toolbar_nonexclusive_subwidget.png
-share/doc/qt/html/qapplication-h.html
-share/doc/qt/html/qapplication-members.html
-share/doc/qt/html/qapplication.html
-share/doc/qt/html/qarray.html
-share/doc/qt/html/qasciicache-h.html
-share/doc/qt/html/qasciicache-members.html
-share/doc/qt/html/qasciicache.html
-share/doc/qt/html/qasciicacheiterator-members.html
-share/doc/qt/html/qasciicacheiterator.html
-share/doc/qt/html/qasciidict-h.html
-share/doc/qt/html/qasciidict-members.html
-share/doc/qt/html/qasciidict.html
-share/doc/qt/html/qasciidictiterator-members.html
-share/doc/qt/html/qasciidictiterator.html
-share/doc/qt/html/qassistantclient-h.html
-share/doc/qt/html/qassistantclient-members.html
-share/doc/qt/html/qassistantclient.html
-share/doc/qt/html/qasyncimageio-h.html
-share/doc/qt/html/qasyncio-h.html
-share/doc/qt/html/qasyncio-members.html
-share/doc/qt/html/qasyncio.html
-share/doc/qt/html/qbig5codec-h.html
-share/doc/qt/html/qbig5codec-members.html
-share/doc/qt/html/qbig5codec.html
-share/doc/qt/html/qbig5hkscscodec-members.html
-share/doc/qt/html/qbig5hkscscodec.html
-share/doc/qt/html/qbitarray-h.html
-share/doc/qt/html/qbitarray-members.html
-share/doc/qt/html/qbitarray.html
-share/doc/qt/html/qbitmap-h.html
-share/doc/qt/html/qbitmap-members.html
-share/doc/qt/html/qbitmap.html
-share/doc/qt/html/qbitval-members.html
-share/doc/qt/html/qbitval.html
-share/doc/qt/html/qboxlayout-members.html
-share/doc/qt/html/qboxlayout.html
-share/doc/qt/html/qbrush-h.html
-share/doc/qt/html/qbrush-members.html
-share/doc/qt/html/qbrush.html
-share/doc/qt/html/qbttngrp-m.png
-share/doc/qt/html/qbttngrp-w.png
-share/doc/qt/html/qbuffer-h.html
-share/doc/qt/html/qbuffer-members.html
-share/doc/qt/html/qbuffer.html
-share/doc/qt/html/qbutton-h.html
-share/doc/qt/html/qbutton-members.html
-share/doc/qt/html/qbutton.html
-share/doc/qt/html/qbuttongroup-h.html
-share/doc/qt/html/qbuttongroup-h.png
-share/doc/qt/html/qbuttongroup-members.html
-share/doc/qt/html/qbuttongroup-v.png
-share/doc/qt/html/qbuttongroup.html
-share/doc/qt/html/qbytearray-members.html
-share/doc/qt/html/qbytearray.html
-share/doc/qt/html/qcache-h.html
-share/doc/qt/html/qcache-members.html
-share/doc/qt/html/qcache.html
-share/doc/qt/html/qcacheiterator-members.html
-share/doc/qt/html/qcacheiterator.html
-share/doc/qt/html/qcanvas-h.html
-share/doc/qt/html/qcanvas-members.html
-share/doc/qt/html/qcanvas.html
-share/doc/qt/html/qcanvas.png
-share/doc/qt/html/qcanvasellipse-members.html
-share/doc/qt/html/qcanvasellipse.html
-share/doc/qt/html/qcanvasellipse.png
-share/doc/qt/html/qcanvasitem-members.html
-share/doc/qt/html/qcanvasitem.html
-share/doc/qt/html/qcanvasitemlist-members.html
-share/doc/qt/html/qcanvasitemlist.html
-share/doc/qt/html/qcanvasline-members.html
-share/doc/qt/html/qcanvasline.html
-share/doc/qt/html/qcanvaspixmap-members.html
-share/doc/qt/html/qcanvaspixmap.html
-share/doc/qt/html/qcanvaspixmaparray-members.html
-share/doc/qt/html/qcanvaspixmaparray.html
-share/doc/qt/html/qcanvaspolygon-members.html
-share/doc/qt/html/qcanvaspolygon.html
-share/doc/qt/html/qcanvaspolygonalitem-members.html
-share/doc/qt/html/qcanvaspolygonalitem.html
-share/doc/qt/html/qcanvasrectangle-members.html
-share/doc/qt/html/qcanvasrectangle.html
-share/doc/qt/html/qcanvasspline-members.html
-share/doc/qt/html/qcanvasspline.html
-share/doc/qt/html/qcanvassprite-members.html
-share/doc/qt/html/qcanvassprite.html
-share/doc/qt/html/qcanvastext-members.html
-share/doc/qt/html/qcanvastext.html
-share/doc/qt/html/qcanvasview-members.html
-share/doc/qt/html/qcanvasview.html
-share/doc/qt/html/qcdestyle-h.html
-share/doc/qt/html/qcdestyle-members.html
-share/doc/qt/html/qcdestyle.html
-share/doc/qt/html/qchar-members.html
-share/doc/qt/html/qchar.html
-share/doc/qt/html/qcharref-members.html
-share/doc/qt/html/qcharref.html
-share/doc/qt/html/qcheckbox-h.html
-share/doc/qt/html/qcheckbox-members.html
-share/doc/qt/html/qcheckbox.html
-share/doc/qt/html/qchecklistitem-members.html
-share/doc/qt/html/qchecklistitem.html
-share/doc/qt/html/qchecktableitem-members.html
-share/doc/qt/html/qchecktableitem.html
-share/doc/qt/html/qchildevent-members.html
-share/doc/qt/html/qchildevent.html
-share/doc/qt/html/qchkbox-m.png
-share/doc/qt/html/qchkbox-w.png
-share/doc/qt/html/qclipboard-h.html
-share/doc/qt/html/qclipboard-members.html
-share/doc/qt/html/qclipboard.html
-share/doc/qt/html/qcloseevent-members.html
-share/doc/qt/html/qcloseevent.html
-share/doc/qt/html/qcollection.html
-share/doc/qt/html/qcolor-h.html
-share/doc/qt/html/qcolor-members.html
-share/doc/qt/html/qcolor.html
-share/doc/qt/html/qcolordialog-h.html
-share/doc/qt/html/qcolordialog-members.html
-share/doc/qt/html/qcolordialog.html
-share/doc/qt/html/qcolordlg-w.png
-share/doc/qt/html/qcolordrag-members.html
-share/doc/qt/html/qcolordrag.html
-share/doc/qt/html/qcolorgroup-members.html
-share/doc/qt/html/qcolorgroup.html
-share/doc/qt/html/qcombo1-m.png
-share/doc/qt/html/qcombo1-w.png
-share/doc/qt/html/qcombo2-m.png
-share/doc/qt/html/qcombo3-m.png
-share/doc/qt/html/qcombobox-h.html
-share/doc/qt/html/qcombobox-members.html
-share/doc/qt/html/qcombobox.html
-share/doc/qt/html/qcombotableitem-members.html
-share/doc/qt/html/qcombotableitem.html
-share/doc/qt/html/qcommonstyle-h.html
-share/doc/qt/html/qcommonstyle-members.html
-share/doc/qt/html/qcommonstyle.html
-share/doc/qt/html/qconststring-members.html
-share/doc/qt/html/qconststring.html
-share/doc/qt/html/qcontextmenuevent-members.html
-share/doc/qt/html/qcontextmenuevent.html
-share/doc/qt/html/qcopchannel-members.html
-share/doc/qt/html/qcopchannel.html
-share/doc/qt/html/qcopchannel_qws-h.html
-share/doc/qt/html/qcstring-h.html
-share/doc/qt/html/qcstring-members.html
-share/doc/qt/html/qcstring.html
-share/doc/qt/html/qcursor-h.html
-share/doc/qt/html/qcursor-members.html
-share/doc/qt/html/qcursor.html
-share/doc/qt/html/qcustomevent-members.html
-share/doc/qt/html/qcustomevent.html
-share/doc/qt/html/qcustommenuitem-members.html
-share/doc/qt/html/qcustommenuitem.html
-share/doc/qt/html/qd-colortool-name.png
-share/doc/qt/html/qd-databrowserwzd.png
-share/doc/qt/html/qd-databrowserwzdpage2.png
-share/doc/qt/html/qd-databrowserwzdpage3.png
-share/doc/qt/html/qd-databrowserwzdpage4.png
-share/doc/qt/html/qd-databrowserwzdpage5.png
-share/doc/qt/html/qd-databrowserwzdpage6.png
-share/doc/qt/html/qd-datatablewzd.png
-share/doc/qt/html/qd-datatablewzdpage2.png
-share/doc/qt/html/qd-datatablewzdpage3.png
-share/doc/qt/html/qd-datatablewzdpage4.png
-share/doc/qt/html/qd-datatablewzdpage5.png
-share/doc/qt/html/qd-dataviewwzd.png
-share/doc/qt/html/qd-dataviewwzdpage2.png
-share/doc/qt/html/qd-dataviewwzdpage3.png
-share/doc/qt/html/qd-dataviewwzdpage4.png
-share/doc/qt/html/qd-helptoolbuttons3.png
-share/doc/qt/html/qd-mainwinwzd.png
-share/doc/qt/html/qd-mainwinwzdpage2.png
-share/doc/qt/html/qd-preface.png
-share/doc/qt/html/qdatabrowser-h.html
-share/doc/qt/html/qdatabrowser-members.html
-share/doc/qt/html/qdatabrowser.html
-share/doc/qt/html/qdatapump-members.html
-share/doc/qt/html/qdatapump.html
-share/doc/qt/html/qdatasink-members.html
-share/doc/qt/html/qdatasink.html
-share/doc/qt/html/qdatasource-members.html
-share/doc/qt/html/qdatasource.html
-share/doc/qt/html/qdatastream-h.html
-share/doc/qt/html/qdatastream-members.html
-share/doc/qt/html/qdatastream.html
-share/doc/qt/html/qdatatable-h.html
-share/doc/qt/html/qdatatable-members.html
-share/doc/qt/html/qdatatable.html
-share/doc/qt/html/qdataview-h.html
-share/doc/qt/html/qdataview-members.html
-share/doc/qt/html/qdataview.html
-share/doc/qt/html/qdate-members.html
-share/doc/qt/html/qdate.html
-share/doc/qt/html/qdateedit-members.html
-share/doc/qt/html/qdateedit.html
-share/doc/qt/html/qdatetime-h.html
-share/doc/qt/html/qdatetime-members.html
-share/doc/qt/html/qdatetime.html
-share/doc/qt/html/qdatetimeedit-h.html
-share/doc/qt/html/qdatetimeedit-members.html
-share/doc/qt/html/qdatetimeedit.html
-share/doc/qt/html/qdeepcopy-h.html
-share/doc/qt/html/qdeepcopy-members.html
-share/doc/qt/html/qdeepcopy.html
-share/doc/qt/html/qdesktopwidget-h.html
-share/doc/qt/html/qdesktopwidget-members.html
-share/doc/qt/html/qdesktopwidget.html
-share/doc/qt/html/qdesktopwidget.png
-share/doc/qt/html/qdial-h.html
-share/doc/qt/html/qdial-m.png
-share/doc/qt/html/qdial-members.html
-share/doc/qt/html/qdial-w.png
-share/doc/qt/html/qdial.html
-share/doc/qt/html/qdialog-h.html
-share/doc/qt/html/qdialog-members.html
-share/doc/qt/html/qdialog.html
-share/doc/qt/html/qdict-h.html
-share/doc/qt/html/qdict-members.html
-share/doc/qt/html/qdict.html
-share/doc/qt/html/qdictiterator-members.html
-share/doc/qt/html/qdictiterator.html
-share/doc/qt/html/qdir-example.html
-share/doc/qt/html/qdir-h.html
-share/doc/qt/html/qdir-members.html
-share/doc/qt/html/qdir.html
-share/doc/qt/html/qdirectpainter-members.html
-share/doc/qt/html/qdirectpainter.html
-share/doc/qt/html/qdirectpainter_qws-h.html
-share/doc/qt/html/qdns-h.html
-share/doc/qt/html/qdns-members.html
-share/doc/qt/html/qdns.html
-share/doc/qt/html/qdockarea-h.html
-share/doc/qt/html/qdockarea-members.html
-share/doc/qt/html/qdockarea.html
-share/doc/qt/html/qdockwindow-h.html
-share/doc/qt/html/qdockwindow-members.html
-share/doc/qt/html/qdockwindow.html
-share/doc/qt/html/qdockwindow.png
-share/doc/qt/html/qdom-h.html
-share/doc/qt/html/qdomattr-members.html
-share/doc/qt/html/qdomattr.html
-share/doc/qt/html/qdomcdatasection-members.html
-share/doc/qt/html/qdomcdatasection.html
-share/doc/qt/html/qdomcharacterdata-members.html
-share/doc/qt/html/qdomcharacterdata.html
-share/doc/qt/html/qdomcomment-members.html
-share/doc/qt/html/qdomcomment.html
-share/doc/qt/html/qdomdocument-members.html
-share/doc/qt/html/qdomdocument.html
-share/doc/qt/html/qdomdocumentfragment-members.html
-share/doc/qt/html/qdomdocumentfragment.html
-share/doc/qt/html/qdomdocumenttype-members.html
-share/doc/qt/html/qdomdocumenttype.html
-share/doc/qt/html/qdomelement-members.html
-share/doc/qt/html/qdomelement.html
-share/doc/qt/html/qdomentity-members.html
-share/doc/qt/html/qdomentity.html
-share/doc/qt/html/qdomentityreference-members.html
-share/doc/qt/html/qdomentityreference.html
-share/doc/qt/html/qdomimplementation-members.html
-share/doc/qt/html/qdomimplementation.html
-share/doc/qt/html/qdomnamednodemap-members.html
-share/doc/qt/html/qdomnamednodemap.html
-share/doc/qt/html/qdomnode-members.html
-share/doc/qt/html/qdomnode.html
-share/doc/qt/html/qdomnodelist-members.html
-share/doc/qt/html/qdomnodelist.html
-share/doc/qt/html/qdomnotation-members.html
-share/doc/qt/html/qdomnotation.html
-share/doc/qt/html/qdomprocessinginstruction-members.html
-share/doc/qt/html/qdomprocessinginstruction.html
-share/doc/qt/html/qdomtext-members.html
-share/doc/qt/html/qdomtext.html
-share/doc/qt/html/qdoublevalidator-members.html
-share/doc/qt/html/qdoublevalidator.html
-share/doc/qt/html/qdragenterevent-members.html
-share/doc/qt/html/qdragenterevent.html
-share/doc/qt/html/qdragleaveevent-members.html
-share/doc/qt/html/qdragleaveevent.html
-share/doc/qt/html/qdragmoveevent-members.html
-share/doc/qt/html/qdragmoveevent.html
-share/doc/qt/html/qdragobject-h.html
-share/doc/qt/html/qdragobject-members.html
-share/doc/qt/html/qdragobject.html
-share/doc/qt/html/qdrawutil-h.html
-share/doc/qt/html/qdropevent-members.html
-share/doc/qt/html/qdropevent.html
-share/doc/qt/html/qdropsite-h.html
-share/doc/qt/html/qdropsite-members.html
-share/doc/qt/html/qdropsite.html
-share/doc/qt/html/qeditorfactory-h.html
-share/doc/qt/html/qeditorfactory-members.html
-share/doc/qt/html/qeditorfactory.html
-share/doc/qt/html/qembed.html
-share/doc/qt/html/qerrormessage-h.html
-share/doc/qt/html/qerrormessage-members.html
-share/doc/qt/html/qerrormessage.html
-share/doc/qt/html/qerrormessage.png
-share/doc/qt/html/qeucjpcodec-h.html
-share/doc/qt/html/qeucjpcodec-members.html
-share/doc/qt/html/qeucjpcodec.html
-share/doc/qt/html/qeuckrcodec-h.html
-share/doc/qt/html/qeuckrcodec-members.html
-share/doc/qt/html/qeuckrcodec.html
-share/doc/qt/html/qevent-h.html
-share/doc/qt/html/qevent-members.html
-share/doc/qt/html/qevent.html
-share/doc/qt/html/qeventloop-h.html
-share/doc/qt/html/qeventloop-members.html
-share/doc/qt/html/qeventloop.html
-share/doc/qt/html/qfd-example.html
-share/doc/qt/html/qfile-h.html
-share/doc/qt/html/qfile-members.html
-share/doc/qt/html/qfile.html
-share/doc/qt/html/qfiledialog-h.html
-share/doc/qt/html/qfiledialog-members.html
-share/doc/qt/html/qfiledialog.html
-share/doc/qt/html/qfiledlg-m.png
-share/doc/qt/html/qfiledlg-w.png
-share/doc/qt/html/qfileiconprovider-members.html
-share/doc/qt/html/qfileiconprovider.html
-share/doc/qt/html/qfileinfo-h.html
-share/doc/qt/html/qfileinfo-members.html
-share/doc/qt/html/qfileinfo.html
-share/doc/qt/html/qfilepreview-members.html
-share/doc/qt/html/qfilepreview.html
-share/doc/qt/html/qfocusdata-h.html
-share/doc/qt/html/qfocusdata-members.html
-share/doc/qt/html/qfocusdata.html
-share/doc/qt/html/qfocusevent-members.html
-share/doc/qt/html/qfocusevent.html
-share/doc/qt/html/qfont-examples.html
-share/doc/qt/html/qfont-h.html
-share/doc/qt/html/qfont-members.html
-share/doc/qt/html/qfont.html
-share/doc/qt/html/qfontdatabase-h.html
-share/doc/qt/html/qfontdatabase-members.html
-share/doc/qt/html/qfontdatabase.html
-share/doc/qt/html/qfontdialog-h.html
-share/doc/qt/html/qfontdialog-members.html
-share/doc/qt/html/qfontdialog.html
-share/doc/qt/html/qfontdlg-w.png
-share/doc/qt/html/qfontinfo-h.html
-share/doc/qt/html/qfontinfo-members.html
-share/doc/qt/html/qfontinfo.html
-share/doc/qt/html/qfontmanager-members.html
-share/doc/qt/html/qfontmanager.html
-share/doc/qt/html/qfontmanager_qws-h.html
-share/doc/qt/html/qfontmetrics-h.html
-share/doc/qt/html/qfontmetrics-members.html
-share/doc/qt/html/qfontmetrics.html
-share/doc/qt/html/qframe-h.html
-share/doc/qt/html/qframe-members.html
-share/doc/qt/html/qframe.html
-share/doc/qt/html/qftp-h.html
-share/doc/qt/html/qftp-members.html
-share/doc/qt/html/qftp.html
-share/doc/qt/html/qgb18030codec-h.html
-share/doc/qt/html/qgb18030codec-members.html
-share/doc/qt/html/qgb18030codec.html
-share/doc/qt/html/qgb2312codec-members.html
-share/doc/qt/html/qgb2312codec.html
-share/doc/qt/html/qgbkcodec-members.html
-share/doc/qt/html/qgbkcodec.html
-share/doc/qt/html/qgfx_qws-h.html
-share/doc/qt/html/qgfxdriverfactory-members.html
-share/doc/qt/html/qgfxdriverfactory.html
-share/doc/qt/html/qgfxdriverfactory_qws-h.html
-share/doc/qt/html/qgfxdriverplugin-members.html
-share/doc/qt/html/qgfxdriverplugin.html
-share/doc/qt/html/qgfxdriverplugin_qws-h.html
-share/doc/qt/html/qgl-h.html
-share/doc/qt/html/qgl-members.html
-share/doc/qt/html/qgl.html
-share/doc/qt/html/qglayoutiterator-members.html
-share/doc/qt/html/qglayoutiterator.html
-share/doc/qt/html/qglcolormap-h.html
-share/doc/qt/html/qglcolormap-members.html
-share/doc/qt/html/qglcolormap.html
-share/doc/qt/html/qglcontext-members.html
-share/doc/qt/html/qglcontext.html
-share/doc/qt/html/qglformat-members.html
-share/doc/qt/html/qglformat.html
-share/doc/qt/html/qglobal-h.html
-share/doc/qt/html/qglwidget-members.html
-share/doc/qt/html/qglwidget.html
-share/doc/qt/html/qgrid-h.html
-share/doc/qt/html/qgrid-m.png
-share/doc/qt/html/qgrid-members.html
-share/doc/qt/html/qgrid.html
-share/doc/qt/html/qgridlayout-members.html
-share/doc/qt/html/qgridlayout.html
-share/doc/qt/html/qgridview-h.html
-share/doc/qt/html/qgridview-members.html
-share/doc/qt/html/qgridview.html
-share/doc/qt/html/qgroupbox-h.html
-share/doc/qt/html/qgroupbox-members.html
-share/doc/qt/html/qgroupbox.html
-share/doc/qt/html/qgroupboxes.png
-share/doc/qt/html/qgrpbox-w.png
-share/doc/qt/html/qguardedptr-h.html
-share/doc/qt/html/qguardedptr-members.html
-share/doc/qt/html/qguardedptr.html
-share/doc/qt/html/qhbox-h.html
-share/doc/qt/html/qhbox-m.png
-share/doc/qt/html/qhbox-members.html
-share/doc/qt/html/qhbox.html
-share/doc/qt/html/qhboxlayout-members.html
-share/doc/qt/html/qhboxlayout.html
-share/doc/qt/html/qhboxlayout.png
-share/doc/qt/html/qhbuttongroup-h.html
-share/doc/qt/html/qhbuttongroup-members.html
-share/doc/qt/html/qhbuttongroup.html
-share/doc/qt/html/qheader-h.html
-share/doc/qt/html/qheader-m.png
-share/doc/qt/html/qheader-members.html
-share/doc/qt/html/qheader-w.png
-share/doc/qt/html/qheader.html
-share/doc/qt/html/qhebrewcodec-members.html
-share/doc/qt/html/qhebrewcodec.html
-share/doc/qt/html/qhgroupbox-h.html
-share/doc/qt/html/qhgroupbox-members.html
-share/doc/qt/html/qhgroupbox.html
-share/doc/qt/html/qhideevent-members.html
-share/doc/qt/html/qhideevent.html
-share/doc/qt/html/qhostaddress-h.html
-share/doc/qt/html/qhostaddress-members.html
-share/doc/qt/html/qhostaddress.html
-share/doc/qt/html/qhttp-h.html
-share/doc/qt/html/qhttp-members.html
-share/doc/qt/html/qhttp.html
-share/doc/qt/html/qhttpheader-members.html
-share/doc/qt/html/qhttpheader.html
-share/doc/qt/html/qhttprequestheader-members.html
-share/doc/qt/html/qhttprequestheader.html
-share/doc/qt/html/qhttpresponseheader-members.html
-share/doc/qt/html/qhttpresponseheader.html
-share/doc/qt/html/qicondrag-members.html
-share/doc/qt/html/qicondrag.html
-share/doc/qt/html/qicondragitem-members.html
-share/doc/qt/html/qicondragitem.html
-share/doc/qt/html/qiconfactory-members.html
-share/doc/qt/html/qiconfactory.html
-share/doc/qt/html/qiconset-h.html
-share/doc/qt/html/qiconset-members.html
-share/doc/qt/html/qiconset.html
-share/doc/qt/html/qiconview-h.html
-share/doc/qt/html/qiconview-m.png
-share/doc/qt/html/qiconview-members.html
-share/doc/qt/html/qiconview-w.png
-share/doc/qt/html/qiconview.html
-share/doc/qt/html/qiconviewitem-members.html
-share/doc/qt/html/qiconviewitem.html
-share/doc/qt/html/qimage-h.html
-share/doc/qt/html/qimage-members.html
-share/doc/qt/html/qimage.html
-share/doc/qt/html/qimageconsumer-members.html
-share/doc/qt/html/qimageconsumer.html
-share/doc/qt/html/qimagedecoder-members.html
-share/doc/qt/html/qimagedecoder.html
-share/doc/qt/html/qimagedrag-members.html
-share/doc/qt/html/qimagedrag.html
-share/doc/qt/html/qimageformat-members.html
-share/doc/qt/html/qimageformat.html
-share/doc/qt/html/qimageformatplugin-h.html
-share/doc/qt/html/qimageformatplugin-members.html
-share/doc/qt/html/qimageformatplugin.html
-share/doc/qt/html/qimageformattype-members.html
-share/doc/qt/html/qimageformattype.html
-share/doc/qt/html/qimageio-members.html
-share/doc/qt/html/qimageio.html
-share/doc/qt/html/qimevent-members.html
-share/doc/qt/html/qimevent.html
-share/doc/qt/html/qinputdialog-h.html
-share/doc/qt/html/qinputdialog-members.html
-share/doc/qt/html/qinputdialog.html
-share/doc/qt/html/qintcache-h.html
-share/doc/qt/html/qintcache-members.html
-share/doc/qt/html/qintcache.html
-share/doc/qt/html/qintcacheiterator-members.html
-share/doc/qt/html/qintcacheiterator.html
-share/doc/qt/html/qintdict-h.html
-share/doc/qt/html/qintdict-members.html
-share/doc/qt/html/qintdict.html
-share/doc/qt/html/qintdictiterator-members.html
-share/doc/qt/html/qintdictiterator.html
-share/doc/qt/html/qintvalidator-members.html
-share/doc/qt/html/qintvalidator.html
-share/doc/qt/html/qiodevice-h.html
-share/doc/qt/html/qiodevice-members.html
-share/doc/qt/html/qiodevice.html
-share/doc/qt/html/qiodevicesource-members.html
-share/doc/qt/html/qiodevicesource.html
-share/doc/qt/html/qjiscodec-h.html
-share/doc/qt/html/qjiscodec-members.html
-share/doc/qt/html/qjiscodec.html
-share/doc/qt/html/qkbddriverfactory-members.html
-share/doc/qt/html/qkbddriverfactory.html
-share/doc/qt/html/qkbddriverfactory_qws-h.html
-share/doc/qt/html/qkbddriverplugin-members.html
-share/doc/qt/html/qkbddriverplugin.html
-share/doc/qt/html/qkbddriverplugin_qws-h.html
-share/doc/qt/html/qkeyboard_qws-h.html
-share/doc/qt/html/qkeyevent-members.html
-share/doc/qt/html/qkeyevent.html
-share/doc/qt/html/qkeysequence-h.html
-share/doc/qt/html/qkeysequence-members.html
-share/doc/qt/html/qkeysequence.html
-share/doc/qt/html/qlabel-h.html
-share/doc/qt/html/qlabel-m.png
-share/doc/qt/html/qlabel-members.html
-share/doc/qt/html/qlabel-w.png
-share/doc/qt/html/qlabel.html
-share/doc/qt/html/qlayout-h.html
-share/doc/qt/html/qlayout-members.html
-share/doc/qt/html/qlayout.html
-share/doc/qt/html/qlayoutitem-members.html
-share/doc/qt/html/qlayoutitem.html
-share/doc/qt/html/qlayoutiterator-members.html
-share/doc/qt/html/qlayoutiterator.html
-share/doc/qt/html/qlcdnum-m.png
-share/doc/qt/html/qlcdnum-w.png
-share/doc/qt/html/qlcdnumber-h.html
-share/doc/qt/html/qlcdnumber-members.html
-share/doc/qt/html/qlcdnumber.html
-share/doc/qt/html/qlibrary-h.html
-share/doc/qt/html/qlibrary-members.html
-share/doc/qt/html/qlibrary.html
-share/doc/qt/html/qlined-m.png
-share/doc/qt/html/qlined-w.png
-share/doc/qt/html/qlineedit-h.html
-share/doc/qt/html/qlineedit-members.html
-share/doc/qt/html/qlineedit.html
-share/doc/qt/html/qlist.html
-share/doc/qt/html/qlistbox-h.html
-share/doc/qt/html/qlistbox-m.png
-share/doc/qt/html/qlistbox-members.html
-share/doc/qt/html/qlistbox-w.png
-share/doc/qt/html/qlistbox.html
-share/doc/qt/html/qlistboxitem-members.html
-share/doc/qt/html/qlistboxitem.html
-share/doc/qt/html/qlistboxpixmap-members.html
-share/doc/qt/html/qlistboxpixmap.html
-share/doc/qt/html/qlistboxtext-members.html
-share/doc/qt/html/qlistboxtext.html
-share/doc/qt/html/qlistiterator.html
-share/doc/qt/html/qlistview-h.html
-share/doc/qt/html/qlistview-m.png
-share/doc/qt/html/qlistview-members.html
-share/doc/qt/html/qlistview-w.png
-share/doc/qt/html/qlistview.html
-share/doc/qt/html/qlistviewitem-members.html
-share/doc/qt/html/qlistviewitem.html
-share/doc/qt/html/qlistviewitemiterator-members.html
-share/doc/qt/html/qlistviewitemiterator.html
-share/doc/qt/html/qlistviewitems.png
-share/doc/qt/html/qlocalfs-h.html
-share/doc/qt/html/qlocalfs-members.html
-share/doc/qt/html/qlocalfs.html
-share/doc/qt/html/qmacstyle-members.html
-share/doc/qt/html/qmacstyle.html
-share/doc/qt/html/qmacstyle_mac-h.html
-share/doc/qt/html/qmag-example.html
-share/doc/qt/html/qmainwindow-h.html
-share/doc/qt/html/qmainwindow-m.png
-share/doc/qt/html/qmainwindow-members.html
-share/doc/qt/html/qmainwindow-qdockareas.png
-share/doc/qt/html/qmainwindow-w.png
-share/doc/qt/html/qmainwindow.html
-share/doc/qt/html/qmake-manual-1.html
-share/doc/qt/html/qmake-manual-2.html
-share/doc/qt/html/qmake-manual-3.html
-share/doc/qt/html/qmake-manual-4.html
-share/doc/qt/html/qmake-manual-5.html
-share/doc/qt/html/qmake-manual-6.html
-share/doc/qt/html/qmake-manual-7.html
-share/doc/qt/html/qmake-manual.html
-share/doc/qt/html/qmake.xml
-share/doc/qt/html/qmap-h.html
-share/doc/qt/html/qmap-members.html
-share/doc/qt/html/qmap.html
-share/doc/qt/html/qmapconstiterator-members.html
-share/doc/qt/html/qmapconstiterator.html
-share/doc/qt/html/qmapiterator-members.html
-share/doc/qt/html/qmapiterator.html
-share/doc/qt/html/qmemarray-h.html
-share/doc/qt/html/qmemarray-members.html
-share/doc/qt/html/qmemarray.html
-share/doc/qt/html/qmenubar-h.html
-share/doc/qt/html/qmenubar-m.png
-share/doc/qt/html/qmenubar-members.html
-share/doc/qt/html/qmenubar-w.png
-share/doc/qt/html/qmenubar.html
-share/doc/qt/html/qmenudata-h.html
-share/doc/qt/html/qmenudata-members.html
-share/doc/qt/html/qmenudata.html
-share/doc/qt/html/qmessagebox-crit.png
-share/doc/qt/html/qmessagebox-h.html
-share/doc/qt/html/qmessagebox-info.png
-share/doc/qt/html/qmessagebox-members.html
-share/doc/qt/html/qmessagebox-warn.png
-share/doc/qt/html/qmessagebox.html
-share/doc/qt/html/qmetaobject-h.html
-share/doc/qt/html/qmetaobject-members.html
-share/doc/qt/html/qmetaobject.html
-share/doc/qt/html/qmetaproperty-members.html
-share/doc/qt/html/qmetaproperty.html
-share/doc/qt/html/qmime-h.html
-share/doc/qt/html/qmimesource-members.html
-share/doc/qt/html/qmimesource.html
-share/doc/qt/html/qmimesourcefactory-members.html
-share/doc/qt/html/qmimesourcefactory.html
-share/doc/qt/html/qmlined-m.png
-share/doc/qt/html/qmlined-w.png
-share/doc/qt/html/qmotifplusstyle-h.html
-share/doc/qt/html/qmotifplusstyle-members.html
-share/doc/qt/html/qmotifplusstyle.html
-share/doc/qt/html/qmotifstyle-h.html
-share/doc/qt/html/qmotifstyle-members.html
-share/doc/qt/html/qmotifstyle.html
-share/doc/qt/html/qmouse_qws-h.html
-share/doc/qt/html/qmousedriverfactory-members.html
-share/doc/qt/html/qmousedriverfactory.html
-share/doc/qt/html/qmousedriverfactory_qws-h.html
-share/doc/qt/html/qmousedriverplugin-members.html
-share/doc/qt/html/qmousedriverplugin.html
-share/doc/qt/html/qmousedriverplugin_qws-h.html
-share/doc/qt/html/qmouseevent-members.html
-share/doc/qt/html/qmouseevent.html
-share/doc/qt/html/qmoveevent-members.html
-share/doc/qt/html/qmoveevent.html
-share/doc/qt/html/qmovie-h.html
-share/doc/qt/html/qmovie-members.html
-share/doc/qt/html/qmovie.html
-share/doc/qt/html/qmovie.png
-share/doc/qt/html/qmsgbox-m.png
-share/doc/qt/html/qmsgbox-w.png
-share/doc/qt/html/qmultilineedit-h.html
-share/doc/qt/html/qmultilineedit-members.html
-share/doc/qt/html/qmultilineedit.html
-share/doc/qt/html/qmutex-h.html
-share/doc/qt/html/qmutex-members.html
-share/doc/qt/html/qmutex.html
-share/doc/qt/html/qmutexlocker-members.html
-share/doc/qt/html/qmutexlocker.html
-share/doc/qt/html/qnamespace-h.html
-share/doc/qt/html/qnetwork-h.html
-share/doc/qt/html/qnetworkoperation-members.html
-share/doc/qt/html/qnetworkoperation.html
-share/doc/qt/html/qnetworkprotocol-h.html
-share/doc/qt/html/qnetworkprotocol-members.html
-share/doc/qt/html/qnetworkprotocol.html
-share/doc/qt/html/qnp-h.html
-share/doc/qt/html/qnpinstance-members.html
-share/doc/qt/html/qnpinstance.html
-share/doc/qt/html/qnplugin-members.html
-share/doc/qt/html/qnplugin.html
-share/doc/qt/html/qnpstream-members.html
-share/doc/qt/html/qnpstream.html
-share/doc/qt/html/qnpwidget-members.html
-share/doc/qt/html/qnpwidget.html
-share/doc/qt/html/qobject-h.html
-share/doc/qt/html/qobject-members.html
-share/doc/qt/html/qobject.html
-share/doc/qt/html/qobjectcleanuphandler-h.html
-share/doc/qt/html/qobjectcleanuphandler-members.html
-share/doc/qt/html/qobjectcleanuphandler.html
-share/doc/qt/html/qobjectlist-h.html
-share/doc/qt/html/qobjectlist-members.html
-share/doc/qt/html/qobjectlist.html
-share/doc/qt/html/qpaintdevice-h.html
-share/doc/qt/html/qpaintdevice-members.html
-share/doc/qt/html/qpaintdevice.html
-share/doc/qt/html/qpaintdevicemetrics-h.html
-share/doc/qt/html/qpaintdevicemetrics-members.html
-share/doc/qt/html/qpaintdevicemetrics.html
-share/doc/qt/html/qpainter-h.html
-share/doc/qt/html/qpainter-members.html
-share/doc/qt/html/qpainter.html
-share/doc/qt/html/qpaintevent-members.html
-share/doc/qt/html/qpaintevent.html
-share/doc/qt/html/qpair-h.html
-share/doc/qt/html/qpair-members.html
-share/doc/qt/html/qpair.html
-share/doc/qt/html/qpalette-h.html
-share/doc/qt/html/qpalette-members.html
-share/doc/qt/html/qpalette.html
-share/doc/qt/html/qpen-h.html
-share/doc/qt/html/qpen-members.html
-share/doc/qt/html/qpen.html
-share/doc/qt/html/qpicture-h.html
-share/doc/qt/html/qpicture-members.html
-share/doc/qt/html/qpicture.html
-share/doc/qt/html/qpixmap-h.html
-share/doc/qt/html/qpixmap-members.html
-share/doc/qt/html/qpixmap.html
-share/doc/qt/html/qpixmapcache-h.html
-share/doc/qt/html/qpixmapcache-members.html
-share/doc/qt/html/qpixmapcache.html
-share/doc/qt/html/qplatinumstyle-h.html
-share/doc/qt/html/qplatinumstyle-members.html
-share/doc/qt/html/qplatinumstyle.html
-share/doc/qt/html/qpngimagepacker-members.html
-share/doc/qt/html/qpngimagepacker.html
-share/doc/qt/html/qpngio-h.html
-share/doc/qt/html/qpoint-h.html
-share/doc/qt/html/qpoint-members.html
-share/doc/qt/html/qpoint.html
-share/doc/qt/html/qpointarray-h.html
-share/doc/qt/html/qpointarray-members.html
-share/doc/qt/html/qpointarray.html
-share/doc/qt/html/qpopmenu-fancy.png
-share/doc/qt/html/qpopmenu-m.png
-share/doc/qt/html/qpopmenu-w.png
-share/doc/qt/html/qpopupmenu-h.html
-share/doc/qt/html/qpopupmenu-members.html
-share/doc/qt/html/qpopupmenu.html
-share/doc/qt/html/qprintdlg-m.png
-share/doc/qt/html/qprinter-h.html
-share/doc/qt/html/qprinter-members.html
-share/doc/qt/html/qprinter.html
-share/doc/qt/html/qprocess-examples.html
-share/doc/qt/html/qprocess-h.html
-share/doc/qt/html/qprocess-members.html
-share/doc/qt/html/qprocess.html
-share/doc/qt/html/qprogbar-m.png
-share/doc/qt/html/qprogbar-w.png
-share/doc/qt/html/qprogdlg-m.png
-share/doc/qt/html/qprogdlg-w.png
-share/doc/qt/html/qprogressbar-h.html
-share/doc/qt/html/qprogressbar-members.html
-share/doc/qt/html/qprogressbar.html
-share/doc/qt/html/qprogressdialog-h.html
-share/doc/qt/html/qprogressdialog-members.html
-share/doc/qt/html/qprogressdialog.html
-share/doc/qt/html/qptrcollection-h.html
-share/doc/qt/html/qptrcollection-members.html
-share/doc/qt/html/qptrcollection.html
-share/doc/qt/html/qptrdict-h.html
-share/doc/qt/html/qptrdict-members.html
-share/doc/qt/html/qptrdict.html
-share/doc/qt/html/qptrdictiterator-members.html
-share/doc/qt/html/qptrdictiterator.html
-share/doc/qt/html/qptrlist-h.html
-share/doc/qt/html/qptrlist-members.html
-share/doc/qt/html/qptrlist.html
-share/doc/qt/html/qptrlistiterator-members.html
-share/doc/qt/html/qptrlistiterator.html
-share/doc/qt/html/qptrqueue-h.html
-share/doc/qt/html/qptrqueue-members.html
-share/doc/qt/html/qptrqueue.html
-share/doc/qt/html/qptrstack-h.html
-share/doc/qt/html/qptrstack-members.html
-share/doc/qt/html/qptrstack.html
-share/doc/qt/html/qptrvector-h.html
-share/doc/qt/html/qptrvector-members.html
-share/doc/qt/html/qptrvector.html
-share/doc/qt/html/qpushbt-m.png
-share/doc/qt/html/qpushbt-w.png
-share/doc/qt/html/qpushbutton-h.html
-share/doc/qt/html/qpushbutton-members.html
-share/doc/qt/html/qpushbutton.html
-share/doc/qt/html/qqueue.html
-share/doc/qt/html/qradiobt-m.png
-share/doc/qt/html/qradiobt-w.png
-share/doc/qt/html/qradiobutton-h.html
-share/doc/qt/html/qradiobutton-members.html
-share/doc/qt/html/qradiobutton.html
-share/doc/qt/html/qrangecontrol-h.html
-share/doc/qt/html/qrangecontrol-members.html
-share/doc/qt/html/qrangecontrol.html
-share/doc/qt/html/qrect-h.html
-share/doc/qt/html/qrect-members.html
-share/doc/qt/html/qrect.html
-share/doc/qt/html/qregexp-h.html
-share/doc/qt/html/qregexp-members.html
-share/doc/qt/html/qregexp.html
-share/doc/qt/html/qregexpvalidator-members.html
-share/doc/qt/html/qregexpvalidator.html
-share/doc/qt/html/qregion-h.html
-share/doc/qt/html/qregion-members.html
-share/doc/qt/html/qregion.html
-share/doc/qt/html/qresizeevent-members.html
-share/doc/qt/html/qresizeevent.html
-share/doc/qt/html/qrtlcodec-h.html
-share/doc/qt/html/qs-addwidg.png
-share/doc/qt/html/qs-editconn1.png
-share/doc/qt/html/qs-editconn2.png
-share/doc/qt/html/qs-editfunc.png
-share/doc/qt/html/qs-editlistbox1.png
-share/doc/qt/html/qs-laygrid.png
-share/doc/qt/html/qs-layhoriz.png
-share/doc/qt/html/qs-layvert.png
-share/doc/qt/html/qs-newdlg.png
-share/doc/qt/html/qs-projset.png
-share/doc/qt/html/qs-pushbutt.png
-share/doc/qt/html/qs-spacers.png
-share/doc/qt/html/qs-taborder.png
-share/doc/qt/html/qs-txtlbl.png
-share/doc/qt/html/qscrbar-m.png
-share/doc/qt/html/qscrbar-w.png
-share/doc/qt/html/qscreen-members.html
-share/doc/qt/html/qscreen.html
-share/doc/qt/html/qscrollbar-h.html
-share/doc/qt/html/qscrollbar-members.html
-share/doc/qt/html/qscrollbar.html
-share/doc/qt/html/qscrollview-cl.png
-share/doc/qt/html/qscrollview-h.html
-share/doc/qt/html/qscrollview-m.png
-share/doc/qt/html/qscrollview-members.html
-share/doc/qt/html/qscrollview-vp.png
-share/doc/qt/html/qscrollview-vp2.png
-share/doc/qt/html/qscrollview-w.png
-share/doc/qt/html/qscrollview.html
-share/doc/qt/html/qsemaphore-h.html
-share/doc/qt/html/qsemaphore-members.html
-share/doc/qt/html/qsemaphore.html
-share/doc/qt/html/qserversocket-h.html
-share/doc/qt/html/qserversocket-members.html
-share/doc/qt/html/qserversocket.html
-share/doc/qt/html/qsessionmanager-h.html
-share/doc/qt/html/qsessionmanager-members.html
-share/doc/qt/html/qsessionmanager.html
-share/doc/qt/html/qsettings-h.html
-share/doc/qt/html/qsettings-members.html
-share/doc/qt/html/qsettings.html
-share/doc/qt/html/qsgistyle-h.html
-share/doc/qt/html/qsgistyle-members.html
-share/doc/qt/html/qsgistyle.html
-share/doc/qt/html/qshowevent-members.html
-share/doc/qt/html/qshowevent.html
-share/doc/qt/html/qsignal-h.html
-share/doc/qt/html/qsignal-members.html
-share/doc/qt/html/qsignal.html
-share/doc/qt/html/qsignalmapper-h.html
-share/doc/qt/html/qsignalmapper-members.html
-share/doc/qt/html/qsignalmapper.html
-share/doc/qt/html/qsimplerichtext-h.html
-share/doc/qt/html/qsimplerichtext-members.html
-share/doc/qt/html/qsimplerichtext.html
-share/doc/qt/html/qsize-h.html
-share/doc/qt/html/qsize-members.html
-share/doc/qt/html/qsize.html
-share/doc/qt/html/qsizegrip-h.html
-share/doc/qt/html/qsizegrip-m.png
-share/doc/qt/html/qsizegrip-members.html
-share/doc/qt/html/qsizegrip-w.png
-share/doc/qt/html/qsizegrip.html
-share/doc/qt/html/qsizepolicy-h.html
-share/doc/qt/html/qsizepolicy-members.html
-share/doc/qt/html/qsizepolicy.html
-share/doc/qt/html/qsjiscodec-h.html
-share/doc/qt/html/qsjiscodec-members.html
-share/doc/qt/html/qsjiscodec.html
-share/doc/qt/html/qslider-h.html
-share/doc/qt/html/qslider-m.png
-share/doc/qt/html/qslider-members.html
-share/doc/qt/html/qslider-w.png
-share/doc/qt/html/qslider.html
-share/doc/qt/html/qsmetric.png
-share/doc/qt/html/qsocket-h.html
-share/doc/qt/html/qsocket-members.html
-share/doc/qt/html/qsocket.html
-share/doc/qt/html/qsocketdevice-h.html
-share/doc/qt/html/qsocketdevice-members.html
-share/doc/qt/html/qsocketdevice.html
-share/doc/qt/html/qsocketnotifier-h.html
-share/doc/qt/html/qsocketnotifier-members.html
-share/doc/qt/html/qsocketnotifier.html
-share/doc/qt/html/qsortedlist-h.html
-share/doc/qt/html/qsortedlist-members.html
-share/doc/qt/html/qsortedlist.html
-share/doc/qt/html/qsound-h.html
-share/doc/qt/html/qsound-members.html
-share/doc/qt/html/qsound.html
-share/doc/qt/html/qspaceritem-members.html
-share/doc/qt/html/qspaceritem.html
-share/doc/qt/html/qspinbox-h.html
-share/doc/qt/html/qspinbox-m.png
-share/doc/qt/html/qspinbox-members.html
-share/doc/qt/html/qspinbox-w.png
-share/doc/qt/html/qspinbox.html
-share/doc/qt/html/qsplitter-h.html
-share/doc/qt/html/qsplitter-m.png
-share/doc/qt/html/qsplitter-members.html
-share/doc/qt/html/qsplitter-w.png
-share/doc/qt/html/qsplitter.html
-share/doc/qt/html/qsql-h.html
-share/doc/qt/html/qsql-members.html
-share/doc/qt/html/qsql.html
-share/doc/qt/html/qsqlcursor-h.html
-share/doc/qt/html/qsqlcursor-members.html
-share/doc/qt/html/qsqlcursor.html
-share/doc/qt/html/qsqldatabase-h.html
-share/doc/qt/html/qsqldatabase-members.html
-share/doc/qt/html/qsqldatabase.html
-share/doc/qt/html/qsqldriver-h.html
-share/doc/qt/html/qsqldriver-members.html
-share/doc/qt/html/qsqldriver.html
-share/doc/qt/html/qsqldriverplugin-h.html
-share/doc/qt/html/qsqldriverplugin-members.html
-share/doc/qt/html/qsqldriverplugin.html
-share/doc/qt/html/qsqleditorfactory-h.html
-share/doc/qt/html/qsqleditorfactory-members.html
-share/doc/qt/html/qsqleditorfactory.html
-share/doc/qt/html/qsqlerror-h.html
-share/doc/qt/html/qsqlerror-members.html
-share/doc/qt/html/qsqlerror.html
-share/doc/qt/html/qsqlfield-h.html
-share/doc/qt/html/qsqlfield-members.html
-share/doc/qt/html/qsqlfield.html
-share/doc/qt/html/qsqlfieldinfo-members.html
-share/doc/qt/html/qsqlfieldinfo.html
-share/doc/qt/html/qsqlform-h.html
-share/doc/qt/html/qsqlform-members.html
-share/doc/qt/html/qsqlform.html
-share/doc/qt/html/qsqlindex-h.html
-share/doc/qt/html/qsqlindex-members.html
-share/doc/qt/html/qsqlindex.html
-share/doc/qt/html/qsqlpropertymap-h.html
-share/doc/qt/html/qsqlpropertymap-members.html
-share/doc/qt/html/qsqlpropertymap.html
-share/doc/qt/html/qsqlquery-h.html
-share/doc/qt/html/qsqlquery-members.html
-share/doc/qt/html/qsqlquery.html
-share/doc/qt/html/qsqlrecord-h.html
-share/doc/qt/html/qsqlrecord-members.html
-share/doc/qt/html/qsqlrecord.html
-share/doc/qt/html/qsqlrecordinfo-members.html
-share/doc/qt/html/qsqlrecordinfo.html
-share/doc/qt/html/qsqlresult-h.html
-share/doc/qt/html/qsqlresult-members.html
-share/doc/qt/html/qsqlresult.html
-share/doc/qt/html/qstack.html
-share/doc/qt/html/qstatusbar-h.html
-share/doc/qt/html/qstatusbar-m.png
-share/doc/qt/html/qstatusbar-members.html
-share/doc/qt/html/qstatusbar-w.png
-share/doc/qt/html/qstatusbar.html
-share/doc/qt/html/qstoreddrag-members.html
-share/doc/qt/html/qstoreddrag.html
-share/doc/qt/html/qstrilist-members.html
-share/doc/qt/html/qstrilist.html
-share/doc/qt/html/qstring-h.html
-share/doc/qt/html/qstring-members.html
-share/doc/qt/html/qstring.html
-share/doc/qt/html/qstringlist-h.html
-share/doc/qt/html/qstringlist-members.html
-share/doc/qt/html/qstringlist.html
-share/doc/qt/html/qstrlist-h.html
-share/doc/qt/html/qstrlist-members.html
-share/doc/qt/html/qstrlist.html
-share/doc/qt/html/qstrlistiterator-members.html
-share/doc/qt/html/qstrlistiterator.html
-share/doc/qt/html/qstyle-h.html
-share/doc/qt/html/qstyle-members.html
-share/doc/qt/html/qstyle.html
-share/doc/qt/html/qstylefactory-h.html
-share/doc/qt/html/qstylefactory-members.html
-share/doc/qt/html/qstylefactory.html
-share/doc/qt/html/qstyleoption-members.html
-share/doc/qt/html/qstyleoption.html
-share/doc/qt/html/qstyleplugin-h.html
-share/doc/qt/html/qstyleplugin-members.html
-share/doc/qt/html/qstyleplugin.html
-share/doc/qt/html/qstylesheet-h.html
-share/doc/qt/html/qstylesheet-members.html
-share/doc/qt/html/qstylesheet.html
-share/doc/qt/html/qstylesheetitem-members.html
-share/doc/qt/html/qstylesheetitem.html
-share/doc/qt/html/qsyntaxhighlighter-h.html
-share/doc/qt/html/qsyntaxhighlighter-members.html
-share/doc/qt/html/qsyntaxhighlighter.html
-share/doc/qt/html/qt-colors.png
-share/doc/qt/html/qt-members.html
-share/doc/qt/html/qt-template-lib.html
-share/doc/qt/html/qt.html
-share/doc/qt/html/qt.xml
-share/doc/qt/html/qt31-class-chart.png
-share/doc/qt/html/qtab-members.html
-share/doc/qt/html/qtab.html
-share/doc/qt/html/qtabbar-h.html
-share/doc/qt/html/qtabbar-m.png
-share/doc/qt/html/qtabbar-members.html
-share/doc/qt/html/qtabbar-w.png
-share/doc/qt/html/qtabbar.html
-share/doc/qt/html/qtabdialog-h.html
-share/doc/qt/html/qtabdialog-members.html
-share/doc/qt/html/qtabdialog.html
-share/doc/qt/html/qtabdlg-m.png
-share/doc/qt/html/qtabdlg-w.png
-share/doc/qt/html/qtable-h.html
-share/doc/qt/html/qtable-members.html
-share/doc/qt/html/qtable.html
-share/doc/qt/html/qtable.png
-share/doc/qt/html/qtableitem-members.html
-share/doc/qt/html/qtableitem.html
-share/doc/qt/html/qtableitems.png
-share/doc/qt/html/qtableselection-members.html
-share/doc/qt/html/qtableselection.html
-share/doc/qt/html/qtabletevent-members.html
-share/doc/qt/html/qtabletevent.html
-share/doc/qt/html/qtablevw-m.png
-share/doc/qt/html/qtablevw-w.png
-share/doc/qt/html/qtabwidget-h.html
-share/doc/qt/html/qtabwidget-m.png
-share/doc/qt/html/qtabwidget-members.html
-share/doc/qt/html/qtabwidget-w.png
-share/doc/qt/html/qtabwidget.html
-share/doc/qt/html/qtextbrowser-h.html
-share/doc/qt/html/qtextbrowser-m.png
-share/doc/qt/html/qtextbrowser-members.html
-share/doc/qt/html/qtextbrowser-w.png
-share/doc/qt/html/qtextbrowser.html
-share/doc/qt/html/qtextcodec-h.html
-share/doc/qt/html/qtextcodec-members.html
-share/doc/qt/html/qtextcodec.html
-share/doc/qt/html/qtextcodecplugin-h.html
-share/doc/qt/html/qtextcodecplugin-members.html
-share/doc/qt/html/qtextcodecplugin.html
-share/doc/qt/html/qtextdecoder-members.html
-share/doc/qt/html/qtextdecoder.html
-share/doc/qt/html/qtextdrag-members.html
-share/doc/qt/html/qtextdrag.html
-share/doc/qt/html/qtextedit-h.html
-share/doc/qt/html/qtextedit-members.html
-share/doc/qt/html/qtextedit.html
-share/doc/qt/html/qtextencoder-members.html
-share/doc/qt/html/qtextencoder.html
-share/doc/qt/html/qtextistream-members.html
-share/doc/qt/html/qtextistream.html
-share/doc/qt/html/qtextostream-members.html
-share/doc/qt/html/qtextostream.html
-share/doc/qt/html/qtextstream-h.html
-share/doc/qt/html/qtextstream-members.html
-share/doc/qt/html/qtextstream.html
-share/doc/qt/html/qtextview-h.html
-share/doc/qt/html/qtextview-members.html
-share/doc/qt/html/qtextview.html
-share/doc/qt/html/qthread-h.html
-share/doc/qt/html/qthread-members.html
-share/doc/qt/html/qthread.html
-share/doc/qt/html/qtime-members.html
-share/doc/qt/html/qtime.html
-share/doc/qt/html/qtimeedit-members.html
-share/doc/qt/html/qtimeedit.html
-share/doc/qt/html/qtimer-h.html
-share/doc/qt/html/qtimer-members.html
-share/doc/qt/html/qtimer.html
-share/doc/qt/html/qtimerevent-members.html
-share/doc/qt/html/qtimerevent.html
-share/doc/qt/html/qtl-qvaluelist-example.html
-share/doc/qt/html/qtl.html
-share/doc/qt/html/qtoolbar-h.html
-share/doc/qt/html/qtoolbar-members.html
-share/doc/qt/html/qtoolbar.html
-share/doc/qt/html/qtoolbutton-h.html
-share/doc/qt/html/qtoolbutton-members.html
-share/doc/qt/html/qtoolbutton.html
-share/doc/qt/html/qtooltip-h.html
-share/doc/qt/html/qtooltip-members.html
-share/doc/qt/html/qtooltip.html
-share/doc/qt/html/qtooltipgroup-members.html
-share/doc/qt/html/qtooltipgroup.html
-share/doc/qt/html/qtranslator-h.html
-share/doc/qt/html/qtranslator-members.html
-share/doc/qt/html/qtranslator.html
-share/doc/qt/html/qtranslatormessage-members.html
-share/doc/qt/html/qtranslatormessage.html
-share/doc/qt/html/qtsciicodec-h.html
-share/doc/qt/html/qtsciicodec-members.html
-share/doc/qt/html/qtsciicodec.html
-share/doc/qt/html/quridrag-members.html
-share/doc/qt/html/quridrag.html
-share/doc/qt/html/qurl-h.html
-share/doc/qt/html/qurl-members.html
-share/doc/qt/html/qurl.html
-share/doc/qt/html/qurlinfo-h.html
-share/doc/qt/html/qurlinfo-members.html
-share/doc/qt/html/qurlinfo.html
-share/doc/qt/html/qurloperator-h.html
-share/doc/qt/html/qurloperator-members.html
-share/doc/qt/html/qurloperator.html
-share/doc/qt/html/qvalidator-h.html
-share/doc/qt/html/qvalidator-members.html
-share/doc/qt/html/qvalidator.html
-share/doc/qt/html/qvaluelist-h.html
-share/doc/qt/html/qvaluelist-members.html
-share/doc/qt/html/qvaluelist.html
-share/doc/qt/html/qvaluelistconstiterator-members.html
-share/doc/qt/html/qvaluelistconstiterator.html
-share/doc/qt/html/qvaluelistiterator-members.html
-share/doc/qt/html/qvaluelistiterator.html
-share/doc/qt/html/qvaluestack-h.html
-share/doc/qt/html/qvaluestack-members.html
-share/doc/qt/html/qvaluestack.html
-share/doc/qt/html/qvaluevector-h.html
-share/doc/qt/html/qvaluevector-members.html
-share/doc/qt/html/qvaluevector.html
-share/doc/qt/html/qvariant-h.html
-share/doc/qt/html/qvariant-members.html
-share/doc/qt/html/qvariant.html
-share/doc/qt/html/qvbox-h.html
-share/doc/qt/html/qvbox-m.png
-share/doc/qt/html/qvbox-members.html
-share/doc/qt/html/qvbox.html
-share/doc/qt/html/qvboxlayout-members.html
-share/doc/qt/html/qvboxlayout.html
-share/doc/qt/html/qvboxlayout.png
-share/doc/qt/html/qvbuttongroup-h.html
-share/doc/qt/html/qvbuttongroup-members.html
-share/doc/qt/html/qvbuttongroup.html
-share/doc/qt/html/qvector.html
-share/doc/qt/html/qvgroupbox-h.html
-share/doc/qt/html/qvgroupbox-members.html
-share/doc/qt/html/qvgroupbox.html
-share/doc/qt/html/qwaitcondition-h.html
-share/doc/qt/html/qwaitcondition-members.html
-share/doc/qt/html/qwaitcondition.html
-share/doc/qt/html/qwerty-example.html
-share/doc/qt/html/qwhatsthis-h.html
-share/doc/qt/html/qwhatsthis-members.html
-share/doc/qt/html/qwhatsthis.html
-share/doc/qt/html/qwheelevent-members.html
-share/doc/qt/html/qwheelevent.html
-share/doc/qt/html/qwidget-h.html
-share/doc/qt/html/qwidget-members.html
-share/doc/qt/html/qwidget.html
-share/doc/qt/html/qwidgetfactory-h.html
-share/doc/qt/html/qwidgetfactory-members.html
-share/doc/qt/html/qwidgetfactory.html
-share/doc/qt/html/qwidgetitem-members.html
-share/doc/qt/html/qwidgetitem.html
-share/doc/qt/html/qwidgetplugin-h.html
-share/doc/qt/html/qwidgetplugin-members.html
-share/doc/qt/html/qwidgetplugin.html
-share/doc/qt/html/qwidgetstack-h.html
-share/doc/qt/html/qwidgetstack-members.html
-share/doc/qt/html/qwidgetstack.html
-share/doc/qt/html/qwindowdefs-h.html
-share/doc/qt/html/qwindowsmime-members.html
-share/doc/qt/html/qwindowsmime.html
-share/doc/qt/html/qwindowsstyle-h.html
-share/doc/qt/html/qwindowsstyle-members.html
-share/doc/qt/html/qwindowsstyle.html
-share/doc/qt/html/qwindowsystem_qws-h.html
-share/doc/qt/html/qwizard-h.html
-share/doc/qt/html/qwizard-members.html
-share/doc/qt/html/qwizard.html
-share/doc/qt/html/qwizard.png
-share/doc/qt/html/qwmatrix-h.html
-share/doc/qt/html/qwmatrix-members.html
-share/doc/qt/html/qwmatrix.html
-share/doc/qt/html/qworkspace-h.html
-share/doc/qt/html/qworkspace-members.html
-share/doc/qt/html/qworkspace.html
-share/doc/qt/html/qws.html
-share/doc/qt/html/qwsdecoration-members.html
-share/doc/qt/html/qwsdecoration.html
-share/doc/qt/html/qwsdecoration_qws-h.html
-share/doc/qt/html/qwsinputmethod-members.html
-share/doc/qt/html/qwsinputmethod.html
-share/doc/qt/html/qwskeyboardhandler-members.html
-share/doc/qt/html/qwskeyboardhandler.html
-share/doc/qt/html/qwsmousehandler-members.html
-share/doc/qt/html/qwsmousehandler.html
-share/doc/qt/html/qwsserver-members.html
-share/doc/qt/html/qwsserver.html
-share/doc/qt/html/qwswindow-members.html
-share/doc/qt/html/qwswindow.html
-share/doc/qt/html/qxml-h.html
-share/doc/qt/html/qxmlattributes-members.html
-share/doc/qt/html/qxmlattributes.html
-share/doc/qt/html/qxmlcontenthandler-members.html
-share/doc/qt/html/qxmlcontenthandler.html
-share/doc/qt/html/qxmldeclhandler-members.html
-share/doc/qt/html/qxmldeclhandler.html
-share/doc/qt/html/qxmldefaulthandler-members.html
-share/doc/qt/html/qxmldefaulthandler.html
-share/doc/qt/html/qxmldtdhandler-members.html
-share/doc/qt/html/qxmldtdhandler.html
-share/doc/qt/html/qxmlentityresolver-members.html
-share/doc/qt/html/qxmlentityresolver.html
-share/doc/qt/html/qxmlerrorhandler-members.html
-share/doc/qt/html/qxmlerrorhandler.html
-share/doc/qt/html/qxmlinputsource-members.html
-share/doc/qt/html/qxmlinputsource.html
-share/doc/qt/html/qxmllexicalhandler-members.html
-share/doc/qt/html/qxmllexicalhandler.html
-share/doc/qt/html/qxmllocator-members.html
-share/doc/qt/html/qxmllocator.html
-share/doc/qt/html/qxmlnamespacesupport-members.html
-share/doc/qt/html/qxmlnamespacesupport.html
-share/doc/qt/html/qxmlparseexception-members.html
-share/doc/qt/html/qxmlparseexception.html
-share/doc/qt/html/qxmlreader-members.html
-share/doc/qt/html/qxmlreader.html
-share/doc/qt/html/qxmlsimplereader-members.html
-share/doc/qt/html/qxmlsimplereader.html
-share/doc/qt/html/rangecontrols-example.html
-share/doc/qt/html/rd-add.png
-share/doc/qt/html/rd-chooseanimage.png
-share/doc/qt/html/rd-chooseapixmap.png
-share/doc/qt/html/rd-configmf.png
-share/doc/qt/html/rd-configtb.png
-share/doc/qt/html/rd-cwidgdef.png
-share/doc/qt/html/rd-cwidgprop.png
-share/doc/qt/html/rd-cwidgsig.png
-share/doc/qt/html/rd-cwidgslot.png
-share/doc/qt/html/rd-dbconn.png
-share/doc/qt/html/rd-ediconview.png
-share/doc/qt/html/rd-editincdec.png
-share/doc/qt/html/rd-edittext1.png
-share/doc/qt/html/rd-edittext2.png
-share/doc/qt/html/rd-edlistbox.png
-share/doc/qt/html/rd-edlistview.png
-share/doc/qt/html/rd-edlistview2.png
-share/doc/qt/html/rd-edpalette.png
-share/doc/qt/html/rd-edtablecol.png
-share/doc/qt/html/rd-edtablerow.png
-share/doc/qt/html/rd-find.png
-share/doc/qt/html/rd-formset.png
-share/doc/qt/html/rd-goto.png
-share/doc/qt/html/rd-image.png
-share/doc/qt/html/rd-open.png
-share/doc/qt/html/rd-pagetitle.png
-share/doc/qt/html/rd-prefedit1.png
-share/doc/qt/html/rd-prefgen1.png
-share/doc/qt/html/rd-projset.png
-share/doc/qt/html/rd-projset2.png
-share/doc/qt/html/rd-replace.png
-share/doc/qt/html/rd-saveas.png
-share/doc/qt/html/rd-saveform.png
-share/doc/qt/html/rd-saveformas.png
-share/doc/qt/html/rd-saveprojset.png
-share/doc/qt/html/rd-selcolor.png
-share/doc/qt/html/rd-selfont.png
-share/doc/qt/html/rd-startdesigntab2.png
-share/doc/qt/html/rd-template.png
-share/doc/qt/html/rd-text.png
-share/doc/qt/html/rd-title.png
-share/doc/qt/html/rd-tunepalette.png
-share/doc/qt/html/removed20.html
-share/doc/qt/html/richtext-example.html
-share/doc/qt/html/rintersect.png
-share/doc/qt/html/rmo-editmenu.png
-share/doc/qt/html/rmo-filemenu.png
-share/doc/qt/html/rmo-helpmenu.png
-share/doc/qt/html/rmo-layoutmenu.png
-share/doc/qt/html/rmo-previewmenu.png
-share/doc/qt/html/rmo-projectmenu.png
-share/doc/qt/html/rmo-searchmenu.png
-share/doc/qt/html/rmo-toolsmenu.png
-share/doc/qt/html/rmo-windowmenu.png
-share/doc/qt/html/rot-example.html
-share/doc/qt/html/rsubtract.png
-share/doc/qt/html/rtb-edit.png
-share/doc/qt/html/rtb-file.png
-share/doc/qt/html/rtb-layout.png
-share/doc/qt/html/rtb-search.png
-share/doc/qt/html/rtb-tbbuttons.png
-share/doc/qt/html/rtb-tbcontain.png
-share/doc/qt/html/rtb-tbcustom.png
-share/doc/qt/html/rtb-tbdatabase.png
-share/doc/qt/html/rtb-tbdisplay.png
-share/doc/qt/html/rtb-tbinput.png
-share/doc/qt/html/rtb-tbviews.png
-share/doc/qt/html/rtb-toolbox.png
-share/doc/qt/html/rtb-tools.png
-share/doc/qt/html/runion.png
-share/doc/qt/html/rxor.png
-share/doc/qt/html/scaling.png
-share/doc/qt/html/scribble-example.html
-share/doc/qt/html/scripts.html
-share/doc/qt/html/scrollview-example.html
-share/doc/qt/html/session.html
-share/doc/qt/html/session.png
-share/doc/qt/html/shared.html
-share/doc/qt/html/shclass.html
-share/doc/qt/html/showimg-example.html
-share/doc/qt/html/signalsandslots.html
-share/doc/qt/html/simple-application-example.html
-share/doc/qt/html/simple-application.html
-share/doc/qt/html/simple-font-demo-example.html
-share/doc/qt/html/simple_dd-example.html
-share/doc/qt/html/small-table-example-example.html
-share/doc/qt/html/smooth.png
-share/doc/qt/html/sound-example.html
-share/doc/qt/html/splitter-example.html
-share/doc/qt/html/splitter-views-w.png
-share/doc/qt/html/sql-driver.html
-share/doc/qt/html/sql-examples.html
-share/doc/qt/html/sql-overview-basicbrowsing-main-cpp.html
-share/doc/qt/html/sql-overview-basicbrowsing2-main-cpp.html
-share/doc/qt/html/sql-overview-basicdatamanip-main-cpp.html
-share/doc/qt/html/sql-overview-connect1-main-cpp.html
-share/doc/qt/html/sql-overview-create_connections-main-cpp.html
-share/doc/qt/html/sql-overview-custom1-main-cpp.html
-share/doc/qt/html/sql-overview-custom1-main-h.html
-share/doc/qt/html/sql-overview-delete-main-cpp.html
-share/doc/qt/html/sql-overview-extract-main-cpp.html
-share/doc/qt/html/sql-overview-form1-main-cpp.html
-share/doc/qt/html/sql-overview-form2-main-h.html
-share/doc/qt/html/sql-overview-insert-main-cpp.html
-share/doc/qt/html/sql-overview-navigating-main-cpp.html
-share/doc/qt/html/sql-overview-order1-main-cpp.html
-share/doc/qt/html/sql-overview-order2-main-cpp.html
-share/doc/qt/html/sql-overview-retrieve1-main-cpp.html
-share/doc/qt/html/sql-overview-retrieve2-main-cpp.html
-share/doc/qt/html/sql-overview-subclass1-main-cpp.html
-share/doc/qt/html/sql-overview-subclass2-main-cpp.html
-share/doc/qt/html/sql-overview-subclass2-main-h.html
-share/doc/qt/html/sql-overview-subclass3-main-cpp.html
-share/doc/qt/html/sql-overview-subclass3-main-h.html
-share/doc/qt/html/sql-overview-subclass4-main-cpp.html
-share/doc/qt/html/sql-overview-subclass4-main-h.html
-share/doc/qt/html/sql-overview-subclass5-main-cpp.html
-share/doc/qt/html/sql-overview-subclass5-main-h.html
-share/doc/qt/html/sql-overview-table1-main-cpp.html
-share/doc/qt/html/sql-overview-table2-main-cpp.html
-share/doc/qt/html/sql-overview-table3-main-cpp.html
-share/doc/qt/html/sql-overview-table3-main-h.html
-share/doc/qt/html/sql-overview-table4-main-cpp.html
-share/doc/qt/html/sql-overview-table4-main-h.html
-share/doc/qt/html/sql-overview-update-main-cpp.html
-share/doc/qt/html/sql.html
-share/doc/qt/html/sqltable-example.html
-share/doc/qt/html/statistics-example.html
-share/doc/qt/html/step-by-step-examples.html
-share/doc/qt/html/t1.png
-share/doc/qt/html/t10-cannon-cpp.html
-share/doc/qt/html/t10-cannon-h.html
-share/doc/qt/html/t10-lcdrange-cpp.html
-share/doc/qt/html/t10-lcdrange-h.html
-share/doc/qt/html/t10-main-cpp.html
-share/doc/qt/html/t10.png
-share/doc/qt/html/t11-cannon-cpp.html
-share/doc/qt/html/t11-cannon-h.html
-share/doc/qt/html/t11-lcdrange-cpp.html
-share/doc/qt/html/t11-lcdrange-h.html
-share/doc/qt/html/t11-main-cpp.html
-share/doc/qt/html/t11.png
-share/doc/qt/html/t12-cannon-cpp.html
-share/doc/qt/html/t12-cannon-h.html
-share/doc/qt/html/t12-lcdrange-cpp.html
-share/doc/qt/html/t12-lcdrange-h.html
-share/doc/qt/html/t12-main-cpp.html
-share/doc/qt/html/t12.png
-share/doc/qt/html/t13-cannon-cpp.html
-share/doc/qt/html/t13-cannon-h.html
-share/doc/qt/html/t13-gamebrd-cpp.html
-share/doc/qt/html/t13-gamebrd-h.html
-share/doc/qt/html/t13-lcdrange-cpp.html
-share/doc/qt/html/t13-lcdrange-h.html
-share/doc/qt/html/t13-main-cpp.html
-share/doc/qt/html/t13.png
-share/doc/qt/html/t14-cannon-cpp.html
-share/doc/qt/html/t14-cannon-h.html
-share/doc/qt/html/t14-gamebrd-cpp.html
-share/doc/qt/html/t14-gamebrd-h.html
-share/doc/qt/html/t14-lcdrange-cpp.html
-share/doc/qt/html/t14-lcdrange-h.html
-share/doc/qt/html/t14-main-cpp.html
-share/doc/qt/html/t14.png
-share/doc/qt/html/t2.png
-share/doc/qt/html/t3.png
-share/doc/qt/html/t4.png
-share/doc/qt/html/t5.png
-share/doc/qt/html/t6.png
-share/doc/qt/html/t7-lcdrange-cpp.html
-share/doc/qt/html/t7-lcdrange-h.html
-share/doc/qt/html/t7-main-cpp.html
-share/doc/qt/html/t7.png
-share/doc/qt/html/t8-cannon-cpp.html
-share/doc/qt/html/t8-cannon-h.html
-share/doc/qt/html/t8-lcdrange-cpp.html
-share/doc/qt/html/t8-lcdrange-h.html
-share/doc/qt/html/t8-main-cpp.html
-share/doc/qt/html/t8.png
-share/doc/qt/html/t9-cannon-cpp.html
-share/doc/qt/html/t9-cannon-h.html
-share/doc/qt/html/t9-lcdrange-cpp.html
-share/doc/qt/html/t9-lcdrange-h.html
-share/doc/qt/html/t9-main-cpp.html
-share/doc/qt/html/t9.png
-share/doc/qt/html/t9_1.png
-share/doc/qt/html/t9_2.png
-share/doc/qt/html/tabdialog-example.html
-share/doc/qt/html/table-bigtable-main-cpp.html
-share/doc/qt/html/table-examples.html
-share/doc/qt/html/table-small-table-demo-main-cpp.html
-share/doc/qt/html/table-statistics-statistics-cpp.html
-share/doc/qt/html/table.html
-share/doc/qt/html/tablet-example.html
-share/doc/qt/html/tagreader-example.html
-share/doc/qt/html/tagreader-with-features-example.html
-share/doc/qt/html/templates.html
-share/doc/qt/html/tetrix-example.html
-share/doc/qt/html/text.html
-share/doc/qt/html/textedit-example.html
-share/doc/qt/html/themes-example.html
-share/doc/qt/html/thread.html
-share/doc/qt/html/threads.html
-share/doc/qt/html/tictac-example.html
-share/doc/qt/html/time.html
-share/doc/qt/html/timers.html
-share/doc/qt/html/titleindex
-share/doc/qt/html/toggleaction-example.html
-share/doc/qt/html/toolbar.png
-share/doc/qt/html/tools-list.html
-share/doc/qt/html/tools.html
-share/doc/qt/html/tooltip-example.html
-share/doc/qt/html/trivial-nsplugin-example.html
-share/doc/qt/html/troll.html
-share/doc/qt/html/tt1_en.png
-share/doc/qt/html/tt1_la.png
-share/doc/qt/html/tt2_en.png
-share/doc/qt/html/tt2_fr.png
-share/doc/qt/html/tt2_nl.png
-share/doc/qt/html/tt3_10_en.png
-share/doc/qt/html/tt3_10_pt_bad.png
-share/doc/qt/html/tt3_10_pt_good.png
-share/doc/qt/html/tt3_11_about_pt.png
-share/doc/qt/html/tt3_11_en.png
-share/doc/qt/html/tt3_11_pt.png
-share/doc/qt/html/tutorial.html
-share/doc/qt/html/tutorial1-01.html
-share/doc/qt/html/tutorial1-02.html
-share/doc/qt/html/tutorial1-03.html
-share/doc/qt/html/tutorial1-04.html
-share/doc/qt/html/tutorial1-05.html
-share/doc/qt/html/tutorial1-06.html
-share/doc/qt/html/tutorial1-07.html
-share/doc/qt/html/tutorial1-08.html
-share/doc/qt/html/tutorial1-09.html
-share/doc/qt/html/tutorial1-10.html
-share/doc/qt/html/tutorial1-11.html
-share/doc/qt/html/tutorial1-12.html
-share/doc/qt/html/tutorial1-13.html
-share/doc/qt/html/tutorial1-14.html
-share/doc/qt/html/tutorial2-01.html
-share/doc/qt/html/tutorial2-02.html
-share/doc/qt/html/tutorial2-03.html
-share/doc/qt/html/tutorial2-04.html
-share/doc/qt/html/tutorial2-05.html
-share/doc/qt/html/tutorial2-06.html
-share/doc/qt/html/tutorial2-07.html
-share/doc/qt/html/tutorial2-08.html
-share/doc/qt/html/tutorial2-09.html
-share/doc/qt/html/tutorial2-10.html
-share/doc/qt/html/tutorial2-11.html
-share/doc/qt/html/tutorial2.html
-share/doc/qt/html/uic.html
-share/doc/qt/html/unicode.html
-share/doc/qt/html/unsmooth.png
-share/doc/qt/html/validateaccelerators.png
-share/doc/qt/html/validatephrases.png
-share/doc/qt/html/validatepunctuation.png
-share/doc/qt/html/whatsthis
-share/doc/qt/html/whatsthis.png
-share/doc/qt/html/widgets-example.html
-share/doc/qt/html/win-objexplor1.png
-share/doc/qt/html/win-objexplor2.png
-share/doc/qt/html/win-projoverview.png
-share/doc/qt/html/win-propedit1.png
-share/doc/qt/html/win-propedit2.png
-share/doc/qt/html/winsystem.html
-share/doc/qt/html/wizard-example.html
-share/doc/qt/html/wizard-wizard-cpp.html
-share/doc/qt/html/wizard-wizard-h.html
-share/doc/qt/html/workspace.html
-share/doc/qt/html/xform-example.html
-share/doc/qt/html/xform.png
-share/doc/qt/html/xml-examples.html
-share/doc/qt/html/xml-sax-features-walkthrough.html
-share/doc/qt/html/xml-sax-walkthrough.html
-share/doc/qt/html/xml-tools.html
-share/doc/qt/html/xml.html
-share/doc/qt/html/y2k.html
-share/qt/mkspecs/aix-g++/qmake.conf
-share/qt/mkspecs/aix-g++/qplatformdefs.h
-share/qt/mkspecs/aix-xlc-64/qmake.conf
-share/qt/mkspecs/aix-xlc-64/qplatformdefs.h
-share/qt/mkspecs/aix-xlc/qmake.conf
-share/qt/mkspecs/aix-xlc/qplatformdefs.h
-share/qt/mkspecs/bsdi-g++/qmake.conf
-share/qt/mkspecs/bsdi-g++/qplatformdefs.h
-share/qt/mkspecs/cygwin-g++/qmake.conf
-share/qt/mkspecs/cygwin-g++/qplatformdefs.h
-share/qt/mkspecs/darwin-g++/qmake.conf
-share/qt/mkspecs/darwin-g++/qplatformdefs.h
-share/qt/mkspecs/default/qmake.conf
-share/qt/mkspecs/default/qplatformdefs.h
-share/qt/mkspecs/dgux-g++/qmake.conf
-share/qt/mkspecs/dgux-g++/qplatformdefs.h
-share/qt/mkspecs/freebsd-g++/qmake.conf
-share/qt/mkspecs/freebsd-g++/qplatformdefs.h
-share/qt/mkspecs/hpux-acc-64/qmake.conf
-share/qt/mkspecs/hpux-acc-64/qplatformdefs.h
-share/qt/mkspecs/hpux-acc-o64/qmake.conf
-share/qt/mkspecs/hpux-acc-o64/qplatformdefs.h
-share/qt/mkspecs/hpux-acc/qmake.conf
-share/qt/mkspecs/hpux-acc/qplatformdefs.h
-share/qt/mkspecs/hpux-cc/qmake.conf
-share/qt/mkspecs/hpux-cc/qplatformdefs.h
-share/qt/mkspecs/hpux-g++-64/qmake.conf
-share/qt/mkspecs/hpux-g++-64/qplatformdefs.h
-share/qt/mkspecs/hpux-g++/qmake.conf
-share/qt/mkspecs/hpux-g++/qplatformdefs.h
-share/qt/mkspecs/hurd-g++/qmake.conf
-share/qt/mkspecs/hurd-g++/qplatformdefs.h
-share/qt/mkspecs/irix-cc-64/qmake.conf
-share/qt/mkspecs/irix-cc-64/qplatformdefs.h
-share/qt/mkspecs/irix-cc-o32/qmake.conf
-share/qt/mkspecs/irix-cc-o32/qplatformdefs.h
-share/qt/mkspecs/irix-cc/qmake.conf
-share/qt/mkspecs/irix-cc/qplatformdefs.h
-share/qt/mkspecs/irix-g++/qmake.conf
-share/qt/mkspecs/irix-g++/qplatformdefs.h
-share/qt/mkspecs/linux-cxx/qmake.conf
-share/qt/mkspecs/linux-cxx/qplatformdefs.h
-share/qt/mkspecs/linux-g++/qmake.conf
-share/qt/mkspecs/linux-g++/qplatformdefs.h
-share/qt/mkspecs/linux-icc/qmake.conf
-share/qt/mkspecs/linux-icc/qplatformdefs.h
-share/qt/mkspecs/linux-kcc/qmake.conf
-share/qt/mkspecs/linux-kcc/qplatformdefs.h
-share/qt/mkspecs/linux-pgcc/qmake.conf
-share/qt/mkspecs/linux-pgcc/qplatformdefs.h
-share/qt/mkspecs/lynxos-g++/qmake.conf
-share/qt/mkspecs/lynxos-g++/qplatformdefs.h
-share/qt/mkspecs/mac9-mwerks/mwerksapp.xml
-share/qt/mkspecs/mac9-mwerks/mwerkslib.xml
-share/qt/mkspecs/mac9-mwerks/qmake.conf
-share/qt/mkspecs/mac9-mwerks/qplatformdefs.h
-share/qt/mkspecs/macx-g++/Info.plist.app
-share/qt/mkspecs/macx-g++/qmake.conf
-share/qt/mkspecs/macx-g++/qplatformdefs.h
-share/qt/mkspecs/macx-mwerks/mwerkstmpl.xml
-share/qt/mkspecs/macx-mwerks/qmake.conf
-share/qt/mkspecs/macx-mwerks/qplatformdefs.h
-share/qt/mkspecs/macx-pbuilder/Info.plist.app
-share/qt/mkspecs/macx-pbuilder/qmake.conf
-share/qt/mkspecs/macx-pbuilder/qplatformdefs.h
-share/qt/mkspecs/netbsd-g++/qmake.conf
-share/qt/mkspecs/netbsd-g++/qplatformdefs.h
-share/qt/mkspecs/openbsd-g++/qmake.conf
-share/qt/mkspecs/openbsd-g++/qplatformdefs.h
-share/qt/mkspecs/qnx-g++/qmake.conf
-share/qt/mkspecs/qnx-g++/qplatformdefs.h
-share/qt/mkspecs/reliant-cds-64/qmake.conf
-share/qt/mkspecs/reliant-cds-64/qplatformdefs.h
-share/qt/mkspecs/reliant-cds/qmake.conf
-share/qt/mkspecs/reliant-cds/qplatformdefs.h
-share/qt/mkspecs/sco-cc/qmake.conf
-share/qt/mkspecs/sco-cc/qplatformdefs.h
-share/qt/mkspecs/sco-g++/qmake.conf
-share/qt/mkspecs/sco-g++/qplatformdefs.h
-share/qt/mkspecs/solaris-cc-64/qmake.conf
-share/qt/mkspecs/solaris-cc-64/qplatformdefs.h
-share/qt/mkspecs/solaris-cc/qmake.conf
-share/qt/mkspecs/solaris-cc/qplatformdefs.h
-share/qt/mkspecs/solaris-g++-64/qmake.conf
-share/qt/mkspecs/solaris-g++-64/qplatformdefs.h
-share/qt/mkspecs/solaris-g++/qmake.conf
-share/qt/mkspecs/solaris-g++/qplatformdefs.h
-share/qt/mkspecs/solaris-kcc/qmake.conf
-share/qt/mkspecs/solaris-kcc/qplatformdefs.h
-share/qt/mkspecs/tru64-cxx/qmake.conf
-share/qt/mkspecs/tru64-cxx/qplatformdefs.h
-share/qt/mkspecs/tru64-g++/qmake.conf
-share/qt/mkspecs/tru64-g++/qplatformdefs.h
-share/qt/mkspecs/unixware-cc/qmake.conf
-share/qt/mkspecs/unixware-cc/qplatformdefs.h
-share/qt/mkspecs/unixware-g++/qmake.conf
-share/qt/mkspecs/unixware-g++/qplatformdefs.h
-share/qt/mkspecs/win32-borland/qmake.conf
-share/qt/mkspecs/win32-borland/qplatformdefs.h
-share/qt/mkspecs/win32-g++/qmake.conf
-share/qt/mkspecs/win32-g++/qplatformdefs.h
-share/qt/mkspecs/win32-icc/qmake.conf
-share/qt/mkspecs/win32-icc/qplatformdefs.h
-share/qt/mkspecs/win32-icc/win32app.dsp
-share/qt/mkspecs/win32-icc/win32dll.dsp
-share/qt/mkspecs/win32-icc/win32lib.dsp
-share/qt/mkspecs/win32-msvc.net/qmake.conf
-share/qt/mkspecs/win32-msvc.net/qplatformdefs.h
-share/qt/mkspecs/win32-msvc/qmake.conf
-share/qt/mkspecs/win32-msvc/qplatformdefs.h
-share/qt/mkspecs/win32-msvc/win32app.dsp
-share/qt/mkspecs/win32-msvc/win32dll.dsp
-share/qt/mkspecs/win32-msvc/win32lib.dsp
-share/qt/mkspecs/win32-watcom/qmake.conf
-share/qt/phrasebooks/danish.qph
-share/qt/phrasebooks/dutch.qph
-share/qt/phrasebooks/finnish.qph
-share/qt/phrasebooks/french.qph
-share/qt/phrasebooks/german.qph
-share/qt/phrasebooks/italian.qph
-share/qt/phrasebooks/norwegian.qph
-share/qt/phrasebooks/spanish.qph
-share/qt/phrasebooks/swedish.qph
-share/qt/templates/Configuration_Dialog.ui
-share/qt/templates/Dialog_with_Buttons_(Bottom).ui
-share/qt/templates/Dialog_with_Buttons_(Right).ui
-share/qt/templates/Tab_Dialog.ui
-@dirrm share/qt/templates
-@dirrm share/qt/phrasebooks
-@dirrm share/qt/mkspecs/win32-watcom
-@dirrm share/qt/mkspecs/win32-msvc.net
-@dirrm share/qt/mkspecs/win32-msvc
-@dirrm share/qt/mkspecs/win32-icc
-@dirrm share/qt/mkspecs/win32-g++
-@dirrm share/qt/mkspecs/win32-borland
-@dirrm share/qt/mkspecs/unixware-g++
-@dirrm share/qt/mkspecs/unixware-cc
-@dirrm share/qt/mkspecs/tru64-g++
-@dirrm share/qt/mkspecs/tru64-cxx
-@dirrm share/qt/mkspecs/solaris-kcc
-@dirrm share/qt/mkspecs/solaris-g++-64
-@dirrm share/qt/mkspecs/solaris-g++
-@dirrm share/qt/mkspecs/solaris-cc-64
-@dirrm share/qt/mkspecs/solaris-cc
-@dirrm share/qt/mkspecs/sco-g++
-@dirrm share/qt/mkspecs/sco-cc
-@dirrm share/qt/mkspecs/reliant-cds-64
-@dirrm share/qt/mkspecs/reliant-cds
-@dirrm share/qt/mkspecs/qnx-g++
-@dirrm share/qt/mkspecs/openbsd-g++
-@dirrm share/qt/mkspecs/netbsd-g++
-@dirrm share/qt/mkspecs/macx-pbuilder
-@dirrm share/qt/mkspecs/macx-mwerks
-@dirrm share/qt/mkspecs/macx-g++
-@dirrm share/qt/mkspecs/mac9-mwerks
-@dirrm share/qt/mkspecs/lynxos-g++
-@dirrm share/qt/mkspecs/linux-pgcc
-@dirrm share/qt/mkspecs/linux-kcc
-@dirrm share/qt/mkspecs/linux-icc
-@dirrm share/qt/mkspecs/linux-g++
-@dirrm share/qt/mkspecs/linux-cxx
-@dirrm share/qt/mkspecs/irix-g++
-@dirrm share/qt/mkspecs/irix-cc-o32
-@dirrm share/qt/mkspecs/irix-cc-64
-@dirrm share/qt/mkspecs/irix-cc
-@dirrm share/qt/mkspecs/hurd-g++
-@dirrm share/qt/mkspecs/hpux-g++-64
-@dirrm share/qt/mkspecs/hpux-g++
-@dirrm share/qt/mkspecs/hpux-cc
-@dirrm share/qt/mkspecs/hpux-acc-o64
-@dirrm share/qt/mkspecs/hpux-acc-64
-@dirrm share/qt/mkspecs/hpux-acc
-@dirrm share/qt/mkspecs/freebsd-g++
-@dirrm share/qt/mkspecs/dgux-g++
-@dirrm share/qt/mkspecs/default
-@dirrm share/qt/mkspecs/darwin-g++
-@dirrm share/qt/mkspecs/cygwin-g++
-@dirrm share/qt/mkspecs/bsdi-g++
-@dirrm share/qt/mkspecs/aix-xlc-64
-@dirrm share/qt/mkspecs/aix-xlc
-@dirrm share/qt/mkspecs/aix-g++
-@dirrm share/qt/mkspecs
-@dirrm share/qt
-@dirrm share/doc/qt/html
-@dirrm share/doc/qt
-@dirrm lib/plugins/designer
-@dirrm lib/plugins
-@dirrm include/private
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile
index ebfd8ae5f4e8..ac99826d63bd 100644
--- a/x11-toolkits/qt32/Makefile
+++ b/x11-toolkits/qt32/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME?= qt
-PORTVERSION= 3.1.2
-PORTREVISION?= 1
+PORTVERSION= 3.2.1
CATEGORIES?= x11-toolkits
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
ftp://ftp.silug.org/pub/qt/ \
@@ -47,7 +46,7 @@ CONFIGURE_ARGS+=-no-xft
.endif
.if defined(DEBUG)
-CONFIGURE_ARGS+= -debug
+CONFIGURE_ARGS+=-debug
.endif
.if !defined(BUILD_PLUGIN_ONLY)
@@ -138,6 +137,12 @@ post-patch:
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
@${REINPLACE_CMD} -e 's,release,release thread,' \
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+.if ${OSVERSION} > 500016
+ @${REINPLACE_CMD} -e 's,-pthread -D_THREAD_SAFE,${PTHREAD_CFLAGS},' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+ @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+.endif
.if !defined(BUILD_PLUGIN_ONLY)
@${RM} ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf.bak
diff --git a/x11-toolkits/qt32/distinfo b/x11-toolkits/qt32/distinfo
index b63babb92bf5..e2cdecd987cc 100644
--- a/x11-toolkits/qt32/distinfo
+++ b/x11-toolkits/qt32/distinfo
@@ -1 +1 @@
-MD5 (KDE/qt-x11-free-3.1.2.tar.bz2) = 156591717687799c69cf3f8b64a898f2
+MD5 (KDE/qt-x11-free-3.2.1.tar.bz2) = 9ae022ffe7603ec34aba150f6cca257a
diff --git a/x11-toolkits/qt32/files/patch-qlistview.cpp b/x11-toolkits/qt32/files/patch-qlistview.cpp
deleted file mode 100644
index 73882d3e9746..000000000000
--- a/x11-toolkits/qt32/files/patch-qlistview.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/widgets/qlistview.cpp.orig Mon Feb 24 09:30:39 2003
-+++ src/widgets/qlistview.cpp Mon May 12 19:42:07 2003
-@@ -6215,7 +6215,7 @@
-
- void QListView::ensureItemVisible( const QListViewItem * i )
- {
-- if ( !i )
-+ if ( !i || !i->isVisible() )
- return;
-
- QListViewItem *parent = i->parent();
diff --git a/x11-toolkits/qt32/files/patch-qpopupmenu.cpp b/x11-toolkits/qt32/files/patch-qpopupmenu.cpp
deleted file mode 100644
index 78affc105b4a..000000000000
--- a/x11-toolkits/qt32/files/patch-qpopupmenu.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/widgets/qpopupmenu.cpp.orig Mon May 12 19:44:39 2003
-+++ src/widgets/qpopupmenu.cpp Mon May 12 19:45:42 2003
-@@ -1739,7 +1739,7 @@
- if ( style().styleHint(QStyle::SH_PopupMenu_SloppySubMenus, this) &&
- d->mouseMoveBuffer.contains( e->pos() ) ) {
- actItem = item;
-- popupSubMenuLater( style().styleHint(QStyle::SH_PopupMenu_SubMenuPopupDelay, this) * 2,
-+ popupSubMenuLater( style().styleHint(QStyle::SH_PopupMenu_SubMenuPopupDelay, this) * 6,
- this );
- return;
- }
diff --git a/x11-toolkits/qt32/files/patch-qtextedit.cpp b/x11-toolkits/qt32/files/patch-qtextedit.cpp
deleted file mode 100644
index 7c22203692de..000000000000
--- a/x11-toolkits/qt32/files/patch-qtextedit.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/widgets/qtextedit.cpp.orig Mon Feb 24 09:30:37 2003
-+++ src/widgets/qtextedit.cpp Mon May 12 19:50:19 2003
-@@ -1863,7 +1863,7 @@
- }
- setModified();
- emit textChanged();
-- emit selectionChanged();
-+ emit copyAvailable( doc->hasSelection( QTextDocument::Standard ) );
- }
-
- /*!
-@@ -4801,7 +4801,7 @@
- return;
- if ( doc->hasSelection( QTextDocument::Standard ) )
- removeSelectedText();
-- if ( !m->provides( st.data() ) )
-+ if ( !QRichTextDrag::canDecode( m ) )
- return;
- QString t;
- if ( !QRichTextDrag::decode( m, t, st.data(), subtype ) )
diff --git a/x11-toolkits/qt32/pkg-plist b/x11-toolkits/qt32/pkg-plist
index 602fcaf6d869..459e195a33c2 100644
--- a/x11-toolkits/qt32/pkg-plist
+++ b/x11-toolkits/qt32/pkg-plist
@@ -14,6 +14,8 @@ bin/qmake
bin/qtconfig
bin/qvfb
bin/uic
+etc/settings/.qt_plugins_3.2rc.lock
+etc/settings/qt_plugins_3.2rc
include/private/qapplication_p.h
include/private/qcolor_p.h
include/private/qcom_p.h
@@ -21,12 +23,14 @@ include/private/qcomlibrary_p.h
include/private/qcomplextext_p.h
include/private/qcomponentfactory_p.h
include/private/qcriticalsection_p.h
+include/private/qdialogbuttons_p.h
include/private/qdir_p.h
include/private/qeffects_p.h
include/private/qeventloop_p.h
include/private/qfiledefs_p.h
include/private/qfontcodecs_p.h
include/private/qfontdata_p.h
+include/private/qfontengine_p.h
include/private/qgfxdriverinterface_p.h
include/private/qgpluginmanager_p.h
include/private/qimageformatinterface_p.h
@@ -41,8 +45,10 @@ include/private/qmutex_p.h
include/private/qmutexpool_p.h
include/private/qpainter_p.h
include/private/qpluginmanager_p.h
+include/private/qprinter_p.h
include/private/qpsprinter_p.h
include/private/qrichtext_p.h
+include/private/qscriptengine_p.h
include/private/qsettings_p.h
include/private/qsharedmemory_p.h
include/private/qsqldriverinterface_p.h
@@ -50,10 +56,15 @@ include/private/qsqlextension_p.h
include/private/qsqlmanager_p.h
include/private/qstyleinterface_p.h
include/private/qsvgdevice_p.h
+include/private/qt_x11_p.h
include/private/qtextcodecinterface_p.h
+include/private/qtextengine_p.h
+include/private/qtextlayout_p.h
+include/private/qthreadinstance_p.h
include/private/qtitlebar_p.h
include/private/qucom_p.h
include/private/qucomextra_p.h
+include/private/qunicodetables_p.h
include/private/qwidget_p.h
include/private/qwidgetinterface_p.h
include/private/qwidgetresizehandler_p.h
@@ -307,6 +318,7 @@ include/qsocknot.h
include/qsortedlist.h
include/qsound.h
include/qspinbox.h
+include/qsplashscreen.h
include/qsplitter.h
include/qsql.h
include/qsqlcursor.h
@@ -322,6 +334,7 @@ include/qsqlpropertymap.h
include/qsqlquery.h
include/qsqlrecord.h
include/qsqlresult.h
+include/qsqlselectcursor.h
include/qstack.h
include/qstatusbar.h
include/qstring.h
@@ -334,7 +347,6 @@ include/qstyleplugin.h
include/qstylesheet.h
include/qsyntaxhighlighter.h
include/qt.h
-include/qt_x11.h
include/qtabbar.h
include/qtabdialog.h
include/qtabdlg.h
@@ -348,9 +360,11 @@ include/qtextedit.h
include/qtextstream.h
include/qtextview.h
include/qthread.h
+include/qthreadstorage.h
include/qtimer.h
include/qtl.h
include/qtoolbar.h
+include/qtoolbox.h
include/qtoolbutton.h
include/qtooltip.h
include/qtranslator.h
@@ -384,14 +398,13 @@ include/qwindefs.h
include/qwindow.h
include/qwindowdefs.h
include/qwindowsstyle.h
-include/qwindowsxpstyle.h
include/qwinexport.h
include/qwizard.h
include/qwmatrix.h
include/qworkspace.h
include/qxml.h
-lib/libdesigner.a
-lib/libdesigner.prl
+lib/libdesignercore.a
+lib/libdesignercore.prl
lib/libeditor.a
lib/libeditor.prl
lib/libqassistantclient.a
@@ -400,37 +413,44 @@ lib/libqnp.prl
lib/libqt-mt.prl
lib/libqt-mt.so
lib/libqt-mt.so.3
-lib/libqt-mt.so.3.1
-lib/libqt-mt.so.3.1.2
+lib/libqt-mt.so.3.2
+lib/libqt-mt.so.3.2.1
lib/libqui.prl
lib/libqui.so
lib/libqui.so.1
lib/libqui.so.1.0
lib/libqui.so.1.0.0
+lib/pkgconfig/qt-mt.pc
lib/plugins/designer/libcppeditor.so
lib/plugins/designer/libdlgplugin.so
+lib/plugins/designer/libgladeplugin.so
lib/plugins/designer/libkdevdlgplugin.so
lib/plugins/designer/librcplugin.so
lib/plugins/designer/libwizards.so
+share/doc/qt/html/3rdparty.html
share/doc/qt/html/aboutqt.html
share/doc/qt/html/abstract-connections.png
share/doc/qt/html/abstractwidgets.html
share/doc/qt/html/accelerators.html
share/doc/qt/html/aclock-example.html
+share/doc/qt/html/activeqt-examples.html
+share/doc/qt/html/activeqt.html
share/doc/qt/html/addressbook-example.html
share/doc/qt/html/advanced.html
share/doc/qt/html/annotated.html
share/doc/qt/html/appearance.html
share/doc/qt/html/appicon.html
share/doc/qt/html/application.html
+share/doc/qt/html/archivesearch-example.html
share/doc/qt/html/assistant-1.html
share/doc/qt/html/assistant-2.html
share/doc/qt/html/assistant-3.html
share/doc/qt/html/assistant-4.html
share/doc/qt/html/assistant-5.html
share/doc/qt/html/assistant-6.html
+share/doc/qt/html/assistant.dcf
share/doc/qt/html/assistant.html
-share/doc/qt/html/assistant.xml
+share/doc/qt/html/assistant.png
share/doc/qt/html/basic.html
share/doc/qt/html/bearings.png
share/doc/qt/html/biff-example.html
@@ -441,7 +461,6 @@ share/doc/qt/html/brush-styles.png
share/doc/qt/html/bughowto.html
share/doc/qt/html/buttongroup-w.png
share/doc/qt/html/buttongroups-example.html
-share/doc/qt/html/buyhowto.html
share/doc/qt/html/canvas-chart-example.html
share/doc/qt/html/canvas-example.html
share/doc/qt/html/canvas.html
@@ -470,6 +489,7 @@ share/doc/qt/html/classchart.html
share/doc/qt/html/classes.html
share/doc/qt/html/clientserver-example.html
share/doc/qt/html/collection.html
+share/doc/qt/html/commercialeditions.html
share/doc/qt/html/commonproblems.html
share/doc/qt/html/concrete-connections.png
share/doc/qt/html/coordsys.html
@@ -480,8 +500,8 @@ share/doc/qt/html/cursors.png
share/doc/qt/html/customlayout-example.html
share/doc/qt/html/customlayout.html
share/doc/qt/html/customstyles.html
-share/doc/qt/html/database-connections.png
share/doc/qt/html/database.html
+share/doc/qt/html/databaseconnections.png
share/doc/qt/html/datastreamformat.html
share/doc/qt/html/datetimewidgets.png
share/doc/qt/html/dclock-example.html
@@ -505,7 +525,7 @@ share/doc/qt/html/designer-manual-7.html
share/doc/qt/html/designer-manual-8.html
share/doc/qt/html/designer-manual-9.html
share/doc/qt/html/designer-manual.html
-share/doc/qt/html/designer.xml
+share/doc/qt/html/designer.dcf
share/doc/qt/html/designer1.jpg
share/doc/qt/html/designer2.jpg
share/doc/qt/html/designer3.jpg
@@ -528,7 +548,9 @@ share/doc/qt/html/dialog3sample.png
share/doc/qt/html/dialogs.html
share/doc/qt/html/dirview-example.html
share/doc/qt/html/distributingqt.html
+share/doc/qt/html/distributor-example.html
share/doc/qt/html/dnd.html
+share/doc/qt/html/docwindow.png
share/doc/qt/html/doneandnext.png
share/doc/qt/html/draganddrop.html
share/doc/qt/html/dragdrop-example.html
@@ -562,6 +584,7 @@ share/doc/qt/html/events.html
share/doc/qt/html/eventsandfilters.html
share/doc/qt/html/examples.html
share/doc/qt/html/extension-dialog-example.html
+share/doc/qt/html/faq.html
share/doc/qt/html/filechooser.png
share/doc/qt/html/fileiconview-example.html
share/doc/qt/html/fileopen.png
@@ -571,8 +594,10 @@ share/doc/qt/html/finddialog.png
share/doc/qt/html/focus.html
share/doc/qt/html/forever-example.html
share/doc/qt/html/frames.png
+share/doc/qt/html/freeeditions.html
share/doc/qt/html/ftpclient-example.html
share/doc/qt/html/functions.html
+share/doc/qt/html/general.png
share/doc/qt/html/geomanagement.html
share/doc/qt/html/geometry.html
share/doc/qt/html/geometry.png
@@ -587,6 +612,7 @@ share/doc/qt/html/guibooks.html
share/doc/qt/html/headerfilesynonyms
share/doc/qt/html/headers.html
share/doc/qt/html/hello-example.html
+share/doc/qt/html/helpsystem-example.html
share/doc/qt/html/helpsystem.html
share/doc/qt/html/helpviewer-example.html
share/doc/qt/html/hierarchy.html
@@ -606,6 +632,7 @@ share/doc/qt/html/inputdialogs.png
share/doc/qt/html/install-win.html
share/doc/qt/html/install-x11.html
share/doc/qt/html/installation.html
+share/doc/qt/html/integration.html
share/doc/qt/html/io.html
share/doc/qt/html/keyfeatures30.html
share/doc/qt/html/layout-example.html
@@ -621,8 +648,8 @@ share/doc/qt/html/linguist-manual-2.html
share/doc/qt/html/linguist-manual-3.html
share/doc/qt/html/linguist-manual-4.html
share/doc/qt/html/linguist-manual.html
+share/doc/qt/html/linguist.dcf
share/doc/qt/html/linguist.png
-share/doc/qt/html/linguist.xml
share/doc/qt/html/listbox-example.html
share/doc/qt/html/listboxcombo-example.html
share/doc/qt/html/listviews-example.html
@@ -640,11 +667,25 @@ share/doc/qt/html/metaobjects.html
share/doc/qt/html/misc.html
share/doc/qt/html/moc.html
share/doc/qt/html/modules.html
+share/doc/qt/html/motif-customwidget-example.html
+share/doc/qt/html/motif-dialog-example.html
+share/doc/qt/html/motif-examples.html
+share/doc/qt/html/motif-extension.html
+share/doc/qt/html/motif-todo.png
+share/doc/qt/html/motif-walkthrough-1.html
+share/doc/qt/html/motif-walkthrough-10.html
+share/doc/qt/html/motif-walkthrough-2.html
+share/doc/qt/html/motif-walkthrough-3.html
+share/doc/qt/html/motif-walkthrough-4.html
+share/doc/qt/html/motif-walkthrough-5.html
+share/doc/qt/html/motif-walkthrough-6.html
+share/doc/qt/html/motif-walkthrough-7.html
+share/doc/qt/html/motif-walkthrough-8.html
+share/doc/qt/html/motif-walkthrough-9.html
+share/doc/qt/html/motif-walkthrough.html
share/doc/qt/html/movies-example.html
share/doc/qt/html/multimedia.html
-share/doc/qt/html/mw-actiongroup.png
share/doc/qt/html/mw-addmainwidg.png
-share/doc/qt/html/mw-addmenuitem.png
share/doc/qt/html/mw-coloriconv.png
share/doc/qt/html/mw-colortable.png
share/doc/qt/html/mw-colortool1.png
@@ -654,6 +695,7 @@ share/doc/qt/html/mw-conn2.png
share/doc/qt/html/mw-conn3.png
share/doc/qt/html/mw-conn4.png
share/doc/qt/html/mw-dragaction.png
+share/doc/qt/html/mw-dragviewitem.png
share/doc/qt/html/mw-editforw.png
share/doc/qt/html/mw-editfunc.png
share/doc/qt/html/mw-editincimp.png
@@ -663,10 +705,12 @@ share/doc/qt/html/mw-laycolortable.png
share/doc/qt/html/mw-laymainwidg.png
share/doc/qt/html/mw-menuwiz.png
share/doc/qt/html/mw-newfile.png
+share/doc/qt/html/mw-newmenuitem.png
share/doc/qt/html/mw-objexplor.png
share/doc/qt/html/mw-previewform.png
share/doc/qt/html/mw-projset.png
share/doc/qt/html/mw-propedit.png
+share/doc/qt/html/mw-separator.png
share/doc/qt/html/mw-settoolwiz.png
share/doc/qt/html/mw-startdesign.png
share/doc/qt/html/mw-toolbarpits.png
@@ -694,6 +738,7 @@ share/doc/qt/html/organizers.html
share/doc/qt/html/outliner-example.html
share/doc/qt/html/overviews-list.html
share/doc/qt/html/palette.png
+share/doc/qt/html/pdf1.png
share/doc/qt/html/pen-cap-styles.png
share/doc/qt/html/pen-join-styles.png
share/doc/qt/html/pen-styles.png
@@ -759,6 +804,46 @@ share/doc/qt/html/qasyncimageio-h.html
share/doc/qt/html/qasyncio-h.html
share/doc/qt/html/qasyncio-members.html
share/doc/qt/html/qasyncio.html
+share/doc/qt/html/qaxaggregated-members.html
+share/doc/qt/html/qaxaggregated.html
+share/doc/qt/html/qaxbase-h.html
+share/doc/qt/html/qaxbase-members.html
+share/doc/qt/html/qaxbase.html
+share/doc/qt/html/qaxbindable-h.html
+share/doc/qt/html/qaxbindable-members.html
+share/doc/qt/html/qaxbindable.html
+share/doc/qt/html/qaxcontainer-example-qutlook.html
+share/doc/qt/html/qaxcontainer-example-testcon.html
+share/doc/qt/html/qaxcontainer-example-webbrowser.html
+share/doc/qt/html/qaxcontainer-examples.html
+share/doc/qt/html/qaxcontainer-faq.html
+share/doc/qt/html/qaxcontainer.html
+share/doc/qt/html/qaxfactory-h.html
+share/doc/qt/html/qaxfactory-members.html
+share/doc/qt/html/qaxfactory.html
+share/doc/qt/html/qaxobject-h.html
+share/doc/qt/html/qaxobject-members.html
+share/doc/qt/html/qaxobject.html
+share/doc/qt/html/qaxserver-demo-hierarchy.html
+share/doc/qt/html/qaxserver-demo-menus.html
+share/doc/qt/html/qaxserver-demo-multiple.html
+share/doc/qt/html/qaxserver-demo-opengl.html
+share/doc/qt/html/qaxserver-demo-simple.html
+share/doc/qt/html/qaxserver-demo-tetrax.html
+share/doc/qt/html/qaxserver-demo-wrapper.html
+share/doc/qt/html/qaxserver-example-hierarchy.html
+share/doc/qt/html/qaxserver-example-menus.html
+share/doc/qt/html/qaxserver-example-multiple.html
+share/doc/qt/html/qaxserver-example-opengl.html
+share/doc/qt/html/qaxserver-example-simple.html
+share/doc/qt/html/qaxserver-example-tetrax.html
+share/doc/qt/html/qaxserver-example-wrapper.html
+share/doc/qt/html/qaxserver-examples.html
+share/doc/qt/html/qaxserver-faq.html
+share/doc/qt/html/qaxserver.html
+share/doc/qt/html/qaxwidget-h.html
+share/doc/qt/html/qaxwidget-members.html
+share/doc/qt/html/qaxwidget.html
share/doc/qt/html/qbig5codec-h.html
share/doc/qt/html/qbig5codec-members.html
share/doc/qt/html/qbig5codec.html
@@ -892,6 +977,7 @@ share/doc/qt/html/qcustomevent-members.html
share/doc/qt/html/qcustomevent.html
share/doc/qt/html/qcustommenuitem-members.html
share/doc/qt/html/qcustommenuitem.html
+share/doc/qt/html/qd-actioneditor.png
share/doc/qt/html/qd-colortool-name.png
share/doc/qt/html/qd-databrowserwzd.png
share/doc/qt/html/qd-databrowserwzdpage2.png
@@ -1298,6 +1384,8 @@ share/doc/qt/html/qlistviewitems.png
share/doc/qt/html/qlocalfs-h.html
share/doc/qt/html/qlocalfs-members.html
share/doc/qt/html/qlocalfs.html
+share/doc/qt/html/qmacmime-members.html
+share/doc/qt/html/qmacmime.html
share/doc/qt/html/qmacstyle-members.html
share/doc/qt/html/qmacstyle.html
share/doc/qt/html/qmacstyle_mac-h.html
@@ -1316,7 +1404,7 @@ share/doc/qt/html/qmake-manual-5.html
share/doc/qt/html/qmake-manual-6.html
share/doc/qt/html/qmake-manual-7.html
share/doc/qt/html/qmake-manual.html
-share/doc/qt/html/qmake.xml
+share/doc/qt/html/qmake.dcf
share/doc/qt/html/qmap-h.html
share/doc/qt/html/qmap-members.html
share/doc/qt/html/qmap.html
@@ -1339,6 +1427,7 @@ share/doc/qt/html/qmessagebox-crit.png
share/doc/qt/html/qmessagebox-h.html
share/doc/qt/html/qmessagebox-info.png
share/doc/qt/html/qmessagebox-members.html
+share/doc/qt/html/qmessagebox-quest.png
share/doc/qt/html/qmessagebox-warn.png
share/doc/qt/html/qmessagebox.html
share/doc/qt/html/qmetaobject-h.html
@@ -1353,12 +1442,21 @@ share/doc/qt/html/qmimesourcefactory-members.html
share/doc/qt/html/qmimesourcefactory.html
share/doc/qt/html/qmlined-m.png
share/doc/qt/html/qmlined-w.png
+share/doc/qt/html/qmotif-h.html
+share/doc/qt/html/qmotif-members.html
+share/doc/qt/html/qmotif.html
+share/doc/qt/html/qmotifdialog-h.html
+share/doc/qt/html/qmotifdialog-members.html
+share/doc/qt/html/qmotifdialog.html
share/doc/qt/html/qmotifplusstyle-h.html
share/doc/qt/html/qmotifplusstyle-members.html
share/doc/qt/html/qmotifplusstyle.html
share/doc/qt/html/qmotifstyle-h.html
share/doc/qt/html/qmotifstyle-members.html
share/doc/qt/html/qmotifstyle.html
+share/doc/qt/html/qmotifwidget-h.html
+share/doc/qt/html/qmotifwidget-members.html
+share/doc/qt/html/qmotifwidget.html
share/doc/qt/html/qmouse_qws-h.html
share/doc/qt/html/qmousedriverfactory-members.html
share/doc/qt/html/qmousedriverfactory.html
@@ -1409,6 +1507,8 @@ share/doc/qt/html/qobjectcleanuphandler.html
share/doc/qt/html/qobjectlist-h.html
share/doc/qt/html/qobjectlist-members.html
share/doc/qt/html/qobjectlist.html
+share/doc/qt/html/qobjectlistiterator-members.html
+share/doc/qt/html/qobjectlistiterator.html
share/doc/qt/html/qpaintdevice-h.html
share/doc/qt/html/qpaintdevice-members.html
share/doc/qt/html/qpaintdevice.html
@@ -1621,6 +1721,9 @@ share/doc/qt/html/qspinbox-m.png
share/doc/qt/html/qspinbox-members.html
share/doc/qt/html/qspinbox-w.png
share/doc/qt/html/qspinbox.html
+share/doc/qt/html/qsplashscreen-h.html
+share/doc/qt/html/qsplashscreen-members.html
+share/doc/qt/html/qsplashscreen.html
share/doc/qt/html/qsplitter-h.html
share/doc/qt/html/qsplitter-m.png
share/doc/qt/html/qsplitter-members.html
@@ -1672,6 +1775,9 @@ share/doc/qt/html/qsqlrecordinfo.html
share/doc/qt/html/qsqlresult-h.html
share/doc/qt/html/qsqlresult-members.html
share/doc/qt/html/qsqlresult.html
+share/doc/qt/html/qsqlselectcursor-h.html
+share/doc/qt/html/qsqlselectcursor-members.html
+share/doc/qt/html/qsqlselectcursor.html
share/doc/qt/html/qstack.html
share/doc/qt/html/qstatusbar-h.html
share/doc/qt/html/qstatusbar-m.png
@@ -1715,9 +1821,9 @@ share/doc/qt/html/qsyntaxhighlighter.html
share/doc/qt/html/qt-colors.png
share/doc/qt/html/qt-members.html
share/doc/qt/html/qt-template-lib.html
+share/doc/qt/html/qt.dcf
share/doc/qt/html/qt.html
-share/doc/qt/html/qt.xml
-share/doc/qt/html/qt31-class-chart.png
+share/doc/qt/html/qt32-class-chart.png
share/doc/qt/html/qtab-members.html
share/doc/qt/html/qtab.html
share/doc/qt/html/qtabbar-h.html
@@ -1741,8 +1847,6 @@ share/doc/qt/html/qtableselection-members.html
share/doc/qt/html/qtableselection.html
share/doc/qt/html/qtabletevent-members.html
share/doc/qt/html/qtabletevent.html
-share/doc/qt/html/qtablevw-m.png
-share/doc/qt/html/qtablevw-w.png
share/doc/qt/html/qtabwidget-h.html
share/doc/qt/html/qtabwidget-m.png
share/doc/qt/html/qtabwidget-members.html
@@ -1781,6 +1885,9 @@ share/doc/qt/html/qtextview.html
share/doc/qt/html/qthread-h.html
share/doc/qt/html/qthread-members.html
share/doc/qt/html/qthread.html
+share/doc/qt/html/qthreadstorage-h.html
+share/doc/qt/html/qthreadstorage-members.html
+share/doc/qt/html/qthreadstorage.html
share/doc/qt/html/qtime-members.html
share/doc/qt/html/qtime.html
share/doc/qt/html/qtimeedit-members.html
@@ -1795,6 +1902,9 @@ share/doc/qt/html/qtl.html
share/doc/qt/html/qtoolbar-h.html
share/doc/qt/html/qtoolbar-members.html
share/doc/qt/html/qtoolbar.html
+share/doc/qt/html/qtoolbox-h.html
+share/doc/qt/html/qtoolbox-members.html
+share/doc/qt/html/qtoolbox.html
share/doc/qt/html/qtoolbutton-h.html
share/doc/qt/html/qtoolbutton-members.html
share/doc/qt/html/qtoolbutton.html
@@ -1822,6 +1932,9 @@ share/doc/qt/html/qurlinfo.html
share/doc/qt/html/qurloperator-h.html
share/doc/qt/html/qurloperator-members.html
share/doc/qt/html/qurloperator.html
+share/doc/qt/html/quuid-h.html
+share/doc/qt/html/quuid-members.html
+share/doc/qt/html/quuid.html
share/doc/qt/html/qvalidator-h.html
share/doc/qt/html/qvalidator-members.html
share/doc/qt/html/qvalidator.html
@@ -1938,6 +2051,9 @@ share/doc/qt/html/qxmlreader-members.html
share/doc/qt/html/qxmlreader.html
share/doc/qt/html/qxmlsimplereader-members.html
share/doc/qt/html/qxmlsimplereader.html
+share/doc/qt/html/qxtwidget-h.html
+share/doc/qt/html/qxtwidget-members.html
+share/doc/qt/html/qxtwidget.html
share/doc/qt/html/rangecontrols-example.html
share/doc/qt/html/rd-add.png
share/doc/qt/html/rd-chooseanimage.png
@@ -2014,11 +2130,13 @@ share/doc/qt/html/scaling.png
share/doc/qt/html/scribble-example.html
share/doc/qt/html/scripts.html
share/doc/qt/html/scrollview-example.html
+share/doc/qt/html/search.png
share/doc/qt/html/session.html
share/doc/qt/html/session.png
share/doc/qt/html/shared.html
share/doc/qt/html/shclass.html
share/doc/qt/html/showimg-example.html
+share/doc/qt/html/sidebar.png
share/doc/qt/html/signalsandslots.html
share/doc/qt/html/simple-application-example.html
share/doc/qt/html/simple-application.html
@@ -2148,9 +2266,12 @@ share/doc/qt/html/timers.html
share/doc/qt/html/titleindex
share/doc/qt/html/toggleaction-example.html
share/doc/qt/html/toolbar.png
+share/doc/qt/html/toolbar1.png
share/doc/qt/html/tools-list.html
share/doc/qt/html/tools.html
share/doc/qt/html/tooltip-example.html
+share/doc/qt/html/toplevel-example.html
+share/doc/qt/html/trademarks.html
share/doc/qt/html/trivial-nsplugin-example.html
share/doc/qt/html/troll.html
share/doc/qt/html/tt1_en.png
@@ -2197,6 +2318,7 @@ share/doc/qt/html/unsmooth.png
share/doc/qt/html/validateaccelerators.png
share/doc/qt/html/validatephrases.png
share/doc/qt/html/validatepunctuation.png
+share/doc/qt/html/web.png
share/doc/qt/html/whatsthis
share/doc/qt/html/whatsthis.png
share/doc/qt/html/widgets-example.html
@@ -2248,6 +2370,10 @@ share/qt/mkspecs/hpux-g++-64/qmake.conf
share/qt/mkspecs/hpux-g++-64/qplatformdefs.h
share/qt/mkspecs/hpux-g++/qmake.conf
share/qt/mkspecs/hpux-g++/qplatformdefs.h
+share/qt/mkspecs/hpuxi-acc-32/qmake.conf
+share/qt/mkspecs/hpuxi-acc-32/qplatformdefs.h
+share/qt/mkspecs/hpuxi-acc-64/qmake.conf
+share/qt/mkspecs/hpuxi-acc-64/qplatformdefs.h
share/qt/mkspecs/hurd-g++/qmake.conf
share/qt/mkspecs/hurd-g++/qplatformdefs.h
share/qt/mkspecs/irix-cc-64/qmake.conf
@@ -2266,14 +2392,12 @@ share/qt/mkspecs/linux-icc/qmake.conf
share/qt/mkspecs/linux-icc/qplatformdefs.h
share/qt/mkspecs/linux-kcc/qmake.conf
share/qt/mkspecs/linux-kcc/qplatformdefs.h
+share/qt/mkspecs/linux-kylix/qmake.conf
+share/qt/mkspecs/linux-kylix/qplatformdefs.h
share/qt/mkspecs/linux-pgcc/qmake.conf
share/qt/mkspecs/linux-pgcc/qplatformdefs.h
share/qt/mkspecs/lynxos-g++/qmake.conf
share/qt/mkspecs/lynxos-g++/qplatformdefs.h
-share/qt/mkspecs/mac9-mwerks/mwerksapp.xml
-share/qt/mkspecs/mac9-mwerks/mwerkslib.xml
-share/qt/mkspecs/mac9-mwerks/qmake.conf
-share/qt/mkspecs/mac9-mwerks/qplatformdefs.h
share/qt/mkspecs/macx-g++/Info.plist.app
share/qt/mkspecs/macx-g++/qmake.conf
share/qt/mkspecs/macx-g++/qplatformdefs.h
@@ -2305,8 +2429,6 @@ share/qt/mkspecs/solaris-g++-64/qmake.conf
share/qt/mkspecs/solaris-g++-64/qplatformdefs.h
share/qt/mkspecs/solaris-g++/qmake.conf
share/qt/mkspecs/solaris-g++/qplatformdefs.h
-share/qt/mkspecs/solaris-kcc/qmake.conf
-share/qt/mkspecs/solaris-kcc/qplatformdefs.h
share/qt/mkspecs/tru64-cxx/qmake.conf
share/qt/mkspecs/tru64-cxx/qplatformdefs.h
share/qt/mkspecs/tru64-g++/qmake.conf
@@ -2339,12 +2461,20 @@ share/qt/phrasebooks/french.qph
share/qt/phrasebooks/german.qph
share/qt/phrasebooks/italian.qph
share/qt/phrasebooks/norwegian.qph
+share/qt/phrasebooks/russian.qph
share/qt/phrasebooks/spanish.qph
share/qt/phrasebooks/swedish.qph
share/qt/templates/Configuration_Dialog.ui
share/qt/templates/Dialog_with_Buttons_(Bottom).ui
share/qt/templates/Dialog_with_Buttons_(Right).ui
share/qt/templates/Tab_Dialog.ui
+translations/assistant_de.qm
+translations/qt_ar.qm
+translations/qt_de.qm
+translations/qt_fr.qm
+translations/qt_iw.qm
+translations/qt_ru.qm
+@dirrm translations
@dirrm share/qt/templates
@dirrm share/qt/phrasebooks
@dirrm share/qt/mkspecs/win32-watcom
@@ -2357,7 +2487,6 @@ share/qt/templates/Tab_Dialog.ui
@dirrm share/qt/mkspecs/unixware-cc
@dirrm share/qt/mkspecs/tru64-g++
@dirrm share/qt/mkspecs/tru64-cxx
-@dirrm share/qt/mkspecs/solaris-kcc
@dirrm share/qt/mkspecs/solaris-g++-64
@dirrm share/qt/mkspecs/solaris-g++
@dirrm share/qt/mkspecs/solaris-cc-64
@@ -2372,9 +2501,9 @@ share/qt/templates/Tab_Dialog.ui
@dirrm share/qt/mkspecs/macx-pbuilder
@dirrm share/qt/mkspecs/macx-mwerks
@dirrm share/qt/mkspecs/macx-g++
-@dirrm share/qt/mkspecs/mac9-mwerks
@dirrm share/qt/mkspecs/lynxos-g++
@dirrm share/qt/mkspecs/linux-pgcc
+@dirrm share/qt/mkspecs/linux-kylix
@dirrm share/qt/mkspecs/linux-kcc
@dirrm share/qt/mkspecs/linux-icc
@dirrm share/qt/mkspecs/linux-g++
@@ -2384,6 +2513,8 @@ share/qt/templates/Tab_Dialog.ui
@dirrm share/qt/mkspecs/irix-cc-64
@dirrm share/qt/mkspecs/irix-cc
@dirrm share/qt/mkspecs/hurd-g++
+@dirrm share/qt/mkspecs/hpuxi-acc-64
+@dirrm share/qt/mkspecs/hpuxi-acc-32
@dirrm share/qt/mkspecs/hpux-g++-64
@dirrm share/qt/mkspecs/hpux-g++
@dirrm share/qt/mkspecs/hpux-cc
@@ -2405,4 +2536,6 @@ share/qt/templates/Tab_Dialog.ui
@dirrm share/doc/qt
@dirrm lib/plugins/designer
@dirrm lib/plugins
+@dirrm lib/pkgconfig
@dirrm include/private
+@dirrm etc/settings
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index ebfd8ae5f4e8..ac99826d63bd 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME?= qt
-PORTVERSION= 3.1.2
-PORTREVISION?= 1
+PORTVERSION= 3.2.1
CATEGORIES?= x11-toolkits
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
ftp://ftp.silug.org/pub/qt/ \
@@ -47,7 +46,7 @@ CONFIGURE_ARGS+=-no-xft
.endif
.if defined(DEBUG)
-CONFIGURE_ARGS+= -debug
+CONFIGURE_ARGS+=-debug
.endif
.if !defined(BUILD_PLUGIN_ONLY)
@@ -138,6 +137,12 @@ post-patch:
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
@${REINPLACE_CMD} -e 's,release,release thread,' \
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+.if ${OSVERSION} > 500016
+ @${REINPLACE_CMD} -e 's,-pthread -D_THREAD_SAFE,${PTHREAD_CFLAGS},' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+ @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+.endif
.if !defined(BUILD_PLUGIN_ONLY)
@${RM} ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf.bak
diff --git a/x11-toolkits/qt33/distinfo b/x11-toolkits/qt33/distinfo
index b63babb92bf5..e2cdecd987cc 100644
--- a/x11-toolkits/qt33/distinfo
+++ b/x11-toolkits/qt33/distinfo
@@ -1 +1 @@
-MD5 (KDE/qt-x11-free-3.1.2.tar.bz2) = 156591717687799c69cf3f8b64a898f2
+MD5 (KDE/qt-x11-free-3.2.1.tar.bz2) = 9ae022ffe7603ec34aba150f6cca257a
diff --git a/x11-toolkits/qt33/files/patch-qlistview.cpp b/x11-toolkits/qt33/files/patch-qlistview.cpp
deleted file mode 100644
index 73882d3e9746..000000000000
--- a/x11-toolkits/qt33/files/patch-qlistview.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/widgets/qlistview.cpp.orig Mon Feb 24 09:30:39 2003
-+++ src/widgets/qlistview.cpp Mon May 12 19:42:07 2003
-@@ -6215,7 +6215,7 @@
-
- void QListView::ensureItemVisible( const QListViewItem * i )
- {
-- if ( !i )
-+ if ( !i || !i->isVisible() )
- return;
-
- QListViewItem *parent = i->parent();
diff --git a/x11-toolkits/qt33/files/patch-qpopupmenu.cpp b/x11-toolkits/qt33/files/patch-qpopupmenu.cpp
deleted file mode 100644
index 78affc105b4a..000000000000
--- a/x11-toolkits/qt33/files/patch-qpopupmenu.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/widgets/qpopupmenu.cpp.orig Mon May 12 19:44:39 2003
-+++ src/widgets/qpopupmenu.cpp Mon May 12 19:45:42 2003
-@@ -1739,7 +1739,7 @@
- if ( style().styleHint(QStyle::SH_PopupMenu_SloppySubMenus, this) &&
- d->mouseMoveBuffer.contains( e->pos() ) ) {
- actItem = item;
-- popupSubMenuLater( style().styleHint(QStyle::SH_PopupMenu_SubMenuPopupDelay, this) * 2,
-+ popupSubMenuLater( style().styleHint(QStyle::SH_PopupMenu_SubMenuPopupDelay, this) * 6,
- this );
- return;
- }
diff --git a/x11-toolkits/qt33/files/patch-qtextedit.cpp b/x11-toolkits/qt33/files/patch-qtextedit.cpp
deleted file mode 100644
index 7c22203692de..000000000000
--- a/x11-toolkits/qt33/files/patch-qtextedit.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/widgets/qtextedit.cpp.orig Mon Feb 24 09:30:37 2003
-+++ src/widgets/qtextedit.cpp Mon May 12 19:50:19 2003
-@@ -1863,7 +1863,7 @@
- }
- setModified();
- emit textChanged();
-- emit selectionChanged();
-+ emit copyAvailable( doc->hasSelection( QTextDocument::Standard ) );
- }
-
- /*!
-@@ -4801,7 +4801,7 @@
- return;
- if ( doc->hasSelection( QTextDocument::Standard ) )
- removeSelectedText();
-- if ( !m->provides( st.data() ) )
-+ if ( !QRichTextDrag::canDecode( m ) )
- return;
- QString t;
- if ( !QRichTextDrag::decode( m, t, st.data(), subtype ) )
diff --git a/x11-toolkits/qt33/pkg-plist b/x11-toolkits/qt33/pkg-plist
index 602fcaf6d869..459e195a33c2 100644
--- a/x11-toolkits/qt33/pkg-plist
+++ b/x11-toolkits/qt33/pkg-plist
@@ -14,6 +14,8 @@ bin/qmake
bin/qtconfig
bin/qvfb
bin/uic
+etc/settings/.qt_plugins_3.2rc.lock
+etc/settings/qt_plugins_3.2rc
include/private/qapplication_p.h
include/private/qcolor_p.h
include/private/qcom_p.h
@@ -21,12 +23,14 @@ include/private/qcomlibrary_p.h
include/private/qcomplextext_p.h
include/private/qcomponentfactory_p.h
include/private/qcriticalsection_p.h
+include/private/qdialogbuttons_p.h
include/private/qdir_p.h
include/private/qeffects_p.h
include/private/qeventloop_p.h
include/private/qfiledefs_p.h
include/private/qfontcodecs_p.h
include/private/qfontdata_p.h
+include/private/qfontengine_p.h
include/private/qgfxdriverinterface_p.h
include/private/qgpluginmanager_p.h
include/private/qimageformatinterface_p.h
@@ -41,8 +45,10 @@ include/private/qmutex_p.h
include/private/qmutexpool_p.h
include/private/qpainter_p.h
include/private/qpluginmanager_p.h
+include/private/qprinter_p.h
include/private/qpsprinter_p.h
include/private/qrichtext_p.h
+include/private/qscriptengine_p.h
include/private/qsettings_p.h
include/private/qsharedmemory_p.h
include/private/qsqldriverinterface_p.h
@@ -50,10 +56,15 @@ include/private/qsqlextension_p.h
include/private/qsqlmanager_p.h
include/private/qstyleinterface_p.h
include/private/qsvgdevice_p.h
+include/private/qt_x11_p.h
include/private/qtextcodecinterface_p.h
+include/private/qtextengine_p.h
+include/private/qtextlayout_p.h
+include/private/qthreadinstance_p.h
include/private/qtitlebar_p.h
include/private/qucom_p.h
include/private/qucomextra_p.h
+include/private/qunicodetables_p.h
include/private/qwidget_p.h
include/private/qwidgetinterface_p.h
include/private/qwidgetresizehandler_p.h
@@ -307,6 +318,7 @@ include/qsocknot.h
include/qsortedlist.h
include/qsound.h
include/qspinbox.h
+include/qsplashscreen.h
include/qsplitter.h
include/qsql.h
include/qsqlcursor.h
@@ -322,6 +334,7 @@ include/qsqlpropertymap.h
include/qsqlquery.h
include/qsqlrecord.h
include/qsqlresult.h
+include/qsqlselectcursor.h
include/qstack.h
include/qstatusbar.h
include/qstring.h
@@ -334,7 +347,6 @@ include/qstyleplugin.h
include/qstylesheet.h
include/qsyntaxhighlighter.h
include/qt.h
-include/qt_x11.h
include/qtabbar.h
include/qtabdialog.h
include/qtabdlg.h
@@ -348,9 +360,11 @@ include/qtextedit.h
include/qtextstream.h
include/qtextview.h
include/qthread.h
+include/qthreadstorage.h
include/qtimer.h
include/qtl.h
include/qtoolbar.h
+include/qtoolbox.h
include/qtoolbutton.h
include/qtooltip.h
include/qtranslator.h
@@ -384,14 +398,13 @@ include/qwindefs.h
include/qwindow.h
include/qwindowdefs.h
include/qwindowsstyle.h
-include/qwindowsxpstyle.h
include/qwinexport.h
include/qwizard.h
include/qwmatrix.h
include/qworkspace.h
include/qxml.h
-lib/libdesigner.a
-lib/libdesigner.prl
+lib/libdesignercore.a
+lib/libdesignercore.prl
lib/libeditor.a
lib/libeditor.prl
lib/libqassistantclient.a
@@ -400,37 +413,44 @@ lib/libqnp.prl
lib/libqt-mt.prl
lib/libqt-mt.so
lib/libqt-mt.so.3
-lib/libqt-mt.so.3.1
-lib/libqt-mt.so.3.1.2
+lib/libqt-mt.so.3.2
+lib/libqt-mt.so.3.2.1
lib/libqui.prl
lib/libqui.so
lib/libqui.so.1
lib/libqui.so.1.0
lib/libqui.so.1.0.0
+lib/pkgconfig/qt-mt.pc
lib/plugins/designer/libcppeditor.so
lib/plugins/designer/libdlgplugin.so
+lib/plugins/designer/libgladeplugin.so
lib/plugins/designer/libkdevdlgplugin.so
lib/plugins/designer/librcplugin.so
lib/plugins/designer/libwizards.so
+share/doc/qt/html/3rdparty.html
share/doc/qt/html/aboutqt.html
share/doc/qt/html/abstract-connections.png
share/doc/qt/html/abstractwidgets.html
share/doc/qt/html/accelerators.html
share/doc/qt/html/aclock-example.html
+share/doc/qt/html/activeqt-examples.html
+share/doc/qt/html/activeqt.html
share/doc/qt/html/addressbook-example.html
share/doc/qt/html/advanced.html
share/doc/qt/html/annotated.html
share/doc/qt/html/appearance.html
share/doc/qt/html/appicon.html
share/doc/qt/html/application.html
+share/doc/qt/html/archivesearch-example.html
share/doc/qt/html/assistant-1.html
share/doc/qt/html/assistant-2.html
share/doc/qt/html/assistant-3.html
share/doc/qt/html/assistant-4.html
share/doc/qt/html/assistant-5.html
share/doc/qt/html/assistant-6.html
+share/doc/qt/html/assistant.dcf
share/doc/qt/html/assistant.html
-share/doc/qt/html/assistant.xml
+share/doc/qt/html/assistant.png
share/doc/qt/html/basic.html
share/doc/qt/html/bearings.png
share/doc/qt/html/biff-example.html
@@ -441,7 +461,6 @@ share/doc/qt/html/brush-styles.png
share/doc/qt/html/bughowto.html
share/doc/qt/html/buttongroup-w.png
share/doc/qt/html/buttongroups-example.html
-share/doc/qt/html/buyhowto.html
share/doc/qt/html/canvas-chart-example.html
share/doc/qt/html/canvas-example.html
share/doc/qt/html/canvas.html
@@ -470,6 +489,7 @@ share/doc/qt/html/classchart.html
share/doc/qt/html/classes.html
share/doc/qt/html/clientserver-example.html
share/doc/qt/html/collection.html
+share/doc/qt/html/commercialeditions.html
share/doc/qt/html/commonproblems.html
share/doc/qt/html/concrete-connections.png
share/doc/qt/html/coordsys.html
@@ -480,8 +500,8 @@ share/doc/qt/html/cursors.png
share/doc/qt/html/customlayout-example.html
share/doc/qt/html/customlayout.html
share/doc/qt/html/customstyles.html
-share/doc/qt/html/database-connections.png
share/doc/qt/html/database.html
+share/doc/qt/html/databaseconnections.png
share/doc/qt/html/datastreamformat.html
share/doc/qt/html/datetimewidgets.png
share/doc/qt/html/dclock-example.html
@@ -505,7 +525,7 @@ share/doc/qt/html/designer-manual-7.html
share/doc/qt/html/designer-manual-8.html
share/doc/qt/html/designer-manual-9.html
share/doc/qt/html/designer-manual.html
-share/doc/qt/html/designer.xml
+share/doc/qt/html/designer.dcf
share/doc/qt/html/designer1.jpg
share/doc/qt/html/designer2.jpg
share/doc/qt/html/designer3.jpg
@@ -528,7 +548,9 @@ share/doc/qt/html/dialog3sample.png
share/doc/qt/html/dialogs.html
share/doc/qt/html/dirview-example.html
share/doc/qt/html/distributingqt.html
+share/doc/qt/html/distributor-example.html
share/doc/qt/html/dnd.html
+share/doc/qt/html/docwindow.png
share/doc/qt/html/doneandnext.png
share/doc/qt/html/draganddrop.html
share/doc/qt/html/dragdrop-example.html
@@ -562,6 +584,7 @@ share/doc/qt/html/events.html
share/doc/qt/html/eventsandfilters.html
share/doc/qt/html/examples.html
share/doc/qt/html/extension-dialog-example.html
+share/doc/qt/html/faq.html
share/doc/qt/html/filechooser.png
share/doc/qt/html/fileiconview-example.html
share/doc/qt/html/fileopen.png
@@ -571,8 +594,10 @@ share/doc/qt/html/finddialog.png
share/doc/qt/html/focus.html
share/doc/qt/html/forever-example.html
share/doc/qt/html/frames.png
+share/doc/qt/html/freeeditions.html
share/doc/qt/html/ftpclient-example.html
share/doc/qt/html/functions.html
+share/doc/qt/html/general.png
share/doc/qt/html/geomanagement.html
share/doc/qt/html/geometry.html
share/doc/qt/html/geometry.png
@@ -587,6 +612,7 @@ share/doc/qt/html/guibooks.html
share/doc/qt/html/headerfilesynonyms
share/doc/qt/html/headers.html
share/doc/qt/html/hello-example.html
+share/doc/qt/html/helpsystem-example.html
share/doc/qt/html/helpsystem.html
share/doc/qt/html/helpviewer-example.html
share/doc/qt/html/hierarchy.html
@@ -606,6 +632,7 @@ share/doc/qt/html/inputdialogs.png
share/doc/qt/html/install-win.html
share/doc/qt/html/install-x11.html
share/doc/qt/html/installation.html
+share/doc/qt/html/integration.html
share/doc/qt/html/io.html
share/doc/qt/html/keyfeatures30.html
share/doc/qt/html/layout-example.html
@@ -621,8 +648,8 @@ share/doc/qt/html/linguist-manual-2.html
share/doc/qt/html/linguist-manual-3.html
share/doc/qt/html/linguist-manual-4.html
share/doc/qt/html/linguist-manual.html
+share/doc/qt/html/linguist.dcf
share/doc/qt/html/linguist.png
-share/doc/qt/html/linguist.xml
share/doc/qt/html/listbox-example.html
share/doc/qt/html/listboxcombo-example.html
share/doc/qt/html/listviews-example.html
@@ -640,11 +667,25 @@ share/doc/qt/html/metaobjects.html
share/doc/qt/html/misc.html
share/doc/qt/html/moc.html
share/doc/qt/html/modules.html
+share/doc/qt/html/motif-customwidget-example.html
+share/doc/qt/html/motif-dialog-example.html
+share/doc/qt/html/motif-examples.html
+share/doc/qt/html/motif-extension.html
+share/doc/qt/html/motif-todo.png
+share/doc/qt/html/motif-walkthrough-1.html
+share/doc/qt/html/motif-walkthrough-10.html
+share/doc/qt/html/motif-walkthrough-2.html
+share/doc/qt/html/motif-walkthrough-3.html
+share/doc/qt/html/motif-walkthrough-4.html
+share/doc/qt/html/motif-walkthrough-5.html
+share/doc/qt/html/motif-walkthrough-6.html
+share/doc/qt/html/motif-walkthrough-7.html
+share/doc/qt/html/motif-walkthrough-8.html
+share/doc/qt/html/motif-walkthrough-9.html
+share/doc/qt/html/motif-walkthrough.html
share/doc/qt/html/movies-example.html
share/doc/qt/html/multimedia.html
-share/doc/qt/html/mw-actiongroup.png
share/doc/qt/html/mw-addmainwidg.png
-share/doc/qt/html/mw-addmenuitem.png
share/doc/qt/html/mw-coloriconv.png
share/doc/qt/html/mw-colortable.png
share/doc/qt/html/mw-colortool1.png
@@ -654,6 +695,7 @@ share/doc/qt/html/mw-conn2.png
share/doc/qt/html/mw-conn3.png
share/doc/qt/html/mw-conn4.png
share/doc/qt/html/mw-dragaction.png
+share/doc/qt/html/mw-dragviewitem.png
share/doc/qt/html/mw-editforw.png
share/doc/qt/html/mw-editfunc.png
share/doc/qt/html/mw-editincimp.png
@@ -663,10 +705,12 @@ share/doc/qt/html/mw-laycolortable.png
share/doc/qt/html/mw-laymainwidg.png
share/doc/qt/html/mw-menuwiz.png
share/doc/qt/html/mw-newfile.png
+share/doc/qt/html/mw-newmenuitem.png
share/doc/qt/html/mw-objexplor.png
share/doc/qt/html/mw-previewform.png
share/doc/qt/html/mw-projset.png
share/doc/qt/html/mw-propedit.png
+share/doc/qt/html/mw-separator.png
share/doc/qt/html/mw-settoolwiz.png
share/doc/qt/html/mw-startdesign.png
share/doc/qt/html/mw-toolbarpits.png
@@ -694,6 +738,7 @@ share/doc/qt/html/organizers.html
share/doc/qt/html/outliner-example.html
share/doc/qt/html/overviews-list.html
share/doc/qt/html/palette.png
+share/doc/qt/html/pdf1.png
share/doc/qt/html/pen-cap-styles.png
share/doc/qt/html/pen-join-styles.png
share/doc/qt/html/pen-styles.png
@@ -759,6 +804,46 @@ share/doc/qt/html/qasyncimageio-h.html
share/doc/qt/html/qasyncio-h.html
share/doc/qt/html/qasyncio-members.html
share/doc/qt/html/qasyncio.html
+share/doc/qt/html/qaxaggregated-members.html
+share/doc/qt/html/qaxaggregated.html
+share/doc/qt/html/qaxbase-h.html
+share/doc/qt/html/qaxbase-members.html
+share/doc/qt/html/qaxbase.html
+share/doc/qt/html/qaxbindable-h.html
+share/doc/qt/html/qaxbindable-members.html
+share/doc/qt/html/qaxbindable.html
+share/doc/qt/html/qaxcontainer-example-qutlook.html
+share/doc/qt/html/qaxcontainer-example-testcon.html
+share/doc/qt/html/qaxcontainer-example-webbrowser.html
+share/doc/qt/html/qaxcontainer-examples.html
+share/doc/qt/html/qaxcontainer-faq.html
+share/doc/qt/html/qaxcontainer.html
+share/doc/qt/html/qaxfactory-h.html
+share/doc/qt/html/qaxfactory-members.html
+share/doc/qt/html/qaxfactory.html
+share/doc/qt/html/qaxobject-h.html
+share/doc/qt/html/qaxobject-members.html
+share/doc/qt/html/qaxobject.html
+share/doc/qt/html/qaxserver-demo-hierarchy.html
+share/doc/qt/html/qaxserver-demo-menus.html
+share/doc/qt/html/qaxserver-demo-multiple.html
+share/doc/qt/html/qaxserver-demo-opengl.html
+share/doc/qt/html/qaxserver-demo-simple.html
+share/doc/qt/html/qaxserver-demo-tetrax.html
+share/doc/qt/html/qaxserver-demo-wrapper.html
+share/doc/qt/html/qaxserver-example-hierarchy.html
+share/doc/qt/html/qaxserver-example-menus.html
+share/doc/qt/html/qaxserver-example-multiple.html
+share/doc/qt/html/qaxserver-example-opengl.html
+share/doc/qt/html/qaxserver-example-simple.html
+share/doc/qt/html/qaxserver-example-tetrax.html
+share/doc/qt/html/qaxserver-example-wrapper.html
+share/doc/qt/html/qaxserver-examples.html
+share/doc/qt/html/qaxserver-faq.html
+share/doc/qt/html/qaxserver.html
+share/doc/qt/html/qaxwidget-h.html
+share/doc/qt/html/qaxwidget-members.html
+share/doc/qt/html/qaxwidget.html
share/doc/qt/html/qbig5codec-h.html
share/doc/qt/html/qbig5codec-members.html
share/doc/qt/html/qbig5codec.html
@@ -892,6 +977,7 @@ share/doc/qt/html/qcustomevent-members.html
share/doc/qt/html/qcustomevent.html
share/doc/qt/html/qcustommenuitem-members.html
share/doc/qt/html/qcustommenuitem.html
+share/doc/qt/html/qd-actioneditor.png
share/doc/qt/html/qd-colortool-name.png
share/doc/qt/html/qd-databrowserwzd.png
share/doc/qt/html/qd-databrowserwzdpage2.png
@@ -1298,6 +1384,8 @@ share/doc/qt/html/qlistviewitems.png
share/doc/qt/html/qlocalfs-h.html
share/doc/qt/html/qlocalfs-members.html
share/doc/qt/html/qlocalfs.html
+share/doc/qt/html/qmacmime-members.html
+share/doc/qt/html/qmacmime.html
share/doc/qt/html/qmacstyle-members.html
share/doc/qt/html/qmacstyle.html
share/doc/qt/html/qmacstyle_mac-h.html
@@ -1316,7 +1404,7 @@ share/doc/qt/html/qmake-manual-5.html
share/doc/qt/html/qmake-manual-6.html
share/doc/qt/html/qmake-manual-7.html
share/doc/qt/html/qmake-manual.html
-share/doc/qt/html/qmake.xml
+share/doc/qt/html/qmake.dcf
share/doc/qt/html/qmap-h.html
share/doc/qt/html/qmap-members.html
share/doc/qt/html/qmap.html
@@ -1339,6 +1427,7 @@ share/doc/qt/html/qmessagebox-crit.png
share/doc/qt/html/qmessagebox-h.html
share/doc/qt/html/qmessagebox-info.png
share/doc/qt/html/qmessagebox-members.html
+share/doc/qt/html/qmessagebox-quest.png
share/doc/qt/html/qmessagebox-warn.png
share/doc/qt/html/qmessagebox.html
share/doc/qt/html/qmetaobject-h.html
@@ -1353,12 +1442,21 @@ share/doc/qt/html/qmimesourcefactory-members.html
share/doc/qt/html/qmimesourcefactory.html
share/doc/qt/html/qmlined-m.png
share/doc/qt/html/qmlined-w.png
+share/doc/qt/html/qmotif-h.html
+share/doc/qt/html/qmotif-members.html
+share/doc/qt/html/qmotif.html
+share/doc/qt/html/qmotifdialog-h.html
+share/doc/qt/html/qmotifdialog-members.html
+share/doc/qt/html/qmotifdialog.html
share/doc/qt/html/qmotifplusstyle-h.html
share/doc/qt/html/qmotifplusstyle-members.html
share/doc/qt/html/qmotifplusstyle.html
share/doc/qt/html/qmotifstyle-h.html
share/doc/qt/html/qmotifstyle-members.html
share/doc/qt/html/qmotifstyle.html
+share/doc/qt/html/qmotifwidget-h.html
+share/doc/qt/html/qmotifwidget-members.html
+share/doc/qt/html/qmotifwidget.html
share/doc/qt/html/qmouse_qws-h.html
share/doc/qt/html/qmousedriverfactory-members.html
share/doc/qt/html/qmousedriverfactory.html
@@ -1409,6 +1507,8 @@ share/doc/qt/html/qobjectcleanuphandler.html
share/doc/qt/html/qobjectlist-h.html
share/doc/qt/html/qobjectlist-members.html
share/doc/qt/html/qobjectlist.html
+share/doc/qt/html/qobjectlistiterator-members.html
+share/doc/qt/html/qobjectlistiterator.html
share/doc/qt/html/qpaintdevice-h.html
share/doc/qt/html/qpaintdevice-members.html
share/doc/qt/html/qpaintdevice.html
@@ -1621,6 +1721,9 @@ share/doc/qt/html/qspinbox-m.png
share/doc/qt/html/qspinbox-members.html
share/doc/qt/html/qspinbox-w.png
share/doc/qt/html/qspinbox.html
+share/doc/qt/html/qsplashscreen-h.html
+share/doc/qt/html/qsplashscreen-members.html
+share/doc/qt/html/qsplashscreen.html
share/doc/qt/html/qsplitter-h.html
share/doc/qt/html/qsplitter-m.png
share/doc/qt/html/qsplitter-members.html
@@ -1672,6 +1775,9 @@ share/doc/qt/html/qsqlrecordinfo.html
share/doc/qt/html/qsqlresult-h.html
share/doc/qt/html/qsqlresult-members.html
share/doc/qt/html/qsqlresult.html
+share/doc/qt/html/qsqlselectcursor-h.html
+share/doc/qt/html/qsqlselectcursor-members.html
+share/doc/qt/html/qsqlselectcursor.html
share/doc/qt/html/qstack.html
share/doc/qt/html/qstatusbar-h.html
share/doc/qt/html/qstatusbar-m.png
@@ -1715,9 +1821,9 @@ share/doc/qt/html/qsyntaxhighlighter.html
share/doc/qt/html/qt-colors.png
share/doc/qt/html/qt-members.html
share/doc/qt/html/qt-template-lib.html
+share/doc/qt/html/qt.dcf
share/doc/qt/html/qt.html
-share/doc/qt/html/qt.xml
-share/doc/qt/html/qt31-class-chart.png
+share/doc/qt/html/qt32-class-chart.png
share/doc/qt/html/qtab-members.html
share/doc/qt/html/qtab.html
share/doc/qt/html/qtabbar-h.html
@@ -1741,8 +1847,6 @@ share/doc/qt/html/qtableselection-members.html
share/doc/qt/html/qtableselection.html
share/doc/qt/html/qtabletevent-members.html
share/doc/qt/html/qtabletevent.html
-share/doc/qt/html/qtablevw-m.png
-share/doc/qt/html/qtablevw-w.png
share/doc/qt/html/qtabwidget-h.html
share/doc/qt/html/qtabwidget-m.png
share/doc/qt/html/qtabwidget-members.html
@@ -1781,6 +1885,9 @@ share/doc/qt/html/qtextview.html
share/doc/qt/html/qthread-h.html
share/doc/qt/html/qthread-members.html
share/doc/qt/html/qthread.html
+share/doc/qt/html/qthreadstorage-h.html
+share/doc/qt/html/qthreadstorage-members.html
+share/doc/qt/html/qthreadstorage.html
share/doc/qt/html/qtime-members.html
share/doc/qt/html/qtime.html
share/doc/qt/html/qtimeedit-members.html
@@ -1795,6 +1902,9 @@ share/doc/qt/html/qtl.html
share/doc/qt/html/qtoolbar-h.html
share/doc/qt/html/qtoolbar-members.html
share/doc/qt/html/qtoolbar.html
+share/doc/qt/html/qtoolbox-h.html
+share/doc/qt/html/qtoolbox-members.html
+share/doc/qt/html/qtoolbox.html
share/doc/qt/html/qtoolbutton-h.html
share/doc/qt/html/qtoolbutton-members.html
share/doc/qt/html/qtoolbutton.html
@@ -1822,6 +1932,9 @@ share/doc/qt/html/qurlinfo.html
share/doc/qt/html/qurloperator-h.html
share/doc/qt/html/qurloperator-members.html
share/doc/qt/html/qurloperator.html
+share/doc/qt/html/quuid-h.html
+share/doc/qt/html/quuid-members.html
+share/doc/qt/html/quuid.html
share/doc/qt/html/qvalidator-h.html
share/doc/qt/html/qvalidator-members.html
share/doc/qt/html/qvalidator.html
@@ -1938,6 +2051,9 @@ share/doc/qt/html/qxmlreader-members.html
share/doc/qt/html/qxmlreader.html
share/doc/qt/html/qxmlsimplereader-members.html
share/doc/qt/html/qxmlsimplereader.html
+share/doc/qt/html/qxtwidget-h.html
+share/doc/qt/html/qxtwidget-members.html
+share/doc/qt/html/qxtwidget.html
share/doc/qt/html/rangecontrols-example.html
share/doc/qt/html/rd-add.png
share/doc/qt/html/rd-chooseanimage.png
@@ -2014,11 +2130,13 @@ share/doc/qt/html/scaling.png
share/doc/qt/html/scribble-example.html
share/doc/qt/html/scripts.html
share/doc/qt/html/scrollview-example.html
+share/doc/qt/html/search.png
share/doc/qt/html/session.html
share/doc/qt/html/session.png
share/doc/qt/html/shared.html
share/doc/qt/html/shclass.html
share/doc/qt/html/showimg-example.html
+share/doc/qt/html/sidebar.png
share/doc/qt/html/signalsandslots.html
share/doc/qt/html/simple-application-example.html
share/doc/qt/html/simple-application.html
@@ -2148,9 +2266,12 @@ share/doc/qt/html/timers.html
share/doc/qt/html/titleindex
share/doc/qt/html/toggleaction-example.html
share/doc/qt/html/toolbar.png
+share/doc/qt/html/toolbar1.png
share/doc/qt/html/tools-list.html
share/doc/qt/html/tools.html
share/doc/qt/html/tooltip-example.html
+share/doc/qt/html/toplevel-example.html
+share/doc/qt/html/trademarks.html
share/doc/qt/html/trivial-nsplugin-example.html
share/doc/qt/html/troll.html
share/doc/qt/html/tt1_en.png
@@ -2197,6 +2318,7 @@ share/doc/qt/html/unsmooth.png
share/doc/qt/html/validateaccelerators.png
share/doc/qt/html/validatephrases.png
share/doc/qt/html/validatepunctuation.png
+share/doc/qt/html/web.png
share/doc/qt/html/whatsthis
share/doc/qt/html/whatsthis.png
share/doc/qt/html/widgets-example.html
@@ -2248,6 +2370,10 @@ share/qt/mkspecs/hpux-g++-64/qmake.conf
share/qt/mkspecs/hpux-g++-64/qplatformdefs.h
share/qt/mkspecs/hpux-g++/qmake.conf
share/qt/mkspecs/hpux-g++/qplatformdefs.h
+share/qt/mkspecs/hpuxi-acc-32/qmake.conf
+share/qt/mkspecs/hpuxi-acc-32/qplatformdefs.h
+share/qt/mkspecs/hpuxi-acc-64/qmake.conf
+share/qt/mkspecs/hpuxi-acc-64/qplatformdefs.h
share/qt/mkspecs/hurd-g++/qmake.conf
share/qt/mkspecs/hurd-g++/qplatformdefs.h
share/qt/mkspecs/irix-cc-64/qmake.conf
@@ -2266,14 +2392,12 @@ share/qt/mkspecs/linux-icc/qmake.conf
share/qt/mkspecs/linux-icc/qplatformdefs.h
share/qt/mkspecs/linux-kcc/qmake.conf
share/qt/mkspecs/linux-kcc/qplatformdefs.h
+share/qt/mkspecs/linux-kylix/qmake.conf
+share/qt/mkspecs/linux-kylix/qplatformdefs.h
share/qt/mkspecs/linux-pgcc/qmake.conf
share/qt/mkspecs/linux-pgcc/qplatformdefs.h
share/qt/mkspecs/lynxos-g++/qmake.conf
share/qt/mkspecs/lynxos-g++/qplatformdefs.h
-share/qt/mkspecs/mac9-mwerks/mwerksapp.xml
-share/qt/mkspecs/mac9-mwerks/mwerkslib.xml
-share/qt/mkspecs/mac9-mwerks/qmake.conf
-share/qt/mkspecs/mac9-mwerks/qplatformdefs.h
share/qt/mkspecs/macx-g++/Info.plist.app
share/qt/mkspecs/macx-g++/qmake.conf
share/qt/mkspecs/macx-g++/qplatformdefs.h
@@ -2305,8 +2429,6 @@ share/qt/mkspecs/solaris-g++-64/qmake.conf
share/qt/mkspecs/solaris-g++-64/qplatformdefs.h
share/qt/mkspecs/solaris-g++/qmake.conf
share/qt/mkspecs/solaris-g++/qplatformdefs.h
-share/qt/mkspecs/solaris-kcc/qmake.conf
-share/qt/mkspecs/solaris-kcc/qplatformdefs.h
share/qt/mkspecs/tru64-cxx/qmake.conf
share/qt/mkspecs/tru64-cxx/qplatformdefs.h
share/qt/mkspecs/tru64-g++/qmake.conf
@@ -2339,12 +2461,20 @@ share/qt/phrasebooks/french.qph
share/qt/phrasebooks/german.qph
share/qt/phrasebooks/italian.qph
share/qt/phrasebooks/norwegian.qph
+share/qt/phrasebooks/russian.qph
share/qt/phrasebooks/spanish.qph
share/qt/phrasebooks/swedish.qph
share/qt/templates/Configuration_Dialog.ui
share/qt/templates/Dialog_with_Buttons_(Bottom).ui
share/qt/templates/Dialog_with_Buttons_(Right).ui
share/qt/templates/Tab_Dialog.ui
+translations/assistant_de.qm
+translations/qt_ar.qm
+translations/qt_de.qm
+translations/qt_fr.qm
+translations/qt_iw.qm
+translations/qt_ru.qm
+@dirrm translations
@dirrm share/qt/templates
@dirrm share/qt/phrasebooks
@dirrm share/qt/mkspecs/win32-watcom
@@ -2357,7 +2487,6 @@ share/qt/templates/Tab_Dialog.ui
@dirrm share/qt/mkspecs/unixware-cc
@dirrm share/qt/mkspecs/tru64-g++
@dirrm share/qt/mkspecs/tru64-cxx
-@dirrm share/qt/mkspecs/solaris-kcc
@dirrm share/qt/mkspecs/solaris-g++-64
@dirrm share/qt/mkspecs/solaris-g++
@dirrm share/qt/mkspecs/solaris-cc-64
@@ -2372,9 +2501,9 @@ share/qt/templates/Tab_Dialog.ui
@dirrm share/qt/mkspecs/macx-pbuilder
@dirrm share/qt/mkspecs/macx-mwerks
@dirrm share/qt/mkspecs/macx-g++
-@dirrm share/qt/mkspecs/mac9-mwerks
@dirrm share/qt/mkspecs/lynxos-g++
@dirrm share/qt/mkspecs/linux-pgcc
+@dirrm share/qt/mkspecs/linux-kylix
@dirrm share/qt/mkspecs/linux-kcc
@dirrm share/qt/mkspecs/linux-icc
@dirrm share/qt/mkspecs/linux-g++
@@ -2384,6 +2513,8 @@ share/qt/templates/Tab_Dialog.ui
@dirrm share/qt/mkspecs/irix-cc-64
@dirrm share/qt/mkspecs/irix-cc
@dirrm share/qt/mkspecs/hurd-g++
+@dirrm share/qt/mkspecs/hpuxi-acc-64
+@dirrm share/qt/mkspecs/hpuxi-acc-32
@dirrm share/qt/mkspecs/hpux-g++-64
@dirrm share/qt/mkspecs/hpux-g++
@dirrm share/qt/mkspecs/hpux-cc
@@ -2405,4 +2536,6 @@ share/qt/templates/Tab_Dialog.ui
@dirrm share/doc/qt
@dirrm lib/plugins/designer
@dirrm lib/plugins
+@dirrm lib/pkgconfig
@dirrm include/private
+@dirrm etc/settings