summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt145
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-04-19 02:30:02 +0000
committerWill Andrews <will@FreeBSD.org>2002-04-19 02:30:02 +0000
commite05ed36727813c752300995435b0dc1aee51ecc3 (patch)
treed926f0f9b039ccf866d06988fbb956f5373cb5b9 /x11-toolkits/qt145
parentAdd support for localization. (diff)
Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree.
Notes
Notes: svn path=/head/; revision=57872
Diffstat (limited to 'x11-toolkits/qt145')
-rw-r--r--x11-toolkits/qt145/Makefile89
-rw-r--r--x11-toolkits/qt145/distinfo2
-rw-r--r--x11-toolkits/qt145/files/man389
-rw-r--r--x11-toolkits/qt145/files/patch-aa45
-rw-r--r--x11-toolkits/qt145/files/patch-ab13
-rw-r--r--x11-toolkits/qt145/files/patch-ac20
-rw-r--r--x11-toolkits/qt145/files/patch-ad15
-rw-r--r--x11-toolkits/qt145/pkg-comment1
-rw-r--r--x11-toolkits/qt145/pkg-descr8
-rw-r--r--x11-toolkits/qt145/pkg-plist910
10 files changed, 0 insertions, 1192 deletions
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile
deleted file mode 100644
index cc0d7af05fb9..000000000000
--- a/x11-toolkits/qt145/Makefile
+++ /dev/null
@@ -1,89 +0,0 @@
-# New ports collection makefile for: qt
-# Date created: 30 Jul 1996
-# Whom: searle@longacre.demon.co.uk
-#
-# $FreeBSD$
-#
-
-PORTNAME= qt1
-PORTVERSION= 1.45
-PORTREVISION= 1
-CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.trolltech.com/qt/source/
-DISTNAME= ${PORTNAME:S/1//}-${PORTVERSION}
-DIST_SUBDIR= KDE
-
-PATCH_SITES= ftp://ftp.kde.gr.jp/pub/qt/patch/
-PATCHFILES= qt-1.45-i18n-20000531.diff.gz
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= kde@FreeBSD.org
-
-LATEST_LINK= qt1
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_NEWGCC= yes
-.if defined(MAKE_JOBS)
-MAKE_ARGS+= MAKE="${GMAKE} -j${MAKE_JOBS}"
-.else
-MAKE_ARGS+= MAKE="${GMAKE} -j2"
-.endif
-MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" \
- CXXFLAGS="${CXXFLAGS} -frerun-cse-after-loop" CC="${CC}"
-
-VER_MAJ= 3
-VER_MIN= 0
-VERSION= ${VER_MAJ}
-
-MAKE_ENV+= VERSION="${VERSION}" VER_MIN=${VER_MIN} VER_MAJ=${VER_MAJ}
-PLIST_SUB+= VERSION="${VER_MAJ}"
-
-.include <bsd.port.pre.mk>
-
-MAN1= moc.1
-.include "${FILESDIR}/man3"
-
-.if defined(WANT_STATIC)
-STATIC= static
-.else
-STATIC= shared
-INSTALLS_SHLIB= yes
-.endif
-
-post-patch:
- @find ${WRKSRC}/src -name \*.h ! -name y.tab.h \
- | ${SED} -e "s,${WRKSRC},..," \
- | eval `${AWK} '{print "ln -sf",$$1,"${WRKSRC}/include"}'`
-
-post-configure:
- @${PERL} -pi -e "s:g\+\+:${CXX}:g ; \
- s:/usr/X11R6:${PREFIX}:g ; \
- s:%%CXXFLAGS%%:${CXXFLAGS} -frerun-cse-after-loop:g ; \
- s:%%VERSION%%:${VERSION}:g" ${WRKSRC}/configs/freebsd-g++-${STATIC}
- @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} freebsd-g++-${STATIC})
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/bin/moc ${PREFIX}/bin
-.if !defined(WANT_STATIC)
- @${INSTALL_DATA} ${WRKSRC}/lib/libqt.so.${VERSION} ${PREFIX}/lib
- @${LN} -sf ${PREFIX}/lib/libqt.so.${VERSION} ${PREFIX}/lib/libqt.so
-.else
- @${INSTALL_DATA} ${WRKSRC}/lib/libqt.a ${PREFIX}/lib/libqt.a.${VERSION}
- @${LN} -sf ${PREFIX}/lib/libqt.a.${VERSION} ${PREFIX}/lib/libqt.a
-.endif
- @${MKDIR} ${PREFIX}/include/X11/qt
- @${MKDIR} ${PREFIX}/share/doc/qt/html
- @(cd ${WRKSRC} ; \
- ${INSTALL_DATA} include/*.h ${PREFIX}/include/X11/qt ; \
- ${INSTALL_MAN} man/man1/* ${PREFIX}/man/man1 ; \
- ${INSTALL_MAN} man/man3/* ${PREFIX}/man/man3 ; \
- ${INSTALL_DATA} README ${PREFIX}/share/doc/qt ; \
- ${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt ; \
- ${INSTALL_DATA} html/* ${PREFIX}/share/doc/qt/html )
-
-.if defined(WANT_STATIC)
-post-install:
- @${PERL} -pi -e 's/libqt\.so/libqt.a/' ${TMPPLIST}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/x11-toolkits/qt145/distinfo b/x11-toolkits/qt145/distinfo
deleted file mode 100644
index a0f25bb133e1..000000000000
--- a/x11-toolkits/qt145/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (KDE/qt-1.45.tar.gz) = 0602a23f58e436dda670ae50e37c9765
-MD5 (KDE/qt-1.45-i18n-20000531.diff.gz) = 120b94e683e7054fadc5541b517361cc
diff --git a/x11-toolkits/qt145/files/man3 b/x11-toolkits/qt145/files/man3
deleted file mode 100644
index aa8c049fe2a7..000000000000
--- a/x11-toolkits/qt145/files/man3
+++ /dev/null
@@ -1,89 +0,0 @@
-MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \
- QBitArray.3qt QBitVal.3qt QBitmap.3qt QBoxLayout.3qt \
- QBrush.3qt QBuffer.3qt QButton.3qt QButtonGroup.3qt \
- QByteArray.3qt QCache.3qt QCacheIterator.3qt QCheckBox.3qt \
- QCheckListItem.3qt QChildEvent.3qt QClipboard.3qt \
- QCloseEvent.3qt QCollection.3qt QColor.3qt QColorGroup.3qt \
- QComboBox.3qt QConnection.3qt QCursor.3qt QCustomEvent.3qt \
- QDataPump.3qt QDataSink.3qt QDataSource.3qt QDataStream.3qt \
- QDate.3qt QDateTime.3qt QDialog.3qt QDict.3qt QDictIterator.3qt \
- QDir.3qt QDoubleValidator.3qt QDragMoveEvent.3qt QDragObject.3qt \
- QDropEvent.3qt QEvent.3qt QFile.3qt QFileDialog.3qt \
- QFileIconProvider.3qt QFileInfo.3qt QFocusData.3qt \
- QFocusEvent.3qt QFont.3qt QFontInfo.3qt QFontMetrics.3qt \
- QFrame.3qt QGArray.3qt QGCache.3qt QGCacheIterator.3qt \
- QGDict.3qt QGDictIterator.3qt QGLContext.3qt QGLFormat.3qt QGLWidget.3qt QGList.3qt \
- QGListIterator.3qt QGManager.3qt QGridLayout.3qt QGroupBox.3qt \
- QHBoxLayout.3qt QHeader.3qt QIODevice.3qt QIODeviceSource.3qt \
- QIconSet.3qt QImage.3qt QImageConsumer.3qt QImageDecoder.3qt \
- QImageDrag.3qt QImageFormat.3qt QImageFormatType.3qt \
- QImageIO.3qt QIntCache.3qt QIntCacheIterator.3qt QIntDict.3qt \
- QIntDictIterator.3qt QIntValidator.3qt QKeyEvent.3qt \
- QLCDNumber.3qt QLNode.3qt QLabel.3qt QLayout.3qt QLineEdit.3qt \
- QList.3qt QListBox.3qt QListBoxItem.3qt QListBoxPixmap.3qt \
- QListBoxText.3qt QListIterator.3qt QListView.3qt \
- QListViewItem.3qt QMainWindow.3qt QMenuBar.3qt QMenuData.3qt \
- QMessageBox.3qt QMouseEvent.3qt QMoveEvent.3qt QMovie.3qt \
- QMultiLineEdit.3qt QNPInstance.3qt QNPStream.3qt QNPWidget.3qt \
- QNPlugin.3qt QObject.3qt QPaintDevice.3qt QPaintDeviceMetrics.3qt \
- QPaintEvent.3qt QPainter.3qt QPalette.3qt QPen.3qt QPicture.3qt \
- QPixmap.3qt QPixmapCache.3qt QPoint.3qt QPointArray.3qt \
- QPointVal.3qt QPopupMenu.3qt QPrintDialog.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 QScrollBar.3qt QScrollView.3qt QSemiModal.3qt \
- QShared.3qt QSignal.3qt QSignalMapper.3qt QSize.3qt \
- QSlider.3qt QSocketNotifier.3qt QSpinBox.3qt QSplitter.3qt \
- QStack.3qt QStatusBar.3qt QStoredDrag.3qt QStrIList.3qt \
- QStrList.3qt QString.3qt QTabBar.3qt QTabDialog.3qt \
- QTableView.3qt QTextDrag.3qt QTextStream.3qt QTime.3qt \
- QTimer.3qt QTimerEvent.3qt QToolBar.3qt QToolButton.3qt \
- QToolTip.3qt QToolTipGroup.3qt QUrlDrag.3qt QVBoxLayout.3qt \
- QValidator.3qt QWMatrix.3qt QWhatsThis.3qt QWidget.3qt \
- QWidgetStack.3qt QWindow.3qt QXtApplication.3qt QXtWidget.3qt \
- qaccel.3qt qapplication.3qt qarray.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 qcheckbox.3qt \
- qchecklistitem.3qt qchildevent.3qt qclipboard.3qt \
- qcloseevent.3qt qcollection.3qt qcolor.3qt qcolorgroup.3qt \
- qcombobox.3qt qconnection.3qt qcursor.3qt qcustomevent.3qt \
- qdatapump.3qt qdatasink.3qt qdatasource.3qt qdatastream.3qt \
- qdate.3qt qdatetime.3qt qdialog.3qt qdict.3qt qdictiterator.3qt \
- qdir.3qt qdoublevalidator.3qt qdragmoveevent.3qt qdragobject.3qt \
- qdropevent.3qt qevent.3qt qfile.3qt qfiledialog.3qt \
- qfileiconprovider.3qt qfileinfo.3qt qfocusdata.3qt \
- qfocusevent.3qt qfont.3qt qfontinfo.3qt qfontmetrics.3qt \
- qframe.3qt qgarray.3qt qgcache.3qt qgcacheiterator.3qt \
- qgdict.3qt qgdictiterator.3qt qglcontext.3qt qglformat.3qt qglist.3qt qglistiterator.3qt \
- qglwidget.3qt qgmanager.3qt qgridlayout.3qt qgroupbox.3qt \
- qhboxlayout.3qt qheader.3qt qiconset.3qt qimage.3qt \
- qimageconsumer.3qt qimagedecoder.3qt qimagedrag.3qt \
- qimageformat.3qt qimageformattype.3qt qimageio.3qt \
- qintcache.3qt qintcacheiterator.3qt qintdict.3qt \
- qintdictiterator.3qt qintvalidator.3qt qiodevice.3qt \
- qiodevicesource.3qt qkeyevent.3qt qlabel.3qt qlayout.3qt \
- qlcdnumber.3qt qlineedit.3qt qlist.3qt qlistbox.3qt \
- qlistboxitem.3qt qlistboxpixmap.3qt qlistboxtext.3qt \
- qlistiterator.3qt qlistview.3qt qlistviewitem.3qt qlnode.3qt \
- qmainwindow.3qt qmenubar.3qt qmenudata.3qt qmessagebox.3qt \
- qmouseevent.3qt qmoveevent.3qt qmovie.3qt qmultilineedit.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 qpoint.3qt qpointarray.3qt \
- qpointval.3qt qpopupmenu.3qt qprintdialog.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 qscrollbar.3qt qscrollview.3qt qsemimodal.3qt \
- qshared.3qt qsignal.3qt qsignalmapper.3qt qsize.3qt \
- qslider.3qt qsocketnotifier.3qt qspinbox.3qt qsplitter.3qt \
- qstack.3qt qstatusbar.3qt qstoreddrag.3qt qstrilist.3qt \
- qstring.3qt qstrlist.3qt qtabbar.3qt qtabdialog.3qt \
- qtableview.3qt qtextdrag.3qt qtextstream.3qt qtime.3qt \
- qtimer.3qt qtimerevent.3qt qtoolbar.3qt qtoolbutton.3qt \
- qtooltip.3qt qtooltipgroup.3qt qurldrag.3qt qvalidator.3qt \
- qvboxlayout.3qt qwhatsthis.3qt qwidget.3qt qwidgetstack.3qt \
- qwindow.3qt qwmatrix.3qt qxtapplication.3qt qxtwidget.3qt
diff --git a/x11-toolkits/qt145/files/patch-aa b/x11-toolkits/qt145/files/patch-aa
deleted file mode 100644
index c09663b2a880..000000000000
--- a/x11-toolkits/qt145/files/patch-aa
+++ /dev/null
@@ -1,45 +0,0 @@
---- configs/freebsd-g++-shared.orig Tue Oct 10 00:37:00 2000
-+++ configs/freebsd-g++-shared Tue Oct 10 00:37:24 2000
-@@ -25,7 +25,7 @@
-
- # Linking applications
- SYSCONF_LINK = g++
--SYSCONF_LFLAGS =
-+SYSCONF_LFLAGS = %%CXXFLAGS%%
- SYSCONF_LIBS = -lxpg4
-
- # Link flags shared objects
-@@ -40,15 +40,13 @@
- # - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN)
- #
- SYSCONF_LINK_SHLIB = g++
--SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN)
--SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \
-+SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.3
-+SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared %%CXXFLAGS%% \
- $(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); \
-- 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
-
- # Linking static libraries
- # - Build the $(TARGET) library, eg. lib$(TARGET).a
-@@ -59,11 +57,11 @@
- 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 -O2 -fno-strength-reduce
-+SYSCONF_CXXFLAGS = %%CXXFLAGS%% -fno-strength-reduce
- # Compiling library source
--SYSCONF_CXXFLAGS_LIB = -O2 -fno-strength-reduce -fPIC
-+SYSCONF_CXXFLAGS_LIB = %%CXXFLAGS%% -fno-strength-reduce -fPIC
- # Compiling shared-object source
--SYSCONF_CXXFLAGS_SHOBJ = -O2 -fno-strength-reduce -fPIC
-+SYSCONF_CXXFLAGS_SHOBJ = %%CXXFLAGS%% -fno-strength-reduce -fPIC
- # Default link type (stati 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/qt145/files/patch-ab b/x11-toolkits/qt145/files/patch-ab
deleted file mode 100644
index e71b2de5371b..000000000000
--- a/x11-toolkits/qt145/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/Makefile.in Fri Feb 26 12:02:22 1999
-+++ src/Makefile.in.new Sun Jan 2 11:36:33 2000
-@@ -24,8 +24,8 @@
-
- TARGET = qt
- DESTDIR = ../lib/
--VER_MAJ = 1
--VER_MIN = 44
-+VER_MAJ ?= 1
-+VER_MIN ?= 44
-
- ####### Files
-
diff --git a/x11-toolkits/qt145/files/patch-ac b/x11-toolkits/qt145/files/patch-ac
deleted file mode 100644
index ef21e277bc0f..000000000000
--- a/x11-toolkits/qt145/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile Fri Feb 26 12:02:39 1999
-+++ Makefile.new Mon May 29 00:59:55 2000
-@@ -4,7 +4,7 @@
- # Read PORTING for instructions how to port Qt to a new platform.
-
-
--all: moc src tutorial examples
-+all: moc src
- @echo
- @echo "The Qt library is now built in ./lib"
- @echo "The Qt examples are built in the directories in ./examples"
-@@ -32,8 +32,6 @@
-
- depend:
- cd src; $(MAKE) depend
-- cd tutorial; $(MAKE) depend
-- cd examples; $(MAKE) depend
-
- config: variables
- -rm variables
diff --git a/x11-toolkits/qt145/files/patch-ad b/x11-toolkits/qt145/files/patch-ad
deleted file mode 100644
index f74bb55cfde0..000000000000
--- a/x11-toolkits/qt145/files/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/kernel/qapplication_x11.cpp.orig Thu Mar 23 21:51:42 2000
-+++ src/kernel/qapplication_x11.cpp Thu Mar 23 21:57:48 2000
-@@ -108,6 +108,12 @@
- #undef select
- extern "C" int select( int, void *, void *, void *, struct timeval * );
-
-+extern "C" char *XSetIMValues(
-+#if NeedVarargsPrototypes
-+ XIM /* im */, ...
-+#endif
-+);
-+
- #if defined(_OS_AIX_)
- // for FD_ZERO
- static inline void bzero( void *s, int n )
diff --git a/x11-toolkits/qt145/pkg-comment b/x11-toolkits/qt145/pkg-comment
deleted file mode 100644
index 0e56180e5c92..000000000000
--- a/x11-toolkits/qt145/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A C++ X GUI toolkit
diff --git a/x11-toolkits/qt145/pkg-descr b/x11-toolkits/qt145/pkg-descr
deleted file mode 100644
index c482809f35d0..000000000000
--- a/x11-toolkits/qt145/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Qt is a toolkit for building a GUI for X in C++. The main
-documentation is in /usr/X11R6/share/doc/qt and is also available
-on the homepage.
-
-WWW: http://doc.trolltech.com/
-
-- Michael Searle
-searle@longacre.demon.co.uk
diff --git a/x11-toolkits/qt145/pkg-plist b/x11-toolkits/qt145/pkg-plist
deleted file mode 100644
index d76e0328e8b9..000000000000
--- a/x11-toolkits/qt145/pkg-plist
+++ /dev/null
@@ -1,910 +0,0 @@
-bin/moc
-include/X11/qt/jri.h
-include/X11/qt/jri_md.h
-include/X11/qt/jritypes.h
-include/X11/qt/npapi.h
-include/X11/qt/npupp.h
-include/X11/qt/qaccel.h
-include/X11/qt/qapp.h
-include/X11/qt/qapplication.h
-include/X11/qt/qarray.h
-include/X11/qt/qasyncimageio.h
-include/X11/qt/qasyncio.h
-include/X11/qt/qbitarray.h
-include/X11/qt/qbitarry.h
-include/X11/qt/qbitmap.h
-include/X11/qt/qbrush.h
-include/X11/qt/qbttngrp.h
-include/X11/qt/qbuffer.h
-include/X11/qt/qbutton.h
-include/X11/qt/qbuttongroup.h
-include/X11/qt/qcache.h
-include/X11/qt/qcheckbox.h
-include/X11/qt/qchkbox.h
-include/X11/qt/qclipboard.h
-include/X11/qt/qclipbrd.h
-include/X11/qt/qcollect.h
-include/X11/qt/qcollection.h
-include/X11/qt/qcolor.h
-include/X11/qt/qcombo.h
-include/X11/qt/qcombobox.h
-include/X11/qt/qconnect.h
-include/X11/qt/qconnection.h
-include/X11/qt/qcursor.h
-include/X11/qt/qdatastream.h
-include/X11/qt/qdatetime.h
-include/X11/qt/qdatetm.h
-include/X11/qt/qdialog.h
-include/X11/qt/qdict.h
-include/X11/qt/qdir.h
-include/X11/qt/qdragobject.h
-include/X11/qt/qdrawutil.h
-include/X11/qt/qdrawutl.h
-include/X11/qt/qdropsite.h
-include/X11/qt/qdstream.h
-include/X11/qt/qevent.h
-include/X11/qt/qfile.h
-include/X11/qt/qfiledef.h
-include/X11/qt/qfiledefs.h
-include/X11/qt/qfiledialog.h
-include/X11/qt/qfiledlg.h
-include/X11/qt/qfileinf.h
-include/X11/qt/qfileinfo.h
-include/X11/qt/qfocusdata.h
-include/X11/qt/qfont.h
-include/X11/qt/qfontdata.h
-include/X11/qt/qfontdta.h
-include/X11/qt/qfontinf.h
-include/X11/qt/qfontinfo.h
-include/X11/qt/qfontmet.h
-include/X11/qt/qfontmetrics.h
-include/X11/qt/qframe.h
-include/X11/qt/qgarray.h
-include/X11/qt/qgcache.h
-include/X11/qt/qgdict.h
-include/X11/qt/qgeneric.h
-include/X11/qt/qgl.h
-include/X11/qt/qglist.h
-include/X11/qt/qglobal.h
-include/X11/qt/qgmanager.h
-include/X11/qt/qgmanagr.h
-include/X11/qt/qgroupbox.h
-include/X11/qt/qgrpbox.h
-include/X11/qt/qgvector.h
-include/X11/qt/qheader.h
-include/X11/qt/qiconset.h
-include/X11/qt/qimage.h
-include/X11/qt/qimageio.h
-include/X11/qt/qintcach.h
-include/X11/qt/qintcache.h
-include/X11/qt/qintdict.h
-include/X11/qt/qiodev.h
-include/X11/qt/qiodevice.h
-include/X11/qt/qjpegio.h
-include/X11/qt/qkeycode.h
-include/X11/qt/qlabel.h
-include/X11/qt/qlayout.h
-include/X11/qt/qlcdnum.h
-include/X11/qt/qlcdnumber.h
-include/X11/qt/qlined.h
-include/X11/qt/qlineedit.h
-include/X11/qt/qlist.h
-include/X11/qt/qlistbox.h
-include/X11/qt/qlistview.h
-include/X11/qt/qmainwindow.h
-include/X11/qt/qmenubar.h
-include/X11/qt/qmenudata.h
-include/X11/qt/qmenudta.h
-include/X11/qt/qmessagebox.h
-include/X11/qt/qmetaobj.h
-include/X11/qt/qmetaobject.h
-include/X11/qt/qmlined.h
-include/X11/qt/qmovie.h
-include/X11/qt/qmsgbox.h
-include/X11/qt/qmultilinedit.h
-include/X11/qt/qnp.h
-include/X11/qt/qobjcoll.h
-include/X11/qt/qobjdefs.h
-include/X11/qt/qobject.h
-include/X11/qt/qobjectdefs.h
-include/X11/qt/qobjectdict.h
-include/X11/qt/qobjectlist.h
-include/X11/qt/qpaintd.h
-include/X11/qt/qpaintdc.h
-include/X11/qt/qpaintdevice.h
-include/X11/qt/qpaintdevicedefs.h
-include/X11/qt/qpaintdevicemetrics.h
-include/X11/qt/qpainter.h
-include/X11/qt/qpalette.h
-include/X11/qt/qpdevmet.h
-include/X11/qt/qpen.h
-include/X11/qt/qpicture.h
-include/X11/qt/qpixmap.h
-include/X11/qt/qpixmapcache.h
-include/X11/qt/qpmcache.h
-include/X11/qt/qpngio.h
-include/X11/qt/qpntarry.h
-include/X11/qt/qpoint.h
-include/X11/qt/qpointarray.h
-include/X11/qt/qpopmenu.h
-include/X11/qt/qpopupmenu.h
-include/X11/qt/qprintdialog.h
-include/X11/qt/qprinter.h
-include/X11/qt/qprndlg.h
-include/X11/qt/qprogbar.h
-include/X11/qt/qprogdlg.h
-include/X11/qt/qprogressbar.h
-include/X11/qt/qprogressdialog.h
-include/X11/qt/qpsprinter.h
-include/X11/qt/qpsprn.h
-include/X11/qt/qptrdict.h
-include/X11/qt/qpushbt.h
-include/X11/qt/qpushbutton.h
-include/X11/qt/qqueue.h
-include/X11/qt/qradiobt.h
-include/X11/qt/qradiobutton.h
-include/X11/qt/qrangecontrol.h
-include/X11/qt/qrangect.h
-include/X11/qt/qrect.h
-include/X11/qt/qregexp.h
-include/X11/qt/qregion.h
-include/X11/qt/qscrbar.h
-include/X11/qt/qscrollbar.h
-include/X11/qt/qscrollview.h
-include/X11/qt/qsemimodal.h
-include/X11/qt/qshared.h
-include/X11/qt/qsignal.h
-include/X11/qt/qsignalmapper.h
-include/X11/qt/qsignalslotimp.h
-include/X11/qt/qsize.h
-include/X11/qt/qslider.h
-include/X11/qt/qsocketnotifier.h
-include/X11/qt/qsocknot.h
-include/X11/qt/qspinbox.h
-include/X11/qt/qsplitter.h
-include/X11/qt/qstack.h
-include/X11/qt/qstatusbar.h
-include/X11/qt/qstring.h
-include/X11/qt/qstrlist.h
-include/X11/qt/qstrvec.h
-include/X11/qt/qt_gif.h
-include/X11/qt/qtabbar.h
-include/X11/qt/qtabdialog.h
-include/X11/qt/qtabdlg.h
-include/X11/qt/qtableview.h
-include/X11/qt/qtablevw.h
-include/X11/qt/qtextstream.h
-include/X11/qt/qtimer.h
-include/X11/qt/qtoolbar.h
-include/X11/qt/qtoolbutton.h
-include/X11/qt/qtooltip.h
-include/X11/qt/qtstream.h
-include/X11/qt/qvalidator.h
-include/X11/qt/qvector.h
-include/X11/qt/qwellarray.h
-include/X11/qt/qwhatsthis.h
-include/X11/qt/qwidcoll.h
-include/X11/qt/qwidget.h
-include/X11/qt/qwidgetintdict.h
-include/X11/qt/qwidgetlist.h
-include/X11/qt/qwidgetstack.h
-include/X11/qt/qwindefs.h
-include/X11/qt/qwindow.h
-include/X11/qt/qwindowdefs.h
-include/X11/qt/qwmatrix.h
-include/X11/qt/qxt.h
-lib/libqt.so
-lib/libqt.so.%%VERSION%%
-share/doc/qt/README
-share/doc/qt/README.QT
-share/doc/qt/html/abstractwidgets.html
-share/doc/qt/html/aclock-aclock-cpp.html
-share/doc/qt/html/annotated.html
-share/doc/qt/html/application-application-cpp.html
-share/doc/qt/html/application.html
-share/doc/qt/html/bearings.gif
-share/doc/qt/html/biff-biff-cpp.html
-share/doc/qt/html/book.gif
-share/doc/qt/html/classes.html
-share/doc/qt/html/collection.html
-share/doc/qt/html/connect-connect-cpp.html
-share/doc/qt/html/coordsys.gif
-share/doc/qt/html/coordsys.html
-share/doc/qt/html/credits.html
-share/doc/qt/html/cursor-cursor-cpp.html
-share/doc/qt/html/dclock-dclock-cpp.html
-share/doc/qt/html/debug.html
-share/doc/qt/html/design.html
-share/doc/qt/html/desktop-desktop-cpp.html
-share/doc/qt/html/dialogs.html
-share/doc/qt/html/dirview-dirview-cpp.html
-share/doc/qt/html/dochead.gif
-share/doc/qt/html/dochead.jpg
-share/doc/qt/html/drawdemo-drawdemo-cpp.html
-share/doc/qt/html/drawing.html
-share/doc/qt/html/easteregg.html
-share/doc/qt/html/easteregg2.html
-share/doc/qt/html/examples.html
-share/doc/qt/html/fontmatch.html
-share/doc/qt/html/fonts.html
-share/doc/qt/html/forever-forever-cpp.html
-share/doc/qt/html/frames.gif
-share/doc/qt/html/functions.html
-share/doc/qt/html/geomanagement.html
-share/doc/qt/html/graph.g1n
-share/doc/qt/html/grapher-grapher-cpp.html
-share/doc/qt/html/gridlayout.gif
-share/doc/qt/html/guibooks.html
-share/doc/qt/html/headers.html
-share/doc/qt/html/hello-hello-cpp.html
-share/doc/qt/html/hierarchy.html
-share/doc/qt/html/imageio.html
-share/doc/qt/html/images.html
-share/doc/qt/html/index.html
-share/doc/qt/html/io.html
-share/doc/qt/html/kernel.html
-share/doc/qt/html/layout-layout-cpp.html
-share/doc/qt/html/letter.gif
-share/doc/qt/html/license.html
-share/doc/qt/html/life-life-cpp.html
-share/doc/qt/html/listview.gif
-share/doc/qt/html/mailinglists.html
-share/doc/qt/html/mainlyMotif-editor-cpp.html
-share/doc/qt/html/mainlyQt-editor-cpp.html
-share/doc/qt/html/mainlyXt-editor-cpp.html
-share/doc/qt/html/menu-menu-cpp.html
-share/doc/qt/html/metaobjects.html
-share/doc/qt/html/misc.html
-share/doc/qt/html/moc.html
-share/doc/qt/html/movies-main-cpp.html
-share/doc/qt/html/nsplugin.html
-share/doc/qt/html/picture-picture-cpp.html
-share/doc/qt/html/pictures.html
-share/doc/qt/html/pnglogo.png
-share/doc/qt/html/pref-pref-cpp.html
-share/doc/qt/html/primes.html
-share/doc/qt/html/printerdialog.gif
-share/doc/qt/html/progress-progress-cpp.html
-share/doc/qt/html/qaccel-h.html
-share/doc/qt/html/qaccel-members.html
-share/doc/qt/html/qaccel.html
-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-h.html
-share/doc/qt/html/qarray-members.html
-share/doc/qt/html/qarray.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/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.gif
-share/doc/qt/html/qbttngrp-w.gif
-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-members.html
-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/qcheckbox-h.html
-share/doc/qt/html/qcheckbox-m.gif
-share/doc/qt/html/qcheckbox-members.html
-share/doc/qt/html/qcheckbox-w.gif
-share/doc/qt/html/qcheckbox.html
-share/doc/qt/html/qchecklistitem-members.html
-share/doc/qt/html/qchecklistitem.html
-share/doc/qt/html/qchildevent-members.html
-share/doc/qt/html/qchildevent.html
-share/doc/qt/html/qchkbox-m.gif
-share/doc/qt/html/qchkbox-w.gif
-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-h.html
-share/doc/qt/html/qcollection-members.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/qcolorgroup-members.html
-share/doc/qt/html/qcolorgroup.html
-share/doc/qt/html/qcombo1-m.gif
-share/doc/qt/html/qcombo1-w.gif
-share/doc/qt/html/qcombo2-m.gif
-share/doc/qt/html/qcombo2-w.gif
-share/doc/qt/html/qcombo3-m.gif
-share/doc/qt/html/qcombo3-w.gif
-share/doc/qt/html/qcombobox-h.html
-share/doc/qt/html/qcombobox-members.html
-share/doc/qt/html/qcombobox.html
-share/doc/qt/html/qconnection-h.html
-share/doc/qt/html/qconnection-members.html
-share/doc/qt/html/qconnection.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/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/qdate-members.html
-share/doc/qt/html/qdate.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/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-h.html
-share/doc/qt/html/qdir-members.html
-share/doc/qt/html/qdir.html
-share/doc/qt/html/qdoublevalidator-members.html
-share/doc/qt/html/qdoublevalidator.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/qevent-h.html
-share/doc/qt/html/qevent-members.html
-share/doc/qt/html/qevent.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.gif
-share/doc/qt/html/qfiledlg-w.gif
-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/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-h.html
-share/doc/qt/html/qfont-members.html
-share/doc/qt/html/qfont.html
-share/doc/qt/html/qfontinfo-h.html
-share/doc/qt/html/qfontinfo-members.html
-share/doc/qt/html/qfontinfo.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/qgarray-h.html
-share/doc/qt/html/qgarray-members.html
-share/doc/qt/html/qgarray.html
-share/doc/qt/html/qgcache-h.html
-share/doc/qt/html/qgcache-members.html
-share/doc/qt/html/qgcache.html
-share/doc/qt/html/qgcacheiterator-members.html
-share/doc/qt/html/qgcacheiterator.html
-share/doc/qt/html/qgdict-h.html
-share/doc/qt/html/qgdict-members.html
-share/doc/qt/html/qgdict.html
-share/doc/qt/html/qgdictiterator-members.html
-share/doc/qt/html/qgdictiterator.html
-share/doc/qt/html/qgl-h.html
-share/doc/qt/html/qgl.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/qglist-h.html
-share/doc/qt/html/qglist-members.html
-share/doc/qt/html/qglist.html
-share/doc/qt/html/qglistiterator-members.html
-share/doc/qt/html/qglistiterator.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/qgmanager-h.html
-share/doc/qt/html/qgmanager-members.html
-share/doc/qt/html/qgmanager.html
-share/doc/qt/html/qgridlayout-members.html
-share/doc/qt/html/qgridlayout.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/qgrpbox-m.gif
-share/doc/qt/html/qgrpbox-w.gif
-share/doc/qt/html/qhboxlayout-members.html
-share/doc/qt/html/qhboxlayout.html
-share/doc/qt/html/qheader-h.html
-share/doc/qt/html/qheader-m.gif
-share/doc/qt/html/qheader-members.html
-share/doc/qt/html/qheader-w.gif
-share/doc/qt/html/qheader.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/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/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/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/qkeycode-h.html
-share/doc/qt/html/qkeyevent-members.html
-share/doc/qt/html/qkeyevent.html
-share/doc/qt/html/qlabel-h.html
-share/doc/qt/html/qlabel-m.gif
-share/doc/qt/html/qlabel-members.html
-share/doc/qt/html/qlabel-w.gif
-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/qlcdnum-m.gif
-share/doc/qt/html/qlcdnum-w.gif
-share/doc/qt/html/qlcdnumber-h.html
-share/doc/qt/html/qlcdnumber-members.html
-share/doc/qt/html/qlcdnumber.html
-share/doc/qt/html/qlined-m.gif
-share/doc/qt/html/qlined-w.gif
-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-h.html
-share/doc/qt/html/qlist-members.html
-share/doc/qt/html/qlist.html
-share/doc/qt/html/qlistbox-h.html
-share/doc/qt/html/qlistbox-m.gif
-share/doc/qt/html/qlistbox-members.html
-share/doc/qt/html/qlistbox-w.gif
-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-members.html
-share/doc/qt/html/qlistiterator.html
-share/doc/qt/html/qlistview-h.html
-share/doc/qt/html/qlistview-members.html
-share/doc/qt/html/qlistview.html
-share/doc/qt/html/qlistviewitem-members.html
-share/doc/qt/html/qlistviewitem.html
-share/doc/qt/html/qlnode-members.html
-share/doc/qt/html/qlnode.html
-share/doc/qt/html/qmag-qmag-cpp.html
-share/doc/qt/html/qmainwindow-h.html
-share/doc/qt/html/qmainwindow-m.gif
-share/doc/qt/html/qmainwindow-members.html
-share/doc/qt/html/qmainwindow-w.gif
-share/doc/qt/html/qmainwindow.html
-share/doc/qt/html/qmenubar-h.html
-share/doc/qt/html/qmenubar-m.gif
-share/doc/qt/html/qmenubar-members.html
-share/doc/qt/html/qmenubar-w.gif
-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-h.html
-share/doc/qt/html/qmessagebox-members.html
-share/doc/qt/html/qmessagebox.html
-share/doc/qt/html/qmlined-m.gif
-share/doc/qt/html/qmlined-w.gif
-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.gif
-share/doc/qt/html/qmovie.html
-share/doc/qt/html/qmsgbox-m.gif
-share/doc/qt/html/qmsgbox-w.gif
-share/doc/qt/html/qmultilinedit-h.html
-share/doc/qt/html/qmultilineedit-members.html
-share/doc/qt/html/qmultilineedit.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/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/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/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/qpointval-members.html
-share/doc/qt/html/qpointval.html
-share/doc/qt/html/qpopmenu-m.gif
-share/doc/qt/html/qpopmenu-w.gif
-share/doc/qt/html/qpopupmenu-h.html
-share/doc/qt/html/qpopupmenu-members.html
-share/doc/qt/html/qpopupmenu.html
-share/doc/qt/html/qprintdialog-h.html
-share/doc/qt/html/qprintdialog-members.html
-share/doc/qt/html/qprintdialog.html
-share/doc/qt/html/qprinter-h.html
-share/doc/qt/html/qprinter-members.html
-share/doc/qt/html/qprinter.html
-share/doc/qt/html/qprogbar-m.gif
-share/doc/qt/html/qprogbar-w.gif
-share/doc/qt/html/qprogdlg-m.gif
-share/doc/qt/html/qprogdlg-w.gif
-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/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/qpushbt-m.gif
-share/doc/qt/html/qpushbt-w.gif
-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-h.html
-share/doc/qt/html/qqueue-members.html
-share/doc/qt/html/qqueue.html
-share/doc/qt/html/qradiobt-m.gif
-share/doc/qt/html/qradiobt-w.gif
-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/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/qscrbar-m.gif
-share/doc/qt/html/qscrbar-w.gif
-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-h.html
-share/doc/qt/html/qscrollview-m.gif
-share/doc/qt/html/qscrollview-members.html
-share/doc/qt/html/qscrollview-w.gif
-share/doc/qt/html/qscrollview.html
-share/doc/qt/html/qsemimodal-h.html
-share/doc/qt/html/qsemimodal-members.html
-share/doc/qt/html/qsemimodal.html
-share/doc/qt/html/qsenderobject-members.html
-share/doc/qt/html/qshared-h.html
-share/doc/qt/html/qshared-members.html
-share/doc/qt/html/qshared.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/qsize-h.html
-share/doc/qt/html/qsize-members.html
-share/doc/qt/html/qsize.html
-share/doc/qt/html/qslider-h.html
-share/doc/qt/html/qslider-m.gif
-share/doc/qt/html/qslider-members.html
-share/doc/qt/html/qslider-w.gif
-share/doc/qt/html/qslider.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/qspinbox-h.html
-share/doc/qt/html/qspinbox-m.gif
-share/doc/qt/html/qspinbox-members.html
-share/doc/qt/html/qspinbox-w.gif
-share/doc/qt/html/qspinbox.html
-share/doc/qt/html/qsplitter-h.html
-share/doc/qt/html/qsplitter-m.gif
-share/doc/qt/html/qsplitter-members.html
-share/doc/qt/html/qsplitter-w.gif
-share/doc/qt/html/qsplitter.html
-share/doc/qt/html/qstack-h.html
-share/doc/qt/html/qstack-members.html
-share/doc/qt/html/qstack.html
-share/doc/qt/html/qstatusbar-h.html
-share/doc/qt/html/qstatusbar-m.gif
-share/doc/qt/html/qstatusbar-members.html
-share/doc/qt/html/qstatusbar-w.gif
-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/qstrlist-h.html
-share/doc/qt/html/qstrlist-members.html
-share/doc/qt/html/qstrlist.html
-share/doc/qt/html/qtabbar-h.html
-share/doc/qt/html/qtabbar-m.gif
-share/doc/qt/html/qtabbar-members.html
-share/doc/qt/html/qtabbar-w.gif
-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.gif
-share/doc/qt/html/qtabdlg-w.gif
-share/doc/qt/html/qtableview-h.html
-share/doc/qt/html/qtableview-members.html
-share/doc/qt/html/qtableview.html
-share/doc/qt/html/qtablevw-m.gif
-share/doc/qt/html/qtablevw-w.gif
-share/doc/qt/html/qtextdrag-members.html
-share/doc/qt/html/qtextdrag.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/qtimage-qtimage-cpp.html
-share/doc/qt/html/qtime-members.html
-share/doc/qt/html/qtime.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/qtlogo.jpg
-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/qurldrag-members.html
-share/doc/qt/html/qurldrag.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/qvboxlayout-members.html
-share/doc/qt/html/qvboxlayout.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/qwidget-h.html
-share/doc/qt/html/qwidget-members.html
-share/doc/qt/html/qwidget.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/qwindow-h.html
-share/doc/qt/html/qwindow-members.html
-share/doc/qt/html/qwindow.html
-share/doc/qt/html/qwindowdefs-h.html
-share/doc/qt/html/qwmatrix-h.html
-share/doc/qt/html/qwmatrix-members.html
-share/doc/qt/html/qwmatrix.html
-share/doc/qt/html/qxt-h.html
-share/doc/qt/html/qxtapplication-members.html
-share/doc/qt/html/qxtapplication.html
-share/doc/qt/html/qxtwidget-members.html
-share/doc/qt/html/qxtwidget.html
-share/doc/qt/html/realwidgets.html
-share/doc/qt/html/shared.html
-share/doc/qt/html/shclass.html
-share/doc/qt/html/showimg-showimg-cpp.html
-share/doc/qt/html/t1.gif
-share/doc/qt/html/t1.html
-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-makefile.html
-share/doc/qt/html/t10.gif
-share/doc/qt/html/t10.html
-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-makefile.html
-share/doc/qt/html/t11.gif
-share/doc/qt/html/t11.html
-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-makefile.html
-share/doc/qt/html/t12.gif
-share/doc/qt/html/t12.html
-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-makefile.html
-share/doc/qt/html/t13.gif
-share/doc/qt/html/t13.html
-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-makefile.html
-share/doc/qt/html/t14.gif
-share/doc/qt/html/t14.html
-share/doc/qt/html/t2.gif
-share/doc/qt/html/t2.html
-share/doc/qt/html/t3.gif
-share/doc/qt/html/t3.html
-share/doc/qt/html/t4.gif
-share/doc/qt/html/t4.html
-share/doc/qt/html/t5.gif
-share/doc/qt/html/t5.html
-share/doc/qt/html/t6.gif
-share/doc/qt/html/t6.html
-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-makefile.html
-share/doc/qt/html/t7.gif
-share/doc/qt/html/t7.html
-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-makefile.html
-share/doc/qt/html/t8.gif
-share/doc/qt/html/t8.html
-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-makefile.html
-share/doc/qt/html/t9.gif
-share/doc/qt/html/t9.html
-share/doc/qt/html/t9_1.gif
-share/doc/qt/html/t9_2.gif
-share/doc/qt/html/table-table-cpp.html
-share/doc/qt/html/test.png
-share/doc/qt/html/tictac-tictac-cpp.html
-share/doc/qt/html/time.html
-share/doc/qt/html/tools.html
-share/doc/qt/html/tooltip-tooltip-cpp.html
-share/doc/qt/html/topicals.html
-share/doc/qt/html/trademarks.html
-share/doc/qt/html/treeview.gif
-share/doc/qt/html/trivial-trivial-cpp.html
-share/doc/qt/html/troll.html
-share/doc/qt/html/ttlogo-small.jpg
-share/doc/qt/html/tutorial.gif
-share/doc/qt/html/tutorial.html
-share/doc/qt/html/whatsthis.gif
-share/doc/qt/html/widgets-widgets-cpp.html
-share/doc/qt/html/xform-xform-cpp.html
-share/doc/qt/html/xt.html
-share/doc/qt/html/y2k.html
-@dirrm share/doc/qt/html
-@dirrm share/doc/qt
-@dirrm include/X11/qt