diff options
author | arved <arved@FreeBSD.org> | 2004-07-23 22:53:13 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-07-23 22:53:13 +0800 |
commit | a3490074bc1e56f07f4f01fae34b76b3ffb03533 (patch) | |
tree | bad1b19c570423686f419867ee60730f096311cd /x11-toolkits | |
parent | be7a3e3a513887b2593feeb0fc4cade0fd6201d0 (diff) | |
download | freebsd-ports-gnome-a3490074bc1e56f07f4f01fae34b76b3ffb03533.tar.gz freebsd-ports-gnome-a3490074bc1e56f07f4f01fae34b76b3ffb03533.tar.zst freebsd-ports-gnome-a3490074bc1e56f07f4f01fae34b76b3ffb03533.zip |
Retire QT2. QT3 was released a few years ago and QT4 will be released soon.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt2-static/Makefile | 18 | ||||
-rw-r--r-- | x11-toolkits/qt23/Makefile | 178 | ||||
-rw-r--r-- | x11-toolkits/qt23/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/qt23/files/manpages | 338 | ||||
-rw-r--r-- | x11-toolkits/qt23/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11-toolkits/qt23/files/patch-aa | 62 | ||||
-rw-r--r-- | x11-toolkits/qt23/files/patch-af | 31 | ||||
-rw-r--r-- | x11-toolkits/qt23/files/patch-ag | 52 | ||||
-rw-r--r-- | x11-toolkits/qt23/files/patch-ah | 31 | ||||
-rw-r--r-- | x11-toolkits/qt23/files/patch-configure | 11 | ||||
-rw-r--r-- | x11-toolkits/qt23/files/patch-designer::mainwindow.cpp | 32 | ||||
-rw-r--r-- | x11-toolkits/qt23/files/patch-qpsprinter.cpp | 11 | ||||
-rw-r--r-- | x11-toolkits/qt23/pkg-descr | 5 | ||||
-rw-r--r-- | x11-toolkits/qt23/pkg-plist | 1580 |
15 files changed, 0 insertions, 2364 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 2296749a19df..9bf17c7f0be0 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -155,8 +155,6 @@ SUBDIR += py-xlib SUBDIR += qscintilla SUBDIR += qt145 - SUBDIR += qt2-static - SUBDIR += qt23 SUBDIR += qt33 SUBDIR += qtpixmap SUBDIR += qwt diff --git a/x11-toolkits/qt2-static/Makefile b/x11-toolkits/qt2-static/Makefile deleted file mode 100644 index 9506a2dae1c3..000000000000 --- a/x11-toolkits/qt2-static/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: qt22-static -# Date created: 22 February 2001 -# Whom: alex -# -# $FreeBSD$ -# - -PORTNAME= qt -PKGNAMESUFFIX= -static -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org - -WANT_STATIC= yes - -MASTERDIR= ${.CURDIR}/../qt23 - -.include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile deleted file mode 100644 index 15875602a07c..000000000000 --- a/x11-toolkits/qt23/Makefile +++ /dev/null @@ -1,178 +0,0 @@ -# New ports collection makefile for: qt22 -# Date created: 17 Jul 1999 -# Whom: imura@kml.cs.titech.ac.jp -# -# $FreeBSD$ -# - -PORTNAME?= qt -PORTVERSION?= 2.3.1 -PORTREVISION?= 3 -CATEGORIES?= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ - ftp://ftp.chg.ru/pub/X11/qt/source/ -DISTNAME= qt-x11-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER?= ports@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 \ - Xft.2:${PORTSDIR}/x11-fonts/libXft - -DEPRECATED= "QT2 is obsolete" -EXPIRATION_DATE=2004-07-14 -CONFLICTS= qt-3.* - -NO_LATEST_LINK= yes -WRKSRC?= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_MESA= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_PERL5_BUILD=yes -HAS_CONFIGURE= yes -# YES, THIS PORT HAS ANTIALIASING SUPPORT IF YOUR XFREE86 SUPPORTS IT! -# JUST BECAUSE -xft IS NOT LISTED BELOW DOESN'T MEAN IT'S NOT THERE! -CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \ - -system-libmng -thread -no-opengl -no-g++-exceptions \ - -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \ - -L${LOCALBASE}/lib - -.if defined(QT_DEBUG) -CONFIGURE_ARGS+= -debug -.endif - -CONFIGURE_ENV= ${ECHO_CMD} yes | QTDIR=${WRKSRC} -.if defined(MAKE_JOBS) -MAKE_ARGS+= MAKE="${GMAKE} -j${MAKE_JOBS}" -.endif -MAKE_ENV+= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib - -CONFIG= ${WRKSRC}/configs/freebsd-g++-${STATIC} - -.if !defined(NOPORTDOCS) -.if (${PORTNAME} == "qt") -.include "files/manpages" -.endif -.endif - -.if defined(WANT_STATIC) -STATIC=static -CONFIGURE_ARGS+=-static -PLIST_SUB+= SHARED="@comment " STATIC="" -.else -STATIC=shared -INSTALLS_SHLIB=yes -PLIST_SUB+= SHARED="" STATIC="@comment " -.endif - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" && !defined(NO_ALPHA_UNOPTIMIZATION) -CFLAGS+= -O0 -.endif - -pre-fetch: -.if exists(${X11BASE}/lib/libqt2.so.3) -.if !defined(WANT_STATIC) - @${ECHO} "An older version of QT2 is installed. To avoid clobbering" - @${ECHO} "that installation, deinstall it and then install this port." - @${ECHO} "Note that this port contains beta-quality source code and" - @${ECHO} "must be used only wherever absolutely needed, such as for" - @${ECHO} "KDE 2.0 and later." - @${FALSE} -.endif -.endif -.if exists(${X11BASE}/lib/libqt-mt.so.3) - @${ECHO} - @${ECHO} " NOTICE" - @${ECHO} - @${ECHO} "You have QT3 files installed! Installing this port" - @${ECHO} "will result in conflicts between QT3 and QT2!" - @${FALSE} -.endif - -.if !target(qt-pre-configure) -qt-pre-configure: - @true -.endif - -pre-configure: qt-pre-configure - ${PERL} -pi -e "s,gcc,${CC},g; s,g\+\+,${CXX},g; \ - s,/usr/X11R6,${X11BASE},g;s,-O2,${CFLAGS},g; \ - s,-fno-exceptions,-fno-exceptions ${CXXFLAGS} -I/usr/include -D_PTH_H_ -D_PTH_PTHREAD_H_,g" ${CONFIG} - ${PERL} -pi -e "s,VER_MAJ = 2,VER_MAJ = 4,g; \ - s,TARGET = qt,TARGET = qt2,g" ${WRKSRC}/src/Makefile.in - ${PERL} -pi -e "s@TARGET\t= moc@TARGET = moc2@g" ${WRKSRC}/src/moc/Makefile.in - ${PERL} -pi -e "s,rm -f bin/moc,rm -f bin/moc2,g; \ - s,cp src/moc/moc bin/moc,cp src/moc/moc2 bin/moc2,g; \ - s,symlinks src-moc src-mt sub-src sub-tools sub-tutorial sub-examples,symlinks src-moc src-mt sub-src sub-tools,g" \ - ${WRKSRC}/Makefile -.if (${PORTNAME} == "qt") - ${PERL} -pi -e "s@\$$(MAKE) designer@@g; s@uic \\\@uic@g; \ - s@\t\tdesigner@@g" ${WRKSRC}/tools/designer/Makefile.in -.endif - -post-configure: - @(cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} symlinks) - -# Add hack to bring in support for GL. The last line is necessary to ensure that -# one can rebuild with the same tree and get the same results. -.if !target(do-build) -do-build: - (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) -.if !defined(WANT_STATIC) - (cd ${WRKSRC}/src ; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} opengl/qgl.o opengl/qgl_x11.o opengl/moc_qgl.o) - ${MV} ${WRKSRC}/lib/libqt2.so.4 ${WRKSRC}/lib/libqt2-real.so.4 - ${PERL} -pi.orig -e "s@ xml/qdom.o@xml/qdom.o opengl/qgl.o opengl/qgl_x11.o opengl/moc_qgl.o@g; \ - s@SYSCONF_LIBS_OPENGL =@SYSCONF_LIBS_OPENGL= ${PTHREAD_LIBS} -lGL -lGLU -lXmu@g ; \ - s@soname,lib[\\$$]\(TARGET\)\.so\.[\\$$]\(VER_MAJ\)@soname,libqtgl.so.4@g" ${WRKSRC}/src/Makefile - (cd ${WRKSRC}/src ; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} all) - ${CP} ${WRKSRC}/lib/libqt2.so.4 ${WRKSRC}/lib/libqtgl.so.4 - ${CP} ${WRKSRC}/lib/libqt2-real.so.4 ${WRKSRC}/lib/libqt2.so.4 - ${CP} ${WRKSRC}/src/Makefile.orig ${WRKSRC}/src/Makefile -.endif -.endif - -# XXX: This target looks like crap now. -do-install: -.if (${PORTNAME} == "qt") - ${MKDIR} ${PREFIX}/include/qt2 -.for BIN in moc2 uic - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${BIN} ${PREFIX}/bin -.endfor -.for SCRIPT in findtr qt20fix qtrename140 - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${SCRIPT} ${PREFIX}/bin -.endfor - ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qt2 -.if !defined(WANT_STATIC) -.for LIB in qt2 qt2-mt qtgl - ${INSTALL_PROGRAM} ${WRKSRC}/lib/lib${LIB}.so.4 ${PREFIX}/lib - ${LN} -sf ${PREFIX}/lib/lib${LIB}.so.4 ${PREFIX}/lib/lib${LIB}.so -.endfor - ${INSTALL_PROGRAM} ${WRKSRC}/lib/libqutil.so.1 ${PREFIX}/lib - ${LN} -sf ${PREFIX}/lib/libqutil.so.1 ${PREFIX}/lib/libqutil.so -.else -.for LIB in qt2 qutil - ${INSTALL_DATA} ${WRKSRC}/lib/lib${LIB}.a ${PREFIX}/lib -.endfor -.endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/qt2/html -.for FILE in ANNOUNCE FAQ PORTING README README.QT - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/doc/qt2 -.endfor -.for SUFFIX in g1n html png - (for FILE in ${WRKSRC}/doc/html/*.${SUFFIX}; do \ - ${INSTALL_DATA} $$FILE ${PREFIX}/share/doc/qt2/html; done) -.endfor -.for FILE in index titleindex propertyindex whatsthis - ${INSTALL_DATA} ${WRKSRC}/doc/html/${FILE} ${PREFIX}/share/doc/qt2/html -.endfor - ${INSTALL_MAN} ${WRKSRC}/doc/man/man3/q* ${PREFIX}/man/man3 -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/qt23/distinfo b/x11-toolkits/qt23/distinfo deleted file mode 100644 index 9d821d908759..000000000000 --- a/x11-toolkits/qt23/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (KDE/qt-x11-2.3.1.tar.gz) = 358d6dfbcbdc353b65b5236866b0f3a7 -SIZE (KDE/qt-x11-2.3.1.tar.gz) = 8967271 diff --git a/x11-toolkits/qt23/files/manpages b/x11-toolkits/qt23/files/manpages deleted file mode 100644 index f215941c455b..000000000000 --- a/x11-toolkits/qt23/files/manpages +++ /dev/null @@ -1,338 +0,0 @@ -MAN3= \ -qaccel.3qt \ -qaction.3qt \ -qactiongroup.3qt \ -qapplication.3qt \ -qarray.3qt \ -qasciicache.3qt \ -qasciicacheiterator.3qt \ -qasciidict.3qt \ -qasciidictiterator.3qt \ -qasyncio.3qt \ -qbitarray.3qt \ -qbitmap.3qt \ -qbitval.3qt \ -qboxlayout.3qt \ -qbrush.3qt \ -qbuffer.3qt \ -qbutton.3qt \ -qbuttongroup.3qt \ -qbytearray.3qt \ -qcache.3qt \ -qcacheiterator.3qt \ -qcanvas.3qt \ -qcanvasellipse.3qt \ -qcanvasitem.3qt \ -qcanvasline.3qt \ -qcanvaspixmap.3qt \ -qcanvaspixmaparray.3qt \ -qcanvaspolygon.3qt \ -qcanvaspolygonalitem.3qt \ -qcanvasrectangle.3qt \ -qcanvassprite.3qt \ -qcanvastext.3qt \ -qcanvasview.3qt \ -qcdestyle.3qt \ -qchar.3qt \ -qcharref.3qt \ -qcheckbox.3qt \ -qchecklistitem.3qt \ -qchildevent.3qt \ -qclipboard.3qt \ -qcloseevent.3qt \ -qcollection.3qt \ -qcolor.3qt \ -qcolordialog.3qt \ -qcolordrag.3qt \ -qcolorgroup.3qt \ -qcombobox.3qt \ -qcommonstyle.3qt \ -qconststring.3qt \ -qcopchannel.3qt \ -qcstring.3qt \ -qcursor.3qt \ -qcustomevent.3qt \ -qcustommenuitem.3qt \ -qdatapump.3qt \ -qdatasink.3qt \ -qdatasource.3qt \ -qdatastream.3qt \ -qdate.3qt \ -qdatetime.3qt \ -qdial.3qt \ -qdialog.3qt \ -qdict.3qt \ -qdictiterator.3qt \ -qdir.3qt \ -qdns.3qt \ -qdomattr.3qt \ -qdomcdatasection.3qt \ -qdomcharacterdata.3qt \ -qdomcomment.3qt \ -qdomdocument.3qt \ -qdomdocumentfragment.3qt \ -qdomdocumenttype.3qt \ -qdomelement.3qt \ -qdomentity.3qt \ -qdomentityreference.3qt \ -qdomimplementation.3qt \ -qdomnamednodemap.3qt \ -qdomnode.3qt \ -qdomnodelist.3qt \ -qdomnotation.3qt \ -qdomprocessinginstruction.3qt \ -qdomtext.3qt \ -qdoublevalidator.3qt \ -qdragenterevent.3qt \ -qdragleaveevent.3qt \ -qdragmoveevent.3qt \ -qdragobject.3qt \ -qdropevent.3qt \ -qdropsite.3qt \ -qeucjpcodec.3qt \ -qeuckrcodec.3qt \ -qevent.3qt \ -qfile.3qt \ -qfiledialog.3qt \ -qfileiconprovider.3qt \ -qfileinfo.3qt \ -qfilepreview.3qt \ -qfocusdata.3qt \ -qfocusevent.3qt \ -qfont.3qt \ -qfontdatabase.3qt \ -qfontdialog.3qt \ -qfontinfo.3qt \ -qfontmetrics.3qt \ -qframe.3qt \ -qftp.3qt \ -qgarray.3qt \ -qgbkcodec.3qt \ -qgcache.3qt \ -qgcacheiterator.3qt \ -qgdict.3qt \ -qgdictiterator.3qt \ -qgl.3qt \ -qglayoutiterator.3qt \ -qglcontext.3qt \ -qglformat.3qt \ -qglist.3qt \ -qglistiterator.3qt \ -qglwidget.3qt \ -qgrid.3qt \ -qgridlayout.3qt \ -qgroupbox.3qt \ -qguardedptr.3qt \ -qgvector.3qt \ -qhbox.3qt \ -qhboxlayout.3qt \ -qhbuttongroup.3qt \ -qheader.3qt \ -qhgroupbox.3qt \ -qhideevent.3qt \ -qhostaddress.3qt \ -qicondrag.3qt \ -qicondragitem.3qt \ -qiconset.3qt \ -qiconview.3qt \ -qiconviewitem.3qt \ -qimage.3qt \ -qimageconsumer.3qt \ -qimagedecoder.3qt \ -qimagedrag.3qt \ -qimageformat.3qt \ -qimageformattype.3qt \ -qimageio.3qt \ -qinputdialog.3qt \ -qintcache.3qt \ -qintcacheiterator.3qt \ -qintdict.3qt \ -qintdictiterator.3qt \ -qinterlacestyle.3qt \ -qintvalidator.3qt \ -qiodevice.3qt \ -qiodevicesource.3qt \ -qjiscodec.3qt \ -qjpunicodeconv.3qt \ -qkeyevent.3qt \ -qlabel.3qt \ -qlayout.3qt \ -qlayoutitem.3qt \ -qlayoutiterator.3qt \ -qlcdnumber.3qt \ -qlineedit.3qt \ -qlist.3qt \ -qlistbox.3qt \ -qlistboxitem.3qt \ -qlistboxpixmap.3qt \ -qlistboxtext.3qt \ -qlistiterator.3qt \ -qlistview.3qt \ -qlistviewitem.3qt \ -qlistviewitemiterator.3qt \ -qlnode.3qt \ -qlocalfs.3qt \ -qmainwindow.3qt \ -qmap.3qt \ -qmapconstiterator.3qt \ -qmapiterator.3qt \ -qmenubar.3qt \ -qmenudata.3qt \ -qmessagebox.3qt \ -qmetaobject.3qt \ -qmetaproperty.3qt \ -qmimesource.3qt \ -qmimesourcefactory.3qt \ -qmotifplusstyle.3qt \ -qmotifstyle.3qt \ -qmouseevent.3qt \ -qmoveevent.3qt \ -qmovie.3qt \ -qmultilineedit.3qt \ -qmutex.3qt \ -qnetworkoperation.3qt \ -qnetworkprotocol.3qt \ -qnpinstance.3qt \ -qnplugin.3qt \ -qnpstream.3qt \ -qnpwidget.3qt \ -qobject.3qt \ -qpaintdevice.3qt \ -qpaintdevicemetrics.3qt \ -qpainter.3qt \ -qpaintevent.3qt \ -qpalette.3qt \ -qpen.3qt \ -qpicture.3qt \ -qpixmap.3qt \ -qpixmapcache.3qt \ -qplatinumstyle.3qt \ -qpngimagepacker.3qt \ -qpoint.3qt \ -qpointarray.3qt \ -qpopupmenu.3qt \ -qprinter.3qt \ -qprogressbar.3qt \ -qprogressdialog.3qt \ -qptrdict.3qt \ -qptrdictiterator.3qt \ -qpushbutton.3qt \ -qqueue.3qt \ -qradiobutton.3qt \ -qrangecontrol.3qt \ -qrect.3qt \ -qregexp.3qt \ -qregion.3qt \ -qresizeevent.3qt \ -qscreencursor.3qt \ -qscrollbar.3qt \ -qscrollview.3qt \ -qsemaphore.3qt \ -qsemimodal.3qt \ -qserversocket.3qt \ -qsessionmanager.3qt \ -qsgistyle.3qt \ -qshared.3qt \ -qshowevent.3qt \ -qsignal.3qt \ -qsignalmapper.3qt \ -qsimplerichtext.3qt \ -qsize.3qt \ -qsizegrip.3qt \ -qsizepolicy.3qt \ -qsjiscodec.3qt \ -qslider.3qt \ -qsocket.3qt \ -qsocketdevice.3qt \ -qsocketnotifier.3qt \ -qsortedlist.3qt \ -qsound.3qt \ -qspaceritem.3qt \ -qspinbox.3qt \ -qsplitter.3qt \ -qstack.3qt \ -qstatusbar.3qt \ -qstoreddrag.3qt \ -qstrilist.3qt \ -qstring.3qt \ -qstringlist.3qt \ -qstrlist.3qt \ -qstrlistiterator.3qt \ -qstyle.3qt \ -qstylesheet.3qt \ -qstylesheetitem.3qt \ -qt.3qt \ -qtab.3qt \ -qtabbar.3qt \ -qtabdialog.3qt \ -qtable.3qt \ -qtableitem.3qt \ -qtableselection.3qt \ -qtableview.3qt \ -qtabwidget.3qt \ -qtextbrowser.3qt \ -qtextcodec.3qt \ -qtextdecoder.3qt \ -qtextdrag.3qt \ -qtextencoder.3qt \ -qtextistream.3qt \ -qtextostream.3qt \ -qtextstream.3qt \ -qtextview.3qt \ -qthread.3qt \ -qtime.3qt \ -qtimer.3qt \ -qtimerevent.3qt \ -qtoolbar.3qt \ -qtoolbutton.3qt \ -qtooltip.3qt \ -qtooltipgroup.3qt \ -qtranslator.3qt \ -qtranslatormessage.3qt \ -qtsciicodec.3qt \ -quridrag.3qt \ -qurl.3qt \ -qurloperator.3qt \ -qvalidator.3qt \ -qvaluelist.3qt \ -qvaluelistconstiterator.3qt \ -qvaluelistiterator.3qt \ -qvaluestack.3qt \ -qvariant.3qt \ -qvbox.3qt \ -qvboxlayout.3qt \ -qvbuttongroup.3qt \ -qvector.3qt \ -qvgroupbox.3qt \ -qwaitcondition.3qt \ -qwhatsthis.3qt \ -qwheelevent.3qt \ -qwidget.3qt \ -qwidgetitem.3qt \ -qwidgetstack.3qt \ -qwindowsstyle.3qt \ -qwizard.3qt \ -qwmatrix.3qt \ -qworkspace.3qt \ -qwsdecoration.3qt \ -qwskeyboardhandler.3qt \ -qwsmousehandler.3qt \ -qwsserver.3qt \ -qwswindow.3qt \ -qxmlattributes.3qt \ -qxmlcontenthandler.3qt \ -qxmldeclhandler.3qt \ -qxmldefaulthandler.3qt \ -qxmldtdhandler.3qt \ -qxmlentityresolver.3qt \ -qxmlerrorhandler.3qt \ -qxmlinputsource.3qt \ -qxmllexicalhandler.3qt \ -qxmllocator.3qt \ -qxmlnamespacesupport.3qt \ -qxmlparseexception.3qt \ -qxmlreader.3qt \ -qxmlsimplereader.3qt \ -qxtapplication.3qt \ -qxtwidget.3qt \ - diff --git a/x11-toolkits/qt23/files/patch-Makefile.in b/x11-toolkits/qt23/files/patch-Makefile.in deleted file mode 100644 index 632a62088d2f..000000000000 --- a/x11-toolkits/qt23/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Wed Jun 13 01:57:02 2001 -+++ src/Makefile.in Sun Feb 9 23:31:39 2003 -@@ -8,7 +8,7 @@ - CFLAGS = $(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) $(QT_CFLAGS_OPT) - INCPATH = - LFLAGS = $(SYSCONF_LFLAGS_OPENGL) $(SYSCONF_LFLAGS_X11) $(SYSCONF_RPATH_X11) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) --LIBS = $(SUBLIBS) $(SYSCONF_LIBS_OPENGL) $(SYSCONF_LIBS_X11) $(SYSCONF_LIBS_QTLIB) -+LIBS = $(SUBLIBS) $(SYSCONF_LIBS_OPENGL) $(SYSCONF_LIBS_X11) $(SYSCONF_LIBS_QTLIB) `pkg-config xft --libs` - MOC = $(SYSCONF_MOC) - UIC = $(SYSCONF_UIC) - diff --git a/x11-toolkits/qt23/files/patch-aa b/x11-toolkits/qt23/files/patch-aa deleted file mode 100644 index bc5939bc401f..000000000000 --- a/x11-toolkits/qt23/files/patch-aa +++ /dev/null @@ -1,62 +0,0 @@ ---- configs/freebsd-g++-shared Fri Jan 4 21:35:53 2002 -+++ configs/freebsd-g++-shared.new Fri Jan 4 21:37:33 2002 -@@ -6,7 +6,7 @@ - - # Compiling with support libraries - SYSCONF_CXXFLAGS_X11 = -I/usr/X11R6/include --SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include -+SYSCONF_CXXFLAGS_QT= -I$(QTDIR)/include $(SYSCONF_CXXFLAGS_THREAD) - SYSCONF_CXXFLAGS_OPENGL = -I/usr/X11R6/include - - # Compiling YACC output -@@ -23,7 +23,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) $(SYSCONF_LFLAGS_THREAD) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -46,7 +46,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic -@@ -57,16 +57,15 @@ - # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH) - # - SYSCONF_LINK_SHLIB = g++ --SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) --SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \ -+SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) -+SYSCONF_LINK_LIB_SHARED = \ -+ $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \ - $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS) && \ - mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR) && \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) -+ rm -f lib$(TARGET).so;\ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so - - # Linking static libraries - # - Build the $(TARGET) library, eg. lib$(TARGET).a -@@ -77,8 +76,8 @@ - SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) - # Compiling application source --SYSCONF_CXXFLAGS = -pipe -fno-exceptions -O2 --SYSCONF_CFLAGS = -pipe -fno-exceptions -O2 -+SYSCONF_CXXFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -O2 -+SYSCONF_CFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -O2 - # Default link type (static linking is still be used where required) - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) diff --git a/x11-toolkits/qt23/files/patch-af b/x11-toolkits/qt23/files/patch-af deleted file mode 100644 index 552e44010c15..000000000000 --- a/x11-toolkits/qt23/files/patch-af +++ /dev/null @@ -1,31 +0,0 @@ ---- configs/freebsd-g++-static.orig Wed Oct 4 12:55:09 2000 -+++ configs/freebsd-g++-static Sat Nov 18 20:02:46 2000 -@@ -23,7 +23,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -46,7 +46,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic -@@ -77,8 +77,8 @@ - SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) - # Compiling application source --SYSCONF_CXXFLAGS = -pipe -fno-exceptions -O2 --SYSCONF_CFLAGS = -pipe -fno-exceptions -O2 -+SYSCONF_CXXFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -O -fno-exceptions -+SYSCONF_CFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -O -fno-exceptions - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_STATIC) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_STATIC) - # Compiling library source diff --git a/x11-toolkits/qt23/files/patch-ag b/x11-toolkits/qt23/files/patch-ag deleted file mode 100644 index ba5e83f30d70..000000000000 --- a/x11-toolkits/qt23/files/patch-ag +++ /dev/null @@ -1,52 +0,0 @@ ---- configs/freebsd-g++-shared-debug.orig Thu Jun 21 09:27:41 2001 -+++ configs/freebsd-g++-shared-debug Thu Jun 21 09:31:12 2001 -@@ -6,7 +6,7 @@ - - # Compiling with support libraries - SYSCONF_CXXFLAGS_X11 = -I/usr/X11R6/include --SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include -+SYSCONF_CXXFLAGS_QT = -I$(QTDIR)/include $(SYSCONF_CXXFLAGS_THREAD) - SYSCONF_CXXFLAGS_OPENGL = -I/usr/X11R6/include - - # Compiling YACC output -@@ -23,7 +23,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) $(SYSCONF_LFLAGS_THREAD) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -46,7 +46,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic -@@ -60,1 +60,1 @@ --SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH) -+SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ) -@@ -65,6 +65,4 @@ - cd $(DESTDIR) && \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) -+ rm -f lib$(TARGET).so;\ -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so - -@@ -77,8 +75,8 @@ - SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) - # Compiling application source --SYSCONF_CXXFLAGS = -pipe -fno-exceptions -g --SYSCONF_CFLAGS = -pipe -fno-exceptions -g -+SYSCONF_CXXFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -g -+SYSCONF_CFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -g - # Default link type (static linking is still be used where required) - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) diff --git a/x11-toolkits/qt23/files/patch-ah b/x11-toolkits/qt23/files/patch-ah deleted file mode 100644 index 790190fef52f..000000000000 --- a/x11-toolkits/qt23/files/patch-ah +++ /dev/null @@ -1,31 +0,0 @@ ---- configs/freebsd-g++-static-debug.orig Thu Jun 21 09:32:21 2001 -+++ configs/freebsd-g++-static-debug Thu Jun 21 09:33:08 2001 -@@ -23,7 +23,7 @@ - SYSCONF_LIBS_X11 = -lXext -lX11 -lm - # Qt, Qt+OpenGL - SYSCONF_LFLAGS_QT = -L$(QTDIR)/lib --SYSCONF_LIBS_QT = -lqt$(QT_THREAD_SUFFIX) -+SYSCONF_LIBS_QT = -lqt2$(QT_THREAD_SUFFIX) - SYSCONF_LIBS_QT_OPENGL = - # OpenGL - SYSCONF_LFLAGS_OPENGL = -L/usr/X11R6/lib -@@ -46,7 +46,7 @@ - SYSCONF_LIBS_THREAD = - - # Meta-object compiler --SYSCONF_MOC = $(QTDIR)/bin/moc -+SYSCONF_MOC = $(QTDIR)/bin/moc2 - - # UI compiler - SYSCONF_UIC = $(QTDIR)/bin/uic -@@ -77,8 +77,8 @@ - SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) - # Compiling application source --SYSCONF_CXXFLAGS = -pipe -fno-exceptions -g --SYSCONF_CFLAGS = -pipe -fno-exceptions -g -+SYSCONF_CXXFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -g -+SYSCONF_CFLAGS = -DQT_PREFIX=\"${PREFIX}\" -pipe -fno-exceptions -g - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_STATIC) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_STATIC) - # Compiling library source diff --git a/x11-toolkits/qt23/files/patch-configure b/x11-toolkits/qt23/files/patch-configure deleted file mode 100644 index 40db4b2ee613..000000000000 --- a/x11-toolkits/qt23/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Jun 13 01:57:02 2001 -+++ configure Mon Feb 17 18:54:28 2003 -@@ -1209,7 +1209,7 @@ - fi - - [ "x$SM" = "xyes" ] && QT_LIBS="${QT_LIBS} -lSM -lICE" --[ "x$XFT" = "xyes" ] && QT_LIBS="${QT_LIBS} -lXft" -+[ "x$XFT" = "xyes" ] && QT_LIBS="${QT_LIBS} `pkg-config xft --libs`" - if [ -z "$EMB" -o "$SHARED" = no ] - then - [ "x$LIBPNG" = "xyes" ] && QT_MODOBJ=$QT_MODOBJ' $(PNG_OBJECTS)' diff --git a/x11-toolkits/qt23/files/patch-designer::mainwindow.cpp b/x11-toolkits/qt23/files/patch-designer::mainwindow.cpp deleted file mode 100644 index eddf54f011d9..000000000000 --- a/x11-toolkits/qt23/files/patch-designer::mainwindow.cpp +++ /dev/null @@ -1,32 +0,0 @@ ---- tools/designer/designer/mainwindow.cpp 2000/11/18 17:50:58 1.1 -+++ tools/designer/designer/mainwindow.cpp 2000/11/18 17:53:21 -@@ -125,7 +125,7 @@ - : QMainWindow( 0, "mainwindow", WType_TopLevel | WDestructiveClose ), - #endif - grd( 10, 10 ), sGrid( TRUE ), snGrid( TRUE ), restoreConfig( TRUE ), splashScreen( TRUE ), -- docPath( "$QTDIR/doc/html" ), client( asClient ) -+ docPath( QT_PREFIX "/share/doc/qt2/html" ), client( asClient ) - { - self = this; - setIcon( PixmapChooser::loadPixmap( "logo" ) ); -@@ -3144,7 +3144,7 @@ - QMessageBox::information( this, tr( "Create Template" ), tr( "Couldn't create the template" ) ); - return; - } -- fn.prepend( QString( getenv( "QTDIR" ) ) + "/tools/designer/templates/" ); -+ fn.prepend( QT_PREFIX "/share/qt2/designer/templates/" ); - fn.append( ".ui" ); - QFile f( fn ); - if ( !f.open( IO_WriteOnly ) ) { -@@ -3236,9 +3236,9 @@ - - void MainWindow::openHelpForDialog( const QString &dia ) - { -- QString manualdir = QString( getenv( "QTDIR" ) ) + "/tools/designer/manual/book1.html"; -+ QString manualdir = QT_PREFIX "/share/qt2/designer/manual/book1.html"; - if ( !QFile::exists( manualdir ) ) -- manualdir = QString( getenv( "QTDIR" ) ) + "/doc/html/designer/book1.html"; -+ manualdir = QT_PREFIX "/share/doc/qt2/html/designer/book1.html"; - QFile file( manualdir ); - if ( !file.open( IO_ReadOnly ) ) - return; diff --git a/x11-toolkits/qt23/files/patch-qpsprinter.cpp b/x11-toolkits/qt23/files/patch-qpsprinter.cpp deleted file mode 100644 index 21b9fdf561a6..000000000000 --- a/x11-toolkits/qt23/files/patch-qpsprinter.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/kernel/qpsprinter.cpp.orig Wed Jun 13 01:53:46 2001 -+++ src/kernel/qpsprinter.cpp Sun Feb 9 22:48:14 2003 -@@ -2772,7 +2772,7 @@ - - - #ifndef _OS_OSF_ --extern "C" char* getenv(char*); -+extern "C" char* getenv(const char*); - #endif - - QPSPrinterFontTTF::QPSPrinterFontTTF(const QFont &f, QByteArray& d) diff --git a/x11-toolkits/qt23/pkg-descr b/x11-toolkits/qt23/pkg-descr deleted file mode 100644 index 78327aaabb1c..000000000000 --- a/x11-toolkits/qt23/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in share/doc/qt2 and is also available on -the web. - -WWW: http://doc.trolltech.com/ diff --git a/x11-toolkits/qt23/pkg-plist b/x11-toolkits/qt23/pkg-plist deleted file mode 100644 index 8b7682a9c868..000000000000 --- a/x11-toolkits/qt23/pkg-plist +++ /dev/null @@ -1,1580 +0,0 @@ -bin/findtr -bin/moc2 -bin/qt20fix -bin/qtrename140 -bin/uic -include/qt2/jri.h -include/qt2/jritypes.h -include/qt2/npapi.h -include/qt2/npupp.h -include/qt2/q1xcompatibility.h -include/qt2/qabstractlayout.h -include/qt2/qaccel.h -include/qt2/qaction.h -include/qt2/qapp.h -include/qt2/qapplication.h -include/qt2/qarray.h -include/qt2/qasciicache.h -include/qt2/qasciidict.h -include/qt2/qasyncimageio.h -include/qt2/qasyncio.h -include/qt2/qbig5codec.h -include/qt2/qbitarray.h -include/qt2/qbitarry.h -include/qt2/qbitmap.h -include/qt2/qbrush.h -include/qt2/qbttngrp.h -include/qt2/qbuffer.h -include/qt2/qbutton.h -include/qt2/qbuttongroup.h -include/qt2/qcache.h -include/qt2/qcanvas.h -include/qt2/qcdestyle.h -include/qt2/qcheckbox.h -include/qt2/qchkbox.h -include/qt2/qclipboard.h -include/qt2/qclipbrd.h -include/qt2/qcollect.h -include/qt2/qcollection.h -include/qt2/qcolor.h -include/qt2/qcolordialog.h -include/qt2/qcombo.h -include/qt2/qcombobox.h -include/qt2/qcommonstyle.h -include/qt2/qconfig-dist.h -include/qt2/qconfig-large.h -include/qt2/qconfig-medium.h -include/qt2/qconfig-minimal.h -include/qt2/qconfig-small.h -include/qt2/qconfig.h -include/qt2/qconnect.h -include/qt2/qconnection.h -include/qt2/qcstring.h -include/qt2/qcursor.h -include/qt2/qdatastream.h -include/qt2/qdatetime.h -include/qt2/qdatetm.h -include/qt2/qdial.h -include/qt2/qdialog.h -include/qt2/qdict.h -include/qt2/qdir.h -include/qt2/qdns.h -include/qt2/qdom.h -include/qt2/qdragobject.h -include/qt2/qdrawutil.h -include/qt2/qdrawutl.h -include/qt2/qdropsite.h -include/qt2/qdstream.h -include/qt2/qeucjpcodec.h -include/qt2/qeuckrcodec.h -include/qt2/qevent.h -include/qt2/qfeatures.h -include/qt2/qfile.h -include/qt2/qfiledef.h -include/qt2/qfiledialog.h -include/qt2/qfiledlg.h -include/qt2/qfileinf.h -include/qt2/qfileinfo.h -include/qt2/qfocusdata.h -include/qt2/qfont.h -include/qt2/qfontdatabase.h -include/qt2/qfontdialog.h -include/qt2/qfontdta.h -include/qt2/qfontinf.h -include/qt2/qfontinfo.h -include/qt2/qfontmet.h -include/qt2/qfontmetrics.h -include/qt2/qframe.h -include/qt2/qftp.h -include/qt2/qgarray.h -include/qt2/qgbkcodec.h -include/qt2/qgcache.h -include/qt2/qgdict.h -include/qt2/qgeneric.h -include/qt2/qgif.h -include/qt2/qgl.h -include/qt2/qglist.h -include/qt2/qglobal.h -include/qt2/qgrid.h -include/qt2/qgroupbox.h -include/qt2/qgrpbox.h -include/qt2/qguardedptr.h -include/qt2/qgvector.h -include/qt2/qhbox.h -include/qt2/qhbuttongroup.h -include/qt2/qheader.h -include/qt2/qhgroupbox.h -include/qt2/qhostaddress.h -include/qt2/qiconset.h -include/qt2/qiconview.h -include/qt2/qimage.h -include/qt2/qinputdialog.h -include/qt2/qintcach.h -include/qt2/qintcache.h -include/qt2/qintdict.h -include/qt2/qinterlacestyle.h -include/qt2/qiodev.h -include/qt2/qiodevice.h -include/qt2/qjiscodec.h -include/qt2/qjpegio.h -include/qt2/qjpunicode.h -include/qt2/qkeycode.h -include/qt2/qkoi8codec.h -include/qt2/qlabel.h -include/qt2/qlayout.h -include/qt2/qlcdnum.h -include/qt2/qlcdnumber.h -include/qt2/qlined.h -include/qt2/qlineedit.h -include/qt2/qlist.h -include/qt2/qlistbox.h -include/qt2/qlistview.h -include/qt2/qlocalfs.h -include/qt2/qmainwindow.h -include/qt2/qmap.h -include/qt2/qmenubar.h -include/qt2/qmenudata.h -include/qt2/qmenudta.h -include/qt2/qmessagebox.h -include/qt2/qmetaobj.h -include/qt2/qmetaobject.h -include/qt2/qmime.h -include/qt2/qmlined.h -include/qt2/qmngio.h -include/qt2/qmodules.h -include/qt2/qmotifplusstyle.h -include/qt2/qmotifstyle.h -include/qt2/qmovie.h -include/qt2/qmsgbox.h -include/qt2/qmultilinedit.h -include/qt2/qmultilineedit.h -include/qt2/qnamespace.h -include/qt2/qnetwork.h -include/qt2/qnetworkprotocol.h -include/qt2/qnp.h -include/qt2/qobjcoll.h -include/qt2/qobjdefs.h -include/qt2/qobject.h -include/qt2/qobjectdefs.h -include/qt2/qobjectdict.h -include/qt2/qobjectlist.h -include/qt2/qpaintd.h -include/qt2/qpaintdc.h -include/qt2/qpaintdevice.h -include/qt2/qpaintdevicedefs.h -include/qt2/qpaintdevicemetrics.h -include/qt2/qpainter.h -include/qt2/qpalette.h -include/qt2/qpdevmet.h -include/qt2/qpen.h -include/qt2/qpicture.h -include/qt2/qpixmap.h -include/qt2/qpixmapcache.h -include/qt2/qplatinumstyle.h -include/qt2/qpmcache.h -include/qt2/qpngio.h -include/qt2/qpntarry.h -include/qt2/qpoint.h -include/qt2/qpointarray.h -include/qt2/qpolygonscanner.h -include/qt2/qpopmenu.h -include/qt2/qpopupmenu.h -include/qt2/qprintdialog.h -include/qt2/qprinter.h -include/qt2/qprndlg.h -include/qt2/qprogbar.h -include/qt2/qprogdlg.h -include/qt2/qprogressbar.h -include/qt2/qprogressdialog.h -include/qt2/qpsprn.h -include/qt2/qptrdict.h -include/qt2/qpushbt.h -include/qt2/qpushbutton.h -include/qt2/qqueue.h -include/qt2/qradiobt.h -include/qt2/qradiobutton.h -include/qt2/qrangecontrol.h -include/qt2/qrangect.h -include/qt2/qrect.h -include/qt2/qregexp.h -include/qt2/qregion.h -include/qt2/qrtlcodec.h -include/qt2/qscrbar.h -include/qt2/qscrollbar.h -include/qt2/qscrollview.h -include/qt2/qsemimodal.h -include/qt2/qserversocket.h -include/qt2/qsession.h -include/qt2/qsessionmanager.h -include/qt2/qsgistyle.h -include/qt2/qshared.h -include/qt2/qsignal.h -include/qt2/qsignalmapper.h -include/qt2/qsignalslotimp.h -include/qt2/qsimplerichtext.h -include/qt2/qsize.h -include/qt2/qsizegrip.h -include/qt2/qsizepolicy.h -include/qt2/qsjiscodec.h -include/qt2/qslider.h -include/qt2/qsmartptr.h -include/qt2/qsocket.h -include/qt2/qsocketdevice.h -include/qt2/qsocketnotifier.h -include/qt2/qsocknot.h -include/qt2/qsortedlist.h -include/qt2/qsound.h -include/qt2/qspinbox.h -include/qt2/qsplitter.h -include/qt2/qstack.h -include/qt2/qstatusbar.h -include/qt2/qstring.h -include/qt2/qstringlist.h -include/qt2/qstrlist.h -include/qt2/qstrvec.h -include/qt2/qstyle.h -include/qt2/qstylesheet.h -include/qt2/qt.h -include/qt2/qt_x11.h -include/qt2/qtabbar.h -include/qt2/qtabdialog.h -include/qt2/qtabdlg.h -include/qt2/qtable.h -include/qt2/qtableview.h -include/qt2/qtablevw.h -include/qt2/qtabwidget.h -include/qt2/qtextbrowser.h -include/qt2/qtextcodec.h -include/qt2/qtextstream.h -include/qt2/qtextview.h -include/qt2/qthread.h -include/qt2/qtimer.h -include/qt2/qtl.h -include/qt2/qtoolbar.h -include/qt2/qtoolbutton.h -include/qt2/qtooltip.h -include/qt2/qtranslator.h -include/qt2/qtsciicodec.h -include/qt2/qtstream.h -include/qt2/qurl.h -include/qt2/qurlinfo.h -include/qt2/qurloperator.h -include/qt2/qutfcodec.h -include/qt2/qvalidator.h -include/qt2/qvaluelist.h -include/qt2/qvaluestack.h -include/qt2/qvariant.h -include/qt2/qvbox.h -include/qt2/qvbuttongroup.h -include/qt2/qvector.h -include/qt2/qvfbhdr.h -include/qt2/qvgroupbox.h -include/qt2/qwhatsthis.h -include/qt2/qwidcoll.h -include/qt2/qwidget.h -include/qt2/qwidgetintdict.h -include/qt2/qwidgetlist.h -include/qt2/qwidgetstack.h -include/qt2/qwindefs.h -include/qt2/qwindow.h -include/qt2/qwindowdefs.h -include/qt2/qwindowsstyle.h -include/qt2/qwizard.h -include/qt2/qwmatrix.h -include/qt2/qworkspace.h -include/qt2/qxml.h -include/qt2/qxt.h -%%SHARED%%lib/libqt2-mt.so -%%SHARED%%lib/libqt2-mt.so.4 -%%SHARED%%lib/libqt2.so -%%SHARED%%lib/libqt2.so.4 -%%SHARED%%lib/libqtgl.so -%%SHARED%%lib/libqtgl.so.4 -%%SHARED%%lib/libqutil.so -%%SHARED%%lib/libqutil.so.1 -%%STATIC%%lib/libqt2.a -%%STATIC%%lib/libqutil.a -share/doc/qt2/ANNOUNCE -share/doc/qt2/FAQ -share/doc/qt2/PORTING -share/doc/qt2/README -share/doc/qt2/README.QT -share/doc/qt2/html/HOWTO-framebuffer.html -share/doc/qt2/html/aboutqt.html -share/doc/qt2/html/abstractwidgets.html -share/doc/qt2/html/accel.html -share/doc/qt2/html/accelerators.html -share/doc/qt2/html/aclock-main-cpp.html -share/doc/qt2/html/action-main-cpp.html -share/doc/qt2/html/addressbook-main-cpp.html -share/doc/qt2/html/advanced.html -share/doc/qt2/html/annotated.html -share/doc/qt2/html/appearance.html -share/doc/qt2/html/appicon.html -share/doc/qt2/html/application-main-cpp.html -share/doc/qt2/html/application.html -share/doc/qt2/html/basic.html -share/doc/qt2/html/bearings.png -share/doc/qt2/html/biff-main-cpp.html -share/doc/qt2/html/book.png -share/doc/qt2/html/bughowto.html -share/doc/qt2/html/buttongroup-m.png -share/doc/qt2/html/buttongroup-w.png -share/doc/qt2/html/buttongroups-main-cpp.html -share/doc/qt2/html/buyhowto.html -share/doc/qt2/html/canvas.html -share/doc/qt2/html/casestudy-qws.html -share/doc/qt2/html/changes21.html -share/doc/qt2/html/changes211.html -share/doc/qt2/html/changes22.html -share/doc/qt2/html/changes23.html -share/doc/qt2/html/charinput-qws.html -share/doc/qt2/html/checklists-main-cpp.html -share/doc/qt2/html/classes.html -share/doc/qt2/html/collection.html -share/doc/qt2/html/commonproblems.html -share/doc/qt2/html/coordsys.html -share/doc/qt2/html/coordsys.png -share/doc/qt2/html/credits.html -share/doc/qt2/html/cursor-cursor-cpp.html -share/doc/qt2/html/customlayout-main-cpp.html -share/doc/qt2/html/customlayout.html -share/doc/qt2/html/datastreamformat.html -share/doc/qt2/html/dclock-main-cpp.html -share/doc/qt2/html/debug.html -share/doc/qt2/html/design.html -share/doc/qt2/html/designer.html -share/doc/qt2/html/designer.png -share/doc/qt2/html/desktop-desktop-cpp.html -share/doc/qt2/html/dialogs.html -share/doc/qt2/html/dirview-main-cpp.html -share/doc/qt2/html/dnd.html -share/doc/qt2/html/dochead.png -share/doc/qt2/html/draganddrop.html -share/doc/qt2/html/drawdemo-drawdemo-cpp.html -share/doc/qt2/html/drawing.html -share/doc/qt2/html/drawlines-connect-cpp.html -share/doc/qt2/html/easteregg.html -share/doc/qt2/html/easteregg2.html -share/doc/qt2/html/embedclasses.html -share/doc/qt2/html/environment.html -share/doc/qt2/html/envvars.html -share/doc/qt2/html/eventsandfilters.html -share/doc/qt2/html/examples.html -share/doc/qt2/html/face.png -share/doc/qt2/html/features.html -share/doc/qt2/html/fileiconview-main-cpp.html -share/doc/qt2/html/focus.html -share/doc/qt2/html/fontdir.html -share/doc/qt2/html/fonts-qws.html -share/doc/qt2/html/forever-forever-cpp.html -share/doc/qt2/html/frames.png -share/doc/qt2/html/functions.html -share/doc/qt2/html/geomanagement.html -share/doc/qt2/html/geometry.html -share/doc/qt2/html/geometry.png -share/doc/qt2/html/gpl.html -share/doc/qt2/html/graph.g1n -share/doc/qt2/html/grapher-grapher-cpp.html -share/doc/qt2/html/gridlayout.png -share/doc/qt2/html/groupbox-m.png -share/doc/qt2/html/groupbox-w.png -share/doc/qt2/html/guibooks.html -share/doc/qt2/html/headers.html -share/doc/qt2/html/hello-main-cpp.html -share/doc/qt2/html/helpsystem.html -share/doc/qt2/html/helpviewer-main-cpp.html -share/doc/qt2/html/hierarchy.html -share/doc/qt2/html/i18n-main-cpp.html -share/doc/qt2/html/i18n.html -share/doc/qt2/html/iconview-main-cpp.html -share/doc/qt2/html/iconview.html -share/doc/qt2/html/imageio.html -share/doc/qt2/html/images.html -share/doc/qt2/html/index -share/doc/qt2/html/index.html -share/doc/qt2/html/install-qws.html -share/doc/qt2/html/install-win.html -share/doc/qt2/html/install-x11.html -share/doc/qt2/html/installation.html -share/doc/qt2/html/io.html -share/doc/qt2/html/keyfeatures21.html -share/doc/qt2/html/keyfeatures22.html -share/doc/qt2/html/layout-layout-cpp.html -share/doc/qt2/html/layout.html -share/doc/qt2/html/letter.png -share/doc/qt2/html/license.html -share/doc/qt2/html/licenses.html -share/doc/qt2/html/life-main-cpp.html -share/doc/qt2/html/lineedits-main-cpp.html -share/doc/qt2/html/listbox-main-cpp.html -share/doc/qt2/html/listboxcombo-main-cpp.html -share/doc/qt2/html/listviews-main-cpp.html -share/doc/qt2/html/mailinglists.html -share/doc/qt2/html/mainlyMotif-editor-cpp.html -share/doc/qt2/html/mainlyQt-editor-cpp.html -share/doc/qt2/html/mainlyXt-editor-cpp.html -share/doc/qt2/html/mainwindow-m.png -share/doc/qt2/html/mainwindow-w.png -share/doc/qt2/html/mdi-main-cpp.html -share/doc/qt2/html/menu-menu-cpp.html -share/doc/qt2/html/metaobjects.html -share/doc/qt2/html/misc.html -share/doc/qt2/html/moc.html -share/doc/qt2/html/modules.html -share/doc/qt2/html/movies-main-cpp.html -share/doc/qt2/html/network.html -share/doc/qt2/html/nsplugin.html -share/doc/qt2/html/object.html -share/doc/qt2/html/objectmodel.html -share/doc/qt2/html/objecttrees.html -share/doc/qt2/html/opengl.html -share/doc/qt2/html/organizers.html -share/doc/qt2/html/palette.png -share/doc/qt2/html/performance-qws.html -share/doc/qt2/html/picture-picture-cpp.html -share/doc/qt2/html/pictures.html -share/doc/qt2/html/pnglogo.png -share/doc/qt2/html/pointer-qws.html -share/doc/qt2/html/popup-popup-cpp.html -share/doc/qt2/html/porting-qws.html -share/doc/qt2/html/porting.html -share/doc/qt2/html/primes.html -share/doc/qt2/html/progress-progress-cpp.html -share/doc/qt2/html/progressbar-main-cpp.html -share/doc/qt2/html/properties.html -share/doc/qt2/html/propertyindex -share/doc/qt2/html/qabstractlayout-h.html -share/doc/qt2/html/qaccel-h.html -share/doc/qt2/html/qaccel-members.html -share/doc/qt2/html/qaccel.html -share/doc/qt2/html/qaction-h.html -share/doc/qt2/html/qaction-members.html -share/doc/qt2/html/qaction.html -share/doc/qt2/html/qactiongroup-members.html -share/doc/qt2/html/qactiongroup.html -share/doc/qt2/html/qapplication-h.html -share/doc/qt2/html/qapplication-members.html -share/doc/qt2/html/qapplication.html -share/doc/qt2/html/qarray-h.html -share/doc/qt2/html/qarray-members.html -share/doc/qt2/html/qarray.html -share/doc/qt2/html/qasciicache-h.html -share/doc/qt2/html/qasciicache-members.html -share/doc/qt2/html/qasciicache.html -share/doc/qt2/html/qasciicacheiterator-members.html -share/doc/qt2/html/qasciicacheiterator.html -share/doc/qt2/html/qasciidict-h.html -share/doc/qt2/html/qasciidict-members.html -share/doc/qt2/html/qasciidict.html -share/doc/qt2/html/qasciidictiterator-members.html -share/doc/qt2/html/qasciidictiterator.html -share/doc/qt2/html/qasyncimageio-h.html -share/doc/qt2/html/qasyncio-h.html -share/doc/qt2/html/qasyncio-members.html -share/doc/qt2/html/qasyncio.html -share/doc/qt2/html/qbitarray-h.html -share/doc/qt2/html/qbitarray-members.html -share/doc/qt2/html/qbitarray.html -share/doc/qt2/html/qbitmap-h.html -share/doc/qt2/html/qbitmap-members.html -share/doc/qt2/html/qbitmap.html -share/doc/qt2/html/qbitval-members.html -share/doc/qt2/html/qbitval.html -share/doc/qt2/html/qboxlayout-members.html -share/doc/qt2/html/qboxlayout.html -share/doc/qt2/html/qbrush-h.html -share/doc/qt2/html/qbrush-members.html -share/doc/qt2/html/qbrush.html -share/doc/qt2/html/qbttngrp-m.png -share/doc/qt2/html/qbttngrp-w.png -share/doc/qt2/html/qbuffer-h.html -share/doc/qt2/html/qbuffer-members.html -share/doc/qt2/html/qbuffer.html -share/doc/qt2/html/qbutton-h.html -share/doc/qt2/html/qbutton-members.html -share/doc/qt2/html/qbutton.html -share/doc/qt2/html/qbuttongroup-h.html -share/doc/qt2/html/qbuttongroup-members.html -share/doc/qt2/html/qbuttongroup.html -share/doc/qt2/html/qbytearray-members.html -share/doc/qt2/html/qbytearray.html -share/doc/qt2/html/qcache-h.html -share/doc/qt2/html/qcache-members.html -share/doc/qt2/html/qcache.html -share/doc/qt2/html/qcacheiterator-members.html -share/doc/qt2/html/qcacheiterator.html -share/doc/qt2/html/qcanvas-h.html -share/doc/qt2/html/qcanvas-members.html -share/doc/qt2/html/qcanvas.html -share/doc/qt2/html/qcanvas.png -share/doc/qt2/html/qcanvasellipse-members.html -share/doc/qt2/html/qcanvasellipse.html -share/doc/qt2/html/qcanvasitem-members.html -share/doc/qt2/html/qcanvasitem.html -share/doc/qt2/html/qcanvasline-members.html -share/doc/qt2/html/qcanvasline.html -share/doc/qt2/html/qcanvaspixmap-members.html -share/doc/qt2/html/qcanvaspixmap.html -share/doc/qt2/html/qcanvaspixmaparray-members.html -share/doc/qt2/html/qcanvaspixmaparray.html -share/doc/qt2/html/qcanvaspolygon-members.html -share/doc/qt2/html/qcanvaspolygon.html -share/doc/qt2/html/qcanvaspolygonalitem-members.html -share/doc/qt2/html/qcanvaspolygonalitem.html -share/doc/qt2/html/qcanvasrectangle-members.html -share/doc/qt2/html/qcanvasrectangle.html -share/doc/qt2/html/qcanvassprite-members.html -share/doc/qt2/html/qcanvassprite.html -share/doc/qt2/html/qcanvastext-members.html -share/doc/qt2/html/qcanvastext.html -share/doc/qt2/html/qcanvasview-members.html -share/doc/qt2/html/qcanvasview.html -share/doc/qt2/html/qcdestyle-h.html -share/doc/qt2/html/qcdestyle-members.html -share/doc/qt2/html/qcdestyle.html -share/doc/qt2/html/qchar-members.html -share/doc/qt2/html/qchar.html -share/doc/qt2/html/qcharref-members.html -share/doc/qt2/html/qcharref.html -share/doc/qt2/html/qcheckbox-h.html -share/doc/qt2/html/qcheckbox-m.png -share/doc/qt2/html/qcheckbox-members.html -share/doc/qt2/html/qcheckbox-w.png -share/doc/qt2/html/qcheckbox.html -share/doc/qt2/html/qchecklistitem-members.html -share/doc/qt2/html/qchecklistitem.html -share/doc/qt2/html/qchildevent-members.html -share/doc/qt2/html/qchildevent.html -share/doc/qt2/html/qchkbox-m.png -share/doc/qt2/html/qchkbox-w.png -share/doc/qt2/html/qclassinfo-members.html -share/doc/qt2/html/qclipboard-h.html -share/doc/qt2/html/qclipboard-members.html -share/doc/qt2/html/qclipboard.html -share/doc/qt2/html/qcloseevent-members.html -share/doc/qt2/html/qcloseevent.html -share/doc/qt2/html/qcollection-h.html -share/doc/qt2/html/qcollection-members.html -share/doc/qt2/html/qcollection.html -share/doc/qt2/html/qcolor-h.html -share/doc/qt2/html/qcolor-members.html -share/doc/qt2/html/qcolor.html -share/doc/qt2/html/qcolordialog-h.html -share/doc/qt2/html/qcolordialog-members.html -share/doc/qt2/html/qcolordialog.html -share/doc/qt2/html/qcolordlg-m.png -share/doc/qt2/html/qcolordlg-w.png -share/doc/qt2/html/qcolordrag-members.html -share/doc/qt2/html/qcolordrag.html -share/doc/qt2/html/qcolorgroup-members.html -share/doc/qt2/html/qcolorgroup.html -share/doc/qt2/html/qcombo1-m.png -share/doc/qt2/html/qcombo1-w.png -share/doc/qt2/html/qcombo2-m.png -share/doc/qt2/html/qcombo2-w.png -share/doc/qt2/html/qcombo3-m.png -share/doc/qt2/html/qcombo3-w.png -share/doc/qt2/html/qcombobox-h.html -share/doc/qt2/html/qcombobox-members.html -share/doc/qt2/html/qcombobox.html -share/doc/qt2/html/qcommonstyle-h.html -share/doc/qt2/html/qcommonstyle-members.html -share/doc/qt2/html/qcommonstyle.html -share/doc/qt2/html/qconnection-h.html -share/doc/qt2/html/qconnection-members.html -share/doc/qt2/html/qconnection.html -share/doc/qt2/html/qconststring-members.html -share/doc/qt2/html/qconststring.html -share/doc/qt2/html/qcopchannel-members.html -share/doc/qt2/html/qcopchannel.html -share/doc/qt2/html/qcopchannel_qws-h.html -share/doc/qt2/html/qcstring-h.html -share/doc/qt2/html/qcstring-members.html -share/doc/qt2/html/qcstring.html -share/doc/qt2/html/qcursor-h.html -share/doc/qt2/html/qcursor-members.html -share/doc/qt2/html/qcursor.html -share/doc/qt2/html/qcustomevent-members.html -share/doc/qt2/html/qcustomevent.html -share/doc/qt2/html/qcustommenuitem-members.html -share/doc/qt2/html/qcustommenuitem.html -share/doc/qt2/html/qdatapump-members.html -share/doc/qt2/html/qdatapump.html -share/doc/qt2/html/qdatasink-members.html -share/doc/qt2/html/qdatasink.html -share/doc/qt2/html/qdatasource-members.html -share/doc/qt2/html/qdatasource.html -share/doc/qt2/html/qdatastream-h.html -share/doc/qt2/html/qdatastream-members.html -share/doc/qt2/html/qdatastream.html -share/doc/qt2/html/qdate-members.html -share/doc/qt2/html/qdate.html -share/doc/qt2/html/qdatetime-h.html -share/doc/qt2/html/qdatetime-members.html -share/doc/qt2/html/qdatetime.html -share/doc/qt2/html/qdial-h.html -share/doc/qt2/html/qdial-m.png -share/doc/qt2/html/qdial-members.html -share/doc/qt2/html/qdial-w.png -share/doc/qt2/html/qdial.html -share/doc/qt2/html/qdialog-h.html -share/doc/qt2/html/qdialog-members.html -share/doc/qt2/html/qdialog.html -share/doc/qt2/html/qdict-h.html -share/doc/qt2/html/qdict-members.html -share/doc/qt2/html/qdict.html -share/doc/qt2/html/qdictiterator-members.html -share/doc/qt2/html/qdictiterator.html -share/doc/qt2/html/qdir-h.html -share/doc/qt2/html/qdir-members.html -share/doc/qt2/html/qdir.html -share/doc/qt2/html/qdns-h.html -share/doc/qt2/html/qdns-members.html -share/doc/qt2/html/qdns.html -share/doc/qt2/html/qdom-h.html -share/doc/qt2/html/qdomattr-members.html -share/doc/qt2/html/qdomattr.html -share/doc/qt2/html/qdomcdatasection-members.html -share/doc/qt2/html/qdomcdatasection.html -share/doc/qt2/html/qdomcharacterdata-members.html -share/doc/qt2/html/qdomcharacterdata.html -share/doc/qt2/html/qdomcomment-members.html -share/doc/qt2/html/qdomcomment.html -share/doc/qt2/html/qdomdocument-members.html -share/doc/qt2/html/qdomdocument.html -share/doc/qt2/html/qdomdocumentfragment-members.html -share/doc/qt2/html/qdomdocumentfragment.html -share/doc/qt2/html/qdomdocumenttype-members.html -share/doc/qt2/html/qdomdocumenttype.html -share/doc/qt2/html/qdomelement-members.html -share/doc/qt2/html/qdomelement.html -share/doc/qt2/html/qdomentity-members.html -share/doc/qt2/html/qdomentity.html -share/doc/qt2/html/qdomentityreference-members.html -share/doc/qt2/html/qdomentityreference.html -share/doc/qt2/html/qdomimplementation-members.html -share/doc/qt2/html/qdomimplementation.html -share/doc/qt2/html/qdomnamednodemap-members.html -share/doc/qt2/html/qdomnamednodemap.html -share/doc/qt2/html/qdomnode-members.html -share/doc/qt2/html/qdomnode.html -share/doc/qt2/html/qdomnodelist-members.html -share/doc/qt2/html/qdomnodelist.html -share/doc/qt2/html/qdomnotation-members.html -share/doc/qt2/html/qdomnotation.html -share/doc/qt2/html/qdomprocessinginstruction-members.html -share/doc/qt2/html/qdomprocessinginstruction.html -share/doc/qt2/html/qdomtext-members.html -share/doc/qt2/html/qdomtext.html -share/doc/qt2/html/qdoublevalidator-members.html -share/doc/qt2/html/qdoublevalidator.html -share/doc/qt2/html/qdragenterevent-members.html -share/doc/qt2/html/qdragenterevent.html -share/doc/qt2/html/qdragleaveevent-members.html -share/doc/qt2/html/qdragleaveevent.html -share/doc/qt2/html/qdragmoveevent-members.html -share/doc/qt2/html/qdragmoveevent.html -share/doc/qt2/html/qdragobject-h.html -share/doc/qt2/html/qdragobject-members.html -share/doc/qt2/html/qdragobject.html -share/doc/qt2/html/qdrawutil-h.html -share/doc/qt2/html/qdropevent-members.html -share/doc/qt2/html/qdropevent.html -share/doc/qt2/html/qdropsite-h.html -share/doc/qt2/html/qdropsite-members.html -share/doc/qt2/html/qdropsite.html -share/doc/qt2/html/qembed.html -share/doc/qt2/html/qeucjpcodec-h.html -share/doc/qt2/html/qeucjpcodec-members.html -share/doc/qt2/html/qeucjpcodec.html -share/doc/qt2/html/qeuckrcodec-h.html -share/doc/qt2/html/qeuckrcodec-members.html -share/doc/qt2/html/qeuckrcodec.html -share/doc/qt2/html/qevent-h.html -share/doc/qt2/html/qevent-members.html -share/doc/qt2/html/qevent.html -share/doc/qt2/html/qfd-qfd-cpp.html -share/doc/qt2/html/qfile-h.html -share/doc/qt2/html/qfile-members.html -share/doc/qt2/html/qfile.html -share/doc/qt2/html/qfiledialog-h.html -share/doc/qt2/html/qfiledialog-members.html -share/doc/qt2/html/qfiledialog.html -share/doc/qt2/html/qfiledlg-m.png -share/doc/qt2/html/qfiledlg-w.png -share/doc/qt2/html/qfileiconprovider-members.html -share/doc/qt2/html/qfileiconprovider.html -share/doc/qt2/html/qfileinfo-h.html -share/doc/qt2/html/qfileinfo-members.html -share/doc/qt2/html/qfileinfo.html -share/doc/qt2/html/qfilepreview-members.html -share/doc/qt2/html/qfilepreview.html -share/doc/qt2/html/qfocusdata-h.html -share/doc/qt2/html/qfocusdata-members.html -share/doc/qt2/html/qfocusdata.html -share/doc/qt2/html/qfocusevent-members.html -share/doc/qt2/html/qfocusevent.html -share/doc/qt2/html/qfont-h.html -share/doc/qt2/html/qfont-members.html -share/doc/qt2/html/qfont.html -share/doc/qt2/html/qfontdatabase-h.html -share/doc/qt2/html/qfontdatabase-members.html -share/doc/qt2/html/qfontdatabase.html -share/doc/qt2/html/qfontdialog-h.html -share/doc/qt2/html/qfontdialog-members.html -share/doc/qt2/html/qfontdialog.html -share/doc/qt2/html/qfontdlg-m.png -share/doc/qt2/html/qfontdlg-w.png -share/doc/qt2/html/qfontinfo-h.html -share/doc/qt2/html/qfontinfo-members.html -share/doc/qt2/html/qfontinfo.html -share/doc/qt2/html/qfontmanager-members.html -share/doc/qt2/html/qfontmanager_qws-h.html -share/doc/qt2/html/qfontmetrics-h.html -share/doc/qt2/html/qfontmetrics-members.html -share/doc/qt2/html/qfontmetrics.html -share/doc/qt2/html/qframe-h.html -share/doc/qt2/html/qframe-members.html -share/doc/qt2/html/qframe.html -share/doc/qt2/html/qftp-h.html -share/doc/qt2/html/qftp-members.html -share/doc/qt2/html/qftp.html -share/doc/qt2/html/qgarray-h.html -share/doc/qt2/html/qgarray-members.html -share/doc/qt2/html/qgarray.html -share/doc/qt2/html/qgbkcodec-h.html -share/doc/qt2/html/qgbkcodec-members.html -share/doc/qt2/html/qgbkcodec.html -share/doc/qt2/html/qgcache-h.html -share/doc/qt2/html/qgcache-members.html -share/doc/qt2/html/qgcache.html -share/doc/qt2/html/qgcacheiterator-members.html -share/doc/qt2/html/qgcacheiterator.html -share/doc/qt2/html/qgdict-h.html -share/doc/qt2/html/qgdict-members.html -share/doc/qt2/html/qgdict.html -share/doc/qt2/html/qgdictiterator-members.html -share/doc/qt2/html/qgdictiterator.html -share/doc/qt2/html/qgfx_qws-h.html -share/doc/qt2/html/qgfxraster_qws-h.html -share/doc/qt2/html/qgfxrasterbase-members.html -share/doc/qt2/html/qgl-h.html -share/doc/qt2/html/qgl-members.html -share/doc/qt2/html/qgl.html -share/doc/qt2/html/qglayoutiterator-members.html -share/doc/qt2/html/qglayoutiterator.html -share/doc/qt2/html/qglcontext-members.html -share/doc/qt2/html/qglcontext.html -share/doc/qt2/html/qglformat-members.html -share/doc/qt2/html/qglformat.html -share/doc/qt2/html/qglist-h.html -share/doc/qt2/html/qglist-members.html -share/doc/qt2/html/qglist.html -share/doc/qt2/html/qglistiterator-members.html -share/doc/qt2/html/qglistiterator.html -share/doc/qt2/html/qglobal-h.html -share/doc/qt2/html/qglwidget-members.html -share/doc/qt2/html/qglwidget.html -share/doc/qt2/html/qgrid-h.html -share/doc/qt2/html/qgrid-m.png -share/doc/qt2/html/qgrid-members.html -share/doc/qt2/html/qgrid-w.png -share/doc/qt2/html/qgrid.html -share/doc/qt2/html/qgrid.png -share/doc/qt2/html/qgridlayout-members.html -share/doc/qt2/html/qgridlayout.html -share/doc/qt2/html/qgroupbox-h.html -share/doc/qt2/html/qgroupbox-members.html -share/doc/qt2/html/qgroupbox.html -share/doc/qt2/html/qgrpbox-m.png -share/doc/qt2/html/qgrpbox-w.png -share/doc/qt2/html/qguardedptr-h.html -share/doc/qt2/html/qguardedptr-members.html -share/doc/qt2/html/qguardedptr.html -share/doc/qt2/html/qgvector-h.html -share/doc/qt2/html/qgvector-members.html -share/doc/qt2/html/qgvector.html -share/doc/qt2/html/qhbox-h.html -share/doc/qt2/html/qhbox-m.png -share/doc/qt2/html/qhbox-members.html -share/doc/qt2/html/qhbox-w.png -share/doc/qt2/html/qhbox.html -share/doc/qt2/html/qhbox.png -share/doc/qt2/html/qhboxlayout-members.html -share/doc/qt2/html/qhboxlayout.html -share/doc/qt2/html/qhbuttongroup-h.html -share/doc/qt2/html/qhbuttongroup-members.html -share/doc/qt2/html/qhbuttongroup.html -share/doc/qt2/html/qheader-h.html -share/doc/qt2/html/qheader-m.png -share/doc/qt2/html/qheader-members.html -share/doc/qt2/html/qheader-w.png -share/doc/qt2/html/qheader.html -share/doc/qt2/html/qhgroupbox-h.html -share/doc/qt2/html/qhgroupbox-members.html -share/doc/qt2/html/qhgroupbox.html -share/doc/qt2/html/qhideevent-members.html -share/doc/qt2/html/qhideevent.html -share/doc/qt2/html/qhostaddress-h.html -share/doc/qt2/html/qhostaddress-members.html -share/doc/qt2/html/qhostaddress.html -share/doc/qt2/html/qicondrag-members.html -share/doc/qt2/html/qicondrag.html -share/doc/qt2/html/qicondragitem-members.html -share/doc/qt2/html/qicondragitem.html -share/doc/qt2/html/qiconset-h.html -share/doc/qt2/html/qiconset-members.html -share/doc/qt2/html/qiconset.html -share/doc/qt2/html/qiconview-h.html -share/doc/qt2/html/qiconview-m.png -share/doc/qt2/html/qiconview-members.html -share/doc/qt2/html/qiconview-w.png -share/doc/qt2/html/qiconview.html -share/doc/qt2/html/qiconviewitem-members.html -share/doc/qt2/html/qiconviewitem.html -share/doc/qt2/html/qimage-h.html -share/doc/qt2/html/qimage-members.html -share/doc/qt2/html/qimage.html -share/doc/qt2/html/qimageconsumer-members.html -share/doc/qt2/html/qimageconsumer.html -share/doc/qt2/html/qimagedecoder-members.html -share/doc/qt2/html/qimagedecoder.html -share/doc/qt2/html/qimagedrag-members.html -share/doc/qt2/html/qimagedrag.html -share/doc/qt2/html/qimageformat-members.html -share/doc/qt2/html/qimageformat.html -share/doc/qt2/html/qimageformattype-members.html -share/doc/qt2/html/qimageformattype.html -share/doc/qt2/html/qimageio-members.html -share/doc/qt2/html/qimageio.html -share/doc/qt2/html/qinputdialog-h.html -share/doc/qt2/html/qinputdialog-members.html -share/doc/qt2/html/qinputdialog.html -share/doc/qt2/html/qintcache-h.html -share/doc/qt2/html/qintcache-members.html -share/doc/qt2/html/qintcache.html -share/doc/qt2/html/qintcacheiterator-members.html -share/doc/qt2/html/qintcacheiterator.html -share/doc/qt2/html/qintdict-h.html -share/doc/qt2/html/qintdict-members.html -share/doc/qt2/html/qintdict.html -share/doc/qt2/html/qintdictiterator-members.html -share/doc/qt2/html/qintdictiterator.html -share/doc/qt2/html/qinterlacestyle-h.html -share/doc/qt2/html/qinterlacestyle-members.html -share/doc/qt2/html/qinterlacestyle.html -share/doc/qt2/html/qintvalidator-members.html -share/doc/qt2/html/qintvalidator.html -share/doc/qt2/html/qiodevice-h.html -share/doc/qt2/html/qiodevice-members.html -share/doc/qt2/html/qiodevice.html -share/doc/qt2/html/qiodevicesource-members.html -share/doc/qt2/html/qiodevicesource.html -share/doc/qt2/html/qjiscodec-h.html -share/doc/qt2/html/qjiscodec-members.html -share/doc/qt2/html/qjiscodec.html -share/doc/qt2/html/qjpunicode-h.html -share/doc/qt2/html/qjpunicodeconv-members.html -share/doc/qt2/html/qjpunicodeconv.html -share/doc/qt2/html/qkeyboard_qws-h.html -share/doc/qt2/html/qkeyevent-members.html -share/doc/qt2/html/qkeyevent.html -share/doc/qt2/html/qlabel-h.html -share/doc/qt2/html/qlabel-m.png -share/doc/qt2/html/qlabel-members.html -share/doc/qt2/html/qlabel-w.png -share/doc/qt2/html/qlabel.html -share/doc/qt2/html/qlayout-h.html -share/doc/qt2/html/qlayout-members.html -share/doc/qt2/html/qlayout.html -share/doc/qt2/html/qlayoutitem-members.html -share/doc/qt2/html/qlayoutitem.html -share/doc/qt2/html/qlayoutiterator-members.html -share/doc/qt2/html/qlayoutiterator.html -share/doc/qt2/html/qlcdnum-m.png -share/doc/qt2/html/qlcdnum-w.png -share/doc/qt2/html/qlcdnumber-h.html -share/doc/qt2/html/qlcdnumber-members.html -share/doc/qt2/html/qlcdnumber.html -share/doc/qt2/html/qlined-m.png -share/doc/qt2/html/qlined-w.png -share/doc/qt2/html/qlineedit-h.html -share/doc/qt2/html/qlineedit-members.html -share/doc/qt2/html/qlineedit.html -share/doc/qt2/html/qlist-h.html -share/doc/qt2/html/qlist-members.html -share/doc/qt2/html/qlist.html -share/doc/qt2/html/qlistbox-h.html -share/doc/qt2/html/qlistbox-m.png -share/doc/qt2/html/qlistbox-members.html -share/doc/qt2/html/qlistbox-w.png -share/doc/qt2/html/qlistbox.html -share/doc/qt2/html/qlistboxitem-members.html -share/doc/qt2/html/qlistboxitem.html -share/doc/qt2/html/qlistboxpixmap-members.html -share/doc/qt2/html/qlistboxpixmap.html -share/doc/qt2/html/qlistboxtext-members.html -share/doc/qt2/html/qlistboxtext.html -share/doc/qt2/html/qlistiterator-members.html -share/doc/qt2/html/qlistiterator.html -share/doc/qt2/html/qlistview-h.html -share/doc/qt2/html/qlistview-m.png -share/doc/qt2/html/qlistview-members.html -share/doc/qt2/html/qlistview-w.png -share/doc/qt2/html/qlistview.html -share/doc/qt2/html/qlistviewitem-members.html -share/doc/qt2/html/qlistviewitem.html -share/doc/qt2/html/qlistviewitemiterator-members.html -share/doc/qt2/html/qlistviewitemiterator.html -share/doc/qt2/html/qlnode-members.html -share/doc/qt2/html/qlnode.html -share/doc/qt2/html/qlocalfs-h.html -share/doc/qt2/html/qlocalfs-members.html -share/doc/qt2/html/qlocalfs.html -share/doc/qt2/html/qlock-members.html -share/doc/qt2/html/qlock_qws-h.html -share/doc/qt2/html/qmag-qmag-cpp.html -share/doc/qt2/html/qmainwindow-h.html -share/doc/qt2/html/qmainwindow-m.png -share/doc/qt2/html/qmainwindow-members.html -share/doc/qt2/html/qmainwindow-w.png -share/doc/qt2/html/qmainwindow.html -share/doc/qt2/html/qmap-h.html -share/doc/qt2/html/qmap-members.html -share/doc/qt2/html/qmap.html -share/doc/qt2/html/qmapconstiterator-members.html -share/doc/qt2/html/qmapconstiterator.html -share/doc/qt2/html/qmapiterator-members.html -share/doc/qt2/html/qmapiterator.html -share/doc/qt2/html/qmenubar-h.html -share/doc/qt2/html/qmenubar-m.png -share/doc/qt2/html/qmenubar-members.html -share/doc/qt2/html/qmenubar-w.png -share/doc/qt2/html/qmenubar.html -share/doc/qt2/html/qmenudata-h.html -share/doc/qt2/html/qmenudata-members.html -share/doc/qt2/html/qmenudata.html -share/doc/qt2/html/qmessagebox-h.html -share/doc/qt2/html/qmessagebox-members.html -share/doc/qt2/html/qmessagebox.html -share/doc/qt2/html/qmetadata-members.html -share/doc/qt2/html/qmetaobject-h.html -share/doc/qt2/html/qmetaobject-members.html -share/doc/qt2/html/qmetaobject.html -share/doc/qt2/html/qmetaproperty-members.html -share/doc/qt2/html/qmetaproperty.html -share/doc/qt2/html/qmime-h.html -share/doc/qt2/html/qmimesource-members.html -share/doc/qt2/html/qmimesource.html -share/doc/qt2/html/qmimesourcefactory-members.html -share/doc/qt2/html/qmimesourcefactory.html -share/doc/qt2/html/qmlined-m.png -share/doc/qt2/html/qmlined-w.png -share/doc/qt2/html/qmngio-h.html -share/doc/qt2/html/qmotifplusstyle-h.html -share/doc/qt2/html/qmotifplusstyle-members.html -share/doc/qt2/html/qmotifplusstyle.html -share/doc/qt2/html/qmotifstyle-h.html -share/doc/qt2/html/qmotifstyle-members.html -share/doc/qt2/html/qmotifstyle.html -share/doc/qt2/html/qmouseevent-members.html -share/doc/qt2/html/qmouseevent.html -share/doc/qt2/html/qmoveevent-members.html -share/doc/qt2/html/qmoveevent.html -share/doc/qt2/html/qmovie-h.html -share/doc/qt2/html/qmovie-members.html -share/doc/qt2/html/qmovie.html -share/doc/qt2/html/qmovie.png -share/doc/qt2/html/qmsgbox-m.png -share/doc/qt2/html/qmsgbox-w.png -share/doc/qt2/html/qmultilineedit-h.html -share/doc/qt2/html/qmultilineedit-members.html -share/doc/qt2/html/qmultilineedit.html -share/doc/qt2/html/qmutex-members.html -share/doc/qt2/html/qmutex.html -share/doc/qt2/html/qnamespace-h.html -share/doc/qt2/html/qnetworkegg.html -share/doc/qt2/html/qnetworkoperation-members.html -share/doc/qt2/html/qnetworkoperation.html -share/doc/qt2/html/qnetworkprotocol-h.html -share/doc/qt2/html/qnetworkprotocol-members.html -share/doc/qt2/html/qnetworkprotocol.html -share/doc/qt2/html/qnp-h.html -share/doc/qt2/html/qnpinstance-members.html -share/doc/qt2/html/qnpinstance.html -share/doc/qt2/html/qnplugin-members.html -share/doc/qt2/html/qnplugin.html -share/doc/qt2/html/qnpstream-members.html -share/doc/qt2/html/qnpstream.html -share/doc/qt2/html/qnpwidget-members.html -share/doc/qt2/html/qnpwidget.html -share/doc/qt2/html/qobject-h.html -share/doc/qt2/html/qobject-members.html -share/doc/qt2/html/qobject.html -share/doc/qt2/html/qpaintdevice-h.html -share/doc/qt2/html/qpaintdevice-members.html -share/doc/qt2/html/qpaintdevice.html -share/doc/qt2/html/qpaintdevicemetrics-h.html -share/doc/qt2/html/qpaintdevicemetrics-members.html -share/doc/qt2/html/qpaintdevicemetrics.html -share/doc/qt2/html/qpainter-h.html -share/doc/qt2/html/qpainter-members.html -share/doc/qt2/html/qpainter.html -share/doc/qt2/html/qpaintevent-members.html -share/doc/qt2/html/qpaintevent.html -share/doc/qt2/html/qpalette-h.html -share/doc/qt2/html/qpalette-members.html -share/doc/qt2/html/qpalette.html -share/doc/qt2/html/qpen-h.html -share/doc/qt2/html/qpen-members.html -share/doc/qt2/html/qpen.html -share/doc/qt2/html/qpicture-h.html -share/doc/qt2/html/qpicture-members.html -share/doc/qt2/html/qpicture.html -share/doc/qt2/html/qpixmap-h.html -share/doc/qt2/html/qpixmap-members.html -share/doc/qt2/html/qpixmap.html -share/doc/qt2/html/qpixmapcache-h.html -share/doc/qt2/html/qpixmapcache-members.html -share/doc/qt2/html/qpixmapcache.html -share/doc/qt2/html/qplatinumstyle-h.html -share/doc/qt2/html/qplatinumstyle-members.html -share/doc/qt2/html/qplatinumstyle.html -share/doc/qt2/html/qpngimagepacker-members.html -share/doc/qt2/html/qpngimagepacker.html -share/doc/qt2/html/qpngio-h.html -share/doc/qt2/html/qpoint-h.html -share/doc/qt2/html/qpoint-members.html -share/doc/qt2/html/qpoint.html -share/doc/qt2/html/qpointarray-h.html -share/doc/qt2/html/qpointarray-members.html -share/doc/qt2/html/qpointarray.html -share/doc/qt2/html/qpopmenu-fancy.png -share/doc/qt2/html/qpopmenu-m.png -share/doc/qt2/html/qpopmenu-w.png -share/doc/qt2/html/qpopupmenu-h.html -share/doc/qt2/html/qpopupmenu-members.html -share/doc/qt2/html/qpopupmenu.html -share/doc/qt2/html/qprintdialog-h.html -share/doc/qt2/html/qprintdialog-members.html -share/doc/qt2/html/qprintdlg-m.png -share/doc/qt2/html/qprintdlg-w.png -share/doc/qt2/html/qprinter-h.html -share/doc/qt2/html/qprinter-members.html -share/doc/qt2/html/qprinter.html -share/doc/qt2/html/qprogbar-m.png -share/doc/qt2/html/qprogbar-w.png -share/doc/qt2/html/qprogdlg-m.png -share/doc/qt2/html/qprogdlg-w.png -share/doc/qt2/html/qprogressbar-h.html -share/doc/qt2/html/qprogressbar-members.html -share/doc/qt2/html/qprogressbar.html -share/doc/qt2/html/qprogressdialog-h.html -share/doc/qt2/html/qprogressdialog-members.html -share/doc/qt2/html/qprogressdialog.html -share/doc/qt2/html/qptrdict-h.html -share/doc/qt2/html/qptrdict-members.html -share/doc/qt2/html/qptrdict.html -share/doc/qt2/html/qptrdictiterator-members.html -share/doc/qt2/html/qptrdictiterator.html -share/doc/qt2/html/qpushbt-m.png -share/doc/qt2/html/qpushbt-w.png -share/doc/qt2/html/qpushbutton-h.html -share/doc/qt2/html/qpushbutton-members.html -share/doc/qt2/html/qpushbutton.html -share/doc/qt2/html/qqueue-h.html -share/doc/qt2/html/qqueue-members.html -share/doc/qt2/html/qqueue.html -share/doc/qt2/html/qradiobt-m.png -share/doc/qt2/html/qradiobt-w.png -share/doc/qt2/html/qradiobutton-h.html -share/doc/qt2/html/qradiobutton-members.html -share/doc/qt2/html/qradiobutton.html -share/doc/qt2/html/qrangecontrol-h.html -share/doc/qt2/html/qrangecontrol-members.html -share/doc/qt2/html/qrangecontrol.html -share/doc/qt2/html/qrect-h.html -share/doc/qt2/html/qrect-members.html -share/doc/qt2/html/qrect.html -share/doc/qt2/html/qregexp-h.html -share/doc/qt2/html/qregexp-members.html -share/doc/qt2/html/qregexp.html -share/doc/qt2/html/qregion-h.html -share/doc/qt2/html/qregion-members.html -share/doc/qt2/html/qregion.html -share/doc/qt2/html/qrenderedfont-members.html -share/doc/qt2/html/qresizeevent-members.html -share/doc/qt2/html/qresizeevent.html -share/doc/qt2/html/qscrbar-m.png -share/doc/qt2/html/qscrbar-w.png -share/doc/qt2/html/qscreen-members.html -share/doc/qt2/html/qscreencursor-members.html -share/doc/qt2/html/qscreencursor.html -share/doc/qt2/html/qscrollbar-h.html -share/doc/qt2/html/qscrollbar-members.html -share/doc/qt2/html/qscrollbar.html -share/doc/qt2/html/qscrollview-cl.png -share/doc/qt2/html/qscrollview-h.html -share/doc/qt2/html/qscrollview-m.png -share/doc/qt2/html/qscrollview-members.html -share/doc/qt2/html/qscrollview-vp.png -share/doc/qt2/html/qscrollview-vp2.png -share/doc/qt2/html/qscrollview-w.png -share/doc/qt2/html/qscrollview.html -share/doc/qt2/html/qsemaphore-members.html -share/doc/qt2/html/qsemaphore.html -share/doc/qt2/html/qsemimodal-h.html -share/doc/qt2/html/qsemimodal-members.html -share/doc/qt2/html/qsemimodal.html -share/doc/qt2/html/qserversocket-h.html -share/doc/qt2/html/qserversocket-members.html -share/doc/qt2/html/qserversocket.html -share/doc/qt2/html/qsessionmanager-h.html -share/doc/qt2/html/qsessionmanager-members.html -share/doc/qt2/html/qsessionmanager.html -share/doc/qt2/html/qsgistyle-h.html -share/doc/qt2/html/qsgistyle-members.html -share/doc/qt2/html/qsgistyle.html -share/doc/qt2/html/qshared-h.html -share/doc/qt2/html/qshared-members.html -share/doc/qt2/html/qshared.html -share/doc/qt2/html/qshowevent-members.html -share/doc/qt2/html/qshowevent.html -share/doc/qt2/html/qsignal-h.html -share/doc/qt2/html/qsignal-members.html -share/doc/qt2/html/qsignal.html -share/doc/qt2/html/qsignalmapper-h.html -share/doc/qt2/html/qsignalmapper-members.html -share/doc/qt2/html/qsignalmapper.html -share/doc/qt2/html/qsimplerichtext-h.html -share/doc/qt2/html/qsimplerichtext-members.html -share/doc/qt2/html/qsimplerichtext.html -share/doc/qt2/html/qsize-h.html -share/doc/qt2/html/qsize-members.html -share/doc/qt2/html/qsize.html -share/doc/qt2/html/qsizegrip-h.html -share/doc/qt2/html/qsizegrip-m.png -share/doc/qt2/html/qsizegrip-members.html -share/doc/qt2/html/qsizegrip-w.png -share/doc/qt2/html/qsizegrip.html -share/doc/qt2/html/qsizepolicy-h.html -share/doc/qt2/html/qsizepolicy-members.html -share/doc/qt2/html/qsizepolicy.html -share/doc/qt2/html/qsjiscodec-h.html -share/doc/qt2/html/qsjiscodec-members.html -share/doc/qt2/html/qsjiscodec.html -share/doc/qt2/html/qslider-h.html -share/doc/qt2/html/qslider-m.png -share/doc/qt2/html/qslider-members.html -share/doc/qt2/html/qslider-w.png -share/doc/qt2/html/qslider.html -share/doc/qt2/html/qsocket-h.html -share/doc/qt2/html/qsocket-members.html -share/doc/qt2/html/qsocket.html -share/doc/qt2/html/qsocketdevice-h.html -share/doc/qt2/html/qsocketdevice-members.html -share/doc/qt2/html/qsocketdevice.html -share/doc/qt2/html/qsocketnotifier-h.html -share/doc/qt2/html/qsocketnotifier-members.html -share/doc/qt2/html/qsocketnotifier.html -share/doc/qt2/html/qsortedlist-h.html -share/doc/qt2/html/qsortedlist-members.html -share/doc/qt2/html/qsortedlist.html -share/doc/qt2/html/qsound-h.html -share/doc/qt2/html/qsound-members.html -share/doc/qt2/html/qsound.html -share/doc/qt2/html/qspaceritem-members.html -share/doc/qt2/html/qspaceritem.html -share/doc/qt2/html/qspinbox-h.html -share/doc/qt2/html/qspinbox-m.png -share/doc/qt2/html/qspinbox-members.html -share/doc/qt2/html/qspinbox-w.png -share/doc/qt2/html/qspinbox.html -share/doc/qt2/html/qspinbox2-m.png -share/doc/qt2/html/qspinbox2-w.png -share/doc/qt2/html/qsplitter-h.html -share/doc/qt2/html/qsplitter-m.png -share/doc/qt2/html/qsplitter-members.html -share/doc/qt2/html/qsplitter-w.png -share/doc/qt2/html/qsplitter.html -share/doc/qt2/html/qstack-h.html -share/doc/qt2/html/qstack-members.html -share/doc/qt2/html/qstack.html -share/doc/qt2/html/qstatusbar-h.html -share/doc/qt2/html/qstatusbar-m.png -share/doc/qt2/html/qstatusbar-members.html -share/doc/qt2/html/qstatusbar-w.png -share/doc/qt2/html/qstatusbar.html -share/doc/qt2/html/qstoreddrag-members.html -share/doc/qt2/html/qstoreddrag.html -share/doc/qt2/html/qstrilist-members.html -share/doc/qt2/html/qstrilist.html -share/doc/qt2/html/qstring-h.html -share/doc/qt2/html/qstring-members.html -share/doc/qt2/html/qstring.html -share/doc/qt2/html/qstringlist-h.html -share/doc/qt2/html/qstringlist-members.html -share/doc/qt2/html/qstringlist.html -share/doc/qt2/html/qstrlist-h.html -share/doc/qt2/html/qstrlist-members.html -share/doc/qt2/html/qstrlist.html -share/doc/qt2/html/qstrlistiterator-members.html -share/doc/qt2/html/qstrlistiterator.html -share/doc/qt2/html/qstyle-h.html -share/doc/qt2/html/qstyle-members.html -share/doc/qt2/html/qstyle.html -share/doc/qt2/html/qstylesheet-h.html -share/doc/qt2/html/qstylesheet-members.html -share/doc/qt2/html/qstylesheet.html -share/doc/qt2/html/qstylesheetitem-members.html -share/doc/qt2/html/qstylesheetitem.html -share/doc/qt2/html/qt-members.html -share/doc/qt2/html/qt.html -share/doc/qt2/html/qtab-members.html -share/doc/qt2/html/qtab.html -share/doc/qt2/html/qtabbar-h.html -share/doc/qt2/html/qtabbar-m.png -share/doc/qt2/html/qtabbar-members.html -share/doc/qt2/html/qtabbar-w.png -share/doc/qt2/html/qtabbar.html -share/doc/qt2/html/qtabdialog-h.html -share/doc/qt2/html/qtabdialog-members.html -share/doc/qt2/html/qtabdialog.html -share/doc/qt2/html/qtabdlg-m.png -share/doc/qt2/html/qtabdlg-w.png -share/doc/qt2/html/qtable-h.html -share/doc/qt2/html/qtable-members.html -share/doc/qt2/html/qtable.html -share/doc/qt2/html/qtable.png -share/doc/qt2/html/qtableitem-members.html -share/doc/qt2/html/qtableitem.html -share/doc/qt2/html/qtableselection-members.html -share/doc/qt2/html/qtableselection.html -share/doc/qt2/html/qtableview-h.html -share/doc/qt2/html/qtableview-members.html -share/doc/qt2/html/qtableview.html -share/doc/qt2/html/qtablevw-m.png -share/doc/qt2/html/qtablevw-w.png -share/doc/qt2/html/qtabwidget-h.html -share/doc/qt2/html/qtabwidget-m.png -share/doc/qt2/html/qtabwidget-members.html -share/doc/qt2/html/qtabwidget-w.png -share/doc/qt2/html/qtabwidget.html -share/doc/qt2/html/qtextbrowser-h.html -share/doc/qt2/html/qtextbrowser-m.png -share/doc/qt2/html/qtextbrowser-members.html -share/doc/qt2/html/qtextbrowser-w.png -share/doc/qt2/html/qtextbrowser.html -share/doc/qt2/html/qtextcodec-h.html -share/doc/qt2/html/qtextcodec-members.html -share/doc/qt2/html/qtextcodec.html -share/doc/qt2/html/qtextdecoder-members.html -share/doc/qt2/html/qtextdecoder.html -share/doc/qt2/html/qtextdrag-members.html -share/doc/qt2/html/qtextdrag.html -share/doc/qt2/html/qtextencoder-members.html -share/doc/qt2/html/qtextencoder.html -share/doc/qt2/html/qtextistream-members.html -share/doc/qt2/html/qtextistream.html -share/doc/qt2/html/qtextostream-members.html -share/doc/qt2/html/qtextostream.html -share/doc/qt2/html/qtextstream-h.html -share/doc/qt2/html/qtextstream-members.html -share/doc/qt2/html/qtextstream.html -share/doc/qt2/html/qtextview-h.html -share/doc/qt2/html/qtextview-members.html -share/doc/qt2/html/qtextview.html -share/doc/qt2/html/qthread-h.html -share/doc/qt2/html/qthread-members.html -share/doc/qt2/html/qthread.html -share/doc/qt2/html/qtimage-qtimage-cpp.html -share/doc/qt2/html/qtime-members.html -share/doc/qt2/html/qtime.html -share/doc/qt2/html/qtimer-h.html -share/doc/qt2/html/qtimer-members.html -share/doc/qt2/html/qtimer.html -share/doc/qt2/html/qtimerevent-members.html -share/doc/qt2/html/qtimerevent.html -share/doc/qt2/html/qtl.html -share/doc/qt2/html/qtlogo.png -share/doc/qt2/html/qtoolbar-h.html -share/doc/qt2/html/qtoolbar-members.html -share/doc/qt2/html/qtoolbar.html -share/doc/qt2/html/qtoolbutton-h.html -share/doc/qt2/html/qtoolbutton-members.html -share/doc/qt2/html/qtoolbutton.html -share/doc/qt2/html/qtooltip-h.html -share/doc/qt2/html/qtooltip-members.html -share/doc/qt2/html/qtooltip.html -share/doc/qt2/html/qtooltipgroup-members.html -share/doc/qt2/html/qtooltipgroup.html -share/doc/qt2/html/qtranslator-h.html -share/doc/qt2/html/qtranslator-members.html -share/doc/qt2/html/qtranslator.html -share/doc/qt2/html/qtranslatormessage-members.html -share/doc/qt2/html/qtranslatormessage.html -share/doc/qt2/html/qtsciicodec-h.html -share/doc/qt2/html/qtsciicodec-members.html -share/doc/qt2/html/qtsciicodec.html -share/doc/qt2/html/quridrag-members.html -share/doc/qt2/html/quridrag.html -share/doc/qt2/html/qurl-h.html -share/doc/qt2/html/qurl-members.html -share/doc/qt2/html/qurl.html -share/doc/qt2/html/qurlinfo-h.html -share/doc/qt2/html/qurlinfo-members.html -share/doc/qt2/html/qurlinfo.html -share/doc/qt2/html/qurloperator-h.html -share/doc/qt2/html/qurloperator-members.html -share/doc/qt2/html/qurloperator.html -share/doc/qt2/html/qvalidator-h.html -share/doc/qt2/html/qvalidator-members.html -share/doc/qt2/html/qvalidator.html -share/doc/qt2/html/qvaluelist-h.html -share/doc/qt2/html/qvaluelist-members.html -share/doc/qt2/html/qvaluelist.html -share/doc/qt2/html/qvaluelistconstiterator-members.html -share/doc/qt2/html/qvaluelistconstiterator.html -share/doc/qt2/html/qvaluelistiterator-members.html -share/doc/qt2/html/qvaluelistiterator.html -share/doc/qt2/html/qvaluestack-h.html -share/doc/qt2/html/qvaluestack-members.html -share/doc/qt2/html/qvaluestack.html -share/doc/qt2/html/qvariant-h.html -share/doc/qt2/html/qvariant-members.html -share/doc/qt2/html/qvariant.html -share/doc/qt2/html/qvbox-h.html -share/doc/qt2/html/qvbox-m.png -share/doc/qt2/html/qvbox-members.html -share/doc/qt2/html/qvbox-w.png -share/doc/qt2/html/qvbox.html -share/doc/qt2/html/qvbox.png -share/doc/qt2/html/qvboxlayout-members.html -share/doc/qt2/html/qvboxlayout.html -share/doc/qt2/html/qvbuttongroup-h.html -share/doc/qt2/html/qvbuttongroup-members.html -share/doc/qt2/html/qvbuttongroup.html -share/doc/qt2/html/qvector-h.html -share/doc/qt2/html/qvector-members.html -share/doc/qt2/html/qvector.html -share/doc/qt2/html/qvfb-qws.html -share/doc/qt2/html/qvgroupbox-h.html -share/doc/qt2/html/qvgroupbox-members.html -share/doc/qt2/html/qvgroupbox.html -share/doc/qt2/html/qwaitcondition-members.html -share/doc/qt2/html/qwaitcondition.html -share/doc/qt2/html/qwerty-main-cpp.html -share/doc/qt2/html/qwhatsthis-h.html -share/doc/qt2/html/qwhatsthis-members.html -share/doc/qt2/html/qwhatsthis.html -share/doc/qt2/html/qwheelevent-members.html -share/doc/qt2/html/qwheelevent.html -share/doc/qt2/html/qwidget-h.html -share/doc/qt2/html/qwidget-members.html -share/doc/qt2/html/qwidget.html -share/doc/qt2/html/qwidgetitem-members.html -share/doc/qt2/html/qwidgetitem.html -share/doc/qt2/html/qwidgetstack-h.html -share/doc/qt2/html/qwidgetstack-members.html -share/doc/qt2/html/qwidgetstack.html -share/doc/qt2/html/qwindowdefs-h.html -share/doc/qt2/html/qwindowsstyle-h.html -share/doc/qt2/html/qwindowsstyle-members.html -share/doc/qt2/html/qwindowsstyle.html -share/doc/qt2/html/qwindowsystem_qws-h.html -share/doc/qt2/html/qwizard-h.html -share/doc/qt2/html/qwizard-members.html -share/doc/qt2/html/qwizard.html -share/doc/qt2/html/qwmatrix-h.html -share/doc/qt2/html/qwmatrix-members.html -share/doc/qt2/html/qwmatrix.html -share/doc/qt2/html/qworkspace-h.html -share/doc/qt2/html/qworkspace-members.html -share/doc/qt2/html/qworkspace.html -share/doc/qt2/html/qwsdecoration-members.html -share/doc/qt2/html/qwsdecoration.html -share/doc/qt2/html/qwsdecoration_qws-h.html -share/doc/qt2/html/qwskeyboardhandler-members.html -share/doc/qt2/html/qwskeyboardhandler.html -share/doc/qt2/html/qwsmouse_qws-h.html -share/doc/qt2/html/qwsmousehandler-members.html -share/doc/qt2/html/qwsmousehandler.html -share/doc/qt2/html/qwsserver-members.html -share/doc/qt2/html/qwsserver.html -share/doc/qt2/html/qwswindow-members.html -share/doc/qt2/html/qwswindow.html -share/doc/qt2/html/qxml-h.html -share/doc/qt2/html/qxmlattributes-members.html -share/doc/qt2/html/qxmlattributes.html -share/doc/qt2/html/qxmlcontenthandler-members.html -share/doc/qt2/html/qxmlcontenthandler.html -share/doc/qt2/html/qxmldeclhandler-members.html -share/doc/qt2/html/qxmldeclhandler.html -share/doc/qt2/html/qxmldefaulthandler-members.html -share/doc/qt2/html/qxmldefaulthandler.html -share/doc/qt2/html/qxmldtdhandler-members.html -share/doc/qt2/html/qxmldtdhandler.html -share/doc/qt2/html/qxmlentityresolver-members.html -share/doc/qt2/html/qxmlentityresolver.html -share/doc/qt2/html/qxmlerrorhandler-members.html -share/doc/qt2/html/qxmlerrorhandler.html -share/doc/qt2/html/qxmlinputsource-members.html -share/doc/qt2/html/qxmlinputsource.html -share/doc/qt2/html/qxmllexicalhandler-members.html -share/doc/qt2/html/qxmllexicalhandler.html -share/doc/qt2/html/qxmllocator-members.html -share/doc/qt2/html/qxmllocator.html -share/doc/qt2/html/qxmlnamespacesupport-members.html -share/doc/qt2/html/qxmlnamespacesupport.html -share/doc/qt2/html/qxmlparseexception-members.html -share/doc/qt2/html/qxmlparseexception.html -share/doc/qt2/html/qxmlreader-members.html -share/doc/qt2/html/qxmlreader.html -share/doc/qt2/html/qxmlsimplereader-members.html -share/doc/qt2/html/qxmlsimplereader.html -share/doc/qt2/html/qxt-h.html -share/doc/qt2/html/qxtapplication-members.html -share/doc/qt2/html/qxtapplication.html -share/doc/qt2/html/qxtwidget-members.html -share/doc/qt2/html/qxtwidget.html -share/doc/qt2/html/rangecontrols-main-cpp.html -share/doc/qt2/html/removed20.html -share/doc/qt2/html/richtext-main-cpp.html -share/doc/qt2/html/rintersect.png -share/doc/qt2/html/rot13-rot13-cpp.html -share/doc/qt2/html/rsubtract.png -share/doc/qt2/html/runion.png -share/doc/qt2/html/running-qws.html -share/doc/qt2/html/rxor.png -share/doc/qt2/html/scribble-main-cpp.html -share/doc/qt2/html/scrollview-scrollview-cpp.html -share/doc/qt2/html/session.html -share/doc/qt2/html/session.png -share/doc/qt2/html/shared.html -share/doc/qt2/html/shclass.html -share/doc/qt2/html/showimg-main-cpp.html -share/doc/qt2/html/signalsandslots.html -share/doc/qt2/html/simple-application.html -share/doc/qt2/html/smooth.png -share/doc/qt2/html/splitter-splitter-cpp.html -share/doc/qt2/html/splitter-views-m.png -share/doc/qt2/html/splitter-views-w.png -share/doc/qt2/html/t1.html -share/doc/qt2/html/t1.png -share/doc/qt2/html/t10-cannon-cpp.html -share/doc/qt2/html/t10-cannon-h.html -share/doc/qt2/html/t10-lcdrange-cpp.html -share/doc/qt2/html/t10-lcdrange-h.html -share/doc/qt2/html/t10-main-cpp.html -share/doc/qt2/html/t10-makefile.html -share/doc/qt2/html/t10.html -share/doc/qt2/html/t10.png -share/doc/qt2/html/t11-cannon-cpp.html -share/doc/qt2/html/t11-cannon-h.html -share/doc/qt2/html/t11-lcdrange-cpp.html -share/doc/qt2/html/t11-lcdrange-h.html -share/doc/qt2/html/t11-main-cpp.html -share/doc/qt2/html/t11-makefile.html -share/doc/qt2/html/t11.html -share/doc/qt2/html/t11.png -share/doc/qt2/html/t12-cannon-cpp.html -share/doc/qt2/html/t12-cannon-h.html -share/doc/qt2/html/t12-lcdrange-cpp.html -share/doc/qt2/html/t12-lcdrange-h.html -share/doc/qt2/html/t12-main-cpp.html -share/doc/qt2/html/t12-makefile.html -share/doc/qt2/html/t12.html -share/doc/qt2/html/t12.png -share/doc/qt2/html/t13-cannon-cpp.html -share/doc/qt2/html/t13-cannon-h.html -share/doc/qt2/html/t13-gamebrd-cpp.html -share/doc/qt2/html/t13-gamebrd-h.html -share/doc/qt2/html/t13-lcdrange-cpp.html -share/doc/qt2/html/t13-lcdrange-h.html -share/doc/qt2/html/t13-main-cpp.html -share/doc/qt2/html/t13-makefile.html -share/doc/qt2/html/t13.html -share/doc/qt2/html/t13.png -share/doc/qt2/html/t14-cannon-cpp.html -share/doc/qt2/html/t14-cannon-h.html -share/doc/qt2/html/t14-gamebrd-cpp.html -share/doc/qt2/html/t14-gamebrd-h.html -share/doc/qt2/html/t14-lcdrange-cpp.html -share/doc/qt2/html/t14-lcdrange-h.html -share/doc/qt2/html/t14-main-cpp.html -share/doc/qt2/html/t14-makefile.html -share/doc/qt2/html/t14.html -share/doc/qt2/html/t14.png -share/doc/qt2/html/t2.html -share/doc/qt2/html/t2.png -share/doc/qt2/html/t3.html -share/doc/qt2/html/t3.png -share/doc/qt2/html/t4.html -share/doc/qt2/html/t4.png -share/doc/qt2/html/t5.html -share/doc/qt2/html/t5.png -share/doc/qt2/html/t6.html -share/doc/qt2/html/t6.png -share/doc/qt2/html/t7-lcdrange-cpp.html -share/doc/qt2/html/t7-lcdrange-h.html -share/doc/qt2/html/t7-main-cpp.html -share/doc/qt2/html/t7-makefile.html -share/doc/qt2/html/t7.html -share/doc/qt2/html/t7.png -share/doc/qt2/html/t8-cannon-cpp.html -share/doc/qt2/html/t8-cannon-h.html -share/doc/qt2/html/t8-lcdrange-cpp.html -share/doc/qt2/html/t8-lcdrange-h.html -share/doc/qt2/html/t8-main-cpp.html -share/doc/qt2/html/t8-makefile.html -share/doc/qt2/html/t8.html -share/doc/qt2/html/t8.png -share/doc/qt2/html/t9-cannon-cpp.html -share/doc/qt2/html/t9-cannon-h.html -share/doc/qt2/html/t9-lcdrange-cpp.html -share/doc/qt2/html/t9-lcdrange-h.html -share/doc/qt2/html/t9-main-cpp.html -share/doc/qt2/html/t9-makefile.html -share/doc/qt2/html/t9.html -share/doc/qt2/html/t9.png -share/doc/qt2/html/t9_1.png -share/doc/qt2/html/t9_2.png -share/doc/qt2/html/tabdialog-main-cpp.html -share/doc/qt2/html/table.html -share/doc/qt2/html/test.png -share/doc/qt2/html/tetrix-tetrix-cpp.html -share/doc/qt2/html/themes-main-cpp.html -share/doc/qt2/html/threads.html -share/doc/qt2/html/tictac-main-cpp.html -share/doc/qt2/html/time.html -share/doc/qt2/html/timers.html -share/doc/qt2/html/titleindex -share/doc/qt2/html/tools.html -share/doc/qt2/html/tooltip-main-cpp.html -share/doc/qt2/html/topicals.html -share/doc/qt2/html/trivial-trivial-cpp.html -share/doc/qt2/html/troll.html -share/doc/qt2/html/tutorial.html -share/doc/qt2/html/tutorial.png -share/doc/qt2/html/unicode.html -share/doc/qt2/html/unsmooth.png -share/doc/qt2/html/validator-main-cpp.html -share/doc/qt2/html/walkthroughs.html -share/doc/qt2/html/whatsthis -share/doc/qt2/html/whatsthis.png -share/doc/qt2/html/winsystem.html -share/doc/qt2/html/wizard-main-cpp.html -share/doc/qt2/html/workspace.html -share/doc/qt2/html/xform-xform-cpp.html -share/doc/qt2/html/xml-dom.html -share/doc/qt2/html/xml-sax-walkthrough.html -share/doc/qt2/html/xml-sax.html -share/doc/qt2/html/xml-tagreader-tagreader-cpp.html -share/doc/qt2/html/xml-tagreader-with-features-tagreader-cpp.html -share/doc/qt2/html/xml.html -share/doc/qt2/html/xt.html -share/doc/qt2/html/y2k.html -@dirrm share/doc/qt2/html -@dirrm share/doc/qt2 -@dirrm include/qt2 |