summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorskrll <skrll>2001-08-01 08:57:36 +0000
committerskrll <skrll>2001-08-01 08:57:36 +0000
commitcb286add24df2541e2c610079c1ff5e84b163b2e (patch)
treedfbad61528a6844b17d7a46ca395ac703aa159c0 /x11
parent55f5cc0d9bcfdc803e64ac41f8e50e8a3edf722e (diff)
downloadpkgsrc-cb286add24df2541e2c610079c1ff5e84b163b2e.tar.gz
Import of kdelibdocs2 pkg.
This package contains KDE's library documentation including jscript, kab, kdecore, kdeui, kdeutils, kdoc-reference, kfile, kfmlib, khtmlw, kimgio, kio, kspell and mediatool. From Scott Presnell <srp@tworoads.net> in pkg/13390
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibdocs2/Makefile21
-rw-r--r--x11/kdelibdocs2/distinfo5
-rw-r--r--x11/kdelibdocs2/patches/patch-aa40
-rw-r--r--x11/kdelibdocs2/pkg/DESCR3
-rw-r--r--x11/kdelibdocs2/pkg/PLIST497
-rw-r--r--x11/kdelibdocs2/pkg/PLIST.new1
6 files changed, 567 insertions, 0 deletions
diff --git a/x11/kdelibdocs2/Makefile b/x11/kdelibdocs2/Makefile
new file mode 100644
index 00000000000..de17dd0d489
--- /dev/null
+++ b/x11/kdelibdocs2/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/01 08:57:36 skrll Exp $
+#
+
+DISTNAME= kdelibdocs_kdoc2-1.1
+PKGNAME= kdelibdocs-2.1
+CATEGORIES= x11 devel
+MASTER_SITES= ftp://ftp.kdevelop.org/pub/kdevelop/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.kdevelop.org/
+COMMENT= KDE library documentation
+
+BUILD_USES_MSGFMT= yes
+DEPENDS+= kdelibs>=2.1:../../x11/kdelibs2
+DEPENDS+= qt2-docs>=2.2.4:../../x11/qt2-docs
+
+.include "../../x11/kde2/Makefile.part2"
+
+CONFIGURE_ARGS+= --with-qtdoc-dir=${QT2DIR}/qt2/doc/html
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/kdelibdocs2/distinfo b/x11/kdelibdocs2/distinfo
new file mode 100644
index 00000000000..08c5fe45eab
--- /dev/null
+++ b/x11/kdelibdocs2/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/08/01 08:57:36 skrll Exp $
+
+SHA1 (kdelibdocs_kdoc2-1.1.tar.gz) = d070eaa0e993254b0e52294bbd76d082cffa9488
+Size (kdelibdocs_kdoc2-1.1.tar.gz) = 794877 bytes
+SHA1 (patch-aa) = ad28bf46d69e8afef1730d7eb53e079b81a8f520
diff --git a/x11/kdelibdocs2/patches/patch-aa b/x11/kdelibdocs2/patches/patch-aa
new file mode 100644
index 00000000000..9d80b556b6c
--- /dev/null
+++ b/x11/kdelibdocs2/patches/patch-aa
@@ -0,0 +1,40 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/08/01 08:57:37 skrll Exp $
+
+--- configure.org Wed Jul 4 13:36:39 2001
++++ configure Wed Jul 4 14:09:19 2001
+@@ -2873,7 +2873,7 @@
+ fi
+
+
+-if test -z "1"; then
++if test -z ""; then
+ kde_qtver=2
+ else
+ kde_qtver=1
+@@ -3442,7 +3442,7 @@
+ # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
+-ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $USER_INCLUDES $LDFLAGS $USER_LDFLAGS conftest.$ac_ext $LIBS 1>&5'
+ cross_compiling=$ac_cv_prog_cc_cross
+
+ cat > conftest.$ac_ext <<EOF
+@@ -4312,7 +4312,7 @@
+ if test $kde_qtver = 2; then
+
+
+- LIBQT="$LIBQT $LIBPNG"
++ LIBQT="$LIBQT $LIBPNG -lmng -ljpeg -llcms"
+ fi
+ echo $ac_n "checking for Qt""... $ac_c" 1>&6
+ echo "configure:4319: checking for Qt" >&5
+@@ -4401,7 +4401,7 @@
+ # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
+-ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $USER_INCLUDES $LDFLAGS $USER_LDFLAGS conftest.$ac_ext $LIBS 1>&5'
+ cross_compiling=$ac_cv_prog_cxx_cross
+
+
diff --git a/x11/kdelibdocs2/pkg/DESCR b/x11/kdelibdocs2/pkg/DESCR
new file mode 100644
index 00000000000..f4d11c49fef
--- /dev/null
+++ b/x11/kdelibdocs2/pkg/DESCR
@@ -0,0 +1,3 @@
+This package contains KDE's library documentation including jscript,
+kab, kdecore, kdeui, kdeutils, kdoc-reference, kfile, kfmlib, khtmlw,
+kimgio, kio, kspell and mediatool.
diff --git a/x11/kdelibdocs2/pkg/PLIST b/x11/kdelibdocs2/pkg/PLIST
new file mode 100644
index 00000000000..fe4b0095255
--- /dev/null
+++ b/x11/kdelibdocs2/pkg/PLIST
@@ -0,0 +1,497 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/01 08:57:37 skrll Exp $
+share/doc/kde/HTML/en/kdelibs/kab/KabAPI.html
+share/doc/kde/HTML/en/kdelibs/kab/all-globals.html
+share/doc/kde/HTML/en/kdelibs/kab/full-list-KabAPI.html
+share/doc/kde/HTML/en/kdelibs/kab/header-list.html
+share/doc/kde/HTML/en/kdelibs/kab/hier.html
+share/doc/kde/HTML/en/kdelibs/kab/index-long.html
+share/doc/kde/HTML/en/kdelibs/kab/index.html
+share/doc/kde/HTML/en/kdelibs/kab/kabapi_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KAccel.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KApplication.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KCharTags.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KCharset.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KCharsetConversionResult.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KCharsetConverter.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KCharsetConverterData.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KCharsetEntry.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KCharsets.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KCharsetsData.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KClipboard.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KColorGroup.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KConfig.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KConfigBase.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KConfigBaseData.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KConfigGroupSaver.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KDNDDropZone.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KDNDIcon.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KDNDWidget.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KDebugDialog.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KDispCharEntry.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KEntryDictEntry.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KGlobalAccel.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KIconLoader.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KKeyEntry.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KLocale.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KPixmap.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KPoint.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KProcess.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KProcessController.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KRect.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KRootProp.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KServerSocket.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KShellProcess.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KSimpleConfig.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KSize.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KSocket.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KStandardDirs.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KStdAccel.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KURL.html
+share/doc/kde/HTML/en/kdelibs/kdecore/KWM.html
+share/doc/kde/HTML/en/kdelibs/kdecore/all-globals.html
+share/doc/kde/HTML/en/kdelibs/kdecore/ckey_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/dither_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/drag_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KAccel.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KApplication.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KCharTags.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KCharset.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KCharsetConversionResult.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KCharsetConverter.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KCharsetConverterData.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KCharsetEntry.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KCharsets.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KCharsetsData.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KClipboard.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KColorGroup.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KConfig.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KConfigBase.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KConfigBaseData.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KConfigGroupSaver.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KDNDDropZone.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KDNDIcon.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KDNDWidget.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KDebugDialog.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KDispCharEntry.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KEntryDictEntry.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KGlobalAccel.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KIconLoader.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KKeyEntry.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KLocale.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KPixmap.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KPoint.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KProcess.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KProcessController.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KRect.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KRootProp.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KServerSocket.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KShellProcess.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KSimpleConfig.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KSize.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KSocket.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KStandardDirs.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KStdAccel.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KURL.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-KWM.html
+share/doc/kde/HTML/en/kdelibs/kdecore/full-list-kFSDither.html
+share/doc/kde/HTML/en/kdelibs/kdecore/header-list.html
+share/doc/kde/HTML/en/kdelibs/kdecore/hier.html
+share/doc/kde/HTML/en/kdelibs/kdecore/index-long.html
+share/doc/kde/HTML/en/kdelibs/kdecore/index.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kFSDither.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kaccel_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kapp_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kcharsets_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kcharsetsdata_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kckey_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kclipboard_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kcolorgroup_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kconfig_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kconfigbase_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kconfigdata_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kdebug_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kdebugdialog_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kglobalaccel_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kiconloader_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/klocale_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kmisc_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kpixmap_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kpoint_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kprocctrl_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kprocess_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/krect_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/krootprop_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/ksimpleconfig_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/ksize_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/ksock_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kstdaccel_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kstddirs_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kstring_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kurl_h.html
+share/doc/kde/HTML/en/kdelibs/kdecore/kwm_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KButtonBox.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KButtonBoxItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KColorButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KColorCells.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KColorCombo.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KColorDialog.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KColorPatch.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KCombo.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KConfigWidget.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KContainerLayout.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KContainerLayoutItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KControlApplication.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KControlDialog.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KCursor.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KDatePicker.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KDateTable.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KDialog.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KDirectionButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KEdGotoLine.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KEdReplace.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KEdSrch.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KEdit.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KFontDialog.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KGradientSelector.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KHSSelector.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KIconLoaderButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KIconLoaderCanvas.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KIconLoaderDialog.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KIntLineEdit.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KIntegerLine.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KItemSearchInfo.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KKeyButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KKeyChooser.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KKeyDialog.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KLed.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KLedLamp.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KLined.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KListSpinBox.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KMenuBar.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KMsgBox.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KNewPanner.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KNoteBook.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KNumCheckButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KNumericSpinBox.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KPanner.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KPopupMenu.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KProgress.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KQuickHelp.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KQuickHelpWindow.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KQuickHelp_Link.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KQuickHelp_Token.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KQuickTip.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KRadioGroup.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KRestrictedLine.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KRuler.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KSelector.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KSeparator.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KSlider.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KSpinBox.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KSplitList.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KSplitListItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KStatusBar.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KStatusBarItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KStatusBarLabel.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KTMainWindow.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KTabBar.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KTabButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KTabCtl.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KTabListBox.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KTabListBoxColumn.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KTabListBoxItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KTabListBoxTable.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KToolBar.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KToolBarButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KToolBarItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KToolBoxManager.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KTopLevelWidget.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KTreeList.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KTreeListItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KValueSelector.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KWMModuleApplication.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KWizard.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KWizardPage.html
+share/doc/kde/HTML/en/kdelibs/kdeui/KXYSelector.html
+share/doc/kde/HTML/en/kdelibs/kdeui/_menuBar.html
+share/doc/kde/HTML/en/kdelibs/kdeui/all-globals.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KButtonBox.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KButtonBoxItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KColorButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KColorCells.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KColorCombo.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KColorDialog.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KColorPatch.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KCombo.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KConfigWidget.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KContainerLayout.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KContainerLayoutItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KControlApplication.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KControlDialog.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KCursor.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KDatePicker.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KDateTable.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KDialog.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KDirectionButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KEdGotoLine.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KEdReplace.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KEdSrch.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KEdit.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KFontDialog.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KGradientSelector.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KHSSelector.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KIconLoaderButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KIconLoaderCanvas.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KIconLoaderDialog.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KIntLineEdit.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KIntegerLine.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KItemSearchInfo.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KKeyButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KKeyChooser.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KKeyDialog.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KLed.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KLedLamp.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KLined.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KListSpinBox.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KMenuBar.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KMsgBox.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KNewPanner.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KNoteBook.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KNumCheckButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KNumericSpinBox.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KPanner.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KPopupMenu.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KProgress.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KQuickHelp.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KQuickHelpWindow.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KQuickHelp_Link.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KQuickHelp_Token.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KQuickTip.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KRadioGroup.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KRestrictedLine.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KRuler.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KSelector.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KSeparator.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KSlider.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KSpinBox.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KSplitList.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KSplitListItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KStatusBar.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KStatusBarItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KStatusBarLabel.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KTMainWindow.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KTabBar.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KTabButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KTabCtl.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KTabListBox.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KTabListBoxColumn.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KTabListBoxItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KTabListBoxTable.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KToolBar.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KToolBarButton.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KToolBarItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KToolBoxManager.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KTopLevelWidget.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KTreeList.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KTreeListItem.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KValueSelector.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KWMModuleApplication.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KWizard.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KWizardPage.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-KXYSelector.html
+share/doc/kde/HTML/en/kdelibs/kdeui/full-list-_menuBar.html
+share/doc/kde/HTML/en/kdelibs/kdeui/header-list.html
+share/doc/kde/HTML/en/kdelibs/kdeui/hier.html
+share/doc/kde/HTML/en/kdelibs/kdeui/index.html
+share/doc/kde/HTML/en/kdelibs/kdeui/index-long.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kbutton_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kbuttonbox_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kcolorbtn_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kcolordlg_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kcombo_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kcontainer_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kcontrol_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kcursor_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kdatepik_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kdatetbl_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kdbtn_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/keditcl_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kfontdialog_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kiconloaderdialog_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kintegerline_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kkeydialog_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kled_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kledlamp_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/klined_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kmenubar_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kmsgbox_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/knewpanner_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/knotebook_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kpanner_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kpopmenu_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kprogress_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kquickhelp_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/krestrictedline_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kruler_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kselect_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kseparator_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kslider_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kspinbox_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kstatusbar_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/ktabbar_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/ktabctl_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/ktablistbox_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/ktmainwindow_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/ktoolbar_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/ktoolboxmgr_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/ktopwidget_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/ktreelist_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kurllabel_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kwizard_h.html
+share/doc/kde/HTML/en/kdelibs/kdeui/kwmmapp_h.html
+share/doc/kde/HTML/en/kdelibs/kdoc-reference/kab.kdoc.gz
+share/doc/kde/HTML/en/kdelibs/kdoc-reference/kdecore.kdoc.gz
+share/doc/kde/HTML/en/kdelibs/kdoc-reference/kdeui.kdoc.gz
+share/doc/kde/HTML/en/kdelibs/kdoc-reference/kfile.kdoc.gz
+share/doc/kde/HTML/en/kdelibs/kdoc-reference/kfmlib.kdoc.gz
+share/doc/kde/HTML/en/kdelibs/kdoc-reference/khtmlw.kdoc.gz
+share/doc/kde/HTML/en/kdelibs/kdoc-reference/kimgio.kdoc.gz
+share/doc/kde/HTML/en/kdelibs/kdoc-reference/kspell.kdoc.gz
+share/doc/kde/HTML/en/kdelibs/kdoc-reference/qt.kdoc.gz
+share/doc/kde/HTML/en/kdelibs/kfile/BMToken.html
+share/doc/kde/HTML/en/kdelibs/kfile/BookmarkTokenizer.html
+share/doc/kde/HTML/en/kdelibs/kfile/KCombiView.html
+share/doc/kde/HTML/en/kdelibs/kfile/KDir.html
+share/doc/kde/HTML/en/kdelibs/kfile/KDirDialog.html
+share/doc/kde/HTML/en/kdelibs/kfile/KDirListBox.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFileBaseDialog.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFileBookmark.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFileBookmarkManager.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFileDetailList.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFileDialog.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFileDialogConfigure.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFileDialogConfigureDlg.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFileFilter.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFileInfo.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFileInfoContents.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFileInfoContentsSignaler.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFilePreview.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFilePreviewDialog.html
+share/doc/kde/HTML/en/kdelibs/kfile/KFileSimpleView.html
+share/doc/kde/HTML/en/kdelibs/kfile/KPreview.html
+share/doc/kde/HTML/en/kdelibs/kfile/KRemoteFile.html
+share/doc/kde/HTML/en/kdelibs/kfile/all-globals.html
+share/doc/kde/HTML/en/kdelibs/kfile/booktoken_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/config-kfile_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-BMToken.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-BookmarkTokenizer.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KCombiView.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KDir.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KDirDialog.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KDirListBox.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFileBaseDialog.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFileBookmark.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFileBookmarkManager.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFileDetailList.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFileDialog.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFileDialogConfigure.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFileDialogConfigureDlg.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFileFilter.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFileInfo.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFileInfoContents.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFileInfoContentsSignaler.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFilePreview.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFilePreviewDialog.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KFileSimpleView.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KPreview.html
+share/doc/kde/HTML/en/kdelibs/kfile/full-list-KRemoteFile.html
+share/doc/kde/HTML/en/kdelibs/kfile/header-list.html
+share/doc/kde/HTML/en/kdelibs/kfile/hier.html
+share/doc/kde/HTML/en/kdelibs/kfile/index-long.html
+share/doc/kde/HTML/en/kdelibs/kfile/index.html
+share/doc/kde/HTML/en/kdelibs/kfile/kcombiview_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/kdir_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/kdirlistbox_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/kfilebookmark_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/kfiledetaillist_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/kfiledialog_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/kfiledialogconf_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/kfilefilter_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/kfileinfo_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/kfileinfocontents_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/kfilepreview_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/kfilesimpleview_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/kpreview_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/kremotefile_h.html
+share/doc/kde/HTML/en/kdelibs/kfile/xview_h.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/DlgLocation.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/KDirEntry.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/KFM.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/KfmIpc.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/all-globals.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/charList.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/doubleList.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/full-list-DlgLocation.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/full-list-KDirEntry.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/full-list-KFM.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/full-list-KfmIpc.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/full-list-charList.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/full-list-doubleList.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/full-list-intList.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/full-list-stringList.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/header-list.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/hier.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/index-long.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/index.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/intList.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/kfm_h.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/kfmclient__ipc_h.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/kfmipc_h.html
+share/doc/kde/HTML/en/kdelibs/kfmlib/stringList.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/FrameLayout.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/HTMLPendingFile.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/KHTMLView.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/KHTMLWidget.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/KHTMLWidget__HTMLList.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/KHTMLWidget__HTMLStackElem.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/SavedPage.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/all-globals.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/full-list-FrameLayout.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/full-list-HTMLPendingFile.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/full-list-KHTMLView.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/full-list-KHTMLWidget.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/full-list-KHTMLWidget__HTMLList.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/full-list-KHTMLWidget__HTMLStackElem.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/full-list-SavedPage.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/header-list.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/hier.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/html_h.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/htmlview_h.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/index-long.html
+share/doc/kde/HTML/en/kdelibs/khtmlw/index.html
+share/doc/kde/HTML/en/kdelibs/kimgio/all-globals.html
+share/doc/kde/HTML/en/kdelibs/kimgio/header-list.html
+share/doc/kde/HTML/en/kdelibs/kimgio/hier.html
+share/doc/kde/HTML/en/kdelibs/kimgio/index-long.html
+share/doc/kde/HTML/en/kdelibs/kimgio/index.html
+share/doc/kde/HTML/en/kdelibs/kimgio/kimgio_h.html
+share/doc/kde/HTML/en/kdelibs/kspell/KSpell.html
+share/doc/kde/HTML/en/kdelibs/kspell/all-globals.html
+share/doc/kde/HTML/en/kdelibs/kspell/full-list-KSpell.html
+share/doc/kde/HTML/en/kdelibs/kspell/header-list.html
+share/doc/kde/HTML/en/kdelibs/kspell/hier.html
+share/doc/kde/HTML/en/kdelibs/kspell/index-long.html
+share/doc/kde/HTML/en/kdelibs/kspell/index.html
+share/doc/kde/HTML/en/kdelibs/kspell/kspell_h.html
+@dirrm share/doc/kde/HTML/en/kdelibs/kab
+@dirrm share/doc/kde/HTML/en/kdelibs/kdecore
+@dirrm share/doc/kde/HTML/en/kdelibs/kdeui
+@dirrm share/doc/kde/HTML/en/kdelibs/kdoc-reference
+@dirrm share/doc/kde/HTML/en/kdelibs/kfile
+@dirrm share/doc/kde/HTML/en/kdelibs/kfmlib
+@dirrm share/doc/kde/HTML/en/kdelibs/khtmlw
+@dirrm share/doc/kde/HTML/en/kdelibs/kimgio
+@dirrm share/doc/kde/HTML/en/kdelibs/kspell
+@dirrm share/doc/kde/HTML/en/kdelibs
diff --git a/x11/kdelibdocs2/pkg/PLIST.new b/x11/kdelibdocs2/pkg/PLIST.new
new file mode 100644
index 00000000000..6487b9b5aac
--- /dev/null
+++ b/x11/kdelibdocs2/pkg/PLIST.new
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST.new,v 1.1.1.1 2001/08/01 08:57:37 skrll Exp $