Index: head/editors/calligra/Makefile =================================================================== --- head/editors/calligra/Makefile (revision 454895) +++ head/editors/calligra/Makefile (revision 454896) @@ -1,75 +1,79 @@ # $FreeBSD$ # TODO (when these parts are available in KF5): # - add calendarcore to USE_KDE when KDE PIM is available # - add libOkular5Core.so:graphics/okular to LIB_DEPENDS # PORTNAME= calligra PORTVERSION= 3.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= KDE office suite -LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ - libImath-2_2.so:graphics/ilmbase \ +LIB_DEPENDS= libImath-2_2.so:graphics/ilmbase \ libKPropertyCore3.so:x11-toolkits/kproperty \ libKReport3.so:textproc/kreport \ libboost_thread.so:devel/boost-libs \ libetonyek-0.1.so:graphics/libetonyek01 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgsl.so:math/gsl \ liblcms2.so:graphics/lcms2 \ libKGantt.so:graphics/kdiagram \ libodfgen-0.1.so:textproc/libodfgen01 \ libopenjpeg.so:graphics/openjpeg15 \ libpng.so:graphics/png \ libpoppler-qt5.so:graphics/poppler-qt5 \ libpoppler.so:graphics/poppler \ libqca-qt5.so:devel/qca-qt5 \ librevenge-0.0.so:textproc/librevenge \ libtiff.so:graphics/tiff \ libvisio-0.1.so:textproc/libvisio01 \ libwpd-0.10.so:textproc/libwpd010 \ libwpg-0.3.so:graphics/libwpg03 \ libwps-0.3.so:textproc/libwps03 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \ pstoedit:graphics/pstoedit RUN_DEPENDS= pstoedit:graphics/pstoedit USES= cmake:outsource cpe compiler:c++11-lib desktop-file-utils \ gettext iconv:translit jpeg kde:5 localbase:ldflags perl5 pkgconfig \ shared-mime-info sqlite tar:xz USE_KDE= activities archive auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons doctools ecm \ emoticons guiaddons i18n iconthemes init itemmodels itemviews \ jobwidgets js kcmutils kdelibs4support khtml kio \ kross notifications notifyconfig parts service solid sonnet \ texteditor textwidgets threadweaver unitconversion wallet \ widgetsaddons windowsystem xmlgui USE_QT5= buildtools_build core dbus gui network opengl \ phonon4 printsupport qmake_build qml \ quick script sql svg testlib webkit widgets x11extras xml USE_XORG= ice sm x11 xext USE_LDCONFIG= yes + +OPTIONS_DEFINE= OPENEXR +OPTIONS_DEFAULT= OPENEXR + +OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \ -DPRODUCTSET:STRING="DESKTOP" # Requested by upstream, to not include unfinished modules CMAKE_ARGS+= -DRELEASE_BUILD:BOOL=TRUE # Performance increase according to README.PACKAGERS CMAKE_ARGS+= -DCMAKE_CXX_FLAGS="-DKDE_NO_DEBUG_OUTPUT" # Disable KDE Pim support CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi:BOOL=FALSE \ -DCMAKE_DISABLE_FIND_PACKAGE_KF5AkonadiContact:BOOL=FALSE PLIST_SUB+= SHLIB_VER=15.0.0 .include Index: head/graphics/kf5-kimageformats/Makefile =================================================================== --- head/graphics/kf5-kimageformats/Makefile (revision 454895) +++ head/graphics/kf5-kimageformats/Makefile (revision 454896) @@ -1,17 +1,24 @@ # $FreeBSD$ PORTNAME= kimageformats DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 library providing support for additional image formats -LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ - libHalf.so:graphics/ilmbase +LIB_DEPENDS= libHalf.so:graphics/ilmbase USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz USE_KDE= archive ecm USE_QT5= buildtools_build core gui printsupport qmake_build widgets + +OPTIONS_DEFINE= OPENEXR +OPTIONS_DEFAULT= OPENEXR +OPTIONS_SUB= yes + +OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR +OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR .include Index: head/graphics/kf5-kimageformats/pkg-plist =================================================================== --- head/graphics/kf5-kimageformats/pkg-plist (revision 454895) +++ head/graphics/kf5-kimageformats/pkg-plist (revision 454896) @@ -1,24 +1,24 @@ %%QT_PLUGINDIR%%/imageformats/kimg_eps.so -%%QT_PLUGINDIR%%/imageformats/kimg_exr.so +%%OPENEXR%%%%QT_PLUGINDIR%%/imageformats/kimg_exr.so %%QT_PLUGINDIR%%/imageformats/kimg_kra.so %%QT_PLUGINDIR%%/imageformats/kimg_ora.so %%QT_PLUGINDIR%%/imageformats/kimg_pcx.so %%QT_PLUGINDIR%%/imageformats/kimg_pic.so %%QT_PLUGINDIR%%/imageformats/kimg_psd.so %%QT_PLUGINDIR%%/imageformats/kimg_ras.so %%QT_PLUGINDIR%%/imageformats/kimg_rgb.so %%QT_PLUGINDIR%%/imageformats/kimg_tga.so %%QT_PLUGINDIR%%/imageformats/kimg_xcf.so share/kservices5/qimageioplugins/dds.desktop share/kservices5/qimageioplugins/eps.desktop -share/kservices5/qimageioplugins/exr.desktop +%%OPENEXR%%share/kservices5/qimageioplugins/exr.desktop share/kservices5/qimageioplugins/jp2.desktop share/kservices5/qimageioplugins/kra.desktop share/kservices5/qimageioplugins/ora.desktop share/kservices5/qimageioplugins/pcx.desktop share/kservices5/qimageioplugins/pic.desktop share/kservices5/qimageioplugins/psd.desktop share/kservices5/qimageioplugins/ras.desktop share/kservices5/qimageioplugins/rgb.desktop share/kservices5/qimageioplugins/tga.desktop share/kservices5/qimageioplugins/xcf.desktop Index: head/graphics/krita/Makefile =================================================================== --- head/graphics/krita/Makefile (revision 454895) +++ head/graphics/krita/Makefile (revision 454896) @@ -1,53 +1,56 @@ # $FreeBSD$ PORTNAME= krita PORTVERSION= 3.1.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/3.1.2 DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Sketching and painting program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 -LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ - libImath.so:graphics/ilmbase \ +LIB_DEPENDS= libImath.so:graphics/ilmbase \ libOpenColorIO.so:graphics/opencolorio \ libX11.so:x11/libX11 \ libboost_system.so:devel/boost-libs \ libfftw3.so:math/fftw3 \ libexiv2.so:graphics/exiv2 \ libcurl.so:ftp/curl \ libgsl.so:math/gsl \ liblcms2.so:graphics/lcms2 \ libpng.so:graphics/png \ libpoppler-qt5.so:graphics/poppler-qt5 \ libraw.so:graphics/libraw \ libtiff.so:graphics/tiff \ libxcb.so:x11/libxcb \ libxcb-util.so:x11/xcb-util USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ gettext jpeg kde:5 USE_KDE= archive completion config coreaddons crash guiaddons i18n \ itemmodels itemviews kio service widgetsaddons windowsystem USE_QT5= buildtools_build concurrent core dbus gui network printsupport \ qmake_build quick svg testlib widgets x11extras xml USE_XORG= ice sm xcb xext xi -OPTIONS_DEFINE= GMIC +OPTIONS_DEFINE= GMIC OPENEXR +OPTIONS_DEFAULT= OPENEXR OPTIONS_SUB= yes GMIC_DESC= Build the G'Mic plugin GMIC_CMAKE_BOOL= WITH_GMIC + +OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR +OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR CONFLICTS_INSTALL= calligra-2* PLIST_SUB+= SHLIB_VER=16.0.0 \ SHLIB_SHVER=16 .include Index: head/graphics/krita/pkg-plist =================================================================== --- head/graphics/krita/pkg-plist (revision 454895) +++ head/graphics/krita/pkg-plist (revision 454896) @@ -1,958 +1,958 @@ %%GMIC%%bin/gmicparser bin/krita etc/xdg/kritarc lib/kritaplugins/krita_colorspaces_extensions.so lib/kritaplugins/krita_docker_defaults.so lib/kritaplugins/krita_filtereffects.so lib/kritaplugins/krita_flaketools.so lib/kritaplugins/krita_karbontools.so lib/kritaplugins/krita_raw_import.so lib/kritaplugins/krita_shape_artistictext.so lib/kritaplugins/krita_shape_paths.so lib/kritaplugins/krita_shape_text.so lib/kritaplugins/krita_shape_vector.so lib/kritaplugins/krita_tool_basicflakes.so lib/kritaplugins/kritaanimationdocker.so lib/kritaplugins/kritaanimationrenderer.so lib/kritaplugins/kritaartisticcolorselector.so lib/kritaplugins/kritablurfilter.so lib/kritaplugins/kritabmpexport.so lib/kritaplugins/kritabmpimport.so lib/kritaplugins/kritabrushexport.so lib/kritaplugins/kritabrushimport.so lib/kritaplugins/kritachalkpaintop.so lib/kritaplugins/kritachanneldocker.so lib/kritaplugins/kritaclonesarray.so lib/kritaplugins/kritacolorgenerator.so lib/kritaplugins/kritacolorrange.so lib/kritaplugins/kritacolorselectorng.so lib/kritaplugins/kritacolorsfilters.so lib/kritaplugins/kritacolorslider.so lib/kritaplugins/kritacolorsmudgepaintop.so lib/kritaplugins/kritacolorspaceconversion.so lib/kritaplugins/kritacompositiondocker.so lib/kritaplugins/kritaconvolutionfilters.so lib/kritaplugins/kritacsvexport.so lib/kritaplugins/kritacsvimport.so lib/kritaplugins/kritacurvepaintop.so lib/kritaplugins/kritadefaultdockers.so lib/kritaplugins/kritadefaultpaintops.so lib/kritaplugins/kritadefaulttools.so lib/kritaplugins/kritadeformpaintop.so lib/kritaplugins/kritadigitalmixer.so lib/kritaplugins/kritadodgeburn.so lib/kritaplugins/kritadynapaintop.so lib/kritaplugins/kritaembossfilter.so lib/kritaplugins/kritaexample.so lib/kritaplugins/kritaexperimentpaintop.so -lib/kritaplugins/kritaexrexport.so -lib/kritaplugins/kritaexrimport.so +%%OPENEXR%%lib/kritaplugins/kritaexrexport.so +%%OPENEXR%%lib/kritaplugins/kritaexrimport.so lib/kritaplugins/kritaextensioncolorsfilters.so lib/kritaplugins/kritafastcolortransferfilter.so lib/kritaplugins/kritafilterop.so %%GMIC%%lib/kritaplugins/kritagmic.so lib/kritaplugins/kritagradientmap.so lib/kritaplugins/kritagriddocker.so lib/kritaplugins/kritagridpaintop.so lib/kritaplugins/kritahairypaintop.so lib/kritaplugins/kritahalftone.so lib/kritaplugins/kritahatchingpaintop.so lib/kritaplugins/kritaheightmapexport.so lib/kritaplugins/kritaheightmapimport.so lib/kritaplugins/kritahistogram.so lib/kritaplugins/kritahistogramdocker.so lib/kritaplugins/kritahistorydocker.so lib/kritaplugins/kritaimagedocker.so lib/kritaplugins/kritaimageenhancement.so lib/kritaplugins/kritaimagesize.so lib/kritaplugins/kritaimagesplit.so lib/kritaplugins/kritaindexcolors.so lib/kritaplugins/kritajpegexport.so lib/kritaplugins/kritajpegimport.so lib/kritaplugins/kritalayergroupswitcher.so lib/kritaplugins/kritalayersplit.so lib/kritaplugins/kritalcmsengine.so lib/kritaplugins/kritalevelfilter.so lib/kritaplugins/kritalutdocker.so lib/kritaplugins/kritametadataeditor.so lib/kritaplugins/kritamodifyselection.so lib/kritaplugins/kritanoisefilter.so lib/kritaplugins/kritanormalize.so lib/kritaplugins/kritaodgimport.so lib/kritaplugins/kritaoffsetimage.so lib/kritaplugins/kritaoilpaintfilter.so lib/kritaplugins/kritaoraexport.so lib/kritaplugins/kritaoraimport.so lib/kritaplugins/kritaoverviewdocker.so lib/kritaplugins/kritapalettedocker.so lib/kritaplugins/kritaparticlepaintop.so lib/kritaplugins/kritapatterndocker.so lib/kritaplugins/kritapatterngenerator.so lib/kritaplugins/kritapdfimport.so lib/kritaplugins/kritaphongbumpmap.so lib/kritaplugins/kritapixelizefilter.so lib/kritaplugins/kritapngexport.so lib/kritaplugins/kritapngimport.so lib/kritaplugins/kritaposterize.so lib/kritaplugins/kritappmexport.so lib/kritaplugins/kritappmimport.so lib/kritaplugins/kritapresetdocker.so lib/kritaplugins/kritapresethistory.so lib/kritaplugins/kritapsdexport.so lib/kritaplugins/kritapsdimport.so lib/kritaplugins/kritaqmlexport.so lib/kritaplugins/kritaraindropsfilter.so lib/kritaplugins/kritarandompickfilter.so lib/kritaplugins/kritaresourcemanager.so lib/kritaplugins/kritarotateimage.so lib/kritaplugins/kritaroundcornersfilter.so lib/kritaplugins/kritaroundmarkerpaintop.so lib/kritaplugins/kritarulerassistanttool.so lib/kritaplugins/kritaselectiontools.so lib/kritaplugins/kritaseparatechannels.so lib/kritaplugins/kritashearimage.so lib/kritaplugins/kritasketchpaintop.so lib/kritaplugins/kritasmallcolorselector.so lib/kritaplugins/kritasmalltilesfilter.so lib/kritaplugins/kritasobelfilter.so lib/kritaplugins/kritaspecificcolorselector.so lib/kritaplugins/kritaspraypaintop.so lib/kritaplugins/kritaspriterexport.so lib/kritaplugins/kritatangentnormalpaintop.so lib/kritaplugins/kritatasksetdocker.so lib/kritaplugins/kritatgaexport.so lib/kritaplugins/kritatgaimport.so lib/kritaplugins/kritathreshold.so lib/kritaplugins/kritatiffexport.so lib/kritaplugins/kritatiffimport.so lib/kritaplugins/kritatoolcrop.so lib/kritaplugins/kritatooldyna.so lib/kritaplugins/kritatoollazybrush.so lib/kritaplugins/kritatoolpolygon.so lib/kritaplugins/kritatoolpolyline.so lib/kritaplugins/kritatooltext.so lib/kritaplugins/kritatooltransform.so lib/kritaplugins/kritaunsharpfilter.so lib/kritaplugins/kritavideoexport.so lib/kritaplugins/kritawavefilter.so lib/kritaplugins/kritawaveletdecompose.so lib/kritaplugins/kritaxcfimport.so lib/libkritabasicflakes.so lib/libkritabasicflakes.so.%%SHLIB_SHVER%% lib/libkritabasicflakes.so.%%SHLIB_VER%% lib/libkritacolor.so lib/libkritacolor.so.%%SHLIB_SHVER%% lib/libkritacolor.so.%%SHLIB_VER%% lib/libkritacolord.so lib/libkritacolord.so.%%SHLIB_SHVER%% lib/libkritacolord.so.%%SHLIB_VER%% lib/libkritaflake.so lib/libkritaflake.so.%%SHLIB_SHVER%% lib/libkritaflake.so.%%SHLIB_VER%% lib/libkritaglobal.so lib/libkritaglobal.so.%%SHLIB_SHVER%% lib/libkritaglobal.so.%%SHLIB_VER%% lib/libkritaimage.so lib/libkritaimage.so.%%SHLIB_SHVER%% lib/libkritaimage.so.%%SHLIB_VER%% lib/libkritalibbrush.so lib/libkritalibbrush.so.%%SHLIB_SHVER%% lib/libkritalibbrush.so.%%SHLIB_VER%% lib/libkritalibpaintop.so lib/libkritalibpaintop.so.%%SHLIB_SHVER%% lib/libkritalibpaintop.so.%%SHLIB_VER%% lib/libkritaodf.so lib/libkritaodf.so.%%SHLIB_SHVER%% lib/libkritaodf.so.%%SHLIB_VER%% lib/libkritapigment.so lib/libkritapigment.so.%%SHLIB_SHVER%% lib/libkritapigment.so.%%SHLIB_VER%% lib/libkritaplugin.so lib/libkritaplugin.so.%%SHLIB_SHVER%% lib/libkritaplugin.so.%%SHLIB_VER%% lib/libkritapsd.so lib/libkritapsd.so.%%SHLIB_SHVER%% lib/libkritapsd.so.%%SHLIB_VER%% lib/libkritastore.so lib/libkritastore.so.%%SHLIB_SHVER%% lib/libkritastore.so.%%SHLIB_VER%% lib/libkritatext.so lib/libkritatext.so.%%SHLIB_SHVER%% lib/libkritatext.so.%%SHLIB_VER%% lib/libkritatextlayout.so lib/libkritatextlayout.so.%%SHLIB_SHVER%% lib/libkritatextlayout.so.%%SHLIB_VER%% lib/libkritaui.so lib/libkritaui.so.%%SHLIB_SHVER%% lib/libkritaui.so.%%SHLIB_VER%% lib/libkritaundo2.so lib/libkritaundo2.so.%%SHLIB_SHVER%% lib/libkritaundo2.so.%%SHLIB_VER%% lib/libkritavectorimage.so lib/libkritavectorimage.so.%%SHLIB_SHVER%% lib/libkritavectorimage.so.%%SHLIB_VER%% lib/libkritaversion.so lib/libkritaversion.so.%%SHLIB_SHVER%% lib/libkritaversion.so.%%SHLIB_VER%% lib/libkritawidgets.so lib/libkritawidgets.so.%%SHLIB_SHVER%% lib/libkritawidgets.so.%%SHLIB_VER%% lib/libkritawidgetutils.so lib/libkritawidgetutils.so.%%SHLIB_SHVER%% lib/libkritawidgetutils.so.%%SHLIB_VER%% share/applications/krita_bmp.desktop share/applications/krita_brush.desktop share/applications/krita_csv.desktop -share/applications/krita_exr.desktop +%%OPENEXR%%share/applications/krita_exr.desktop share/applications/krita_heightmap.desktop share/applications/krita_jpeg.desktop share/applications/krita_odg.desktop share/applications/krita_ora.desktop share/applications/krita_pdf.desktop share/applications/krita_png.desktop share/applications/krita_ppm.desktop share/applications/krita_psd.desktop share/applications/krita_raw.desktop share/applications/krita_spriter.desktop share/applications/krita_tga.desktop share/applications/krita_tiff.desktop share/applications/krita_xcf.desktop share/applications/org.kde.krita.desktop share/color-schemes/KritaBlender.colors share/color-schemes/KritaBright.colors share/color-schemes/KritaDark.colors share/color-schemes/KritaNeutral.colors share/color/icc/krita/ACEScg-elle-V4-g10.icc share/color/icc/krita/ClayRGB-elle-V4-srgbtrc.icc share/color/icc/krita/Gray-D50-elle-V2-g10.icc share/color/icc/krita/Gray-D50-elle-V2-g18.icc share/color/icc/krita/Gray-D50-elle-V2-g22.icc share/color/icc/krita/Gray-D50-elle-V2-labl.icc share/color/icc/krita/Gray-D50-elle-V2-rec709.icc share/color/icc/krita/Gray-D50-elle-V2-srgbtrc.icc share/color/icc/krita/Gray-D50-elle-V4-g10.icc share/color/icc/krita/Gray-D50-elle-V4-g18.icc share/color/icc/krita/Gray-D50-elle-V4-g22.icc share/color/icc/krita/Gray-D50-elle-V4-labl.icc share/color/icc/krita/Gray-D50-elle-V4-rec709.icc share/color/icc/krita/Gray-D50-elle-V4-srgbtrc.icc share/color/icc/krita/Lab-D50-Identity-elle-V2.icc share/color/icc/krita/Lab-D50-Identity-elle-V4.icc share/color/icc/krita/README share/color/icc/krita/XYZ-D50-Identity-elle-V4.icc share/color/icc/krita/cmyk.icm share/color/icc/krita/krita25_lcms-builtin-sRGB_g100-truegamma.icc share/color/icc/krita/sRGB-elle-V2-g10.icc share/color/icc/krita/sRGB-elle-V2-srgbtrc.icc share/color/icc/krita/scRGB.icm share/icons/hicolor/1024x1024/apps/calligrakrita.png share/icons/hicolor/1024x1024/mimetypes/application-x-krita.png share/icons/hicolor/128x128/apps/calligrakrita.png share/icons/hicolor/128x128/mimetypes/application-x-krita.png share/icons/hicolor/16x16/apps/calligrakrita.png share/icons/hicolor/16x16/mimetypes/application-x-krita.png share/icons/hicolor/22x22/apps/calligrakrita.png share/icons/hicolor/22x22/mimetypes/application-x-krita.png share/icons/hicolor/256x256/apps/calligrakrita.png share/icons/hicolor/256x256/mimetypes/application-x-krita.png share/icons/hicolor/32x32/apps/calligrakrita.png share/icons/hicolor/32x32/mimetypes/application-x-krita.png share/icons/hicolor/48x48/apps/calligrakrita.png share/icons/hicolor/48x48/mimetypes/application-x-krita.png share/icons/hicolor/512x512/apps/calligrakrita.png share/icons/hicolor/512x512/mimetypes/application-x-krita.png share/icons/hicolor/64x64/apps/calligrakrita.png share/icons/hicolor/64x64/mimetypes/application-x-krita.png share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/actions/ArtisticTextTool.action %%DATADIR%%/actions/ConnectionTool.action %%DATADIR%%/actions/InteractionTool.action %%DATADIR%%/actions/KisRulerAssistantTool.action %%DATADIR%%/actions/KisToolCrop.action %%DATADIR%%/actions/KisToolPath.action %%DATADIR%%/actions/KisToolPencil.action %%DATADIR%%/actions/KisToolPolygon.action %%DATADIR%%/actions/KisToolPolyline.action %%DATADIR%%/actions/KisToolSelectContiguous.action %%DATADIR%%/actions/KisToolSelectElliptical.action %%DATADIR%%/actions/KisToolSelectOutline.action %%DATADIR%%/actions/KisToolSelectPath.action %%DATADIR%%/actions/KisToolSelectPolygonal.action %%DATADIR%%/actions/KisToolSelectRectangular.action %%DATADIR%%/actions/KisToolSelectSimilar.action %%DATADIR%%/actions/KisToolTransform.action %%DATADIR%%/actions/MoveTool.action %%DATADIR%%/actions/PathTool.action %%DATADIR%%/actions/ReferencesTool.action %%DATADIR%%/actions/TextTool.action %%DATADIR%%/actions/krita.action %%DATADIR%%/actions/kritamenu.action %%DATADIR%%/brushes/3_brush.png %%DATADIR%%/brushes/3_dotted-flat.png %%DATADIR%%/brushes/3_eroded.gih %%DATADIR%%/brushes/3_flat-brush.png %%DATADIR%%/brushes/3_rake.png %%DATADIR%%/brushes/3_splat.png %%DATADIR%%/brushes/3_texture.png %%DATADIR%%/brushes/A_Angular_church.gbr %%DATADIR%%/brushes/A_Angular_church_HR.gbr %%DATADIR%%/brushes/A_Braids.gbr %%DATADIR%%/brushes/A_Braids_b.gbr %%DATADIR%%/brushes/A_Chain.gbr %%DATADIR%%/brushes/A_Nice_sketch.gbr %%DATADIR%%/brushes/A_Nice_sketch2.gbr %%DATADIR%%/brushes/A_Rake.gbr %%DATADIR%%/brushes/A_abstract-textured1.gbr %%DATADIR%%/brushes/A_abstract-textured2.gbr %%DATADIR%%/brushes/A_bamboo-leaves.gih %%DATADIR%%/brushes/A_bamboo.gih %%DATADIR%%/brushes/A_bokey.gbr %%DATADIR%%/brushes/A_cloudy.gbr %%DATADIR%%/brushes/A_concrete.gbr %%DATADIR%%/brushes/A_crackled.gbr %%DATADIR%%/brushes/A_craqules.gbr %%DATADIR%%/brushes/A_crayon.gbr %%DATADIR%%/brushes/A_dirty-brush.gih %%DATADIR%%/brushes/A_dirty-spot.gbr %%DATADIR%%/brushes/A_distant-mountain.gih %%DATADIR%%/brushes/A_dynamic-brush.gih %%DATADIR%%/brushes/A_dynamic-brush3.gih %%DATADIR%%/brushes/A_eroded-brush2.gih %%DATADIR%%/brushes/A_eroded-cercle-anim.gih %%DATADIR%%/brushes/A_eroded-cercle_2.gbr %%DATADIR%%/brushes/A_eroded-chinese-anim.gih %%DATADIR%%/brushes/A_eroded-dirtybrush-anim.gih %%DATADIR%%/brushes/A_eroded-knife-anim.gih %%DATADIR%%/brushes/A_fairy-dust.gih %%DATADIR%%/brushes/A_floor.gih %%DATADIR%%/brushes/A_flowers.gih %%DATADIR%%/brushes/A_forest.gih %%DATADIR%%/brushes/A_fur.gih %%DATADIR%%/brushes/A_grass-floor.gih %%DATADIR%%/brushes/A_herbs.gih %%DATADIR%%/brushes/A_leaves-mapple.gih %%DATADIR%%/brushes/A_leaves.gih %%DATADIR%%/brushes/A_lucky_star.gbr %%DATADIR%%/brushes/A_mineral-cristal.gih %%DATADIR%%/brushes/A_mountain-texture.gbr %%DATADIR%%/brushes/A_pin.gih %%DATADIR%%/brushes/A_provencal.gbr %%DATADIR%%/brushes/A_random-vegetal.gih %%DATADIR%%/brushes/A_random-vegetal2.gih %%DATADIR%%/brushes/A_random-vegetal3.gbr %%DATADIR%%/brushes/A_reptile-skin.gbr %%DATADIR%%/brushes/A_rocks-floor-neg.gih %%DATADIR%%/brushes/A_rocks.gih %%DATADIR%%/brushes/A_smoke.gbr %%DATADIR%%/brushes/A_snow-pack.gih %%DATADIR%%/brushes/A_sparkle1.gbr %%DATADIR%%/brushes/A_sparkle2.gbr %%DATADIR%%/brushes/A_sparkle3.gbr %%DATADIR%%/brushes/A_splat1.gbr %%DATADIR%%/brushes/A_splat2.gih %%DATADIR%%/brushes/A_starfield.gih %%DATADIR%%/brushes/A_starfield2.gbr %%DATADIR%%/brushes/A_wall-texture.gih %%DATADIR%%/brushes/C_Cloud_1.gbr %%DATADIR%%/brushes/C_Dirty_Spot.gbr %%DATADIR%%/brushes/D_Dust_1.gbr %%DATADIR%%/brushes/D_Dust_Particles.gih %%DATADIR%%/brushes/D_Normal_dust.gbr %%DATADIR%%/brushes/F_Furr_fast.gbr %%DATADIR%%/brushes/G_Sparks.gih %%DATADIR%%/brushes/LJF_Foliage_Brush_01.gbr %%DATADIR%%/brushes/LJF_Foliage_Brush_02.gbr %%DATADIR%%/brushes/LJF_Water_Brush_02.gih %%DATADIR%%/brushes/LJF_Water_Brush_03.gih %%DATADIR%%/brushes/LJF_smoke_c.gih %%DATADIR%%/brushes/L_Coroballs.gbr %%DATADIR%%/brushes/L_Foliage_1.gbr %%DATADIR%%/brushes/L_Leaf_2.gbr %%DATADIR%%/brushes/L_Leaf_3.gbr %%DATADIR%%/brushes/L_Trees.gih %%DATADIR%%/brushes/MZ_leaves.gbr %%DATADIR%%/brushes/M_01.gbr %%DATADIR%%/brushes/M_02.gbr %%DATADIR%%/brushes/M_03.gbr %%DATADIR%%/brushes/M_04.gbr %%DATADIR%%/brushes/M_05.gbr %%DATADIR%%/brushes/M_06.gbr %%DATADIR%%/brushes/M_07.gbr %%DATADIR%%/brushes/M_08.gbr %%DATADIR%%/brushes/M_09.gbr %%DATADIR%%/brushes/M_Arrow.gbr %%DATADIR%%/brushes/M_Bulb.gbr %%DATADIR%%/brushes/M_Cage.gbr %%DATADIR%%/brushes/M_Pipe_1.gbr %%DATADIR%%/brushes/M_Pipe_2.gbr %%DATADIR%%/brushes/M_Pipe_3.gbr %%DATADIR%%/brushes/M_Pipe_whiteflat.png %%DATADIR%%/brushes/N_Grass_1.gih %%DATADIR%%/brushes/N_Grass_2.gih %%DATADIR%%/brushes/O_Oil_Soft.gbr %%DATADIR%%/brushes/O_Oils_1.gbr %%DATADIR%%/brushes/O_Oils_1_GP.gbr %%DATADIR%%/brushes/O_Oils_Softer.gbr %%DATADIR%%/brushes/P_2B_Pencil_Angled.gih %%DATADIR%%/brushes/P_6B_Pencil_Angled.gih %%DATADIR%%/brushes/P_Graphite_Black_Grass.gih %%DATADIR%%/brushes/P_Graphite_Pencil.gih %%DATADIR%%/brushes/P_Graphite_Pencil_grain.gih %%DATADIR%%/brushes/P_Graphite_Pencil_grainb.gih %%DATADIR%%/brushes/P_RealPencil10x10.gih %%DATADIR%%/brushes/P_RealPencil16x16.gih %%DATADIR%%/brushes/R_Rake1.gbr %%DATADIR%%/brushes/R_Rake2.gbr %%DATADIR%%/brushes/R_Rake3.gbr %%DATADIR%%/brushes/R_Rake4.gbr %%DATADIR%%/brushes/R_Rake_small.gbr %%DATADIR%%/brushes/Real_Oil_2.gbr %%DATADIR%%/brushes/Real_oil_1.gbr %%DATADIR%%/brushes/S_Smudge_Cheese.gbr %%DATADIR%%/brushes/S_splats_02.gih %%DATADIR%%/brushes/Sc_Scratch.gih %%DATADIR%%/brushes/Sc_Scratches.gbr %%DATADIR%%/brushes/Sc_Scratches_2.gbr %%DATADIR%%/brushes/Sc_Scratches_3.gbr %%DATADIR%%/brushes/T_Fibers_1.gih %%DATADIR%%/brushes/T_Fibers_2.gih %%DATADIR%%/brushes/T_Texture_1.gbr %%DATADIR%%/brushes/T_Texture_2.gih %%DATADIR%%/brushes/T_Texture_3.gih %%DATADIR%%/brushes/T_Texture_4.gih %%DATADIR%%/brushes/T_Texture_5.gih %%DATADIR%%/brushes/T_Texture_6.gih %%DATADIR%%/brushes/T_Texture_7.gih %%DATADIR%%/brushes/Te_Techno_1.gih %%DATADIR%%/brushes/Te_Techno_Angular_Cross.gbr %%DATADIR%%/brushes/U_Circle_circuit.gbr %%DATADIR%%/brushes/U_Circle_shape_1.gbr %%DATADIR%%/brushes/U_Circle_shape_2.gbr %%DATADIR%%/brushes/U_Circle_shape_3.gbr %%DATADIR%%/brushes/U_Circle_shape_4.gbr %%DATADIR%%/brushes/U_Circle_shape_5.gbr %%DATADIR%%/brushes/U_Circle_shape_5b.gbr %%DATADIR%%/brushes/U_Circle_shape_5c.gbr %%DATADIR%%/brushes/V_Vyle_Rock.gih %%DATADIR%%/brushes/Z_Chain_1.gbr %%DATADIR%%/brushes/Z_Pixel_1.gbr %%DATADIR%%/brushes/Z_Pixel_4x4_rounded.gbr %%DATADIR%%/brushes/Z_Pixel_Cross.gbr %%DATADIR%%/brushes/Z_Pixel__4_pix__45a.gbr %%DATADIR%%/brushes/Z_Test-pressure.gih %%DATADIR%%/brushes/Z_Triangle_shape_1.gbr %%DATADIR%%/brushes/Z_Triangle_shape_2.gbr %%DATADIR%%/brushes/rake_textured_01.gbr %%DATADIR%%/brushes/rake_textured_02.gbr %%DATADIR%%/brushes/texture-a.png %%DATADIR%%/brushes/z_study_pencil_2H.gih %%DATADIR%%/brushes/z_study_pencil_2H_horiz.gih %%DATADIR%%/brushes/z_study_pencil_2Hb.gih %%DATADIR%%/brushes/z_study_pencil_H.gih %%DATADIR%%/brushes/z_study_pencil_H_h.gih %%DATADIR%%/bundles/README %%DATADIR%%/defaultpresets/chalkbrush.kpp %%DATADIR%%/defaultpresets/colorsmudge.kpp %%DATADIR%%/defaultpresets/complex.kpp %%DATADIR%%/defaultpresets/curvebrush.kpp %%DATADIR%%/defaultpresets/deformbrush.kpp %%DATADIR%%/defaultpresets/duplicate.kpp %%DATADIR%%/defaultpresets/dynabrush.kpp %%DATADIR%%/defaultpresets/eraser.kpp %%DATADIR%%/defaultpresets/experimentbrush.kpp %%DATADIR%%/defaultpresets/filter.kpp %%DATADIR%%/defaultpresets/gridbrush.kpp %%DATADIR%%/defaultpresets/hairybrush.kpp %%DATADIR%%/defaultpresets/hatchingbrush.kpp %%DATADIR%%/defaultpresets/paintbrush.kpp %%DATADIR%%/defaultpresets/particlebrush.kpp %%DATADIR%%/defaultpresets/roundmarker.kpp %%DATADIR%%/defaultpresets/sketchbrush.kpp %%DATADIR%%/defaultpresets/smudge.kpp %%DATADIR%%/defaultpresets/spraybrush.kpp %%DATADIR%%/defaultpresets/tangentnormal.kpp %%DATADIR%%/dtd/krita.dtd %%GMIC%%%%DATADIR%%/gmic/gimp_update169.gmic %%GMIC%%%%DATADIR%%/gmic/gmic_def.gmic.blacklist %%DATADIR%%/gradients/BG-Krita2.ggr %%DATADIR%%/gradients/GPS-FG-Glare.ggr %%DATADIR%%/gradients/GPS-Fire-Blueish.ggr %%DATADIR%%/gradients/GPS-Fire-Burning-Cloud.ggr %%DATADIR%%/gradients/GPS-Fire-Dust-Blended.ggr %%DATADIR%%/gradients/GPS-Fire-Dust.ggr %%DATADIR%%/gradients/GPS-Fire-Incandescent.ggr %%DATADIR%%/gradients/GPS-Fire-Life-Span.ggr %%DATADIR%%/gradients/GPS-Haze-and-Atmosphere.ggr %%DATADIR%%/gradients/GPS-Light-Saber-_Use-FG-color_.ggr %%DATADIR%%/gradients/GPS-Nature-Pure-greens.ggr %%DATADIR%%/gradients/GPS-Nature-browns-copy.ggr %%DATADIR%%/gradients/GPS-Nature-random-greens.ggr %%DATADIR%%/gradients/GPS-Nature_Grass.ggr %%DATADIR%%/gradients/GPS-Simple-Smoke.ggr %%DATADIR%%/gradients/GPS-Steel-Bars.ggr %%DATADIR%%/gradients/GPS-eye-_Blue_.ggr %%DATADIR%%/images/krita-chalk.png %%DATADIR%%/images/krita-colorsmudge.png %%DATADIR%%/images/krita-curve.png %%DATADIR%%/images/krita-deform.png %%DATADIR%%/images/krita-duplicate.png %%DATADIR%%/images/krita-dyna.png %%DATADIR%%/images/krita-eraser.png %%DATADIR%%/images/krita-experiment.png %%DATADIR%%/images/krita-filterop.png %%DATADIR%%/images/krita-grid.png %%DATADIR%%/images/krita-hatching.png %%DATADIR%%/images/krita-paintbrush.png %%DATADIR%%/images/krita-particle.png %%DATADIR%%/images/krita-sketch.png %%DATADIR%%/images/krita-spray.png %%DATADIR%%/images/krita-sumi.png %%DATADIR%%/images/krita-tangentnormal-preview.png %%DATADIR%%/images/krita-tangetnormal.png %%DATADIR%%/images/krita_roundmarkerop.svg %%DATADIR%%/input/kritadefault.profile %%DATADIR%%/input/painttoolsaicompatible.profile %%DATADIR%%/input/photoshopcompatible.profile %%DATADIR%%/input/tabletpro.profile %%DATADIR%%/metadata/schemas/dc.schema %%DATADIR%%/metadata/schemas/exif.schema -%%DATADIR%%/metadata/schemas/exrchannels.schema +%%OPENEXR%%%%DATADIR%%/metadata/schemas/exrchannels.schema %%DATADIR%%/metadata/schemas/mkn.schema %%DATADIR%%/metadata/schemas/tiff.schema %%DATADIR%%/metadata/schemas/xmp.schema %%DATADIR%%/metadata/schemas/xmpmm.schema %%DATADIR%%/metadata/schemas/xmprights.schema %%DATADIR%%/paintoppresets/Airbrush_eraser.kpp %%DATADIR%%/paintoppresets/Airbrush_linear.kpp %%DATADIR%%/paintoppresets/Airbrush_linear_noisy.kpp %%DATADIR%%/paintoppresets/Airbrush_pressure.kpp %%DATADIR%%/paintoppresets/Basic_circle.kpp %%DATADIR%%/paintoppresets/Basic_mix.kpp %%DATADIR%%/paintoppresets/Basic_mix_soft.kpp %%DATADIR%%/paintoppresets/Basic_tip_default.kpp %%DATADIR%%/paintoppresets/Basic_tip_gaussian.kpp %%DATADIR%%/paintoppresets/Basic_tip_soft.kpp %%DATADIR%%/paintoppresets/Basic_wet.kpp %%DATADIR%%/paintoppresets/Basic_wet_soft.kpp %%DATADIR%%/paintoppresets/Block_basic.kpp %%DATADIR%%/paintoppresets/Block_bristles.kpp %%DATADIR%%/paintoppresets/Block_fuzzy.kpp %%DATADIR%%/paintoppresets/Block_mix_tilt.kpp %%DATADIR%%/paintoppresets/Block_tilt.kpp %%DATADIR%%/paintoppresets/Block_wet_tilt.kpp %%DATADIR%%/paintoppresets/Bristle_Details.kpp %%DATADIR%%/paintoppresets/Bristle_Large.kpp %%DATADIR%%/paintoppresets/Bristle_Special_Blender.kpp %%DATADIR%%/paintoppresets/Bristle_Squared.kpp %%DATADIR%%/paintoppresets/Bristle_Tapered.kpp %%DATADIR%%/paintoppresets/Bristle_Texture.kpp %%DATADIR%%/paintoppresets/Bristle_frottis.kpp %%DATADIR%%/paintoppresets/Bristles_hairy.kpp %%DATADIR%%/paintoppresets/Bristles_mix.kpp %%DATADIR%%/paintoppresets/Bristles_textured.kpp %%DATADIR%%/paintoppresets/Bristles_wet.kpp %%DATADIR%%/paintoppresets/Chalk_brush.kpp %%DATADIR%%/paintoppresets/Clone_tool.kpp %%DATADIR%%/paintoppresets/Curve_curvy.kpp %%DATADIR%%/paintoppresets/Curve_ink.kpp %%DATADIR%%/paintoppresets/Curve_recurvy.kpp %%DATADIR%%/paintoppresets/Curve_smooth.kpp %%DATADIR%%/paintoppresets/Eraser_circle.kpp %%DATADIR%%/paintoppresets/Eraser_hard.kpp %%DATADIR%%/paintoppresets/Eraser_soft.kpp %%DATADIR%%/paintoppresets/FX_blur_light.kpp %%DATADIR%%/paintoppresets/FX_color_HSY.kpp %%DATADIR%%/paintoppresets/FX_explode.kpp %%DATADIR%%/paintoppresets/FX_glow_add.kpp %%DATADIR%%/paintoppresets/FX_overlay.kpp %%DATADIR%%/paintoppresets/FX_splat_starfield.kpp %%DATADIR%%/paintoppresets/Fill_block.kpp %%DATADIR%%/paintoppresets/Fill_circle.kpp %%DATADIR%%/paintoppresets/Grid_square_25.kpp %%DATADIR%%/paintoppresets/Hatch_crispy.kpp %%DATADIR%%/paintoppresets/Hatch_cross_regular.kpp %%DATADIR%%/paintoppresets/Hatch_cross_small.kpp %%DATADIR%%/paintoppresets/Hatch_diag_S.kpp %%DATADIR%%/paintoppresets/Hatch_diag_fat.kpp %%DATADIR%%/paintoppresets/Hatch_moire.kpp %%DATADIR%%/paintoppresets/Hatch_noisy.kpp %%DATADIR%%/paintoppresets/Ink_ballpen.kpp %%DATADIR%%/paintoppresets/Ink_brush_25.kpp %%DATADIR%%/paintoppresets/Ink_circle_05.kpp %%DATADIR%%/paintoppresets/Ink_circle_10.kpp %%DATADIR%%/paintoppresets/Ink_gpen_10.kpp %%DATADIR%%/paintoppresets/Ink_gpen_25.kpp %%DATADIR%%/paintoppresets/Ink_tilt_10.kpp %%DATADIR%%/paintoppresets/Ink_tilt_20.kpp %%DATADIR%%/paintoppresets/Layout_block.kpp %%DATADIR%%/paintoppresets/Layout_circle_soft.kpp %%DATADIR%%/paintoppresets/Layout_oval.kpp %%DATADIR%%/paintoppresets/Layout_pen.kpp %%DATADIR%%/paintoppresets/Move_tool.kpp %%DATADIR%%/paintoppresets/Pastel_texture_large.kpp %%DATADIR%%/paintoppresets/Pastel_texture_thin.kpp %%DATADIR%%/paintoppresets/Pencil_2B.kpp %%DATADIR%%/paintoppresets/Pencil_HB.kpp %%DATADIR%%/paintoppresets/Pencil_texture.kpp %%DATADIR%%/paintoppresets/Pencil_tilt.kpp %%DATADIR%%/paintoppresets/Pixelart_dither.kpp %%DATADIR%%/paintoppresets/Pixelart_round.kpp %%DATADIR%%/paintoppresets/Pixelart_square.kpp %%DATADIR%%/paintoppresets/Quick_circle_big.kpp %%DATADIR%%/paintoppresets/Quick_circle_huge.kpp %%DATADIR%%/paintoppresets/Quick_circle_layout.kpp %%DATADIR%%/paintoppresets/Rake_bristle_dry.kpp %%DATADIR%%/paintoppresets/Rake_texture.kpp %%DATADIR%%/paintoppresets/Screentones.kpp %%DATADIR%%/paintoppresets/Screentones_eraser.kpp %%DATADIR%%/paintoppresets/Shape_fill.kpp %%DATADIR%%/paintoppresets/Shape_smooth.kpp %%DATADIR%%/paintoppresets/Sketch.kpp %%DATADIR%%/paintoppresets/Sketch_chrome.kpp %%DATADIR%%/paintoppresets/Sketch_fur.kpp %%DATADIR%%/paintoppresets/Sketch_ink_big.kpp %%DATADIR%%/paintoppresets/Sketch_ink_small.kpp %%DATADIR%%/paintoppresets/Sketch_line.kpp %%DATADIR%%/paintoppresets/Sketch_shade.kpp %%DATADIR%%/paintoppresets/Sketch_shade_wash.kpp %%DATADIR%%/paintoppresets/Sketch_speedpaint.kpp %%DATADIR%%/paintoppresets/Sketch_speedpaint_shade.kpp %%DATADIR%%/paintoppresets/Sketch_wires.kpp %%DATADIR%%/paintoppresets/Smudge_block_tilt.kpp %%DATADIR%%/paintoppresets/Smudge_rake.kpp %%DATADIR%%/paintoppresets/Smudge_rake_2.kpp %%DATADIR%%/paintoppresets/Smudge_soft.kpp %%DATADIR%%/paintoppresets/Smudge_textured.kpp %%DATADIR%%/paintoppresets/Smudge_water.kpp %%DATADIR%%/paintoppresets/Sparkle_wet.kpp %%DATADIR%%/paintoppresets/Sparkle_wet_soft.kpp %%DATADIR%%/paintoppresets/Special_FuzzyColor.kpp %%DATADIR%%/paintoppresets/Special_dyna_dots.kpp %%DATADIR%%/paintoppresets/Special_particles_crazy.kpp %%DATADIR%%/paintoppresets/Splat_mix_cells.kpp %%DATADIR%%/paintoppresets/Splat_texture.kpp %%DATADIR%%/paintoppresets/Splat_texture_2.kpp %%DATADIR%%/paintoppresets/Splat_wet_cells.kpp %%DATADIR%%/paintoppresets/Splatter_thin.kpp %%DATADIR%%/paintoppresets/Sponge_texture.kpp %%DATADIR%%/paintoppresets/Spray_splat.kpp %%DATADIR%%/paintoppresets/Tangent_normal_basic.kpp %%DATADIR%%/paintoppresets/Tangent_normal_drawing_angle.kpp %%DATADIR%%/paintoppresets/Tangent_normal_hairy.kpp %%DATADIR%%/paintoppresets/Tangent_normal_pixel.kpp %%DATADIR%%/paintoppresets/Tangent_normal_y_inverted.kpp %%DATADIR%%/paintoppresets/Texture_fuzzy.kpp %%DATADIR%%/paintoppresets/Texture_hair.kpp %%DATADIR%%/paintoppresets/Texture_leaves_fuzzy.kpp %%DATADIR%%/paintoppresets/ink_precision_03.kpp %%DATADIR%%/paintoppresets/pixel1.kpp %%DATADIR%%/palettes/concept-cookie.gpl %%DATADIR%%/palettes/default.gpl %%DATADIR%%/palettes/gradient.gpl %%DATADIR%%/palettes/marker.gpl %%DATADIR%%/palettes/pixelart-16.gpl %%DATADIR%%/palettes/pixelart-32.gpl %%DATADIR%%/palettes/ps.gpl %%DATADIR%%/palettes/swatch-cmyk.gpl %%DATADIR%%/palettes/swatch-colored-grey.gpl %%DATADIR%%/palettes/swatch-rgb.gpl %%DATADIR%%/palettes/swatche.gpl %%DATADIR%%/palettes/web.gpl %%DATADIR%%/patterns/01_canvas.png %%DATADIR%%/patterns/02_rough-canvas.png %%DATADIR%%/patterns/02b_WoofTissue.png %%DATADIR%%/patterns/03_default-paper.png %%DATADIR%%/patterns/04_paper-C-grain.png %%DATADIR%%/patterns/05_paper-torchon.png %%DATADIR%%/patterns/06_hard-grain.png %%DATADIR%%/patterns/07_big-grain.png %%DATADIR%%/patterns/08_bump-relief.png %%DATADIR%%/patterns/09_drawed_crosshatched.png %%DATADIR%%/patterns/09b_drawed-CrossedLines.png %%DATADIR%%/patterns/10_drawed_dotted.png %%DATADIR%%/patterns/11_drawed_furry.png %%DATADIR%%/patterns/12_drawed_vertical.png %%DATADIR%%/patterns/13_drawed_swirl.png %%DATADIR%%/patterns/14_texture-rock.png %%DATADIR%%/patterns/15_texture-rockB.png %%DATADIR%%/patterns/16_texture-woody.png %%DATADIR%%/patterns/17_texture-melt.png %%DATADIR%%/patterns/18_texture-bark.png %%DATADIR%%/patterns/18b_WaveFlex.png %%DATADIR%%/patterns/19_texture-crackle.png %%DATADIR%%/patterns/20_texture-vegetal.png %%DATADIR%%/patterns/21_texture-chainmail.png %%DATADIR%%/patterns/22_texture-reptile.png %%DATADIR%%/patterns/23-dynamic-screentone-A.png %%DATADIR%%/patterns/24-dynamic-screentone-B.png %%DATADIR%%/patterns/25-dynamic-screentone-C.png %%DATADIR%%/patterns/Canvas_Hard.pat %%DATADIR%%/patterns/Canvas_covered.pat %%DATADIR%%/patterns/Canvas_small_01.pat %%DATADIR%%/patterns/Canvas_small_02.pat %%DATADIR%%/patterns/Cross01.pat %%DATADIR%%/patterns/Cross02.pat %%DATADIR%%/patterns/Cross03.pat %%DATADIR%%/patterns/Cross04.pat %%DATADIR%%/patterns/Cross05.pat %%DATADIR%%/patterns/Cross06.pat %%DATADIR%%/patterns/Cross07.pat %%DATADIR%%/patterns/Crumpled_Paper.pat %%DATADIR%%/patterns/Grid01.pat %%DATADIR%%/patterns/Grid02.pat %%DATADIR%%/patterns/Grid03.pat %%DATADIR%%/patterns/Grid04.pat %%DATADIR%%/patterns/Grid05.pat %%DATADIR%%/patterns/HR_PastelPaper_02.pat %%DATADIR%%/patterns/HR_Wall_Paper.pat %%DATADIR%%/patterns/Pattern01.pat %%DATADIR%%/patterns/Pattern02.pat %%DATADIR%%/patterns/Pattern03.pat %%DATADIR%%/patterns/Pattern04.pat %%DATADIR%%/patterns/Pattern05.pat %%DATADIR%%/patterns/Pattern06.pat %%DATADIR%%/patterns/Squares01.pat %%DATADIR%%/patterns/Squares02.pat %%DATADIR%%/patterns/Squares03.pat %%DATADIR%%/patterns/Squares04.pat %%DATADIR%%/patterns/Squares05.pat %%DATADIR%%/patterns/Squares06.pat %%DATADIR%%/patterns/Squares07.pat %%DATADIR%%/patterns/Squares08.pat %%DATADIR%%/patterns/Squares09.pat %%DATADIR%%/patterns/Squares10.pat %%DATADIR%%/patterns/Stripes02.pat %%DATADIR%%/patterns/Stripes03.pat %%DATADIR%%/patterns/Stripes04.pat %%DATADIR%%/patterns/Stripes05.pat %%DATADIR%%/patterns/Stripes06.pat %%DATADIR%%/patterns/Stripes07.pat %%DATADIR%%/patterns/Stripes08.pat %%DATADIR%%/patterns/Stripes09.pat %%DATADIR%%/patterns/Zigzag01.pat %%DATADIR%%/patterns/Zigzag02.pat %%DATADIR%%/patterns/Zigzag03.pat %%DATADIR%%/patterns/Zigzag04.pat %%DATADIR%%/patterns/fractal_pattern.pat %%DATADIR%%/patterns/generic_paper1.pat %%DATADIR%%/patterns/generic_paper2.pat %%DATADIR%%/patterns/granite.pat %%DATADIR%%/patterns/hexacolBW__2.pat %%DATADIR%%/pics/dark_arrow_east.png %%DATADIR%%/pics/dark_arrow_north.png %%DATADIR%%/pics/dark_arrow_north_east.png %%DATADIR%%/pics/dark_arrow_north_west.png %%DATADIR%%/pics/dark_arrow_south.png %%DATADIR%%/pics/dark_arrow_south_east.png %%DATADIR%%/pics/dark_arrow_south_west.png %%DATADIR%%/pics/dark_arrow_west.png %%DATADIR%%/pics/dark_krita_tool_ruler_assistant.png %%DATADIR%%/pics/extended_color_selector.png %%DATADIR%%/pics/kis_colselng_color_patches.png %%DATADIR%%/pics/kis_colselng_color_triangle.png %%DATADIR%%/pics/kis_colselng_my_paint_shade_selector.png %%DATADIR%%/pics/krita_tool_ruler_assistant.png %%DATADIR%%/pics/light_arrow_east.png %%DATADIR%%/pics/light_arrow_north.png %%DATADIR%%/pics/light_arrow_north_east.png %%DATADIR%%/pics/light_arrow_north_west.png %%DATADIR%%/pics/light_arrow_south.png %%DATADIR%%/pics/light_arrow_south_east.png %%DATADIR%%/pics/light_arrow_south_west.png %%DATADIR%%/pics/light_arrow_west.png %%DATADIR%%/pics/light_krita_tool_ruler_assistant.png %%DATADIR%%/pics/template_DIN_A3_landscape.png %%DATADIR%%/pics/template_DIN_A4_portrait.png %%DATADIR%%/pics/template_animation.png %%DATADIR%%/pics/template_comics_empty.png %%DATADIR%%/pics/template_dslr.png %%DATADIR%%/pics/template_ratio_1610.png %%DATADIR%%/pics/template_ratio_2391.png %%DATADIR%%/pics/template_ratio_43.png %%DATADIR%%/pics/template_texture.png %%DATADIR%%/pics/template_web_design.png %%DATADIR%%/predefined_image_sizes/A3__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A3__600_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A4__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A4__600_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A5__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A5__600_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A6__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A6__600_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/Texture_1024x1024.predefinedimage %%DATADIR%%/predefined_image_sizes/Texture_2048x2048.predefinedimage %%DATADIR%%/predefined_image_sizes/Texture_256x256.predefinedimage %%DATADIR%%/predefined_image_sizes/Texture_4096x4096.predefinedimage %%DATADIR%%/predefined_image_sizes/Texture_512x512.predefinedimage %%DATADIR%%/predefined_image_sizes/US_Legal__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/US_Letter__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/US_Tabloid__300_ppi_.predefinedimage %%DATADIR%%/shortcuts/krita_default.shortcuts %%DATADIR%%/shortcuts/paint_tool_sai_compatible.shortcuts %%DATADIR%%/shortcuts/photoshop_compatible.shortcuts %%DATADIR%%/shortcuts/tablet_pro.shortcuts %%DATADIR%%/styles/markers.xml %%DATADIR%%/tags/kis_paintoppresets_tags.xml %%DATADIR%%/templates/animation/.source/Anim-Jp-EN.kra %%DATADIR%%/templates/animation/.source/Anim-Jp-JP.kra %%DATADIR%%/templates/animation/Anim-Jp-EN.desktop %%DATADIR%%/templates/animation/Anim-Jp-JP.desktop %%DATADIR%%/templates/comics/.directory %%DATADIR%%/templates/comics/.source/BD-EuroTemplate.kra %%DATADIR%%/templates/comics/.source/Comics-USTemplate.kra %%DATADIR%%/templates/comics/.source/Manga-JpTemplate.kra %%DATADIR%%/templates/comics/.source/a4_waffle_grid.kra %%DATADIR%%/templates/comics/BD-EuroTemplate.desktop %%DATADIR%%/templates/comics/Comics-USTemplate.desktop %%DATADIR%%/templates/comics/Manga-JpTemplate.desktop %%DATADIR%%/templates/comics/a4_waffle_grid.desktop %%DATADIR%%/templates/design/.directory %%DATADIR%%/templates/design/.source/Designcinema16_10_2484x1200_96dpiRGB_8bit_.kra %%DATADIR%%/templates/design/.source/Designcinema2.39_1_2484x1040_96dpiRGB_8bit_.kra %%DATADIR%%/templates/design/.source/DesignpresentationA3Landscape_4960x3508_300dpiRGB_8bit_.kra %%DATADIR%%/templates/design/.source/DesignpresentationA4portrait_2480x3508_300dpiRGB_8bit_.kra %%DATADIR%%/templates/design/.source/Designscreen4_3_2250x1680_96dpiRGB_8bit_.kra %%DATADIR%%/templates/design/.source/web_design.kra %%DATADIR%%/templates/design/Designcinema16_10_2484x1200_96dpiRGB_8bit_.desktop %%DATADIR%%/templates/design/Designcinema2.39_1_2484x1040_96dpiRGB_8bit_.desktop %%DATADIR%%/templates/design/DesignpresentationA3Landscape_4960x3508_300dpiRGB_8bit_.desktop %%DATADIR%%/templates/design/DesignpresentationA4portrait_2480x3508_300dpiRGB_8bit_.desktop %%DATADIR%%/templates/design/Designscreen4_3_2250x1680_96dpiRGB_8bit_.desktop %%DATADIR%%/templates/design/web_design.desktop %%DATADIR%%/templates/dslr/.directory %%DATADIR%%/templates/dslr/.source/Canon_550D_5184x3456.kra %%DATADIR%%/templates/dslr/.source/Canon_5Dmk3_5760x3840.kra %%DATADIR%%/templates/dslr/.source/Nikon_D3000_3872x2592.kra %%DATADIR%%/templates/dslr/.source/Nikon_D5000_4288x2848.kra %%DATADIR%%/templates/dslr/.source/Nikon_D7000_4928x3264.kra %%DATADIR%%/templates/dslr/Canon_550D_5184x3456.desktop %%DATADIR%%/templates/dslr/Canon_5Dmk3_5760x3840.desktop %%DATADIR%%/templates/dslr/Nikon_D3000_3872x2592.desktop %%DATADIR%%/templates/dslr/Nikon_D5000_4288x2848.desktop %%DATADIR%%/templates/dslr/Nikon_D7000_4928x3264.desktop %%DATADIR%%/templates/texture/.directory %%DATADIR%%/templates/texture/.source/Texture1024x10248bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture1k32bitscalar.kra %%DATADIR%%/templates/texture/.source/Texture1k8bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture2048x20488bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture256x2568bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture2k32bitscalar.kra %%DATADIR%%/templates/texture/.source/Texture2k8bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture4096x40968bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture4k32bitscalar.kra %%DATADIR%%/templates/texture/.source/Texture4k8bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture512x5128bitsrgb.kra %%DATADIR%%/templates/texture/.source/Texture8k32bitscalar.kra %%DATADIR%%/templates/texture/.source/Texture8k8bitsrgb.kra %%DATADIR%%/templates/texture/Texture1024x10248bitsrgb.desktop %%DATADIR%%/templates/texture/Texture1k32bitscalar.desktop %%DATADIR%%/templates/texture/Texture1k8bitsrgb.desktop %%DATADIR%%/templates/texture/Texture2048x20488bitsrgb.desktop %%DATADIR%%/templates/texture/Texture256x2568bitsrgb.desktop %%DATADIR%%/templates/texture/Texture2k32bitscalar.desktop %%DATADIR%%/templates/texture/Texture2k8bitsrgb.desktop %%DATADIR%%/templates/texture/Texture4096x40968bitsrgb.desktop %%DATADIR%%/templates/texture/Texture4k32bitscalar.desktop %%DATADIR%%/templates/texture/Texture4k8bitsrgb.desktop %%DATADIR%%/templates/texture/Texture512x5128bitsrgb.desktop %%DATADIR%%/templates/texture/Texture8k32bitscalar.desktop %%DATADIR%%/templates/texture/Texture8k8bitsrgb.desktop %%DATADIR%%/workspaces/Animation.kws %%DATADIR%%/workspaces/Big_Paint.kws %%DATADIR%%/workspaces/Big_Paint_2.kws %%DATADIR%%/workspaces/Big_Vector.kws %%DATADIR%%/workspaces/Default.kws %%DATADIR%%/workspaces/Small_Vector.kws %%DATADIR%%/workspaces/VFX_Paint.kws share/kritaplugins/clonesarray.xmlgui share/kritaplugins/colorrange.xmlgui share/kritaplugins/colorspaceconversion.xmlgui %%GMIC%%share/kritaplugins/gmic.xmlgui share/kritaplugins/histogram.xmlgui share/kritaplugins/imageseparate.xmlgui share/kritaplugins/imagesize.xmlgui share/kritaplugins/imagesplit.xmlgui share/kritaplugins/layersplit.xmlgui share/kritaplugins/metadataeditor.xmlgui share/kritaplugins/metadataeditor/dublincore.xmlgui share/kritaplugins/metadataeditor/exif.xmlgui share/kritaplugins/modify_selection.xmlgui share/kritaplugins/offsetimage.xmlgui share/kritaplugins/resourcemanager.xmlgui share/kritaplugins/rotateimage.xmlgui share/kritaplugins/shearimage.xmlgui share/kritaplugins/waveletdecompose.xmlgui share/locale/af/LC_MESSAGES/krita.mo share/locale/ar/LC_MESSAGES/krita.mo share/locale/ast/LC_MESSAGES/krita.mo share/locale/be/LC_MESSAGES/krita.mo share/locale/bg/LC_MESSAGES/krita.mo share/locale/br/LC_MESSAGES/krita.mo share/locale/bs/LC_MESSAGES/krita.mo share/locale/ca/LC_MESSAGES/krita.mo share/locale/ca@valencia/LC_MESSAGES/krita.mo share/locale/cs/LC_MESSAGES/krita.mo share/locale/cy/LC_MESSAGES/krita.mo share/locale/da/LC_MESSAGES/krita.mo share/locale/de/LC_MESSAGES/krita.mo share/locale/el/LC_MESSAGES/krita.mo share/locale/en_GB/LC_MESSAGES/krita.mo share/locale/eo/LC_MESSAGES/krita.mo share/locale/es/LC_MESSAGES/krita.mo share/locale/et/LC_MESSAGES/krita.mo share/locale/eu/LC_MESSAGES/krita.mo share/locale/fa/LC_MESSAGES/krita.mo share/locale/fi/LC_MESSAGES/krita.mo share/locale/fr/LC_MESSAGES/krita.mo share/locale/fy/LC_MESSAGES/krita.mo share/locale/ga/LC_MESSAGES/krita.mo share/locale/gl/LC_MESSAGES/krita.mo share/locale/he/LC_MESSAGES/krita.mo share/locale/hi/LC_MESSAGES/krita.mo share/locale/hne/LC_MESSAGES/krita.mo share/locale/hr/LC_MESSAGES/krita.mo share/locale/hu/LC_MESSAGES/krita.mo share/locale/ia/LC_MESSAGES/krita.mo share/locale/is/LC_MESSAGES/krita.mo share/locale/it/LC_MESSAGES/krita.mo share/locale/ja/LC_MESSAGES/krita.mo share/locale/kk/LC_MESSAGES/krita.mo share/locale/km/LC_MESSAGES/krita.mo share/locale/ko/LC_MESSAGES/krita.mo share/locale/lt/LC_MESSAGES/krita.mo share/locale/lv/LC_MESSAGES/krita.mo share/locale/mai/LC_MESSAGES/krita.mo share/locale/mk/LC_MESSAGES/krita.mo share/locale/mr/LC_MESSAGES/krita.mo share/locale/ms/LC_MESSAGES/krita.mo share/locale/nb/LC_MESSAGES/krita.mo share/locale/nds/LC_MESSAGES/krita.mo share/locale/ne/LC_MESSAGES/krita.mo share/locale/nl/LC_MESSAGES/krita.mo share/locale/nn/LC_MESSAGES/krita.mo share/locale/oc/LC_MESSAGES/krita.mo share/locale/pa/LC_MESSAGES/krita.mo share/locale/pl/LC_MESSAGES/krita.mo share/locale/pt/LC_MESSAGES/krita.mo share/locale/pt_BR/LC_MESSAGES/krita.mo share/locale/ro/LC_MESSAGES/krita.mo share/locale/ru/LC_MESSAGES/krita.mo share/locale/se/LC_MESSAGES/krita.mo share/locale/sk/LC_MESSAGES/krita.mo share/locale/sl/LC_MESSAGES/krita.mo share/locale/sq/LC_MESSAGES/krita.mo share/locale/sv/LC_MESSAGES/krita.mo share/locale/ta/LC_MESSAGES/krita.mo share/locale/tg/LC_MESSAGES/krita.mo share/locale/th/LC_MESSAGES/krita.mo share/locale/tr/LC_MESSAGES/krita.mo share/locale/ug/LC_MESSAGES/krita.mo share/locale/uk/LC_MESSAGES/krita.mo share/locale/uz/LC_MESSAGES/krita.mo share/locale/uz@cyrillic/LC_MESSAGES/krita.mo share/locale/vi/LC_MESSAGES/krita.mo share/locale/wa/LC_MESSAGES/krita.mo share/locale/xh/LC_MESSAGES/krita.mo share/locale/zh_CN/LC_MESSAGES/krita.mo share/locale/zh_TW/LC_MESSAGES/krita.mo share/metainfo/org.kde.krita.appdata.xml Index: head/x11/kde4-runtime/Makefile =================================================================== --- head/x11/kde4-runtime/Makefile (revision 454895) +++ head/x11/kde4-runtime/Makefile (revision 454896) @@ -1,73 +1,77 @@ # $FreeBSD$ PORTNAME= kde-runtime PORTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Runtime components for KDE Plasma Desktop -LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ - libexiv2.so:graphics/exiv2 \ +LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libwebp.so:graphics/webp \ libslp.so:net/openslp \ libssh.so:security/libssh \ libqzeitgeist.so:sysutils/qzeitgeist \ libImath-2_2.so:graphics/ilmbase \ libassuan.so:security/libassuan \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme # Explicitly depend on libssh to avoid interference with ssh.4 from # compat7x. BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:security/libssh RUN_DEPENDS= cagibid:net/cagibi USES= cmake:outsource gettext jpeg kde:4 samba:lib shared-mime-info \ shebangfix tar:xz USE_KDE= kactivities kdelibs oxygen-icons5 \ attica automoc4 pimlibs soprano strigi nepomuk-core USE_QT4= corelib dbus declarative designer_build gui phonon \ network qtestlib script svg webkit xml \ moc_build qmake_build rcc_build uic_build USE_XORG= ice sm x11 xau xcursor xext xft xdmcp xpm USE_LDCONFIG= yes MAKE_ENV= XDG_CONFIG_HOME=/dev/null SHEBANG_FILES= khelpcenter/searchhandlers/*.pl \ khelpcenter/searchhandlers/*.pl.cmake \ kioslave/info/kde-info2html -OPTIONS_DEFINE= PULSEAUDIO ZEITGEIST +OPTIONS_DEFINE= OPENEXR PULSEAUDIO ZEITGEIST +OPTIONS_DEFAULT= OPENEXR +OPTIONS_SUB= yes + +OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR +OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR PULSEAUDIO_DESC=Audio configuration via PulseAudio PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio \ libcanberra.so:audio/libcanberra PULSEAUDIO_USE= GNOME=glib20 PULSEAUDIO_CMAKE_OFF= -DWITH_PulseAudio:BOOL=OFF ZEITGEIST_DESC= Event logging via Zeitgeist ZEITGEIST_RUN_DEPENDS= zeitgeist-daemon:sysutils/zeitgeist # Explicitly disable ALSA, see for details: # http://mail.kde.org/pipermail/kde-freebsd/2010-March/008015.html CMAKE_ARGS+= -DWITH_ALSA:BOOL=OFF post-extract: # Don't install share/icons/hicolor/index.theme to avoid conflcit with # hicolor-icon-theme port ${REINPLACE_CMD} -e '/add_subdirectory.*hicolor/d' \ ${PATCH_WRKSRC}/pics/CMakeLists.txt post-patch: @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ ${PATCH_WRKSRC}/khelpcenter/infotree.cpp \ ${PATCH_WRKSRC}/kioslave/info/kde-info2html.conf \ ${PATCH_WRKSRC}/kioslave/man/kio_man.cpp \ ${PATCH_WRKSRC}/kioslave/man/man2html.cpp \ ${PATCH_WRKSRC}/cmake/modules/FindCLucene.cmake ${REINPLACE_CMD} -e '/update_xdg_mimetypes/ d' \ ${PATCH_WRKSRC}/kimgio/CMakeLists.txt \ ${PATCH_WRKSRC}/kioslave/network/mimetypes/CMakeLists.txt .include Index: head/x11/kde4-runtime/pkg-plist =================================================================== --- head/x11/kde4-runtime/pkg-plist (revision 454895) +++ head/x11/kde4-runtime/pkg-plist (revision 454896) @@ -1,1820 +1,1820 @@ bin/kcmshell4 bin/kde-cp bin/kde-mv bin/kde-open bin/kde4 bin/kde4-menu bin/kdebugdialog bin/keditfiletype bin/kfile4 bin/kglobalaccel bin/khelpcenter bin/khotnewstuff-upload bin/khotnewstuff4 bin/kiconfinder bin/kioclient bin/kmimetypefinder bin/knotify4 bin/kquitapp bin/kreadconfig bin/kstart bin/ksvgtopng bin/ktraderclient bin/ktrash bin/kuiserver bin/kwalletd bin/kwriteconfig bin/plasma-remote-helper bin/plasmapkg bin/solid-hardware etc/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf etc/xdg/menus/kde-information.menu include/kde4/knotify_export.h include/kde4/knotifyconfig.h include/kde4/knotifyplugin.h lib/attica_kde.so lib/kconf_update_bin/phonon_devicepreference_update lib/kconf_update_bin/phonon_deviceuids_update lib/kde4/comicbookthumbnail.so lib/kde4/cursorthumbnail.so lib/kde4/djvuthumbnail.so -lib/kde4/exrthumbnail.so +%%OPENEXR%%lib/kde4/exrthumbnail.so lib/kde4/fixhosturifilter.so lib/kde4/htmlthumbnail.so lib/kde4/imagethumbnail.so lib/kde4/imports/org/kde/dirmodel/libdirmodelplugin.so lib/kde4/imports/org/kde/dirmodel/qmldir lib/kde4/imports/org/kde/draganddrop/libdraganddropplugin.so lib/kde4/imports/org/kde/draganddrop/qmldir lib/kde4/imports/org/kde/locale/liblocalebindingsplugin.so lib/kde4/imports/org/kde/locale/qmldir lib/kde4/imports/org/kde/plasma/components/BusyIndicator.qml lib/kde4/imports/org/kde/plasma/components/Button.qml lib/kde4/imports/org/kde/plasma/components/ButtonColumn.qml lib/kde4/imports/org/kde/plasma/components/ButtonGroup.js lib/kde4/imports/org/kde/plasma/components/ButtonRow.qml lib/kde4/imports/org/kde/plasma/components/CheckBox.qml lib/kde4/imports/org/kde/plasma/components/CommonDialog.qml lib/kde4/imports/org/kde/plasma/components/ContextMenu.qml lib/kde4/imports/org/kde/plasma/components/Dialog.qml lib/kde4/imports/org/kde/plasma/components/Highlight.qml lib/kde4/imports/org/kde/plasma/components/Label.qml lib/kde4/imports/org/kde/plasma/components/ListItem.qml lib/kde4/imports/org/kde/plasma/components/Page.qml lib/kde4/imports/org/kde/plasma/components/PageStack.qml lib/kde4/imports/org/kde/plasma/components/ProgressBar.qml lib/kde4/imports/org/kde/plasma/components/QueryDialog.qml lib/kde4/imports/org/kde/plasma/components/RadioButton.qml lib/kde4/imports/org/kde/plasma/components/ScrollBar.qml lib/kde4/imports/org/kde/plasma/components/SectionScroller.qml lib/kde4/imports/org/kde/plasma/components/SelectionDialog.qml lib/kde4/imports/org/kde/plasma/components/Sheet.qml lib/kde4/imports/org/kde/plasma/components/Slider.qml lib/kde4/imports/org/kde/plasma/components/Switch.qml lib/kde4/imports/org/kde/plasma/components/TabBar.qml lib/kde4/imports/org/kde/plasma/components/TabButton.qml lib/kde4/imports/org/kde/plasma/components/TabGroup.qml lib/kde4/imports/org/kde/plasma/components/TextArea.qml lib/kde4/imports/org/kde/plasma/components/TextField.qml lib/kde4/imports/org/kde/plasma/components/ToolBar.qml lib/kde4/imports/org/kde/plasma/components/ToolBarLayout.qml lib/kde4/imports/org/kde/plasma/components/ToolButton.qml lib/kde4/imports/org/kde/plasma/components/libplasmacomponentsplugin.so lib/kde4/imports/org/kde/plasma/components/private/AppManager.js lib/kde4/imports/org/kde/plasma/components/private/ButtonShadow.qml lib/kde4/imports/org/kde/plasma/components/private/Config.js lib/kde4/imports/org/kde/plasma/components/private/DualStateButton.qml lib/kde4/imports/org/kde/plasma/components/private/InlineDialog.qml lib/kde4/imports/org/kde/plasma/components/private/PageStack.js lib/kde4/imports/org/kde/plasma/components/private/RoundShadow.qml lib/kde4/imports/org/kde/plasma/components/private/ScrollBarDelegate.qml lib/kde4/imports/org/kde/plasma/components/private/ScrollDecoratorDelegate.qml lib/kde4/imports/org/kde/plasma/components/private/SectionScroller.js lib/kde4/imports/org/kde/plasma/components/private/TabBarLayout.qml lib/kde4/imports/org/kde/plasma/components/private/TabGroup.js lib/kde4/imports/org/kde/plasma/components/private/TextFieldFocus.qml lib/kde4/imports/org/kde/plasma/components/qmldir lib/kde4/imports/org/kde/plasma/core/libcorebindingsplugin.so lib/kde4/imports/org/kde/plasma/core/qmldir lib/kde4/imports/org/kde/plasma/extras/App.qml lib/kde4/imports/org/kde/plasma/extras/ConditionalLoader.qml lib/kde4/imports/org/kde/plasma/extras/Heading.qml lib/kde4/imports/org/kde/plasma/extras/PageRow.qml lib/kde4/imports/org/kde/plasma/extras/Paragraph.qml lib/kde4/imports/org/kde/plasma/extras/ScrollArea.qml lib/kde4/imports/org/kde/plasma/extras/Title.qml lib/kde4/imports/org/kde/plasma/extras/animations/ActivateAnimation.qml lib/kde4/imports/org/kde/plasma/extras/animations/Animations.js lib/kde4/imports/org/kde/plasma/extras/animations/AppearAnimation.qml lib/kde4/imports/org/kde/plasma/extras/animations/DisappearAnimation.qml lib/kde4/imports/org/kde/plasma/extras/animations/PressedAnimation.qml lib/kde4/imports/org/kde/plasma/extras/animations/ReleasedAnimation.qml lib/kde4/imports/org/kde/plasma/extras/libplasmaextracomponentsplugin.so lib/kde4/imports/org/kde/plasma/extras/qmldir lib/kde4/imports/org/kde/plasma/graphicslayouts/libgraphicslayoutsbindingsplugin.so lib/kde4/imports/org/kde/plasma/graphicslayouts/qmldir lib/kde4/imports/org/kde/plasma/graphicswidgets/libgraphicswidgetsbindingsplugin.so lib/kde4/imports/org/kde/plasma/graphicswidgets/qmldir lib/kde4/imports/org/kde/qtextracomponents/libqtextracomponentsplugin.so lib/kde4/imports/org/kde/qtextracomponents/qmldir lib/kde4/imports/org/kde/runnermodel/librunnermodelplugin.so lib/kde4/imports/org/kde/runnermodel/qmldir lib/kde4/jpegthumbnail.so lib/kde4/kcm_attica.so lib/kde4/kcm_cgi.so lib/kde4/kcm_componentchooser.so lib/kde4/kcm_device_automounter.so lib/kde4/kcm_emoticons.so lib/kde4/kcm_filetypes.so lib/kde4/kcm_icons.so lib/kde4/kcm_kded.so lib/kde4/kcm_kdnssd.so lib/kde4/kcm_knotify.so lib/kde4/kcm_locale.so lib/kde4/kcm_phonon.so lib/kde4/kcm_trash.so lib/kde4/kcmspellchecking.so lib/kde4/kded_desktopnotifier.so lib/kde4/kded_device_automounter.so lib/kde4/kded_kpasswdserver.so lib/kde4/kded_ktimezoned.so lib/kde4/kded_networkstatus.so lib/kde4/kded_networkwatcher.so lib/kde4/kded_phononserver.so lib/kde4/kded_recentdocumentsnotifier.so lib/kde4/kded_remotedirnotify.so lib/kde4/kded_solidautoeject.so lib/kde4/kded_soliduiserver.so lib/kde4/kio_about.so lib/kde4/kio_applications.so lib/kde4/kio_archive.so lib/kde4/kio_bookmarks.so lib/kde4/kio_cgi.so lib/kde4/kio_desktop.so lib/kde4/kio_filter.so lib/kde4/kio_finger.so lib/kde4/kio_fish.so lib/kde4/kio_floppy.so lib/kde4/kio_info.so lib/kde4/kio_man.so lib/kde4/kio_network.so lib/kde4/kio_nfs.so lib/kde4/kio_recentdocuments.so lib/kde4/kio_remote.so lib/kde4/kio_settings.so lib/kde4/kio_sftp.so lib/kde4/kio_smb.so lib/kde4/kio_thumbnail.so lib/kde4/kio_trash.so lib/kde4/kshorturifilter.so lib/kde4/kuriikwsfilter.so lib/kde4/kurisearchfilter.so lib/kde4/libexec/drkonqi lib/kde4/libexec/kcmremotewidgetshelper lib/kde4/libexec/kdeeject lib/kde4/libexec/kdesu lib/kde4/libexec/kdesud lib/kde4/libexec/kdontchangethehostname lib/kde4/libexec/khc_docbookdig.pl lib/kde4/libexec/khc_htdig.pl lib/kde4/libexec/khc_htsearch.pl lib/kde4/libexec/khc_indexbuilder lib/kde4/libexec/khc_mansearch.pl lib/kde4/libexec/kioexec lib/kde4/libexec/knetattach lib/kde4/libkmanpart.so lib/kde4/librenaudioplugin.so lib/kde4/librenimageplugin.so lib/kde4/localdomainurifilter.so lib/kde4/plasma-kpart.so lib/kde4/plasma_appletscript_declarative.so lib/kde4/plasma_appletscript_simple_javascript.so lib/kde4/plasma_containment_newspaper.so lib/kde4/plasma_dataenginescript_javascript.so lib/kde4/plasma_packagestructure_javascriptaddon.so lib/kde4/plasma_runnerscript_javascript.so lib/kde4/platformimports/touch/org/kde/plasma/components/BusyIndicator.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Button.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ButtonColumn.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ButtonGroup.js lib/kde4/platformimports/touch/org/kde/plasma/components/ButtonRow.qml lib/kde4/platformimports/touch/org/kde/plasma/components/CheckBox.qml lib/kde4/platformimports/touch/org/kde/plasma/components/CommonDialog.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Dialog.qml lib/kde4/platformimports/touch/org/kde/plasma/components/EditBubble.js lib/kde4/platformimports/touch/org/kde/plasma/components/EditBubble.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Highlight.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Label.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ListItem.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Menu.qml lib/kde4/platformimports/touch/org/kde/plasma/components/MenuItem.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Page.qml lib/kde4/platformimports/touch/org/kde/plasma/components/PageStack.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ProgressBar.qml lib/kde4/platformimports/touch/org/kde/plasma/components/QueryDialog.qml lib/kde4/platformimports/touch/org/kde/plasma/components/RadioButton.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ScrollBar.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ScrollDecorator.qml lib/kde4/platformimports/touch/org/kde/plasma/components/SectionScroller.qml lib/kde4/platformimports/touch/org/kde/plasma/components/SelectionDialog.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Sheet.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Slider.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Switch.qml lib/kde4/platformimports/touch/org/kde/plasma/components/TabBar.qml lib/kde4/platformimports/touch/org/kde/plasma/components/TabButton.qml lib/kde4/platformimports/touch/org/kde/plasma/components/TabGroup.qml lib/kde4/platformimports/touch/org/kde/plasma/components/TextArea.qml lib/kde4/platformimports/touch/org/kde/plasma/components/TextField.qml lib/kde4/platformimports/touch/org/kde/plasma/components/TextFieldFocus.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ToolBar.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ToolBarLayout.qml lib/kde4/platformimports/touch/org/kde/plasma/components/ToolButton.qml lib/kde4/platformimports/touch/org/kde/plasma/components/Window.qml lib/kde4/platformimports/touch/org/kde/plasma/components/libplasmacomponentsplugin.so lib/kde4/platformimports/touch/org/kde/plasma/components/private/AppManager.js lib/kde4/platformimports/touch/org/kde/plasma/components/private/ButtonShadow.qml lib/kde4/platformimports/touch/org/kde/plasma/components/private/Config.js lib/kde4/platformimports/touch/org/kde/plasma/components/private/DualStateButton.qml lib/kde4/platformimports/touch/org/kde/plasma/components/private/InlineDialog.qml lib/kde4/platformimports/touch/org/kde/plasma/components/private/PageStack.js lib/kde4/platformimports/touch/org/kde/plasma/components/private/RoundShadow.qml lib/kde4/platformimports/touch/org/kde/plasma/components/private/ScrollBarDelegate.qml lib/kde4/platformimports/touch/org/kde/plasma/components/private/ScrollDecoratorDelegate.qml lib/kde4/platformimports/touch/org/kde/plasma/components/private/SectionScroller.js lib/kde4/platformimports/touch/org/kde/plasma/components/private/TabBarLayout.qml lib/kde4/platformimports/touch/org/kde/plasma/components/private/TabGroup.js lib/kde4/platformimports/touch/org/kde/plasma/components/private/TextFieldFocus.qml lib/kde4/platformimports/touch/org/kde/plasma/components/qmldir lib/kde4/plugins/imageformats/kimg_webp.so lib/kde4/plugins/phonon_platform/kde.so lib/kde4/svgthumbnail.so lib/kde4/textthumbnail.so lib/kde4/windowsexethumbnail.so lib/kde4/windowsimagethumbnail.so lib/libkdeinit4_kcmshell4.so lib/libkdeinit4_kglobalaccel.so lib/libkdeinit4_khelpcenter.so lib/libkdeinit4_kuiserver.so lib/libkdeinit4_kwalletd.so lib/libknotifyplugin.so lib/libkwalletbackend.so lib/libkwalletbackend.so.4 lib/libkwalletbackend.so.%%KDE4_GENERIC_LIB_VERSION%% lib/libmolletnetwork.so lib/libmolletnetwork.so.4 lib/libmolletnetwork.so.%%KDE4_GENERIC_LIB_VERSION%% man/man1/kdesu.1.gz man/man1/plasmapkg.1.gz share/applications/kde4/Help.desktop share/applications/kde4/knetattach.desktop share/apps/cmake/modules/FindCLucene.cmake share/apps/cmake/modules/FindSLP.cmake share/apps/desktoptheme/appdashboard/metadata.desktop share/apps/desktoptheme/appdashboard/widgets/background.svgz share/apps/desktoptheme/appdashboard/widgets/newspaper-background.svgz share/apps/desktoptheme/default/colors share/apps/desktoptheme/default/dialogs/background.svgz share/apps/desktoptheme/default/dialogs/kickoff.svgz share/apps/desktoptheme/default/dialogs/krunner.svgz share/apps/desktoptheme/default/dialogs/shutdowndialog.svgz share/apps/desktoptheme/default/icons/amarok.svgz share/apps/desktoptheme/default/icons/audio.svgz share/apps/desktoptheme/default/icons/battery.svgz share/apps/desktoptheme/default/icons/device.svgz share/apps/desktoptheme/default/icons/kget.svgz share/apps/desktoptheme/default/icons/klipper.svgz share/apps/desktoptheme/default/icons/konv_message.svgz share/apps/desktoptheme/default/icons/konversation.svgz share/apps/desktoptheme/default/icons/kopete.svgz share/apps/desktoptheme/default/icons/korgac.svgz share/apps/desktoptheme/default/icons/kpackagekit.svgz share/apps/desktoptheme/default/icons/ktorrent.svgz share/apps/desktoptheme/default/icons/nepomuk.svgz share/apps/desktoptheme/default/icons/network.svgz share/apps/desktoptheme/default/icons/notification.svgz share/apps/desktoptheme/default/icons/preferences.svgz share/apps/desktoptheme/default/icons/printer.svgz share/apps/desktoptheme/default/icons/quassel.svgz share/apps/desktoptheme/default/icons/slc.svgz share/apps/desktoptheme/default/icons/wallet.svgz share/apps/desktoptheme/default/metadata.desktop share/apps/desktoptheme/default/opaque/dialogs/background.svgz share/apps/desktoptheme/default/opaque/dialogs/krunner.svgz share/apps/desktoptheme/default/opaque/dialogs/shutdowndialog.svgz share/apps/desktoptheme/default/opaque/widgets/extender-background.svgz share/apps/desktoptheme/default/opaque/widgets/panel-background.svgz share/apps/desktoptheme/default/opaque/widgets/tooltip.svgz share/apps/desktoptheme/default/toolbar-icons/configure.svgz share/apps/desktoptheme/default/toolbar-icons/edit.svgz share/apps/desktoptheme/default/toolbar-icons/go.svgz share/apps/desktoptheme/default/toolbar-icons/list.svgz share/apps/desktoptheme/default/toolbar-icons/media.svgz share/apps/desktoptheme/default/toolbar-icons/window.svgz share/apps/desktoptheme/default/translucent/dialogs/background.svgz share/apps/desktoptheme/default/translucent/dialogs/krunner.svgz share/apps/desktoptheme/default/translucent/widgets/extender-background.svgz share/apps/desktoptheme/default/translucent/widgets/panel-background.svgz share/apps/desktoptheme/default/translucent/widgets/tooltip.svgz share/apps/desktoptheme/default/widgets/action-overlays.svgz share/apps/desktoptheme/default/widgets/actionbutton.svgz share/apps/desktoptheme/default/widgets/analog_meter.svgz share/apps/desktoptheme/default/widgets/arrows.svgz share/apps/desktoptheme/default/widgets/background.svgz share/apps/desktoptheme/default/widgets/bar_meter_horizontal.svgz share/apps/desktoptheme/default/widgets/bar_meter_vertical.svgz share/apps/desktoptheme/default/widgets/branding.svgz share/apps/desktoptheme/default/widgets/busywidget.svgz share/apps/desktoptheme/default/widgets/button.svgz share/apps/desktoptheme/default/widgets/calendar.svgz share/apps/desktoptheme/default/widgets/checkmarks.svgz share/apps/desktoptheme/default/widgets/clock.svgz share/apps/desktoptheme/default/widgets/configuration-icons.svgz share/apps/desktoptheme/default/widgets/containment-controls.svgz share/apps/desktoptheme/default/widgets/dragger.svgz share/apps/desktoptheme/default/widgets/extender-background.svgz share/apps/desktoptheme/default/widgets/extender-dragger.svgz share/apps/desktoptheme/default/widgets/frame.svgz share/apps/desktoptheme/default/widgets/glowbar.svgz share/apps/desktoptheme/default/widgets/identiconshapes.svgz share/apps/desktoptheme/default/widgets/identicontheme.svgz share/apps/desktoptheme/default/widgets/labeltexture.svgz share/apps/desktoptheme/default/widgets/line.svgz share/apps/desktoptheme/default/widgets/lineedit.svgz share/apps/desktoptheme/default/widgets/listitem.svgz share/apps/desktoptheme/default/widgets/media-delegate.svgz share/apps/desktoptheme/default/widgets/monitor.svgz share/apps/desktoptheme/default/widgets/pager.svgz share/apps/desktoptheme/default/widgets/panel-background.svgz share/apps/desktoptheme/default/widgets/picker.svgz share/apps/desktoptheme/default/widgets/plot-background.svgz share/apps/desktoptheme/default/widgets/scrollbar.svgz share/apps/desktoptheme/default/widgets/scrollwidget.svgz share/apps/desktoptheme/default/widgets/slider.svgz share/apps/desktoptheme/default/widgets/systemtray.svgz share/apps/desktoptheme/default/widgets/tasks.svgz share/apps/desktoptheme/default/widgets/toolbar.svgz share/apps/desktoptheme/default/widgets/toolbox.svgz share/apps/desktoptheme/default/widgets/tooltip.svgz share/apps/desktoptheme/default/widgets/translucentbackground.svgz share/apps/desktoptheme/default/widgets/viewitem.svgz share/apps/desktoptheme/oxygen/colors share/apps/desktoptheme/oxygen/dialogs/background.svgz share/apps/desktoptheme/oxygen/dialogs/kickoff.svgz share/apps/desktoptheme/oxygen/dialogs/krunner.svgz share/apps/desktoptheme/oxygen/dialogs/shutdowndialog.source.svgz share/apps/desktoptheme/oxygen/dialogs/shutdowndialog.svgz share/apps/desktoptheme/oxygen/metadata.desktop share/apps/desktoptheme/oxygen/opaque/dialogs/background.svgz share/apps/desktoptheme/oxygen/opaque/dialogs/krunner.svgz share/apps/desktoptheme/oxygen/opaque/dialogs/shutdowndialog.svgz share/apps/desktoptheme/oxygen/opaque/widgets/extender-background.svgz share/apps/desktoptheme/oxygen/opaque/widgets/panel-background.svgz share/apps/desktoptheme/oxygen/opaque/widgets/tooltip.svgz share/apps/desktoptheme/oxygen/widgets/action-overlays.svgz share/apps/desktoptheme/oxygen/widgets/actionbutton.svgz share/apps/desktoptheme/oxygen/widgets/analog_meter.svgz share/apps/desktoptheme/oxygen/widgets/arrows.svgz share/apps/desktoptheme/oxygen/widgets/background.svgz share/apps/desktoptheme/oxygen/widgets/bar_meter_horizontal.svgz share/apps/desktoptheme/oxygen/widgets/bar_meter_vertical.svgz share/apps/desktoptheme/oxygen/widgets/branding.svgz share/apps/desktoptheme/oxygen/widgets/busywidget.svgz share/apps/desktoptheme/oxygen/widgets/button.svgz share/apps/desktoptheme/oxygen/widgets/calendar.svgz share/apps/desktoptheme/oxygen/widgets/clock.svgz share/apps/desktoptheme/oxygen/widgets/configuration-icons.svgz share/apps/desktoptheme/oxygen/widgets/containment-controls.svgz share/apps/desktoptheme/oxygen/widgets/dragger.svgz share/apps/desktoptheme/oxygen/widgets/extender-background.svgz share/apps/desktoptheme/oxygen/widgets/extender-dragger.svgz share/apps/desktoptheme/oxygen/widgets/frame.svgz share/apps/desktoptheme/oxygen/widgets/glowbar.svgz share/apps/desktoptheme/oxygen/widgets/line.svgz share/apps/desktoptheme/oxygen/widgets/lineedit.svgz share/apps/desktoptheme/oxygen/widgets/media-delegate.svgz share/apps/desktoptheme/oxygen/widgets/monitor.svgz share/apps/desktoptheme/oxygen/widgets/pager.svgz share/apps/desktoptheme/oxygen/widgets/panel-background.svgz share/apps/desktoptheme/oxygen/widgets/plot-background.svgz share/apps/desktoptheme/oxygen/widgets/scrollbar.svgz share/apps/desktoptheme/oxygen/widgets/scrollwidget.svgz share/apps/desktoptheme/oxygen/widgets/slider.svgz share/apps/desktoptheme/oxygen/widgets/systemtray.svgz share/apps/desktoptheme/oxygen/widgets/tasks.svgz share/apps/desktoptheme/oxygen/widgets/timer.svgz share/apps/desktoptheme/oxygen/widgets/toolbox.svgz share/apps/desktoptheme/oxygen/widgets/tooltip.svgz share/apps/desktoptheme/oxygen/widgets/translucentbackground.svgz share/apps/desktoptheme/oxygen/widgets/viewitem.svgz share/apps/drkonqi/debuggers/external/gdbrc share/apps/drkonqi/debuggers/external/kdbgrc share/apps/drkonqi/debuggers/internal/dbxrc share/apps/drkonqi/debuggers/internal/gdbrc share/apps/drkonqi/debuggers/internal/kdbgwinrc share/apps/drkonqi/mappings share/apps/drkonqi/pics/crash.png share/apps/hardwarenotifications/hardwarenotifications.notifyrc share/apps/kcm_componentchooser/kcm_browser.desktop share/apps/kcm_componentchooser/kcm_filemanager.desktop share/apps/kcm_componentchooser/kcm_kemail.desktop share/apps/kcm_componentchooser/kcm_terminal.desktop share/apps/kcm_componentchooser/kcm_wm.desktop share/apps/kcm_phonon/listview-background.png share/apps/kcmlocale/pics/background.png share/apps/kconf_update/devicepreference.upd share/apps/kconf_update/drkonqi-rename-config-section.upd share/apps/kconf_update/kuriikwsfilter.upd share/apps/kconf_update/kwallet-4.13.upd share/apps/kde/kde.notifyrc share/apps/kglobalaccel/kglobalaccel.notifyrc share/apps/khelpcenter/glossary.html.in share/apps/khelpcenter/glossary.xslt share/apps/khelpcenter/index.html.in share/apps/khelpcenter/khelpcenterui.rc share/apps/khelpcenter/plugins/Applications/.directory share/apps/khelpcenter/plugins/Manpages/.directory share/apps/khelpcenter/plugins/Manpages/man1.desktop share/apps/khelpcenter/plugins/Manpages/man2.desktop share/apps/khelpcenter/plugins/Manpages/man3.desktop share/apps/khelpcenter/plugins/Manpages/man4.desktop share/apps/khelpcenter/plugins/Manpages/man5.desktop share/apps/khelpcenter/plugins/Manpages/man6.desktop share/apps/khelpcenter/plugins/Manpages/man7.desktop share/apps/khelpcenter/plugins/Manpages/man8.desktop share/apps/khelpcenter/plugins/Scrollkeeper/.directory share/apps/khelpcenter/plugins/Scrollkeeper/scrollkeeper.desktop share/apps/khelpcenter/plugins/browsercontrolmodules.desktop share/apps/khelpcenter/plugins/filemanagercontrolmodules.desktop share/apps/khelpcenter/plugins/fundamentals.desktop share/apps/khelpcenter/plugins/info.desktop share/apps/khelpcenter/plugins/kcontrolmodules.desktop share/apps/khelpcenter/plugins/kicmodules.desktop share/apps/khelpcenter/plugins/kioslaves.desktop share/apps/khelpcenter/plugins/konquerorcontrolmodules.desktop share/apps/khelpcenter/plugins/onlinehelp.desktop share/apps/khelpcenter/plugins/othercontrolmodules.desktop share/apps/khelpcenter/plugins/plasma.desktop share/apps/khelpcenter/searchhandlers/docbook.desktop share/apps/khelpcenter/searchhandlers/htdig.desktop share/apps/khelpcenter/searchhandlers/htdig/htdig_long.html share/apps/khelpcenter/searchhandlers/man.desktop share/apps/khelpcenter/table-of-contents.xslt share/apps/kio_bookmarks/kio_bookmarks.css share/apps/kio_desktop/DesktopLinks/Home.desktop share/apps/kio_desktop/directory.desktop share/apps/kio_desktop/directory.trash share/apps/kio_docfilter/kio_docfilter.css share/apps/kio_finger/kio_finger.css share/apps/kio_finger/kio_finger.pl share/apps/kio_info/kde-info2html share/apps/kio_info/kde-info2html.conf share/apps/konqsidebartng/virtual_folders/remote/virtualfolder_network.desktop share/apps/konqueror/dirtree/remote/smb-network.desktop share/apps/ksmserver/windowmanagers/compiz-custom.desktop share/apps/ksmserver/windowmanagers/compiz.desktop share/apps/ksmserver/windowmanagers/metacity.desktop share/apps/ksmserver/windowmanagers/openbox.desktop share/apps/kwalletd/kwalletd.notifyrc share/apps/libphonon/hardwaredatabase share/apps/phonon/phonon.notifyrc share/apps/remoteview/network.desktop share/apps/remoteview/smb-network.desktop share/config.kcfg/jpegcreatorsettings.kcfg share/config.kcfg/khelpcenter.kcfg share/config/emoticons.knsrc share/config/icons.knsrc share/config/khotnewstuff.knsrc share/config/khotnewstuff_upload.knsrc share/config/kshorturifilterrc share/dbus-1/interfaces/org.kde.KTimeZoned.xml share/dbus-1/interfaces/org.kde.khelpcenter.kcmhelpcenter.xml share/dbus-1/interfaces/org.kde.network.kioslavenotifier.xml share/dbus-1/services/org.kde.knotify.service share/dbus-1/services/org.kde.kuiserver.service share/dbus-1/system-services/org.kde.kcontrol.kcmremotewidgets.service share/desktop-directories/kde-development-translation.directory share/desktop-directories/kde-development-webdevelopment.directory share/desktop-directories/kde-development.directory share/desktop-directories/kde-editors.directory share/desktop-directories/kde-edu-languages.directory share/desktop-directories/kde-edu-mathematics.directory share/desktop-directories/kde-edu-miscellaneous.directory share/desktop-directories/kde-edu-science.directory share/desktop-directories/kde-edu-tools.directory share/desktop-directories/kde-education.directory share/desktop-directories/kde-games-arcade.directory share/desktop-directories/kde-games-board.directory share/desktop-directories/kde-games-card.directory share/desktop-directories/kde-games-kids.directory share/desktop-directories/kde-games-logic.directory share/desktop-directories/kde-games-roguelikes.directory share/desktop-directories/kde-games-strategy.directory share/desktop-directories/kde-games.directory share/desktop-directories/kde-graphics.directory share/desktop-directories/kde-information.directory share/desktop-directories/kde-internet-terminal.directory share/desktop-directories/kde-internet.directory share/desktop-directories/kde-main.directory share/desktop-directories/kde-more.directory share/desktop-directories/kde-multimedia.directory share/desktop-directories/kde-office.directory share/desktop-directories/kde-science.directory share/desktop-directories/kde-settingsmenu.directory share/desktop-directories/kde-system-terminal.directory share/desktop-directories/kde-system.directory share/desktop-directories/kde-toys.directory share/desktop-directories/kde-unknown.directory share/desktop-directories/kde-utilities-accessibility.directory share/desktop-directories/kde-utilities-desktop.directory share/desktop-directories/kde-utilities-file.directory share/desktop-directories/kde-utilities-peripherals.directory share/desktop-directories/kde-utilities-pim.directory share/desktop-directories/kde-utilities-xutils.directory share/desktop-directories/kde-utilities.directory share/doc/HTML/en/fundamentals/colors.png share/doc/HTML/en/fundamentals/common share/doc/HTML/en/fundamentals/config.docbook share/doc/HTML/en/fundamentals/files-locationbar-breadcrumb.png share/doc/HTML/en/fundamentals/files-locationbar-context-menu.png share/doc/HTML/en/fundamentals/files-locationbar-editable.png share/doc/HTML/en/fundamentals/files-locationbar-places-icon.png share/doc/HTML/en/fundamentals/files-open.png share/doc/HTML/en/fundamentals/files-save.png share/doc/HTML/en/fundamentals/find-find-inline.png share/doc/HTML/en/fundamentals/find-find.png share/doc/HTML/en/fundamentals/find-found.png share/doc/HTML/en/fundamentals/find-replace-inline.png share/doc/HTML/en/fundamentals/find-replace.png share/doc/HTML/en/fundamentals/fonts.png share/doc/HTML/en/fundamentals/index.cache.bz2 share/doc/HTML/en/fundamentals/index.docbook share/doc/HTML/en/fundamentals/install.docbook share/doc/HTML/en/fundamentals/menus.png share/doc/HTML/en/fundamentals/shortcuts-schemes.png share/doc/HTML/en/fundamentals/shortcuts-search.png share/doc/HTML/en/fundamentals/shortcuts-set.png share/doc/HTML/en/fundamentals/spellcheck-check.png share/doc/HTML/en/fundamentals/tasks.docbook share/doc/HTML/en/fundamentals/toolbars-configure.png share/doc/HTML/en/fundamentals/toolbars-toolbar.png share/doc/HTML/en/fundamentals/ui.docbook share/doc/HTML/en/fundamentals/visualdict-breadcrumb.png share/doc/HTML/en/fundamentals/visualdict-button.png share/doc/HTML/en/fundamentals/visualdict-central-widget.png share/doc/HTML/en/fundamentals/visualdict-check-box.png share/doc/HTML/en/fundamentals/visualdict-color-selector.png share/doc/HTML/en/fundamentals/visualdict-combo-box.png share/doc/HTML/en/fundamentals/visualdict-context-menu.png share/doc/HTML/en/fundamentals/visualdict-dialog-box.png share/doc/HTML/en/fundamentals/visualdict-drop-down-box.png share/doc/HTML/en/fundamentals/visualdict-gui1.png share/doc/HTML/en/fundamentals/visualdict-gui2.png share/doc/HTML/en/fundamentals/visualdict-gui3.png share/doc/HTML/en/fundamentals/visualdict-gui4.png share/doc/HTML/en/fundamentals/visualdict-icon-list.png share/doc/HTML/en/fundamentals/visualdict-icon.png share/doc/HTML/en/fundamentals/visualdict-list-box.png share/doc/HTML/en/fundamentals/visualdict-menu-button.png share/doc/HTML/en/fundamentals/visualdict-menu.png share/doc/HTML/en/fundamentals/visualdict-menubar.png share/doc/HTML/en/fundamentals/visualdict-panel.png share/doc/HTML/en/fundamentals/visualdict-progress-bar.png share/doc/HTML/en/fundamentals/visualdict-radio-button.png share/doc/HTML/en/fundamentals/visualdict-scrollbar.png share/doc/HTML/en/fundamentals/visualdict-slider.png share/doc/HTML/en/fundamentals/visualdict-spin-box.png share/doc/HTML/en/fundamentals/visualdict-statusbar.png share/doc/HTML/en/fundamentals/visualdict-tab.png share/doc/HTML/en/fundamentals/visualdict-text-area.png share/doc/HTML/en/fundamentals/visualdict-text-box.png share/doc/HTML/en/fundamentals/visualdict-titlebar.png share/doc/HTML/en/fundamentals/visualdict-toolbar.png share/doc/HTML/en/fundamentals/visualdict-tree-view.png share/doc/HTML/en/fundamentals/visualdict-window.png share/doc/HTML/en/fundamentals/visualdict-window2.png share/doc/HTML/en/kcontrol/attica/common share/doc/HTML/en/kcontrol/attica/index.cache.bz2 share/doc/HTML/en/kcontrol/attica/index.docbook share/doc/HTML/en/kcontrol/bookmarks/common share/doc/HTML/en/kcontrol/bookmarks/index.cache.bz2 share/doc/HTML/en/kcontrol/bookmarks/index.docbook share/doc/HTML/en/kcontrol/cache/common share/doc/HTML/en/kcontrol/cache/index.cache.bz2 share/doc/HTML/en/kcontrol/cache/index.docbook share/doc/HTML/en/kcontrol/componentchooser/common share/doc/HTML/en/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/en/kcontrol/componentchooser/index.docbook share/doc/HTML/en/kcontrol/cookies/common share/doc/HTML/en/kcontrol/cookies/index.cache.bz2 share/doc/HTML/en/kcontrol/cookies/index.docbook share/doc/HTML/en/kcontrol/ebrowsing/common share/doc/HTML/en/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/en/kcontrol/ebrowsing/index.docbook share/doc/HTML/en/kcontrol/emoticons/common share/doc/HTML/en/kcontrol/emoticons/emoticons.png share/doc/HTML/en/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/en/kcontrol/emoticons/index.docbook share/doc/HTML/en/kcontrol/filemanager/common share/doc/HTML/en/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/en/kcontrol/filemanager/index.docbook share/doc/HTML/en/kcontrol/filetypes/common share/doc/HTML/en/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/en/kcontrol/filetypes/index.docbook share/doc/HTML/en/kcontrol/history/common share/doc/HTML/en/kcontrol/history/index.cache.bz2 share/doc/HTML/en/kcontrol/history/index.docbook share/doc/HTML/en/kcontrol/icons/common share/doc/HTML/en/kcontrol/icons/delete-theme.png share/doc/HTML/en/kcontrol/icons/effects.png share/doc/HTML/en/kcontrol/icons/get-new-theme.png share/doc/HTML/en/kcontrol/icons/index.cache.bz2 share/doc/HTML/en/kcontrol/icons/index.docbook share/doc/HTML/en/kcontrol/icons/install-theme.png share/doc/HTML/en/kcontrol/icons/main.png share/doc/HTML/en/kcontrol/icons/size.png share/doc/HTML/en/kcontrol/icons/use-of-icons.png share/doc/HTML/en/kcontrol/kcm_ssl/common share/doc/HTML/en/kcontrol/kcm_ssl/details.png share/doc/HTML/en/kcontrol/kcm_ssl/index.cache.bz2 share/doc/HTML/en/kcontrol/kcm_ssl/index.docbook share/doc/HTML/en/kcontrol/kcm_ssl/module.png share/doc/HTML/en/kcontrol/kcmcgi/common share/doc/HTML/en/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/en/kcontrol/kcmcgi/index.docbook share/doc/HTML/en/kcontrol/kcmcss/common share/doc/HTML/en/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/en/kcontrol/kcmcss/index.docbook share/doc/HTML/en/kcontrol/kcmlaunch/common share/doc/HTML/en/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/en/kcontrol/kcmlaunch/index.docbook share/doc/HTML/en/kcontrol/kcmnotify/common share/doc/HTML/en/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/en/kcontrol/kcmnotify/index.docbook share/doc/HTML/en/kcontrol/kded/common share/doc/HTML/en/kcontrol/kded/index.cache.bz2 share/doc/HTML/en/kcontrol/kded/index.docbook share/doc/HTML/en/kcontrol/khtml-adblock/common share/doc/HTML/en/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/en/kcontrol/khtml-adblock/index.docbook share/doc/HTML/en/kcontrol/khtml-behavior/common share/doc/HTML/en/kcontrol/khtml-behavior/index.cache.bz2 share/doc/HTML/en/kcontrol/khtml-behavior/index.docbook share/doc/HTML/en/kcontrol/khtml-general/common share/doc/HTML/en/kcontrol/khtml-general/index.cache.bz2 share/doc/HTML/en/kcontrol/khtml-general/index.docbook share/doc/HTML/en/kcontrol/khtml-java-js/common share/doc/HTML/en/kcontrol/khtml-java-js/index.cache.bz2 share/doc/HTML/en/kcontrol/khtml-java-js/index.docbook share/doc/HTML/en/kcontrol/khtml-plugins/common share/doc/HTML/en/kcontrol/khtml-plugins/index.cache.bz2 share/doc/HTML/en/kcontrol/khtml-plugins/index.docbook share/doc/HTML/en/kcontrol/language/common share/doc/HTML/en/kcontrol/language/index.cache.bz2 share/doc/HTML/en/kcontrol/language/index.docbook share/doc/HTML/en/kcontrol/language/oxygen-22x22-document-revert.png share/doc/HTML/en/kcontrol/nepomuk/common share/doc/HTML/en/kcontrol/nepomuk/index.cache.bz2 share/doc/HTML/en/kcontrol/nepomuk/index.docbook share/doc/HTML/en/kcontrol/netpref/common share/doc/HTML/en/kcontrol/netpref/index.cache.bz2 share/doc/HTML/en/kcontrol/netpref/index.docbook share/doc/HTML/en/kcontrol/performance/common share/doc/HTML/en/kcontrol/performance/index.cache.bz2 share/doc/HTML/en/kcontrol/performance/index.docbook share/doc/HTML/en/kcontrol/phonon/common share/doc/HTML/en/kcontrol/phonon/index.cache.bz2 share/doc/HTML/en/kcontrol/phonon/index.docbook share/doc/HTML/en/kcontrol/proxy/common share/doc/HTML/en/kcontrol/proxy/index.cache.bz2 share/doc/HTML/en/kcontrol/proxy/index.docbook share/doc/HTML/en/kcontrol/smb/common share/doc/HTML/en/kcontrol/smb/index.cache.bz2 share/doc/HTML/en/kcontrol/smb/index.docbook share/doc/HTML/en/kcontrol/solid-device-automounter/common share/doc/HTML/en/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/en/kcontrol/solid-device-automounter/index.docbook share/doc/HTML/en/kcontrol/spellchecking/common share/doc/HTML/en/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/en/kcontrol/spellchecking/index.docbook share/doc/HTML/en/kcontrol/trash/common share/doc/HTML/en/kcontrol/trash/index.cache.bz2 share/doc/HTML/en/kcontrol/trash/index.docbook share/doc/HTML/en/kcontrol/useragent/common share/doc/HTML/en/kcontrol/useragent/index.cache.bz2 share/doc/HTML/en/kcontrol/useragent/index.docbook share/doc/HTML/en/kdebugdialog/common share/doc/HTML/en/kdebugdialog/index.cache.bz2 share/doc/HTML/en/kdebugdialog/index.docbook share/doc/HTML/en/kdesu/common share/doc/HTML/en/kdesu/index.cache.bz2 share/doc/HTML/en/kdesu/index.docbook share/doc/HTML/en/kdesu/man-kdesu.1.docbook share/doc/HTML/en/khelpcenter/background.png share/doc/HTML/en/khelpcenter/bgtable.png share/doc/HTML/en/khelpcenter/common share/doc/HTML/en/khelpcenter/documentationnotfound/common share/doc/HTML/en/khelpcenter/documentationnotfound/index.cache.bz2 share/doc/HTML/en/khelpcenter/documentationnotfound/index.docbook share/doc/HTML/en/khelpcenter/glossary/common share/doc/HTML/en/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/en/khelpcenter/glossary/index.docbook share/doc/HTML/en/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/en/khelpcenter/index.cache.bz2 share/doc/HTML/en/khelpcenter/index.docbook share/doc/HTML/en/khelpcenter/kdelogo2.png share/doc/HTML/en/khelpcenter/khelpcenter.png share/doc/HTML/en/khelpcenter/lines.png share/doc/HTML/en/khelpcenter/lines2.png share/doc/HTML/en/khelpcenter/pointers.png share/doc/HTML/en/khelpcenter/shadow1.png share/doc/HTML/en/kioslave/bookmarks/common share/doc/HTML/en/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/en/kioslave/bookmarks/index.docbook share/doc/HTML/en/kioslave/bzip2/common share/doc/HTML/en/kioslave/bzip2/index.cache.bz2 share/doc/HTML/en/kioslave/bzip2/index.docbook share/doc/HTML/en/kioslave/cgi/common share/doc/HTML/en/kioslave/cgi/index.cache.bz2 share/doc/HTML/en/kioslave/cgi/index.docbook share/doc/HTML/en/kioslave/finger/common share/doc/HTML/en/kioslave/finger/index.cache.bz2 share/doc/HTML/en/kioslave/finger/index.docbook share/doc/HTML/en/kioslave/fish/common share/doc/HTML/en/kioslave/fish/index.cache.bz2 share/doc/HTML/en/kioslave/fish/index.docbook share/doc/HTML/en/kioslave/floppy/common share/doc/HTML/en/kioslave/floppy/index.cache.bz2 share/doc/HTML/en/kioslave/floppy/index.docbook share/doc/HTML/en/kioslave/gzip/common share/doc/HTML/en/kioslave/gzip/index.cache.bz2 share/doc/HTML/en/kioslave/gzip/index.docbook share/doc/HTML/en/kioslave/info/common share/doc/HTML/en/kioslave/info/index.cache.bz2 share/doc/HTML/en/kioslave/info/index.docbook share/doc/HTML/en/kioslave/man/common share/doc/HTML/en/kioslave/man/index.cache.bz2 share/doc/HTML/en/kioslave/man/index.docbook share/doc/HTML/en/kioslave/nepomuksearch/common share/doc/HTML/en/kioslave/nepomuksearch/index.cache.bz2 share/doc/HTML/en/kioslave/nepomuksearch/index.docbook share/doc/HTML/en/kioslave/network/common share/doc/HTML/en/kioslave/network/index.cache.bz2 share/doc/HTML/en/kioslave/network/index.docbook share/doc/HTML/en/kioslave/nfs/common share/doc/HTML/en/kioslave/nfs/index.cache.bz2 share/doc/HTML/en/kioslave/nfs/index.docbook share/doc/HTML/en/kioslave/sftp/common share/doc/HTML/en/kioslave/sftp/index.cache.bz2 share/doc/HTML/en/kioslave/sftp/index.docbook share/doc/HTML/en/kioslave/smb/common share/doc/HTML/en/kioslave/smb/index.cache.bz2 share/doc/HTML/en/kioslave/smb/index.docbook share/doc/HTML/en/kioslave/tar/common share/doc/HTML/en/kioslave/tar/index.cache.bz2 share/doc/HTML/en/kioslave/tar/index.docbook share/doc/HTML/en/kioslave/thumbnail/common share/doc/HTML/en/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/en/kioslave/thumbnail/index.docbook share/doc/HTML/en/kioslave/xz/common share/doc/HTML/en/kioslave/xz/index.cache.bz2 share/doc/HTML/en/kioslave/xz/index.docbook share/doc/HTML/en/knetattach/common share/doc/HTML/en/knetattach/index.cache.bz2 share/doc/HTML/en/knetattach/index.docbook share/doc/HTML/en/knetattach/screenshot.png share/doc/HTML/en/knetattach/screenshot1.png share/doc/HTML/en/knetattach/screenshot2.png share/doc/HTML/en/knetattach/screenshot3.png share/doc/HTML/en/knetattach/screenshot4.png share/doc/HTML/en/onlinehelp/common share/doc/HTML/en/onlinehelp/index.cache.bz2 share/doc/HTML/en/onlinehelp/index.docbook share/emoticons/kde4/angry.png share/emoticons/kde4/bat.png share/emoticons/kde4/beer.png share/emoticons/kde4/biggrin.png share/emoticons/kde4/cake.png share/emoticons/kde4/camera.png share/emoticons/kde4/cat.png share/emoticons/kde4/clock.png share/emoticons/kde4/cocktail.png share/emoticons/kde4/confused.png share/emoticons/kde4/cry.png share/emoticons/kde4/cup.png share/emoticons/kde4/dog.png share/emoticons/kde4/email.png share/emoticons/kde4/embarassed.png share/emoticons/kde4/emoticons.xml share/emoticons/kde4/film.png share/emoticons/kde4/foot_in_mouth.png share/emoticons/kde4/innocent.png share/emoticons/kde4/kiss.png share/emoticons/kde4/lightbulb.png share/emoticons/kde4/love.png share/emoticons/kde4/note.png share/emoticons/kde4/oh.png share/emoticons/kde4/omg.png share/emoticons/kde4/phone.png share/emoticons/kde4/present.png share/emoticons/kde4/rose.png share/emoticons/kde4/sad.png share/emoticons/kde4/shade.png share/emoticons/kde4/sleep.png share/emoticons/kde4/smile.png share/emoticons/kde4/star.png share/emoticons/kde4/teeth.png share/emoticons/kde4/thumbs_down.png share/emoticons/kde4/thumbs_up.png share/emoticons/kde4/tongue.png share/emoticons/kde4/undecided.png share/emoticons/kde4/unhappy.png share/emoticons/kde4/unlove.png share/emoticons/kde4/wilted_rose.png share/emoticons/kde4/wink.png share/icons/default.kde4 share/icons/hicolor/128x128/apps/knetattach.png share/icons/hicolor/16x16/apps/knetattach.png share/icons/hicolor/22x22/apps/knetattach.png share/icons/hicolor/32x32/apps/knetattach.png share/icons/hicolor/48x48/apps/knetattach.png share/icons/hicolor/64x64/apps/knetattach.png share/icons/hicolor/scalable/apps/knetattach.svgz share/kde4/services/about.protocol share/kde4/services/applications.protocol share/kde4/services/ar.protocol share/kde4/services/bookmarks.protocol share/kde4/services/bzip.protocol share/kde4/services/bzip2.protocol share/kde4/services/cgi.protocol share/kde4/services/comicbookthumbnail.desktop share/kde4/services/componentchooser.desktop share/kde4/services/cursorthumbnail.desktop share/kde4/services/desktop.protocol share/kde4/services/desktopthumbnail.desktop share/kde4/services/device_automounter_kcm.desktop share/kde4/services/directorythumbnail.desktop share/kde4/services/djvuthumbnail.desktop share/kde4/services/emoticons.desktop -share/kde4/services/exrthumbnail.desktop +%%OPENEXR%%share/kde4/services/exrthumbnail.desktop share/kde4/services/filetypes.desktop share/kde4/services/finger.protocol share/kde4/services/fish.protocol share/kde4/services/fixhosturifilter.desktop share/kde4/services/floppy.protocol share/kde4/services/gzip.protocol share/kde4/services/htmlthumbnail.desktop share/kde4/services/icons.desktop share/kde4/services/imagethumbnail.desktop share/kde4/services/info.protocol share/kde4/services/jpegthumbnail.desktop share/kde4/services/kcm_attica.desktop share/kde4/services/kcm_kdnssd.desktop share/kde4/services/kcm_phonon.desktop share/kde4/services/kcmcgi.desktop share/kde4/services/kcmkded.desktop share/kde4/services/kcmnotify.desktop share/kde4/services/kcmtrash.desktop share/kde4/services/kded/desktopnotifier.desktop share/kde4/services/kded/device_automounter.desktop share/kde4/services/kded/kpasswdserver.desktop share/kde4/services/kded/ktimezoned.desktop share/kde4/services/kded/networkstatus.desktop share/kde4/services/kded/networkwatcher.desktop share/kde4/services/kded/phononserver.desktop share/kde4/services/kded/recentdocumentsnotifier.desktop share/kde4/services/kded/remotedirnotify.desktop share/kde4/services/kded/solidautoeject.desktop share/kde4/services/kded/soliduiserver.desktop share/kde4/services/kglobalaccel.desktop share/kde4/services/khelpcenter.desktop share/kde4/services/kmanpart.desktop share/kde4/services/knotify4.desktop share/kde4/services/kshorturifilter.desktop share/kde4/services/kuiserver.desktop share/kde4/services/kuriikwsfilter.desktop share/kde4/services/kurisearchfilter.desktop share/kde4/services/kwalletd.desktop share/kde4/services/language.desktop share/kde4/services/localdomainurifilter.desktop share/kde4/services/lzma.protocol share/kde4/services/man.protocol share/kde4/services/network.protocol share/kde4/services/nfs.protocol share/kde4/services/plasma-containment-newspaper.desktop share/kde4/services/plasma-kpart.desktop share/kde4/services/plasma-packagestructure-javascript-addon.desktop share/kde4/services/plasma-scriptengine-applet-declarative.desktop share/kde4/services/plasma-scriptengine-applet-simple-javascript.desktop share/kde4/services/plasma-scriptengine-dataengine-javascript.desktop share/kde4/services/plasma-scriptengine-runner-javascript.desktop share/kde4/services/programs.protocol share/kde4/services/qimageioplugins/webp.desktop share/kde4/services/recentdocuments.protocol share/kde4/services/remote.protocol share/kde4/services/renaudiodlg.desktop share/kde4/services/renimagedlg.desktop share/kde4/services/searchproviders/7digital.desktop share/kde4/services/searchproviders/acronym.desktop share/kde4/services/searchproviders/amazon.desktop share/kde4/services/searchproviders/amazon_mp3.desktop share/kde4/services/searchproviders/amg.desktop share/kde4/services/searchproviders/backports.desktop share/kde4/services/searchproviders/baidu.desktop share/kde4/services/searchproviders/beolingus.desktop share/kde4/services/searchproviders/bing.desktop share/kde4/services/searchproviders/blip.desktop share/kde4/services/searchproviders/bugft.desktop share/kde4/services/searchproviders/bugno.desktop share/kde4/services/searchproviders/call.desktop share/kde4/services/searchproviders/cia.desktop share/kde4/services/searchproviders/citeseer.desktop share/kde4/services/searchproviders/cpan.desktop share/kde4/services/searchproviders/ctan.desktop share/kde4/services/searchproviders/ctan_cat.desktop share/kde4/services/searchproviders/dbug.desktop share/kde4/services/searchproviders/de2en.desktop share/kde4/services/searchproviders/de2fr.desktop share/kde4/services/searchproviders/deb.desktop share/kde4/services/searchproviders/dictfr.desktop share/kde4/services/searchproviders/dmoz.desktop share/kde4/services/searchproviders/docbook.desktop share/kde4/services/searchproviders/doi.desktop share/kde4/services/searchproviders/duckduckgo.desktop share/kde4/services/searchproviders/duckduckgo_info.desktop share/kde4/services/searchproviders/duckduckgo_shopping.desktop share/kde4/services/searchproviders/ecosia.desktop share/kde4/services/searchproviders/en2de.desktop share/kde4/services/searchproviders/en2es.desktop share/kde4/services/searchproviders/en2fr.desktop share/kde4/services/searchproviders/en2it.desktop share/kde4/services/searchproviders/es2en.desktop share/kde4/services/searchproviders/ethicle.desktop share/kde4/services/searchproviders/facebook.desktop share/kde4/services/searchproviders/feedster.desktop share/kde4/services/searchproviders/flickr.desktop share/kde4/services/searchproviders/flickrcc.desktop share/kde4/services/searchproviders/foldoc.desktop share/kde4/services/searchproviders/fr2de.desktop share/kde4/services/searchproviders/fr2en.desktop share/kde4/services/searchproviders/freecode.desktop share/kde4/services/searchproviders/freedb.desktop share/kde4/services/searchproviders/fsd.desktop share/kde4/services/searchproviders/github.desktop share/kde4/services/searchproviders/gitorious.desktop share/kde4/services/searchproviders/google.desktop share/kde4/services/searchproviders/google_advanced.desktop share/kde4/services/searchproviders/google_code.desktop share/kde4/services/searchproviders/google_groups.desktop share/kde4/services/searchproviders/google_images.desktop share/kde4/services/searchproviders/google_lucky.desktop share/kde4/services/searchproviders/google_maps.desktop share/kde4/services/searchproviders/google_movie.desktop share/kde4/services/searchproviders/google_news.desktop share/kde4/services/searchproviders/google_shopping.desktop share/kde4/services/searchproviders/grec.desktop share/kde4/services/searchproviders/hyperdictionary.desktop share/kde4/services/searchproviders/hyperdictionary_thesaurus.desktop share/kde4/services/searchproviders/ibl.desktop share/kde4/services/searchproviders/identica_groups.desktop share/kde4/services/searchproviders/identica_notices.desktop share/kde4/services/searchproviders/identica_people.desktop share/kde4/services/searchproviders/imdb.desktop share/kde4/services/searchproviders/it2en.desktop share/kde4/services/searchproviders/jamendo.desktop share/kde4/services/searchproviders/jeeves.desktop share/kde4/services/searchproviders/kde.desktop share/kde4/services/searchproviders/kde_apps.desktop share/kde4/services/searchproviders/kde_forums.desktop share/kde4/services/searchproviders/kde_look.desktop share/kde4/services/searchproviders/kde_projects.desktop share/kde4/services/searchproviders/kde_techbase.desktop share/kde4/services/searchproviders/kde_userbase.desktop share/kde4/services/searchproviders/leo.desktop share/kde4/services/searchproviders/magnatune.desktop share/kde4/services/searchproviders/metacrawler.desktop share/kde4/services/searchproviders/msdn.desktop share/kde4/services/searchproviders/multitran-deru.desktop share/kde4/services/searchproviders/multitran-enru.desktop share/kde4/services/searchproviders/multitran-esru.desktop share/kde4/services/searchproviders/multitran-frru.desktop share/kde4/services/searchproviders/multitran-itru.desktop share/kde4/services/searchproviders/multitran-nlru.desktop share/kde4/services/searchproviders/netcraft.desktop share/kde4/services/searchproviders/nl-telephone.desktop share/kde4/services/searchproviders/nl-teletekst.desktop share/kde4/services/searchproviders/opendesktop.desktop share/kde4/services/searchproviders/pgpkeys.desktop share/kde4/services/searchproviders/php.desktop share/kde4/services/searchproviders/python.desktop share/kde4/services/searchproviders/qt.desktop share/kde4/services/searchproviders/qt4.desktop share/kde4/services/searchproviders/qwant.desktop share/kde4/services/searchproviders/qwant_images.desktop share/kde4/services/searchproviders/qwant_news.desktop share/kde4/services/searchproviders/qwant_shopping.desktop share/kde4/services/searchproviders/qwant_social.desktop share/kde4/services/searchproviders/qwant_videos.desktop share/kde4/services/searchproviders/rae.desktop share/kde4/services/searchproviders/rag.desktop share/kde4/services/searchproviders/rfc.desktop share/kde4/services/searchproviders/rpmfind.desktop share/kde4/services/searchproviders/ruby_application_archive.desktop share/kde4/services/searchproviders/sourceforge.desktop share/kde4/services/searchproviders/technorati.desktop share/kde4/services/searchproviders/technoratitags.desktop share/kde4/services/searchproviders/thesaurus.desktop share/kde4/services/searchproviders/tvtome.desktop share/kde4/services/searchproviders/urbandictionary.desktop share/kde4/services/searchproviders/uspto.desktop share/kde4/services/searchproviders/vimeo.desktop share/kde4/services/searchproviders/voila.desktop share/kde4/services/searchproviders/webster.desktop share/kde4/services/searchproviders/wikia.desktop share/kde4/services/searchproviders/wikipedia.desktop share/kde4/services/searchproviders/wiktionary.desktop share/kde4/services/searchproviders/wolfram_alpha.desktop share/kde4/services/searchproviders/wordref.desktop share/kde4/services/searchproviders/yahoo.desktop share/kde4/services/searchproviders/yahoo_image.desktop share/kde4/services/searchproviders/yahoo_local.desktop share/kde4/services/searchproviders/yahoo_shopping.desktop share/kde4/services/searchproviders/yahoo_video.desktop share/kde4/services/searchproviders/youtube.desktop share/kde4/services/settings.protocol share/kde4/services/sftp.protocol share/kde4/services/smb.protocol share/kde4/services/spellchecking.desktop share/kde4/services/svgthumbnail.desktop share/kde4/services/tar.protocol share/kde4/services/textthumbnail.desktop share/kde4/services/thumbnail.protocol share/kde4/services/trash.protocol share/kde4/services/windowsexethumbnail.desktop share/kde4/services/windowsimagethumbnail.desktop share/kde4/services/xz.protocol share/kde4/services/zip.protocol share/kde4/servicetypes/knotifynotifymethod.desktop share/kde4/servicetypes/phononbackend.desktop share/kde4/servicetypes/plasma-javascriptaddon.desktop share/kde4/servicetypes/searchprovider.desktop share/kde4/servicetypes/thumbcreator.desktop share/locale/currency/adf.desktop share/locale/currency/adp.desktop share/locale/currency/aed.desktop share/locale/currency/afa.desktop share/locale/currency/afn.desktop share/locale/currency/all.desktop share/locale/currency/amd.desktop share/locale/currency/ang.desktop share/locale/currency/aoa.desktop share/locale/currency/aon.desktop share/locale/currency/ars.desktop share/locale/currency/ats.desktop share/locale/currency/aud.desktop share/locale/currency/awg.desktop share/locale/currency/azm.desktop share/locale/currency/azn.desktop share/locale/currency/bam.desktop share/locale/currency/bbd.desktop share/locale/currency/bdt.desktop share/locale/currency/bef.desktop share/locale/currency/bgl.desktop share/locale/currency/bgn.desktop share/locale/currency/bhd.desktop share/locale/currency/bif.desktop share/locale/currency/bmd.desktop share/locale/currency/bnd.desktop share/locale/currency/bob.desktop share/locale/currency/bov.desktop share/locale/currency/brl.desktop share/locale/currency/bsd.desktop share/locale/currency/btn.desktop share/locale/currency/bwp.desktop share/locale/currency/byr.desktop share/locale/currency/bzd.desktop share/locale/currency/cad.desktop share/locale/currency/cdf.desktop share/locale/currency/chf.desktop share/locale/currency/clf.desktop share/locale/currency/clp.desktop share/locale/currency/cny.desktop share/locale/currency/cop.desktop share/locale/currency/cou.desktop share/locale/currency/crc.desktop share/locale/currency/cuc.desktop share/locale/currency/cup.desktop share/locale/currency/cve.desktop share/locale/currency/cyp.desktop share/locale/currency/czk.desktop share/locale/currency/dem.desktop share/locale/currency/djf.desktop share/locale/currency/dkk.desktop share/locale/currency/dop.desktop share/locale/currency/dzd.desktop share/locale/currency/eek.desktop share/locale/currency/egp.desktop share/locale/currency/ern.desktop share/locale/currency/esp.desktop share/locale/currency/etb.desktop share/locale/currency/eur.desktop share/locale/currency/fim.desktop share/locale/currency/fjd.desktop share/locale/currency/fkp.desktop share/locale/currency/frf.desktop share/locale/currency/gbp.desktop share/locale/currency/gel.desktop share/locale/currency/ghc.desktop share/locale/currency/ghs.desktop share/locale/currency/gip.desktop share/locale/currency/gmd.desktop share/locale/currency/gnf.desktop share/locale/currency/grd.desktop share/locale/currency/gtq.desktop share/locale/currency/gwp.desktop share/locale/currency/gyd.desktop share/locale/currency/hkd.desktop share/locale/currency/hnl.desktop share/locale/currency/hrk.desktop share/locale/currency/htg.desktop share/locale/currency/huf.desktop share/locale/currency/idr.desktop share/locale/currency/iep.desktop share/locale/currency/ils.desktop share/locale/currency/inr.desktop share/locale/currency/iqd.desktop share/locale/currency/irr.desktop share/locale/currency/isk.desktop share/locale/currency/itl.desktop share/locale/currency/jmd.desktop share/locale/currency/jod.desktop share/locale/currency/jpy.desktop share/locale/currency/kes.desktop share/locale/currency/kgs.desktop share/locale/currency/khr.desktop share/locale/currency/kmf.desktop share/locale/currency/kpw.desktop share/locale/currency/krw.desktop share/locale/currency/kwd.desktop share/locale/currency/kyd.desktop share/locale/currency/kzt.desktop share/locale/currency/lak.desktop share/locale/currency/lbp.desktop share/locale/currency/lkr.desktop share/locale/currency/lrd.desktop share/locale/currency/lsl.desktop share/locale/currency/ltl.desktop share/locale/currency/luf.desktop share/locale/currency/lvl.desktop share/locale/currency/lyd.desktop share/locale/currency/mad.desktop share/locale/currency/mdl.desktop share/locale/currency/mga.desktop share/locale/currency/mgf.desktop share/locale/currency/mkd.desktop share/locale/currency/mlf.desktop share/locale/currency/mmk.desktop share/locale/currency/mnt.desktop share/locale/currency/mop.desktop share/locale/currency/mro.desktop share/locale/currency/mtl.desktop share/locale/currency/mur.desktop share/locale/currency/mvr.desktop share/locale/currency/mwk.desktop share/locale/currency/mxn.desktop share/locale/currency/mxv.desktop share/locale/currency/myr.desktop share/locale/currency/mzm.desktop share/locale/currency/mzn.desktop share/locale/currency/nad.desktop share/locale/currency/ngn.desktop share/locale/currency/nio.desktop share/locale/currency/nlg.desktop share/locale/currency/nok.desktop share/locale/currency/npr.desktop share/locale/currency/nzd.desktop share/locale/currency/omr.desktop share/locale/currency/pab.desktop share/locale/currency/pen.desktop share/locale/currency/pgk.desktop share/locale/currency/php.desktop share/locale/currency/pkr.desktop share/locale/currency/pln.desktop share/locale/currency/pte.desktop share/locale/currency/pyg.desktop share/locale/currency/qar.desktop share/locale/currency/rol.desktop share/locale/currency/ron.desktop share/locale/currency/rsd.desktop share/locale/currency/rub.desktop share/locale/currency/rur.desktop share/locale/currency/rwf.desktop share/locale/currency/sar.desktop share/locale/currency/sbd.desktop share/locale/currency/scr.desktop share/locale/currency/sdd.desktop share/locale/currency/sdg.desktop share/locale/currency/sek.desktop share/locale/currency/sgd.desktop share/locale/currency/shp.desktop share/locale/currency/sit.desktop share/locale/currency/skk.desktop share/locale/currency/sll.desktop share/locale/currency/sos.desktop share/locale/currency/srd.desktop share/locale/currency/srg.desktop share/locale/currency/ssp.desktop share/locale/currency/std.desktop share/locale/currency/svc.desktop share/locale/currency/syp.desktop share/locale/currency/szl.desktop share/locale/currency/thb.desktop share/locale/currency/tjs.desktop share/locale/currency/tmm.desktop share/locale/currency/tmt.desktop share/locale/currency/tnd.desktop share/locale/currency/top.desktop share/locale/currency/tpe.desktop share/locale/currency/trl.desktop share/locale/currency/try.desktop share/locale/currency/ttd.desktop share/locale/currency/twd.desktop share/locale/currency/tzs.desktop share/locale/currency/uah.desktop share/locale/currency/ugx.desktop share/locale/currency/usd.desktop share/locale/currency/usn.desktop share/locale/currency/uss.desktop share/locale/currency/uyu.desktop share/locale/currency/uzs.desktop share/locale/currency/veb.desktop share/locale/currency/vnd.desktop share/locale/currency/vuv.desktop share/locale/currency/wst.desktop share/locale/currency/xaf.desktop share/locale/currency/xag.desktop share/locale/currency/xau.desktop share/locale/currency/xcd.desktop share/locale/currency/xof.desktop share/locale/currency/xpd.desktop share/locale/currency/xpf.desktop share/locale/currency/xpt.desktop share/locale/currency/yer.desktop share/locale/currency/yum.desktop share/locale/currency/zar.desktop share/locale/currency/zmk.desktop share/locale/currency/zwd.desktop share/locale/currency/zwl.desktop share/locale/l10n/C/entry.desktop share/locale/l10n/C/flag.png share/locale/l10n/ad/entry.desktop share/locale/l10n/ad/flag.png share/locale/l10n/ae/entry.desktop share/locale/l10n/ae/flag.png share/locale/l10n/af/entry.desktop share/locale/l10n/af/flag.png share/locale/l10n/ag/entry.desktop share/locale/l10n/ag/flag.png share/locale/l10n/ai/entry.desktop share/locale/l10n/ai/flag.png share/locale/l10n/al/entry.desktop share/locale/l10n/al/flag.png share/locale/l10n/am/entry.desktop share/locale/l10n/am/flag.png share/locale/l10n/an/entry.desktop share/locale/l10n/an/flag.png share/locale/l10n/ao/entry.desktop share/locale/l10n/ao/flag.png share/locale/l10n/ar/entry.desktop share/locale/l10n/ar/flag.png share/locale/l10n/as/entry.desktop share/locale/l10n/as/flag.png share/locale/l10n/at/entry.desktop share/locale/l10n/at/flag.png share/locale/l10n/au/entry.desktop share/locale/l10n/au/flag.png share/locale/l10n/aw/entry.desktop share/locale/l10n/aw/flag.png share/locale/l10n/ax/entry.desktop share/locale/l10n/ax/flag.png share/locale/l10n/az/entry.desktop share/locale/l10n/az/flag.png share/locale/l10n/ba/entry.desktop share/locale/l10n/ba/flag.png share/locale/l10n/bb/entry.desktop share/locale/l10n/bb/flag.png share/locale/l10n/bd/entry.desktop share/locale/l10n/bd/flag.png share/locale/l10n/be/entry.desktop share/locale/l10n/be/flag.png share/locale/l10n/bf/entry.desktop share/locale/l10n/bf/flag.png share/locale/l10n/bg/entry.desktop share/locale/l10n/bg/flag.png share/locale/l10n/bh/entry.desktop share/locale/l10n/bh/flag.png share/locale/l10n/bi/entry.desktop share/locale/l10n/bi/flag.png share/locale/l10n/bj/entry.desktop share/locale/l10n/bj/flag.png share/locale/l10n/bl/entry.desktop share/locale/l10n/bl/flag.png share/locale/l10n/bm/entry.desktop share/locale/l10n/bm/flag.png share/locale/l10n/bn/entry.desktop share/locale/l10n/bn/flag.png share/locale/l10n/bo/entry.desktop share/locale/l10n/bo/flag.png share/locale/l10n/br/entry.desktop share/locale/l10n/br/flag.png share/locale/l10n/bs/entry.desktop share/locale/l10n/bs/flag.png share/locale/l10n/bt/entry.desktop share/locale/l10n/bt/flag.png share/locale/l10n/bw/entry.desktop share/locale/l10n/bw/flag.png share/locale/l10n/by/entry.desktop share/locale/l10n/by/flag.png share/locale/l10n/bz/entry.desktop share/locale/l10n/bz/flag.png share/locale/l10n/ca/entry.desktop share/locale/l10n/ca/flag.png share/locale/l10n/caribbean.desktop share/locale/l10n/cc/entry.desktop share/locale/l10n/cc/flag.png share/locale/l10n/cd/entry.desktop share/locale/l10n/cd/flag.png share/locale/l10n/centralafrica.desktop share/locale/l10n/centralamerica.desktop share/locale/l10n/centralasia.desktop share/locale/l10n/centraleurope.desktop share/locale/l10n/cf/entry.desktop share/locale/l10n/cf/flag.png share/locale/l10n/cg/entry.desktop share/locale/l10n/cg/flag.png share/locale/l10n/ch/entry.desktop share/locale/l10n/ch/flag.png share/locale/l10n/ci/entry.desktop share/locale/l10n/ci/flag.png share/locale/l10n/ck/entry.desktop share/locale/l10n/ck/flag.png share/locale/l10n/cl/entry.desktop share/locale/l10n/cl/flag.png share/locale/l10n/cm/entry.desktop share/locale/l10n/cm/flag.png share/locale/l10n/cn/entry.desktop share/locale/l10n/cn/flag.png share/locale/l10n/co/entry.desktop share/locale/l10n/co/flag.png share/locale/l10n/cr/entry.desktop share/locale/l10n/cr/flag.png share/locale/l10n/cu/entry.desktop share/locale/l10n/cu/flag.png share/locale/l10n/cv/entry.desktop share/locale/l10n/cv/flag.png share/locale/l10n/cx/entry.desktop share/locale/l10n/cx/flag.png share/locale/l10n/cy/entry.desktop share/locale/l10n/cy/flag.png share/locale/l10n/cz/entry.desktop share/locale/l10n/cz/flag.png share/locale/l10n/de/entry.desktop share/locale/l10n/de/flag.png share/locale/l10n/dj/entry.desktop share/locale/l10n/dj/flag.png share/locale/l10n/dk/entry.desktop share/locale/l10n/dk/flag.png share/locale/l10n/dm/entry.desktop share/locale/l10n/dm/flag.png share/locale/l10n/do/entry.desktop share/locale/l10n/do/flag.png share/locale/l10n/dz/entry.desktop share/locale/l10n/dz/flag.png share/locale/l10n/eastafrica.desktop share/locale/l10n/eastasia.desktop share/locale/l10n/easteurope.desktop share/locale/l10n/ec/entry.desktop share/locale/l10n/ec/flag.png share/locale/l10n/ee/entry.desktop share/locale/l10n/ee/flag.png share/locale/l10n/eg/entry.desktop share/locale/l10n/eg/flag.png share/locale/l10n/eh/entry.desktop share/locale/l10n/eh/flag.png share/locale/l10n/er/entry.desktop share/locale/l10n/er/flag.png share/locale/l10n/es/entry.desktop share/locale/l10n/es/flag.png share/locale/l10n/et/entry.desktop share/locale/l10n/et/flag.png share/locale/l10n/fi/entry.desktop share/locale/l10n/fi/flag.png share/locale/l10n/fj/entry.desktop share/locale/l10n/fj/flag.png share/locale/l10n/fk/entry.desktop share/locale/l10n/fk/flag.png share/locale/l10n/fm/entry.desktop share/locale/l10n/fm/flag.png share/locale/l10n/fo/entry.desktop share/locale/l10n/fo/flag.png share/locale/l10n/fr/entry.desktop share/locale/l10n/fr/flag.png share/locale/l10n/ga/entry.desktop share/locale/l10n/ga/flag.png share/locale/l10n/gb/entry.desktop share/locale/l10n/gb/flag.png share/locale/l10n/gd/entry.desktop share/locale/l10n/gd/flag.png share/locale/l10n/ge/entry.desktop share/locale/l10n/ge/flag.png share/locale/l10n/gf/entry.desktop share/locale/l10n/gf/flag.png share/locale/l10n/gg/entry.desktop share/locale/l10n/gg/flag.png share/locale/l10n/gh/entry.desktop share/locale/l10n/gh/flag.png share/locale/l10n/gi/entry.desktop share/locale/l10n/gi/flag.png share/locale/l10n/gl/entry.desktop share/locale/l10n/gl/flag.png share/locale/l10n/gm/entry.desktop share/locale/l10n/gm/flag.png share/locale/l10n/gn/entry.desktop share/locale/l10n/gn/flag.png share/locale/l10n/gp/entry.desktop share/locale/l10n/gp/flag.png share/locale/l10n/gq/entry.desktop share/locale/l10n/gq/flag.png share/locale/l10n/gr/entry.desktop share/locale/l10n/gr/flag.png share/locale/l10n/gt/entry.desktop share/locale/l10n/gt/flag.png share/locale/l10n/gu/entry.desktop share/locale/l10n/gu/flag.png share/locale/l10n/gw/entry.desktop share/locale/l10n/gw/flag.png share/locale/l10n/gy/entry.desktop share/locale/l10n/gy/flag.png share/locale/l10n/hk/entry.desktop share/locale/l10n/hk/flag.png share/locale/l10n/hn/entry.desktop share/locale/l10n/hn/flag.png share/locale/l10n/hr/entry.desktop share/locale/l10n/hr/flag.png share/locale/l10n/ht/entry.desktop share/locale/l10n/ht/flag.png share/locale/l10n/hu/entry.desktop share/locale/l10n/hu/flag.png share/locale/l10n/id/entry.desktop share/locale/l10n/id/flag.png share/locale/l10n/ie/entry.desktop share/locale/l10n/ie/flag.png share/locale/l10n/il/entry.desktop share/locale/l10n/il/flag.png share/locale/l10n/im/entry.desktop share/locale/l10n/im/flag.png share/locale/l10n/in/entry.desktop share/locale/l10n/in/flag.png share/locale/l10n/iq/entry.desktop share/locale/l10n/iq/flag.png share/locale/l10n/ir/entry.desktop share/locale/l10n/ir/flag.png share/locale/l10n/is/entry.desktop share/locale/l10n/is/flag.png share/locale/l10n/it/entry.desktop share/locale/l10n/it/flag.png share/locale/l10n/je/entry.desktop share/locale/l10n/je/flag.png share/locale/l10n/jm/entry.desktop share/locale/l10n/jm/flag.png share/locale/l10n/jo/entry.desktop share/locale/l10n/jo/flag.png share/locale/l10n/jp/entry.desktop share/locale/l10n/jp/flag.png share/locale/l10n/ke/entry.desktop share/locale/l10n/ke/flag.png share/locale/l10n/kg/entry.desktop share/locale/l10n/kg/flag.png share/locale/l10n/kh/entry.desktop share/locale/l10n/kh/flag.png share/locale/l10n/ki/entry.desktop share/locale/l10n/ki/flag.png share/locale/l10n/km/entry.desktop share/locale/l10n/km/flag.png share/locale/l10n/kn/entry.desktop share/locale/l10n/kn/flag.png share/locale/l10n/kp/entry.desktop share/locale/l10n/kp/flag.png share/locale/l10n/kr/entry.desktop share/locale/l10n/kr/flag.png share/locale/l10n/kw/entry.desktop share/locale/l10n/kw/flag.png share/locale/l10n/ky/entry.desktop share/locale/l10n/ky/flag.png share/locale/l10n/kz/entry.desktop share/locale/l10n/kz/flag.png share/locale/l10n/la/entry.desktop share/locale/l10n/la/flag.png share/locale/l10n/lb/entry.desktop share/locale/l10n/lb/flag.png share/locale/l10n/lc/entry.desktop share/locale/l10n/lc/flag.png share/locale/l10n/li/entry.desktop share/locale/l10n/li/flag.png share/locale/l10n/lk/entry.desktop share/locale/l10n/lk/flag.png share/locale/l10n/lr/entry.desktop share/locale/l10n/lr/flag.png share/locale/l10n/ls/entry.desktop share/locale/l10n/ls/flag.png share/locale/l10n/lt/entry.desktop share/locale/l10n/lt/flag.png share/locale/l10n/lu/entry.desktop share/locale/l10n/lu/flag.png share/locale/l10n/lv/entry.desktop share/locale/l10n/lv/flag.png share/locale/l10n/ly/entry.desktop share/locale/l10n/ly/flag.png share/locale/l10n/ma/entry.desktop share/locale/l10n/ma/flag.png share/locale/l10n/mc/entry.desktop share/locale/l10n/mc/flag.png share/locale/l10n/md/entry.desktop share/locale/l10n/md/flag.png share/locale/l10n/me/entry.desktop share/locale/l10n/me/flag.png share/locale/l10n/mf/entry.desktop share/locale/l10n/mf/flag.png share/locale/l10n/mg/entry.desktop share/locale/l10n/mg/flag.png share/locale/l10n/mh/entry.desktop share/locale/l10n/mh/flag.png share/locale/l10n/middleeast.desktop share/locale/l10n/mk/entry.desktop share/locale/l10n/mk/flag.png share/locale/l10n/ml/entry.desktop share/locale/l10n/ml/flag.png share/locale/l10n/mm/entry.desktop share/locale/l10n/mm/flag.png share/locale/l10n/mn/entry.desktop share/locale/l10n/mn/flag.png share/locale/l10n/mo/entry.desktop share/locale/l10n/mo/flag.png share/locale/l10n/mp/entry.desktop share/locale/l10n/mp/flag.png share/locale/l10n/mq/entry.desktop share/locale/l10n/mq/flag.png share/locale/l10n/mr/entry.desktop share/locale/l10n/mr/flag.png share/locale/l10n/ms/entry.desktop share/locale/l10n/ms/flag.png share/locale/l10n/mt/entry.desktop share/locale/l10n/mt/flag.png share/locale/l10n/mu/entry.desktop share/locale/l10n/mu/flag.png share/locale/l10n/mv/entry.desktop share/locale/l10n/mv/flag.png share/locale/l10n/mw/entry.desktop share/locale/l10n/mw/flag.png share/locale/l10n/mx/entry.desktop share/locale/l10n/mx/flag.png share/locale/l10n/my/entry.desktop share/locale/l10n/my/flag.png share/locale/l10n/mz/entry.desktop share/locale/l10n/mz/flag.png share/locale/l10n/na/entry.desktop share/locale/l10n/na/flag.png share/locale/l10n/nc/entry.desktop share/locale/l10n/nc/flag.png share/locale/l10n/ne/entry.desktop share/locale/l10n/ne/flag.png share/locale/l10n/nf/entry.desktop share/locale/l10n/nf/flag.png share/locale/l10n/ng/entry.desktop share/locale/l10n/ng/flag.png share/locale/l10n/ni/entry.desktop share/locale/l10n/ni/flag.png share/locale/l10n/nl/entry.desktop share/locale/l10n/nl/flag.png share/locale/l10n/no/entry.desktop share/locale/l10n/no/flag.png share/locale/l10n/northafrica.desktop share/locale/l10n/northamerica.desktop share/locale/l10n/northeurope.desktop share/locale/l10n/np/entry.desktop share/locale/l10n/np/flag.png share/locale/l10n/nr/entry.desktop share/locale/l10n/nr/flag.png share/locale/l10n/nu/entry.desktop share/locale/l10n/nu/flag.png share/locale/l10n/nz/entry.desktop share/locale/l10n/nz/flag.png share/locale/l10n/oceania.desktop share/locale/l10n/om/entry.desktop share/locale/l10n/om/flag.png share/locale/l10n/pa/entry.desktop share/locale/l10n/pa/flag.png share/locale/l10n/pe/entry.desktop share/locale/l10n/pe/flag.png share/locale/l10n/pf/entry.desktop share/locale/l10n/pf/flag.png share/locale/l10n/pg/entry.desktop share/locale/l10n/pg/flag.png share/locale/l10n/ph/entry.desktop share/locale/l10n/ph/flag.png share/locale/l10n/pk/entry.desktop share/locale/l10n/pk/flag.png share/locale/l10n/pl/entry.desktop share/locale/l10n/pl/flag.png share/locale/l10n/pm/entry.desktop share/locale/l10n/pm/flag.png share/locale/l10n/pn/entry.desktop share/locale/l10n/pn/flag.png share/locale/l10n/pr/entry.desktop share/locale/l10n/pr/flag.png share/locale/l10n/ps/entry.desktop share/locale/l10n/ps/flag.png share/locale/l10n/pt/entry.desktop share/locale/l10n/pt/flag.png share/locale/l10n/pw/entry.desktop share/locale/l10n/pw/flag.png share/locale/l10n/py/entry.desktop share/locale/l10n/py/flag.png share/locale/l10n/qa/entry.desktop share/locale/l10n/qa/flag.png share/locale/l10n/re/entry.desktop share/locale/l10n/re/flag.png share/locale/l10n/ro/entry.desktop share/locale/l10n/ro/flag.png share/locale/l10n/rs/entry.desktop share/locale/l10n/rs/flag.png share/locale/l10n/ru/entry.desktop share/locale/l10n/ru/flag.png share/locale/l10n/rw/entry.desktop share/locale/l10n/rw/flag.png share/locale/l10n/sa/entry.desktop share/locale/l10n/sa/flag.png share/locale/l10n/sb/entry.desktop share/locale/l10n/sb/flag.png share/locale/l10n/sc/entry.desktop share/locale/l10n/sc/flag.png share/locale/l10n/sd/entry.desktop share/locale/l10n/sd/flag.png share/locale/l10n/se/entry.desktop share/locale/l10n/se/flag.png share/locale/l10n/sg/entry.desktop share/locale/l10n/sg/flag.png share/locale/l10n/sh/entry.desktop share/locale/l10n/sh/flag.png share/locale/l10n/si/entry.desktop share/locale/l10n/si/flag.png share/locale/l10n/sk/entry.desktop share/locale/l10n/sk/flag.png share/locale/l10n/sl/entry.desktop share/locale/l10n/sl/flag.png share/locale/l10n/sm/entry.desktop share/locale/l10n/sm/flag.png share/locale/l10n/sn/entry.desktop share/locale/l10n/sn/flag.png share/locale/l10n/so/entry.desktop share/locale/l10n/so/flag.png share/locale/l10n/southafrica.desktop share/locale/l10n/southamerica.desktop share/locale/l10n/southasia.desktop share/locale/l10n/southeastasia.desktop share/locale/l10n/southeurope.desktop share/locale/l10n/sr/entry.desktop share/locale/l10n/sr/flag.png share/locale/l10n/ss/entry.desktop share/locale/l10n/ss/flag.png share/locale/l10n/st/entry.desktop share/locale/l10n/st/flag.png share/locale/l10n/sv/entry.desktop share/locale/l10n/sv/flag.png share/locale/l10n/sy/entry.desktop share/locale/l10n/sy/flag.png share/locale/l10n/sz/entry.desktop share/locale/l10n/sz/flag.png share/locale/l10n/tc/entry.desktop share/locale/l10n/tc/flag.png share/locale/l10n/td/entry.desktop share/locale/l10n/td/flag.png share/locale/l10n/tg/entry.desktop share/locale/l10n/tg/flag.png share/locale/l10n/th/entry.desktop share/locale/l10n/th/flag.png share/locale/l10n/tj/entry.desktop share/locale/l10n/tj/flag.png share/locale/l10n/tk/entry.desktop share/locale/l10n/tk/flag.png share/locale/l10n/tl/entry.desktop share/locale/l10n/tl/flag.png share/locale/l10n/tm/entry.desktop share/locale/l10n/tm/flag.png share/locale/l10n/tn/entry.desktop share/locale/l10n/tn/flag.png share/locale/l10n/to/entry.desktop share/locale/l10n/to/flag.png share/locale/l10n/tp/entry.desktop share/locale/l10n/tp/flag.png share/locale/l10n/tr/entry.desktop share/locale/l10n/tr/flag.png share/locale/l10n/tt/entry.desktop share/locale/l10n/tt/flag.png share/locale/l10n/tv/entry.desktop share/locale/l10n/tv/flag.png share/locale/l10n/tw/entry.desktop share/locale/l10n/tw/flag.png share/locale/l10n/tz/entry.desktop share/locale/l10n/tz/flag.png share/locale/l10n/ua/entry.desktop share/locale/l10n/ua/flag.png share/locale/l10n/ug/entry.desktop share/locale/l10n/ug/flag.png share/locale/l10n/us/entry.desktop share/locale/l10n/us/flag.png share/locale/l10n/uy/entry.desktop share/locale/l10n/uy/flag.png share/locale/l10n/uz/entry.desktop share/locale/l10n/uz/flag.png share/locale/l10n/va/entry.desktop share/locale/l10n/va/flag.png share/locale/l10n/vc/entry.desktop share/locale/l10n/vc/flag.png share/locale/l10n/ve/entry.desktop share/locale/l10n/ve/flag.png share/locale/l10n/vg/entry.desktop share/locale/l10n/vg/flag.png share/locale/l10n/vi/entry.desktop share/locale/l10n/vi/flag.png share/locale/l10n/vn/entry.desktop share/locale/l10n/vn/flag.png share/locale/l10n/vu/entry.desktop share/locale/l10n/vu/flag.png share/locale/l10n/westafrica.desktop share/locale/l10n/westeurope.desktop share/locale/l10n/wf/entry.desktop share/locale/l10n/wf/flag.png share/locale/l10n/ws/entry.desktop share/locale/l10n/ws/flag.png share/locale/l10n/ye/entry.desktop share/locale/l10n/ye/flag.png share/locale/l10n/yt/entry.desktop share/locale/l10n/yt/flag.png share/locale/l10n/za/entry.desktop share/locale/l10n/za/flag.png share/locale/l10n/zm/entry.desktop share/locale/l10n/zm/flag.png share/locale/l10n/zw/entry.desktop share/locale/l10n/zw/flag.png share/mime/packages/network.xml share/mime/packages/webp.xml share/polkit-1/actions/org.kde.kcontrol.kcmremotewidgets.policy share/sounds/KDE-Im-Cant-Connect.ogg share/sounds/KDE-Im-Connection-Lost.ogg share/sounds/KDE-Im-Contact-In.ogg share/sounds/KDE-Im-Contact-Out.ogg share/sounds/KDE-Im-Error-On-Connection.ogg share/sounds/KDE-Im-Highlight-Msg.ogg share/sounds/KDE-Im-Internal-Error.ogg share/sounds/KDE-Im-Irc-Event.ogg share/sounds/KDE-Im-Low-Priority-Message.ogg share/sounds/KDE-Im-Message-In.ogg share/sounds/KDE-Im-Message-Out.ogg share/sounds/KDE-Im-Network-Problems.ogg share/sounds/KDE-Im-New-Mail.ogg share/sounds/KDE-Im-Nudge.ogg share/sounds/KDE-Im-Phone-Ring.ogg share/sounds/KDE-Im-Sms.ogg share/sounds/KDE-Im-User-Auth.ogg share/sounds/KDE-K3B-Finish-Error.ogg share/sounds/KDE-K3B-Finish-Success.ogg share/sounds/KDE-K3B-Insert-Medium.ogg share/sounds/KDE-Sys-App-Error-Critical.ogg share/sounds/KDE-Sys-App-Error-Serious-Very.ogg share/sounds/KDE-Sys-App-Error-Serious.ogg share/sounds/KDE-Sys-App-Error.ogg share/sounds/KDE-Sys-App-Message.ogg share/sounds/KDE-Sys-App-Negative.ogg share/sounds/KDE-Sys-App-Positive.ogg share/sounds/KDE-Sys-Error-Printing.ogg share/sounds/KDE-Sys-File-Open-Foes.ogg share/sounds/KDE-Sys-List-End.ogg share/sounds/KDE-Sys-List-Match-Multiple.ogg share/sounds/KDE-Sys-List-Match-No.ogg share/sounds/KDE-Sys-Log-In-Long.ogg share/sounds/KDE-Sys-Log-In-Short.ogg share/sounds/KDE-Sys-Log-In.ogg share/sounds/KDE-Sys-Log-Out.ogg share/sounds/KDE-Sys-Question.ogg share/sounds/KDE-Sys-Special.ogg share/sounds/KDE-Sys-Trash-Emptied.ogg share/sounds/KDE-Sys-Warning.ogg share/sounds/KDE-Window-All-Desktops-Not.ogg share/sounds/KDE-Window-All-Desktops.ogg share/sounds/KDE-Window-Close.ogg share/sounds/KDE-Window-Maximize.ogg share/sounds/KDE-Window-Minimize.ogg share/sounds/KDE-Window-Move-Stop.ogg share/sounds/KDE-Window-Move.ogg share/sounds/KDE-Window-Shade-Down.ogg share/sounds/KDE-Window-Shade-Up.ogg Index: head/x11/kdelibs4/Makefile =================================================================== --- head/x11/kdelibs4/Makefile (revision 454895) +++ head/x11/kdelibs4/Makefile (revision 454896) @@ -1,123 +1,126 @@ # Created by: arved@FreeBSD.org # $FreeBSD$ PORTNAME= kdelibs PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Base set of libraries needed by KDE programs -LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ - libImath-2_2.so.12:graphics/ilmbase \ +LIB_DEPENDS= libImath-2_2.so.12:graphics/ilmbase \ libjasper.so:graphics/jasper \ libpcre.so:devel/pcre \ libenchant.so:textproc/enchant \ libgif.so:graphics/giflib \ libpng.so:graphics/png \ libhal.so:sysutils/hal \ libqca.so:devel/qca \ libpolkit-qt-core-1.so:sysutils/polkit-qt \ libdbusmenu-qt.so:devel/libdbusmenu-qt \ libstreams.so:deskutils/libstreams BUILD_DEPENDS= docbook-xml>0:textproc/docbook-xml \ ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ xauth:x11/xauth \ docbook-xml>0:textproc/docbook-xml \ ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl USES= cmake:outsource fam gettext grantlee:4 jpeg kde:4 perl5 \ shared-mime-info shebangfix tar:xz ssl USE_GNOME= libxml2 libxslt USE_KDE= oxygen-icons5 \ attica automoc4 ontologies soprano strigi USE_QT4= corelib dbus declarative designer_build gui \ network opengl phonon qt3support \ qtestlib script sql svg webkit xml \ moc_build qmake_build rcc_build uic_build \ imageformats_run qdbusviewer_run USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xft xpm xrender xtst USE_LDCONFIG= yes MAKE_ENV= XDG_CONFIG_HOME=/dev/null CMAKE_ARGS+= -DWITH_ACL:BOOL=Off \ -DWITH_FAM:BOOL=On \ -DWITH_ASPELL:BOOL=Off \ -DWITH_HSPELL:BOOL=Off \ -DWITH_UDev:BOOL=Off \ -DKDE_DISTRIBUTION_TEXT:STRING="${OPSYS}" \ -DKDE_DEFAULT_HOME:STRING=".kde4" # Do not conflict with KDE Frameworks 5 headers: instead of installing kdelibs4 # headers directly into ${LOCALBASE}/include, put them into include/kde4 (this # also applies to all ports depending on kdelibs4 that derive their header # installation location from it). # If we install the headers directly into ${LOCALBASE}/include, with KDE # Frameworks 5 installed it is possible to end up in a situation where the # compiler is passed this: # -I${LOCALBASE}/include -I${LOCALBASE}/KF5 # which in turn leads to kdelibs4 headers with the same name being used instead # of the KF5 ones, possibly breaking the build. CMAKE_ARGS+= -DINCLUDE_INSTALL_DIR:PATH="${KDE_PREFIX}/include/kde4" SHEBANG_FILES= kdecore/kconfig_compiler/checkkcfg.pl \ kdeui/preparetips \ khtml/bindings/scripts/generate-bindings.pl \ kio/misc/fileshareset \ kio/useragent.pl \ kio/proxytype.pl \ kioslave/http/kcookiejar/kcookiescfg.pl -OPTIONS_DEFINE= AVAHI UPNP -OPTIONS_DEFAULT=AVAHI +OPTIONS_DEFINE= AVAHI OPENEXR UPNP +OPTIONS_DEFAULT= AVAHI OPENEXR +OPTIONS_SUB= yes AVAHI_LIB_DEPENDS= libavahi-core.so:net/avahi-app UPNP_DESC= UPnP backend for Solid (WARNING: Unstable) UPNP_LIB_DEPENDS= libHUpnp.so:net/hupnp UPNP_CMAKE_ON= -DHUPNP_ENABLED:BOOL=On + +OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR +OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR post-patch: ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ ${PATCH_WRKSRC}/kde3support/kdeui/k3sconfig.cpp \ ${PATCH_WRKSRC}/kdecore/network/k3socks.cpp \ ${PATCH_WRKSRC}/kdecore/kernel/kstandarddirs.cpp \ ${PATCH_WRKSRC}/kdeui/dialogs/kcupsoptionswidget_p.cpp \ ${PATCH_WRKSRC}/kdeui/kernel/start-session-bus.sh \ ${PATCH_WRKSRC}/kio/kssl/kopenssl.cpp \ ${PATCH_WRKSRC}/kio/kio/ksambashare.cpp \ ${PATCH_WRKSRC}/kjsembed/qtonly/FindQJSInternal.cmake # Fix rgb named colors database path. ${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${PATCH_WRKSRC}/kdeui/colors/kcolordialog.cpp pre-configure: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${PATCH_WRKSRC}/cmake/modules/*.cmake \ ${PATCH_WRKSRC}/ConfigureChecks.cmake \ ${PATCH_WRKSRC}/doc/api/doxygen.sh ${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|g' \ ${PATCH_WRKSRC}/cmake/modules/FindDNSSD.cmake ${REINPLACE_CMD} -e 's|soprano/cmake|cmake/Modules|g' \ ${PATCH_WRKSRC}/cmake/modules/FindSoprano.cmake # FindBerkeleyDB.cmake should be rewritten to support multiple version # provided by ports, instead of hardcoding one of them # ${REINPLACE_CMD} -e 's|/usr/local/include/db4|${BDB_INCLUDE_DIR}|' \ # -e 's|NAMES db|NAMES ${BDB_LIB_NAME} ${LOCALBASE}/lib|' \ # ${PATCH_WRKSRC}/cmake/modules/FindBerkeleyDB.cmake # When XSync (xext) is found, xscreensaver is just used as a fallback, # then we can disable it. ${REINPLACE_CMD} -e '/macro_bool_to_01/ s|^.*X11_Xscreensaver.*$$|set(HAVE_XSCREENSAVER 0)|' \ ${PATCH_WRKSRC}/CMakeLists.txt post-install: # workaround for non-standard mime files and directories ${MKDIR} ${STAGEDIR}/${PREFIX}/share/mime/all \ ${STAGEDIR}/${PREFIX}/share/mime/uri .include Index: head/x11/kdelibs4/pkg-plist =================================================================== --- head/x11/kdelibs4/pkg-plist (revision 454895) +++ head/x11/kdelibs4/pkg-plist (revision 454896) @@ -1,3515 +1,3515 @@ bin/checkXML bin/kbuildsycoca4 bin/kconfig_compiler bin/kcookiejar4 bin/kde4-config bin/kded4 bin/kdeinit4 bin/kdeinit4_shutdown bin/kdeinit4_wrapper bin/kfilemetadatareader bin/kjs bin/kjscmd bin/kmailservice bin/kross bin/kshell4 bin/ktelnetservice bin/kunittestmodrunner bin/kwrapper4 bin/makekdewidgets bin/meinproc4 bin/meinproc4_simple bin/nepomuk-rcgen bin/preparetips etc/dbus-1/system.d/org.kde.auth.conf etc/xdg/menus/applications.menu include/kde4/KDE/ConversionCheck/QVconvertible include/kde4/KDE/ConversionCheck/type_toQString include/kde4/KDE/ConversionCheck/type_toQVariant include/kde4/KDE/DNSSD/Configuration include/kde4/KDE/DNSSD/DomainBrowser include/kde4/KDE/DNSSD/DomainModel include/kde4/KDE/DNSSD/PublicService include/kde4/KDE/DNSSD/RemoteService include/kde4/KDE/DNSSD/ServiceBase include/kde4/KDE/DNSSD/ServiceBrowser include/kde4/KDE/DNSSD/ServiceModel include/kde4/KDE/DNSSD/ServiceTypeBrowser include/kde4/KDE/DOM/AbstractView include/kde4/KDE/DOM/Attr include/kde4/KDE/DOM/CDATASection include/kde4/KDE/DOM/CSSCharsetRule include/kde4/KDE/DOM/CSSException include/kde4/KDE/DOM/CSSFontFaceRule include/kde4/KDE/DOM/CSSImportRule include/kde4/KDE/DOM/CSSMediaRule include/kde4/KDE/DOM/CSSPageRule include/kde4/KDE/DOM/CSSPrimitiveValue include/kde4/KDE/DOM/CSSRule include/kde4/KDE/DOM/CSSRuleList include/kde4/KDE/DOM/CSSStyleDeclaration include/kde4/KDE/DOM/CSSStyleRule include/kde4/KDE/DOM/CSSStyleSheet include/kde4/KDE/DOM/CSSUnknownRule include/kde4/KDE/DOM/CSSValue include/kde4/KDE/DOM/CSSValueList include/kde4/KDE/DOM/CharacterData include/kde4/KDE/DOM/Comment include/kde4/KDE/DOM/Counter include/kde4/KDE/DOM/CustomNodeFilter include/kde4/KDE/DOM/DOMException include/kde4/KDE/DOM/DOMImplementation include/kde4/KDE/DOM/DOMString include/kde4/KDE/DOM/Document include/kde4/KDE/DOM/DocumentFragment include/kde4/KDE/DOM/DocumentStyle include/kde4/KDE/DOM/DocumentType include/kde4/KDE/DOM/DomShared include/kde4/KDE/DOM/Element include/kde4/KDE/DOM/Entity include/kde4/KDE/DOM/EntityReference include/kde4/KDE/DOM/Event include/kde4/KDE/DOM/EventException include/kde4/KDE/DOM/EventListener include/kde4/KDE/DOM/HTMLAnchorElement include/kde4/KDE/DOM/HTMLAppletElement include/kde4/KDE/DOM/HTMLAreaElement include/kde4/KDE/DOM/HTMLBRElement include/kde4/KDE/DOM/HTMLBaseElement include/kde4/KDE/DOM/HTMLBaseFontElement include/kde4/KDE/DOM/HTMLBlockquoteElement include/kde4/KDE/DOM/HTMLBodyElement include/kde4/KDE/DOM/HTMLButtonElement include/kde4/KDE/DOM/HTMLCollection include/kde4/KDE/DOM/HTMLDListElement include/kde4/KDE/DOM/HTMLDirectoryElement include/kde4/KDE/DOM/HTMLDivElement include/kde4/KDE/DOM/HTMLDocument include/kde4/KDE/DOM/HTMLElement include/kde4/KDE/DOM/HTMLFieldSetElement include/kde4/KDE/DOM/HTMLFontElement include/kde4/KDE/DOM/HTMLFormCollection include/kde4/KDE/DOM/HTMLFormElement include/kde4/KDE/DOM/HTMLFrameElement include/kde4/KDE/DOM/HTMLFrameSetElement include/kde4/KDE/DOM/HTMLHRElement include/kde4/KDE/DOM/HTMLHeadElement include/kde4/KDE/DOM/HTMLHeadingElement include/kde4/KDE/DOM/HTMLHtmlElement include/kde4/KDE/DOM/HTMLIFrameElement include/kde4/KDE/DOM/HTMLImageElement include/kde4/KDE/DOM/HTMLInputElement include/kde4/KDE/DOM/HTMLIsIndexElement include/kde4/KDE/DOM/HTMLLIElement include/kde4/KDE/DOM/HTMLLabelElement include/kde4/KDE/DOM/HTMLLayerElement include/kde4/KDE/DOM/HTMLLegendElement include/kde4/KDE/DOM/HTMLLinkElement include/kde4/KDE/DOM/HTMLMapElement include/kde4/KDE/DOM/HTMLMenuElement include/kde4/KDE/DOM/HTMLMetaElement include/kde4/KDE/DOM/HTMLModElement include/kde4/KDE/DOM/HTMLOListElement include/kde4/KDE/DOM/HTMLObjectElement include/kde4/KDE/DOM/HTMLOptGroupElement include/kde4/KDE/DOM/HTMLOptionElement include/kde4/KDE/DOM/HTMLParagraphElement include/kde4/KDE/DOM/HTMLParamElement include/kde4/KDE/DOM/HTMLPreElement include/kde4/KDE/DOM/HTMLQuoteElement include/kde4/KDE/DOM/HTMLScriptElement include/kde4/KDE/DOM/HTMLSelectElement include/kde4/KDE/DOM/HTMLStyleElement include/kde4/KDE/DOM/HTMLTableCaptionElement include/kde4/KDE/DOM/HTMLTableCellElement include/kde4/KDE/DOM/HTMLTableColElement include/kde4/KDE/DOM/HTMLTableElement include/kde4/KDE/DOM/HTMLTableRowElement include/kde4/KDE/DOM/HTMLTableSectionElement include/kde4/KDE/DOM/HTMLTextAreaElement include/kde4/KDE/DOM/HTMLTitleElement include/kde4/KDE/DOM/HTMLUListElement include/kde4/KDE/DOM/KeyboardEvent include/kde4/KDE/DOM/LinkStyle include/kde4/KDE/DOM/MediaList include/kde4/KDE/DOM/MouseEvent include/kde4/KDE/DOM/MutationEvent include/kde4/KDE/DOM/NamedNodeMap include/kde4/KDE/DOM/Node include/kde4/KDE/DOM/NodeFilter include/kde4/KDE/DOM/NodeIterator include/kde4/KDE/DOM/NodeList include/kde4/KDE/DOM/Notation include/kde4/KDE/DOM/ProcessingInstruction include/kde4/KDE/DOM/RGBColor include/kde4/KDE/DOM/Range include/kde4/KDE/DOM/RangeException include/kde4/KDE/DOM/Rect include/kde4/KDE/DOM/StyleSheet include/kde4/KDE/DOM/StyleSheetList include/kde4/KDE/DOM/Text include/kde4/KDE/DOM/TextEvent include/kde4/KDE/DOM/TreeWalker include/kde4/KDE/DOM/UIEvent include/kde4/KDE/K3AboutApplication include/kde4/KDE/K3AboutContainer include/kde4/KDE/K3AboutContributor include/kde4/KDE/K3AboutDialog include/kde4/KDE/K3AboutWidget include/kde4/KDE/K3ActiveLabel include/kde4/KDE/K3BookmarkDrag include/kde4/KDE/K3ButtonBox include/kde4/KDE/K3ColorDrag include/kde4/KDE/K3Command include/kde4/KDE/K3CommandHistory include/kde4/KDE/K3DictSpellingHighlighter include/kde4/KDE/K3DockArea include/kde4/KDE/K3DockMainWindow include/kde4/KDE/K3DockManager include/kde4/KDE/K3DockTabGroup include/kde4/KDE/K3DockWidget include/kde4/KDE/K3DockWidgetAbstractHeader include/kde4/KDE/K3DockWidgetAbstractHeaderDrag include/kde4/KDE/K3DockWidgetHeader include/kde4/KDE/K3DockWidgetHeaderDrag include/kde4/KDE/K3FileTreeView include/kde4/KDE/K3FileTreeViewItem include/kde4/KDE/K3Icon include/kde4/KDE/K3IconView include/kde4/KDE/K3IconViewItem include/kde4/KDE/K3IconViewSearchLine include/kde4/KDE/K3ListBox include/kde4/KDE/K3ListView include/kde4/KDE/K3ListViewItem include/kde4/KDE/K3ListViewSearchLine include/kde4/KDE/K3ListViewSearchLineWidget include/kde4/KDE/K3MacroCommand include/kde4/KDE/K3MimeSourceFactory include/kde4/KDE/K3MultipleDrag include/kde4/KDE/K3NamedCommand include/kde4/KDE/K3PopupMenu include/kde4/KDE/K3ProcIO include/kde4/KDE/K3Process include/kde4/KDE/K3ProcessController include/kde4/KDE/K3RFCDate include/kde4/KDE/K3ShellProcess include/kde4/KDE/K3Spell include/kde4/KDE/K3SpellConfig include/kde4/KDE/K3SpellDlg include/kde4/KDE/K3SpellingHighlighter include/kde4/KDE/K3StaticDeleter include/kde4/KDE/K3StaticDeleterBase include/kde4/KDE/K3SyntaxHighlighter include/kde4/KDE/K3TempFile include/kde4/KDE/K3TextEdit include/kde4/KDE/K3URLDrag include/kde4/KDE/K3Wizard include/kde4/KDE/KACL include/kde4/KDE/KAboutApplicationDialog include/kde4/KDE/KAboutData include/kde4/KDE/KAboutPerson include/kde4/KDE/KAccelGen/Deref include/kde4/KDE/KAccelGen/Deref_Key include/kde4/KDE/KAcceleratorManager include/kde4/KDE/KAction include/kde4/KDE/KActionCategory include/kde4/KDE/KActionCollection include/kde4/KDE/KActionMenu include/kde4/KDE/KActionSelector include/kde4/KDE/KAnimatedButton include/kde4/KDE/KApplication include/kde4/KDE/KAr include/kde4/KDE/KArchive include/kde4/KDE/KArchiveDirectory include/kde4/KDE/KArchiveEntry include/kde4/KDE/KArchiveFile include/kde4/KDE/KArrowButton include/kde4/KDE/KAscii include/kde4/KDE/KAssistantDialog include/kde4/KDE/KAuth/Action include/kde4/KDE/KAuth/ActionReply include/kde4/KDE/KAuth/ActionWatcher include/kde4/KDE/KAuth/HelperSupport include/kde4/KDE/KAuthorized include/kde4/KDE/KAutoMount include/kde4/KDE/KAutoSaveFile include/kde4/KDE/KAutoUnmount include/kde4/KDE/KAutostart include/kde4/KDE/KBookmark include/kde4/KDE/KBookmarkAction include/kde4/KDE/KBookmarkActionInterface include/kde4/KDE/KBookmarkActionMenu include/kde4/KDE/KBookmarkDialog include/kde4/KDE/KBookmarkDomBuilder include/kde4/KDE/KBookmarkExporterBase include/kde4/KDE/KBookmarkGroup include/kde4/KDE/KBookmarkGroupTraverser include/kde4/KDE/KBookmarkImporterBase include/kde4/KDE/KBookmarkManager include/kde4/KDE/KBookmarkMenu include/kde4/KDE/KBookmarkOwner include/kde4/KDE/KBreadcrumbSelectionModel include/kde4/KDE/KBugReport include/kde4/KDE/KBuildSycocaProgressDialog include/kde4/KDE/KButtonGroup include/kde4/KDE/KCModule include/kde4/KDE/KCModuleContainer include/kde4/KDE/KCModuleInfo include/kde4/KDE/KCModuleLoader include/kde4/KDE/KCModuleProxy include/kde4/KDE/KCMultiDialog include/kde4/KDE/KCalendarSystem include/kde4/KDE/KCalendarSystemFactory include/kde4/KDE/KCapacityBar include/kde4/KDE/KCategorizedSortFilterProxyModel include/kde4/KDE/KCategorizedView include/kde4/KDE/KCategoryDrawer include/kde4/KDE/KCharMacroExpander include/kde4/KDE/KCharSelect include/kde4/KDE/KCharsets include/kde4/KDE/KCheckableProxyModel include/kde4/KDE/KCmdLineArgs include/kde4/KDE/KCmdLineOptions include/kde4/KDE/KCodecAction include/kde4/KDE/KCodecs include/kde4/KDE/KColor include/kde4/KDE/KColorButton include/kde4/KDE/KColorCells include/kde4/KDE/KColorCollection include/kde4/KDE/KColorCombo include/kde4/KDE/KColorDialog include/kde4/KDE/KColorMimeData include/kde4/KDE/KColorPatch include/kde4/KDE/KColorScheme include/kde4/KDE/KColorTable include/kde4/KDE/KColorUtils include/kde4/KDE/KColorValueSelector include/kde4/KDE/KComboBox include/kde4/KDE/KCompletion include/kde4/KDE/KCompletionBase include/kde4/KDE/KCompletionBox include/kde4/KDE/KCompletionMatches include/kde4/KDE/KComponentData include/kde4/KDE/KCompositeJob include/kde4/KDE/KConfig include/kde4/KDE/KConfigBase include/kde4/KDE/KConfigDialog include/kde4/KDE/KConfigDialogManager include/kde4/KDE/KConfigGroup include/kde4/KDE/KConfigSkeleton include/kde4/KDE/KConfigSkeletonGenericItem include/kde4/KDE/KConfigSkeletonItem include/kde4/KDE/KCrash include/kde4/KDE/KCrashBookmarkImporter include/kde4/KDE/KCrashBookmarkImporterImpl include/kde4/KDE/KCurrencyCode include/kde4/KDE/KCursor include/kde4/KDE/KDBusServiceStarter include/kde4/KDE/KDEDModule include/kde4/KDE/KDEPrintDialog include/kde4/KDE/KDEsuClient include/kde4/KDE/KDataTool include/kde4/KDE/KDataToolAction include/kde4/KDE/KDataToolInfo include/kde4/KDE/KDateComboBox include/kde4/KDE/KDatePicker include/kde4/KDE/KDateTable include/kde4/KDE/KDateTime include/kde4/KDE/KDateTimeEdit include/kde4/KDE/KDateTimeWidget include/kde4/KDE/KDateValidator include/kde4/KDE/KDateWidget include/kde4/KDE/KDebug include/kde4/KDE/KDescendantsProxyModel include/kde4/KDE/KDesktopFile include/kde4/KDE/KDeviceListModel include/kde4/KDE/KDialog include/kde4/KDE/KDialogButtonBox include/kde4/KDE/KDialogJobUiDelegate include/kde4/KDE/KDirLister include/kde4/KDE/KDirModel include/kde4/KDE/KDirNotify include/kde4/KDE/KDirOperator include/kde4/KDE/KDirSelectDialog include/kde4/KDE/KDirSortFilterProxyModel include/kde4/KDE/KDirWatch include/kde4/KDE/KDiskFreeSpace include/kde4/KDE/KDiskFreeSpaceInfo include/kde4/KDE/KDoubleNumInput include/kde4/KDE/KDoubleValidator include/kde4/KDE/KDualAction include/kde4/KDE/KEMailSettings include/kde4/KDE/KEditListBox include/kde4/KDE/KEditListWidget include/kde4/KDE/KEditToolBar include/kde4/KDE/KEmoticons include/kde4/KDE/KEmoticonsProvider include/kde4/KDE/KEmoticonsTheme include/kde4/KDE/KEncodingFileDialog include/kde4/KDE/KEncodingProber include/kde4/KDE/KExtendableItemDelegate include/kde4/KDE/KFadeWidgetEffect include/kde4/KDE/KFile include/kde4/KDE/KFileDialog include/kde4/KDE/KFileFilterCombo include/kde4/KDE/KFileItem include/kde4/KDE/KFileItemActions include/kde4/KDE/KFileItemDelegate include/kde4/KDE/KFileItemList include/kde4/KDE/KFileItemListProperties include/kde4/KDE/KFileMetaDataWidget include/kde4/KDE/KFileMetaInfo include/kde4/KDE/KFileMetaInfoGroup include/kde4/KDE/KFileMetaInfoItem include/kde4/KDE/KFilePlacesModel include/kde4/KDE/KFilePlacesView include/kde4/KDE/KFilePreviewGenerator include/kde4/KDE/KFileShare include/kde4/KDE/KFileSharePropsPlugin include/kde4/KDE/KFileTreeBranch include/kde4/KDE/KFileTreeView include/kde4/KDE/KFileWidget include/kde4/KDE/KFileWritePlugin include/kde4/KDE/KFilterBase include/kde4/KDE/KFilterDev include/kde4/KDE/KFilterProxySearchLine include/kde4/KDE/KFind include/kde4/KDE/KFindDialog include/kde4/KDE/KFloatValidator include/kde4/KDE/KFontAction include/kde4/KDE/KFontChooser include/kde4/KDE/KFontComboBox include/kde4/KDE/KFontDialog include/kde4/KDE/KFontRequester include/kde4/KDE/KFontSizeAction include/kde4/KDE/KFontUtils include/kde4/KDE/KGenericFactory include/kde4/KDE/KGenericFactoryBase include/kde4/KDE/KGlobal include/kde4/KDE/KGlobalAccel include/kde4/KDE/KGlobalSettings include/kde4/KDE/KGlobalShortcutInfo include/kde4/KDE/KGradientSelector include/kde4/KDE/KGraphicsWebView include/kde4/KDE/KGuiItem include/kde4/KDE/KHBox include/kde4/KDE/KHE/CharColumnInterface include/kde4/KDE/KHE/ClipboardInterface include/kde4/KDE/KHE/ValueColumnInterface include/kde4/KDE/KHE/ZoomInterface include/kde4/KDE/KHTMLPart include/kde4/KDE/KHTMLSettings include/kde4/KDE/KHTMLView include/kde4/KDE/KHelpMenu include/kde4/KDE/KHistoryComboBox include/kde4/KDE/KHueSaturationSelector include/kde4/KDE/KIEBookmarkExporterImpl include/kde4/KDE/KIEBookmarkImporter include/kde4/KDE/KIEBookmarkImporterImpl include/kde4/KDE/KIMProxy include/kde4/KDE/KIO/AccessManager include/kde4/KDE/KIO/AuthInfo include/kde4/KDE/KIO/ChmodJob include/kde4/KDE/KIO/Connection include/kde4/KDE/KIO/CopyInfo include/kde4/KDE/KIO/CopyJob include/kde4/KDE/KIO/DavJob include/kde4/KDE/KIO/DeleteJob include/kde4/KDE/KIO/FileCopyJob include/kde4/KDE/KIO/FileJob include/kde4/KDE/KIO/ForwardingSlaveBase include/kde4/KDE/KIO/Job include/kde4/KDE/KIO/JobClasses include/kde4/KDE/KIO/JobUiDelegate include/kde4/KDE/KIO/ListJob include/kde4/KDE/KIO/MetaData include/kde4/KDE/KIO/MetaInfoJob include/kde4/KDE/KIO/MimetypeJob include/kde4/KDE/KIO/MultiGetJob include/kde4/KDE/KIO/NetAccess include/kde4/KDE/KIO/NetRC include/kde4/KDE/KIO/PasswordDialog include/kde4/KDE/KIO/PreviewJob include/kde4/KDE/KIO/RenameDialog include/kde4/KDE/KIO/RenameDialogPlugin include/kde4/KDE/KIO/Scheduler include/kde4/KDE/KIO/SessionData include/kde4/KDE/KIO/SimpleJob include/kde4/KDE/KIO/SkipDialog include/kde4/KDE/KIO/Slave include/kde4/KDE/KIO/SlaveBase include/kde4/KDE/KIO/SlaveConfig include/kde4/KDE/KIO/SlaveInterface include/kde4/KDE/KIO/StatJob include/kde4/KDE/KIO/StoredTransferJob include/kde4/KDE/KIO/TCPSlaveBase include/kde4/KDE/KIO/Task include/kde4/KDE/KIO/TransferJob include/kde4/KDE/KIcon include/kde4/KDE/KIconButton include/kde4/KDE/KIconCanvas include/kde4/KDE/KIconDialog include/kde4/KDE/KIconEffect include/kde4/KDE/KIconLoader include/kde4/KDE/KIconTheme include/kde4/KDE/KIdentityProxyModel include/kde4/KDE/KIdleTime include/kde4/KDE/KImageCache include/kde4/KDE/KImageFilePreview include/kde4/KDE/KImageIO include/kde4/KDE/KInputDialog include/kde4/KDE/KIntNumInput include/kde4/KDE/KIntSpinBox include/kde4/KDE/KIntValidator include/kde4/KDE/KJob include/kde4/KDE/KJobTrackerInterface include/kde4/KDE/KJobUiDelegate include/kde4/KDE/KKeySequenceWidget include/kde4/KDE/KLanguageButton include/kde4/KDE/KLed include/kde4/KDE/KLibFactory include/kde4/KDE/KLibLoader include/kde4/KDE/KLibrary include/kde4/KDE/KLineEdit include/kde4/KDE/KLinkItemSelectionModel include/kde4/KDE/KListWidget include/kde4/KDE/KListWidgetSearchLine include/kde4/KDE/KLocale include/kde4/KDE/KLocalizedDate include/kde4/KDE/KLocalizedString include/kde4/KDE/KLockFile include/kde4/KDE/KMD5 include/kde4/KDE/KMacroExpanderBase include/kde4/KDE/KMainWindow include/kde4/KDE/KMakeTypeList include/kde4/KDE/KMediaPlayer/Player include/kde4/KDE/KMediaPlayer/View include/kde4/KDE/KMenu include/kde4/KDE/KMenuBar include/kde4/KDE/KMessage include/kde4/KDE/KMessageBox include/kde4/KDE/KMessageBoxMessageHandler include/kde4/KDE/KMessageHandler include/kde4/KDE/KMessageWidget include/kde4/KDE/KMimeType include/kde4/KDE/KMimeTypeChooser include/kde4/KDE/KMimeTypeChooserDialog include/kde4/KDE/KMimeTypeResolver include/kde4/KDE/KMimeTypeTrader include/kde4/KDE/KMimeTypeValidator include/kde4/KDE/KModelIndexProxyMapper include/kde4/KDE/KModifierKeyInfo include/kde4/KDE/KMountPoint include/kde4/KDE/KMozillaBookmarkImporterImpl include/kde4/KDE/KMultiTabBar include/kde4/KDE/KMultiTabBarButton include/kde4/KDE/KMultiTabBarTab include/kde4/KDE/KNFSShare include/kde4/KDE/KNS/Author include/kde4/KDE/KNS/Category include/kde4/KDE/KNS/Engine include/kde4/KDE/KNS/Entry include/kde4/KDE/KNS/Installation include/kde4/KDE/KNS/KTranslatable include/kde4/KDE/KNS3/DownloadDialog include/kde4/KDE/KNS3/Entry include/kde4/KDE/KNS3/KNewStuffAction include/kde4/KDE/KNS3/KNewStuffButton include/kde4/KDE/KNSBookmarkExporter include/kde4/KDE/KNSBookmarkExporterImpl include/kde4/KDE/KNSBookmarkImporter include/kde4/KDE/KNSBookmarkImporterImpl include/kde4/KDE/KNTLM include/kde4/KDE/KNameAndUrlInputDialog include/kde4/KDE/KNetwork/KActiveSocketBase include/kde4/KDE/KNetwork/KBufferedSocket include/kde4/KDE/KNetwork/KClientSocketBase include/kde4/KDE/KNetwork/KDatagramPacket include/kde4/KDE/KNetwork/KDatagramSocket include/kde4/KDE/KNetwork/KHttpProxySocketDevice include/kde4/KDE/KNetwork/KInetSocketAddress include/kde4/KDE/KNetwork/KIpAddress include/kde4/KDE/KNetwork/KPassiveSocketBase include/kde4/KDE/KNetwork/KResolver include/kde4/KDE/KNetwork/KResolverEntry include/kde4/KDE/KNetwork/KResolverResults include/kde4/KDE/KNetwork/KReverseResolver include/kde4/KDE/KNetwork/KServerSocket include/kde4/KDE/KNetwork/KSocketAddress include/kde4/KDE/KNetwork/KSocketBase include/kde4/KDE/KNetwork/KSocketDevice include/kde4/KDE/KNetwork/KSocketDeviceFactory include/kde4/KDE/KNetwork/KSocksSocketDevice include/kde4/KDE/KNetwork/KStreamSocket include/kde4/KDE/KNetwork/KUnixSocketAddress include/kde4/KDE/KNewFileMenu include/kde4/KDE/KNewPasswordDialog include/kde4/KDE/KNotification include/kde4/KDE/KNotificationRestrictions include/kde4/KDE/KNotifyConfigWidget include/kde4/KDE/KNumInput include/kde4/KDE/KOCRDialog include/kde4/KDE/KOpenWithDialog include/kde4/KDE/KOperaBookmarkExporterImpl include/kde4/KDE/KOperaBookmarkImporter include/kde4/KDE/KOperaBookmarkImporterImpl include/kde4/KDE/KPageDialog include/kde4/KDE/KPageModel include/kde4/KDE/KPageView include/kde4/KDE/KPageWidget include/kde4/KDE/KPageWidgetItem include/kde4/KDE/KPageWidgetModel include/kde4/KDE/KParts/BrowserExtension include/kde4/KDE/KParts/BrowserHostExtension include/kde4/KDE/KParts/BrowserInterface include/kde4/KDE/KParts/BrowserRun include/kde4/KDE/KParts/ComponentFactory include/kde4/KDE/KParts/DockMainWindow3 include/kde4/KDE/KParts/Event include/kde4/KDE/KParts/Factory include/kde4/KDE/KParts/FileInfoExtension include/kde4/KDE/KParts/GUIActivateEvent include/kde4/KDE/KParts/GenericFactory include/kde4/KDE/KParts/GenericFactoryBase include/kde4/KDE/KParts/HistoryProvider include/kde4/KDE/KParts/HtmlExtension include/kde4/KDE/KParts/ListingExtension include/kde4/KDE/KParts/LiveConnectExtension include/kde4/KDE/KParts/MainWindow include/kde4/KDE/KParts/OpenUrlEvent include/kde4/KDE/KParts/Part include/kde4/KDE/KParts/PartActivateEvent include/kde4/KDE/KParts/PartBase include/kde4/KDE/KParts/PartManager include/kde4/KDE/KParts/PartSelectEvent include/kde4/KDE/KParts/Plugin include/kde4/KDE/KParts/ReadOnlyPart include/kde4/KDE/KParts/ReadWritePart include/kde4/KDE/KParts/StatusBarExtension include/kde4/KDE/KParts/TextExtension include/kde4/KDE/KParts/WindowArgs include/kde4/KDE/KPassivePopup include/kde4/KDE/KPassivePopupMessageHandler include/kde4/KDE/KPasswordDialog include/kde4/KDE/KPasteTextAction include/kde4/KDE/KPixmapCache include/kde4/KDE/KPixmapProvider include/kde4/KDE/KPixmapRegionSelectorDialog include/kde4/KDE/KPixmapRegionSelectorWidget include/kde4/KDE/KPixmapSequence include/kde4/KDE/KPixmapSequenceOverlayPainter include/kde4/KDE/KPixmapSequenceWidget include/kde4/KDE/KPlotAxis include/kde4/KDE/KPlotObject include/kde4/KDE/KPlotPoint include/kde4/KDE/KPlotWidget include/kde4/KDE/KPluginFactory include/kde4/KDE/KPluginInfo include/kde4/KDE/KPluginLoader include/kde4/KDE/KPluginSelector include/kde4/KDE/KPopupFrame include/kde4/KDE/KPreviewWidgetBase include/kde4/KDE/KPrintPreview include/kde4/KDE/KProcess include/kde4/KDE/KProgressDialog include/kde4/KDE/KPropertiesDialog include/kde4/KDE/KProtocolInfo include/kde4/KDE/KProtocolManager include/kde4/KDE/KPty include/kde4/KDE/KPtyDevice include/kde4/KDE/KPtyProcess include/kde4/KDE/KPushButton include/kde4/KDE/KRandom include/kde4/KDE/KRandomSequence include/kde4/KDE/KRatingPainter include/kde4/KDE/KRatingWidget include/kde4/KDE/KRecentDocument include/kde4/KDE/KRecentFilesAction include/kde4/KDE/KRecursiveFilterProxyModel include/kde4/KDE/KRegExpEditorInterface include/kde4/KDE/KRemoteEncoding include/kde4/KDE/KReplace include/kde4/KDE/KReplaceDialog include/kde4/KDE/KRestrictedLine include/kde4/KDE/KRichTextEdit include/kde4/KDE/KRichTextWidget include/kde4/KDE/KRuler include/kde4/KDE/KRun include/kde4/KDE/KSambaShare include/kde4/KDE/KSambaShareData include/kde4/KDE/KSaveFile include/kde4/KDE/KScanDialog include/kde4/KDE/KSelectAction include/kde4/KDE/KSelectionOwner include/kde4/KDE/KSelectionProxyModel include/kde4/KDE/KSelectionWatcher include/kde4/KDE/KSelector include/kde4/KDE/KSeparator include/kde4/KDE/KService include/kde4/KDE/KServiceAction include/kde4/KDE/KServiceGroup include/kde4/KDE/KServiceType include/kde4/KDE/KServiceTypeProfile include/kde4/KDE/KServiceTypeTrader include/kde4/KDE/KSessionManager include/kde4/KDE/KSettings/Dialog include/kde4/KDE/KSettings/Dispatcher include/kde4/KDE/KSettings/PluginPage include/kde4/KDE/KSharedConfig include/kde4/KDE/KSharedConfigPtr include/kde4/KDE/KSharedDataCache include/kde4/KDE/KSharedPtr include/kde4/KDE/KShell include/kde4/KDE/KShellCompletion include/kde4/KDE/KShortcut include/kde4/KDE/KShortcutWidget include/kde4/KDE/KShortcutsDialog include/kde4/KDE/KShortcutsEditor include/kde4/KDE/KSocks include/kde4/KDE/KSortableItem include/kde4/KDE/KSortableList include/kde4/KDE/KSpeech include/kde4/KDE/KSplashScreen include/kde4/KDE/KSqueezedTextLabel include/kde4/KDE/KStandardAction include/kde4/KDE/KStandardDirs include/kde4/KDE/KStandardGuiItem include/kde4/KDE/KStandardShortcut include/kde4/KDE/KStartupInfo include/kde4/KDE/KStartupInfoData include/kde4/KDE/KStartupInfoId include/kde4/KDE/KStatusBar include/kde4/KDE/KStatusBarJobTracker include/kde4/KDE/KStatusBarOfflineIndicator include/kde4/KDE/KStatusNotifierItem include/kde4/KDE/KStringHandler include/kde4/KDE/KStringListValidator include/kde4/KDE/KStyle include/kde4/KDE/KStyleFactory include/kde4/KDE/KSvgRenderer include/kde4/KDE/KSycoca include/kde4/KDE/KSycocaEntry include/kde4/KDE/KSystemEventFilter include/kde4/KDE/KSystemTimeZone include/kde4/KDE/KSystemTimeZoneSource include/kde4/KDE/KSystemTimeZones include/kde4/KDE/KSystemTrayIcon include/kde4/KDE/KTabBar include/kde4/KDE/KTabWidget include/kde4/KDE/KTar include/kde4/KDE/KTempDir include/kde4/KDE/KTemporaryFile include/kde4/KDE/KTextBrowser include/kde4/KDE/KTextEdit include/kde4/KDE/KTextEditor/Attribute include/kde4/KDE/KTextEditor/CodeCompletionInterface include/kde4/KDE/KTextEditor/CodeCompletionModel include/kde4/KDE/KTextEditor/CodeCompletionModelControllerInterface include/kde4/KDE/KTextEditor/Command include/kde4/KDE/KTextEditor/CommandExtension include/kde4/KDE/KTextEditor/CommandInterface include/kde4/KDE/KTextEditor/ConfigInterface include/kde4/KDE/KTextEditor/ConfigPage include/kde4/KDE/KTextEditor/ContainerInterface include/kde4/KDE/KTextEditor/Cursor include/kde4/KDE/KTextEditor/Document include/kde4/KDE/KTextEditor/Editor include/kde4/KDE/KTextEditor/EditorChooser include/kde4/KDE/KTextEditor/Factory include/kde4/KDE/KTextEditor/HighlightInterface include/kde4/KDE/KTextEditor/MarkInterface include/kde4/KDE/KTextEditor/ModificationInterface include/kde4/KDE/KTextEditor/MovingCursor include/kde4/KDE/KTextEditor/MovingInterface include/kde4/KDE/KTextEditor/MovingRange include/kde4/KDE/KTextEditor/ParameterizedSessionConfigInterface include/kde4/KDE/KTextEditor/Plugin include/kde4/KDE/KTextEditor/Range include/kde4/KDE/KTextEditor/SearchInterface include/kde4/KDE/KTextEditor/SessionConfigInterface include/kde4/KDE/KTextEditor/SmartCursor include/kde4/KDE/KTextEditor/SmartCursorNotifier include/kde4/KDE/KTextEditor/SmartCursorWatcher include/kde4/KDE/KTextEditor/SmartInterface include/kde4/KDE/KTextEditor/SmartRange include/kde4/KDE/KTextEditor/SmartRangeNotifier include/kde4/KDE/KTextEditor/SmartRangeWatcher include/kde4/KDE/KTextEditor/TemplateInterface include/kde4/KDE/KTextEditor/TemplateInterface2 include/kde4/KDE/KTextEditor/TextHintInterface include/kde4/KDE/KTextEditor/VariableInterface include/kde4/KDE/KTextEditor/View include/kde4/KDE/KTimeComboBox include/kde4/KDE/KTimeZone include/kde4/KDE/KTimeZoneData include/kde4/KDE/KTimeZoneSource include/kde4/KDE/KTimeZoneWidget include/kde4/KDE/KTimeZones include/kde4/KDE/KTipDatabase include/kde4/KDE/KTipDialog include/kde4/KDE/KTitleWidget include/kde4/KDE/KToggleAction include/kde4/KDE/KToggleFullScreenAction include/kde4/KDE/KToggleToolBarAction include/kde4/KDE/KToolBar include/kde4/KDE/KToolBarLabelAction include/kde4/KDE/KToolBarPopupAction include/kde4/KDE/KToolBarSpacerAction include/kde4/KDE/KToolInvocation include/kde4/KDE/KTreeWidgetSearchLine include/kde4/KDE/KTreeWidgetSearchLineWidget include/kde4/KDE/KTypeList include/kde4/KDE/KTypeListIndexOf include/kde4/KDE/KTypeListLength include/kde4/KDE/KTzfileTimeZone include/kde4/KDE/KTzfileTimeZoneSource include/kde4/KDE/KUndoStack include/kde4/KDE/KUniqueApplication include/kde4/KDE/KUnitConversion/Converter include/kde4/KDE/KUnitConversion/Unit include/kde4/KDE/KUnitConversion/UnitCategory include/kde4/KDE/KUnitConversion/Value include/kde4/KDE/KUnitTest/Runner include/kde4/KDE/KUnitTest/SlotTester include/kde4/KDE/KUnitTest/TestResults include/kde4/KDE/KUnitTest/Tester include/kde4/KDE/KUriFilter include/kde4/KDE/KUriFilterData include/kde4/KDE/KUriFilterPlugin include/kde4/KDE/KUrl include/kde4/KDE/KUrlComboBox include/kde4/KDE/KUrlComboRequester include/kde4/KDE/KUrlCompletion include/kde4/KDE/KUrlLabel include/kde4/KDE/KUrlNavigator include/kde4/KDE/KUrlPixmapProvider include/kde4/KDE/KUrlRequester include/kde4/KDE/KUrlRequesterDialog include/kde4/KDE/KUser include/kde4/KDE/KUserGroup include/kde4/KDE/KVBox include/kde4/KDE/KViewStateMaintainer include/kde4/KDE/KViewStateSaver include/kde4/KDE/KWallet/Wallet include/kde4/KDE/KWebPage include/kde4/KDE/KWebPluginFactory include/kde4/KDE/KWebView include/kde4/KDE/KWebWallet include/kde4/KDE/KWidgetItemDelegate include/kde4/KDE/KWidgetJobTracker include/kde4/KDE/KWindowInfo include/kde4/KDE/KWindowSystem include/kde4/KDE/KWordMacroExpander include/kde4/KDE/KWordWrap include/kde4/KDE/KXBELBookmarkImporterImpl include/kde4/KDE/KXErrorHandler include/kde4/KDE/KXMLGUIBuilder include/kde4/KDE/KXMLGUIClient include/kde4/KDE/KXMLGUIFactory include/kde4/KDE/KXMessages include/kde4/KDE/KXYSelector include/kde4/KDE/KXmlGuiWindow include/kde4/KDE/KZip include/kde4/KDE/KZipFileEntry include/kde4/KDE/KZoneAllocator include/kde4/KDE/KonqBookmarkMenu include/kde4/KDE/KonqBookmarkOwner include/kde4/KDE/Kross/Action include/kde4/KDE/Kross/ActionCollection include/kde4/KDE/Kross/ActionCollectionEditor include/kde4/KDE/Kross/ActionCollectionModel include/kde4/KDE/Kross/ActionCollectionProxyModel include/kde4/KDE/Kross/ActionCollectionView include/kde4/KDE/Kross/ChildrenInterface include/kde4/KDE/Kross/ErrorInterface include/kde4/KDE/Kross/Interpreter include/kde4/KDE/Kross/InterpreterInfo include/kde4/KDE/Kross/Manager include/kde4/KDE/Kross/MetaFunction include/kde4/KDE/Kross/MetaType include/kde4/KDE/Kross/MetaTypeHandler include/kde4/KDE/Kross/MetaTypeImpl include/kde4/KDE/Kross/MetaTypeVariant include/kde4/KDE/Kross/MetaTypeVoidStar include/kde4/KDE/Kross/Object include/kde4/KDE/Kross/Script include/kde4/KDE/Kross/ScriptingPlugin include/kde4/KDE/Kross/WrapperInterface include/kde4/KDE/NET include/kde4/KDE/NETRootInfo include/kde4/KDE/NETWinInfo include/kde4/KDE/Nepomuk/File include/kde4/KDE/Nepomuk/KRatingPainter include/kde4/KDE/Nepomuk/KRatingWidget include/kde4/KDE/Nepomuk/MassUpdateJob include/kde4/KDE/Nepomuk/Query/AndTerm include/kde4/KDE/Nepomuk/Query/ComparisonTerm include/kde4/KDE/Nepomuk/Query/FileQuery include/kde4/KDE/Nepomuk/Query/GroupTerm include/kde4/KDE/Nepomuk/Query/LiteralTerm include/kde4/KDE/Nepomuk/Query/NegationTerm include/kde4/KDE/Nepomuk/Query/OptionalTerm include/kde4/KDE/Nepomuk/Query/OrTerm include/kde4/KDE/Nepomuk/Query/Query include/kde4/KDE/Nepomuk/Query/QueryParser include/kde4/KDE/Nepomuk/Query/QueryServiceClient include/kde4/KDE/Nepomuk/Query/ResourceTerm include/kde4/KDE/Nepomuk/Query/ResourceTypeTerm include/kde4/KDE/Nepomuk/Query/Result include/kde4/KDE/Nepomuk/Query/SimpleTerm include/kde4/KDE/Nepomuk/Query/StandardQuery include/kde4/KDE/Nepomuk/Query/Term include/kde4/KDE/Nepomuk/Resource include/kde4/KDE/Nepomuk/ResourceManager include/kde4/KDE/Nepomuk/Service include/kde4/KDE/Nepomuk/Tag include/kde4/KDE/Nepomuk/TagWidget include/kde4/KDE/Nepomuk/Thing include/kde4/KDE/Nepomuk/Types/Class include/kde4/KDE/Nepomuk/Types/Literal include/kde4/KDE/Nepomuk/Types/Ontology include/kde4/KDE/Nepomuk/Types/Property include/kde4/KDE/Nepomuk/Utils/DynamicResourceFacet include/kde4/KDE/Nepomuk/Utils/Facet include/kde4/KDE/Nepomuk/Utils/FacetWidget include/kde4/KDE/Nepomuk/Utils/ProxyFacet include/kde4/KDE/Nepomuk/Utils/ResourceModel include/kde4/KDE/Nepomuk/Utils/SearchWidget include/kde4/KDE/Nepomuk/Utils/SimpleFacet include/kde4/KDE/Nepomuk/Utils/SimpleResourceModel include/kde4/KDE/Nepomuk/Variant include/kde4/KDE/Nepomuk/Vocabulary/NCAL include/kde4/KDE/Nepomuk/Vocabulary/NCO include/kde4/KDE/Nepomuk/Vocabulary/NDO include/kde4/KDE/Nepomuk/Vocabulary/NEXIF include/kde4/KDE/Nepomuk/Vocabulary/NFO include/kde4/KDE/Nepomuk/Vocabulary/NIE include/kde4/KDE/Nepomuk/Vocabulary/NMM include/kde4/KDE/Nepomuk/Vocabulary/NMO include/kde4/KDE/Nepomuk/Vocabulary/NUAO include/kde4/KDE/Nepomuk/Vocabulary/PIMO include/kde4/KDE/Nepomuk/Vocabulary/TMO include/kde4/KDE/OrgKdeKDirNotifyInterface include/kde4/KDE/OrgKdeKLauncherInterface include/kde4/KDE/Plasma/AbstractDialogManager include/kde4/KDE/Plasma/AbstractRunner include/kde4/KDE/Plasma/AbstractToolBox include/kde4/KDE/Plasma/AccessAppletJob include/kde4/KDE/Plasma/AccessManager include/kde4/KDE/Plasma/Animation include/kde4/KDE/Plasma/AnimationDriver include/kde4/KDE/Plasma/Animator include/kde4/KDE/Plasma/Applet include/kde4/KDE/Plasma/AppletScript include/kde4/KDE/Plasma/AuthorizationInterface include/kde4/KDE/Plasma/AuthorizationManager include/kde4/KDE/Plasma/AuthorizationRule include/kde4/KDE/Plasma/BusyWidget include/kde4/KDE/Plasma/CheckBox include/kde4/KDE/Plasma/ClientPinRequest include/kde4/KDE/Plasma/ComboBox include/kde4/KDE/Plasma/ConfigLoader include/kde4/KDE/Plasma/Containment include/kde4/KDE/Plasma/ContainmentActions include/kde4/KDE/Plasma/Context include/kde4/KDE/Plasma/Corona include/kde4/KDE/Plasma/Credentials include/kde4/KDE/Plasma/DataContainer include/kde4/KDE/Plasma/DataEngine include/kde4/KDE/Plasma/DataEngineManager include/kde4/KDE/Plasma/DataEngineScript include/kde4/KDE/Plasma/DeclarativeWidget include/kde4/KDE/Plasma/Delegate include/kde4/KDE/Plasma/Dialog include/kde4/KDE/Plasma/Extender include/kde4/KDE/Plasma/ExtenderGroup include/kde4/KDE/Plasma/ExtenderItem include/kde4/KDE/Plasma/FlashingLabel include/kde4/KDE/Plasma/Frame include/kde4/KDE/Plasma/FrameSvg include/kde4/KDE/Plasma/GLApplet include/kde4/KDE/Plasma/GroupBox include/kde4/KDE/Plasma/IconWidget include/kde4/KDE/Plasma/ItemBackground include/kde4/KDE/Plasma/Label include/kde4/KDE/Plasma/LineEdit include/kde4/KDE/Plasma/Meter include/kde4/KDE/Plasma/Package include/kde4/KDE/Plasma/PackageMetadata include/kde4/KDE/Plasma/PackageStructure include/kde4/KDE/Plasma/PaintUtils include/kde4/KDE/Plasma/Plasma include/kde4/KDE/Plasma/PluginLoader include/kde4/KDE/Plasma/PopupApplet include/kde4/KDE/Plasma/PushButton include/kde4/KDE/Plasma/QueryMatch include/kde4/KDE/Plasma/RadioButton include/kde4/KDE/Plasma/RunnerContext include/kde4/KDE/Plasma/RunnerManager include/kde4/KDE/Plasma/RunnerScript include/kde4/KDE/Plasma/ScriptEngine include/kde4/KDE/Plasma/ScrollBar include/kde4/KDE/Plasma/ScrollWidget include/kde4/KDE/Plasma/Separator include/kde4/KDE/Plasma/Service include/kde4/KDE/Plasma/ServiceJob include/kde4/KDE/Plasma/SignalPlotter include/kde4/KDE/Plasma/Slider include/kde4/KDE/Plasma/SpinBox include/kde4/KDE/Plasma/Svg include/kde4/KDE/Plasma/SvgWidget include/kde4/KDE/Plasma/TabBar include/kde4/KDE/Plasma/TextBrowser include/kde4/KDE/Plasma/TextEdit include/kde4/KDE/Plasma/Theme include/kde4/KDE/Plasma/ToolButton include/kde4/KDE/Plasma/ToolTipContent include/kde4/KDE/Plasma/ToolTipManager include/kde4/KDE/Plasma/TreeView include/kde4/KDE/Plasma/Version include/kde4/KDE/Plasma/VideoWidget include/kde4/KDE/Plasma/View include/kde4/KDE/Plasma/Wallpaper include/kde4/KDE/Plasma/WallpaperScript include/kde4/KDE/Plasma/WebView include/kde4/KDE/Plasma/WindowEffects include/kde4/KDE/PtyProcess include/kde4/KDE/Solid/AcAdapter include/kde4/KDE/Solid/AudioInterface include/kde4/KDE/Solid/Battery include/kde4/KDE/Solid/Block include/kde4/KDE/Solid/Button include/kde4/KDE/Solid/Camera include/kde4/KDE/Solid/Device include/kde4/KDE/Solid/DeviceInterface include/kde4/KDE/Solid/DeviceNotifier include/kde4/KDE/Solid/DvbInterface include/kde4/KDE/Solid/GenericInterface include/kde4/KDE/Solid/NetworkInterface include/kde4/KDE/Solid/NetworkShare include/kde4/KDE/Solid/Networking include/kde4/KDE/Solid/OpticalDisc include/kde4/KDE/Solid/OpticalDrive include/kde4/KDE/Solid/PortableMediaPlayer include/kde4/KDE/Solid/PowerManagement include/kde4/KDE/Solid/Predicate include/kde4/KDE/Solid/Processor include/kde4/KDE/Solid/StorageAccess include/kde4/KDE/Solid/StorageDrive include/kde4/KDE/Solid/StorageVolume include/kde4/KDE/Sonnet/ConfigDialog include/kde4/KDE/Sonnet/ConfigWidget include/kde4/KDE/Sonnet/Dialog include/kde4/KDE/Sonnet/DictionaryComboBox include/kde4/KDE/Sonnet/Highlighter include/kde4/KDE/SshProcess include/kde4/KDE/StubProcess include/kde4/KDE/SuProcess include/kde4/KDE/ThreadWeaver/DependencyPolicy include/kde4/KDE/ThreadWeaver/Job include/kde4/KDE/ThreadWeaver/JobCollection include/kde4/KDE/ThreadWeaver/JobSequence include/kde4/KDE/ThreadWeaver/QueuePolicy include/kde4/KDE/ThreadWeaver/ResourceRestrictionPolicy include/kde4/KDE/ThreadWeaver/State include/kde4/KDE/ThreadWeaver/Thread include/kde4/KDE/ThreadWeaver/Weaver include/kde4/KDE/ThreadWeaver/WeaverInterface include/kde4/KDE/ThreadWeaver/WeaverObserver include/kde4/KDE/ThumbCreator include/kde4/KDE/kdbgstream include/kde4/KDE/khtml/DrawContentsEvent include/kde4/KDE/khtml/MouseDoubleClickEvent include/kde4/KDE/khtml/MouseEvent include/kde4/KDE/khtml/MouseMoveEvent include/kde4/KDE/khtml/MousePressEvent include/kde4/KDE/khtml/MouseReleaseEvent include/kde4/KDE/kndbgstream include/kde4/config-nepomuk.h include/kde4/conversion_check.h include/kde4/dnssd/dnssd_export.h include/kde4/dnssd/domainbrowser.h include/kde4/dnssd/domainmodel.h include/kde4/dnssd/publicservice.h include/kde4/dnssd/remoteservice.h include/kde4/dnssd/servicebase.h include/kde4/dnssd/servicebrowser.h include/kde4/dnssd/servicemodel.h include/kde4/dnssd/servicetypebrowser.h include/kde4/dnssd/settings.h include/kde4/dockmainwindow3.h include/kde4/dom/css_rule.h include/kde4/dom/css_stylesheet.h include/kde4/dom/css_value.h include/kde4/dom/dom2_events.h include/kde4/dom/dom2_range.h include/kde4/dom/dom2_traversal.h include/kde4/dom/dom2_views.h include/kde4/dom/dom_core.h include/kde4/dom/dom_doc.h include/kde4/dom/dom_element.h include/kde4/dom/dom_exception.h include/kde4/dom/dom_html.h include/kde4/dom/dom_misc.h include/kde4/dom/dom_node.h include/kde4/dom/dom_string.h include/kde4/dom/dom_text.h include/kde4/dom/dom_xml.h include/kde4/dom/html_base.h include/kde4/dom/html_block.h include/kde4/dom/html_document.h include/kde4/dom/html_element.h include/kde4/dom/html_form.h include/kde4/dom/html_head.h include/kde4/dom/html_image.h include/kde4/dom/html_inline.h include/kde4/dom/html_list.h include/kde4/dom/html_misc.h include/kde4/dom/html_object.h include/kde4/dom/html_table.h include/kde4/fixx11h.h include/kde4/k3aboutapplication.h include/kde4/k3aboutdialog.h include/kde4/k3activelabel.h include/kde4/k3bookmarkdrag.h include/kde4/k3bufferedsocket.h include/kde4/k3buttonbox.h include/kde4/k3clientsocketbase.h include/kde4/k3colordrag.h include/kde4/k3command.h include/kde4/k3datagramsocket.h include/kde4/k3dockwidget.h include/kde4/k3filetreeview.h include/kde4/k3filetreeviewitem.h include/kde4/k3fileview.h include/kde4/k3httpproxysocketdevice.h include/kde4/k3icon_p.h include/kde4/k3iconview.h include/kde4/k3iconviewsearchline.h include/kde4/k3listbox.h include/kde4/k3listview.h include/kde4/k3listviewsearchline.h include/kde4/k3mimesourcefactory.h include/kde4/k3multipledrag.h include/kde4/k3panelapplet.h include/kde4/k3panelmenu.h include/kde4/k3passworddialog.h include/kde4/k3popupmenu.h include/kde4/k3process.h include/kde4/k3processcontroller.h include/kde4/k3procio.h include/kde4/k3resolver.h include/kde4/k3reverseresolver.h include/kde4/k3rfcdate.h include/kde4/k3sconfig.h include/kde4/k3serversocket.h include/kde4/k3socketaddress.h include/kde4/k3socketbase.h include/kde4/k3socketdevice.h include/kde4/k3socks.h include/kde4/k3sockssocketdevice.h include/kde4/k3spell.h include/kde4/k3spelldlg.h include/kde4/k3sqlpropertymap.h include/kde4/k3staticdeleter.h include/kde4/k3streamsocket.h include/kde4/k3syntaxhighlighter.h include/kde4/k3tempfile.h include/kde4/k3textedit.h include/kde4/k3urldrag.h include/kde4/k3wizard.h include/kde4/kaboutapplicationdialog.h include/kde4/kaboutdata.h include/kde4/kabstractfileitemactionplugin.h include/kde4/kabstractfilemodule.h include/kde4/kabstractfilewidget.h include/kde4/kabstractwidgetjobtracker.h include/kde4/kacceleratormanager.h include/kde4/kaccelgen.h include/kde4/kacl.h include/kde4/kaction.h include/kde4/kactioncategory.h include/kde4/kactioncollection.h include/kde4/kactionmenu.h include/kde4/kactionselector.h include/kde4/kactivelabel.h include/kde4/kallocator.h include/kde4/kanimatedbutton.h include/kde4/kapplication.h include/kde4/kar.h include/kde4/karchive.h include/kde4/karchive_export.h include/kde4/karrowbutton.h include/kde4/kascii.h include/kde4/kassistantdialog.h include/kde4/kauth.h include/kde4/kauthaction.h include/kde4/kauthactionreply.h include/kde4/kauthactionwatcher.h include/kde4/kauthhelpersupport.h include/kde4/kauthorized.h include/kde4/kautomount.h include/kde4/kautosavefile.h include/kde4/kautostart.h include/kde4/kbookmark.h include/kde4/kbookmarkdialog.h include/kde4/kbookmarkdombuilder.h include/kde4/kbookmarkexporter.h include/kde4/kbookmarkimporter.h include/kde4/kbookmarkimporter_crash.h include/kde4/kbookmarkimporter_ie.h include/kde4/kbookmarkimporter_ns.h include/kde4/kbookmarkimporter_opera.h include/kde4/kbookmarkmanager.h include/kde4/kbookmarkmenu.h include/kde4/kbreadcrumbselectionmodel.h include/kde4/kbugreport.h include/kde4/kbuildsycocaprogressdialog.h include/kde4/kbuttongroup.h include/kde4/kcalendarsystem.h include/kde4/kcalendarsystemfactory.h include/kde4/kcapacitybar.h include/kde4/kcategorizedsortfilterproxymodel.h include/kde4/kcategorizedview.h include/kde4/kcategorydrawer.h include/kde4/kcharselect.h include/kde4/kcharsets.h include/kde4/kcheckableproxymodel.h include/kde4/kcmdlineargs.h include/kde4/kcmodule.h include/kde4/kcmodulecontainer.h include/kde4/kcmoduleinfo.h include/kde4/kcmoduleloader.h include/kde4/kcmoduleproxy.h include/kde4/kcmultidialog.h include/kde4/kcmutils_export.h include/kde4/kcodecaction.h include/kde4/kcodecs.h include/kde4/kcolorbutton.h include/kde4/kcolorchoosermode.h include/kde4/kcolorcollection.h include/kde4/kcolorcombo.h include/kde4/kcolordialog.h include/kde4/kcolormimedata.h include/kde4/kcolorscheme.h include/kde4/kcolorutils.h include/kde4/kcolorvalueselector.h include/kde4/kcombobox.h include/kde4/kcompletion.h include/kde4/kcompletionbox.h include/kde4/kcomponentdata.h include/kde4/kcompositejob.h include/kde4/kconfig.h include/kde4/kconfigbase.h include/kde4/kconfigdialog.h include/kde4/kconfigdialogmanager.h include/kde4/kconfiggroup.h include/kde4/kconfigskeleton.h include/kde4/kcoreconfigskeleton.h include/kde4/kcrash.h include/kde4/kcurrencycode.h include/kde4/kcursor.h include/kde4/kdatatool.h include/kde4/kdatecombobox.h include/kde4/kdatepicker.h include/kde4/kdatetable.h include/kde4/kdatetime.h include/kde4/kdatetimeedit.h include/kde4/kdatetimewidget.h include/kde4/kdatewidget.h include/kde4/kdbusconnectionpool.h include/kde4/kdbusservicestarter.h include/kde4/kde3support_export.h include/kde4/kde_file.h include/kde4/kde_terminal_interface.h include/kde4/kde_terminal_interface_v2.h include/kde4/kdebug.h include/kde4/kdeclarative.h include/kde4/kdeclarative_export.h include/kde4/kdecore_export.h include/kde4/kdedmodule.h include/kde4/kdefakes.h include/kde4/kdemacros.h include/kde4/kdeprintdialog.h include/kde4/kdescendantsproxymodel.h include/kde4/kdesktopfile.h include/kde4/kdesktopfileactions.h include/kde4/kdesu/client.h include/kde4/kdesu/defaults.h include/kde4/kdesu/kdesu_export.h include/kde4/kdesu/process.h include/kde4/kdesu/ssh.h include/kde4/kdesu/stub.h include/kde4/kdesu/su.h include/kde4/kdeui_export.h include/kde4/kdeversion.h include/kde4/kdevicelistmodel.h include/kde4/kdewebkit_export.h include/kde4/kdialog.h include/kde4/kdialogbuttonbox.h include/kde4/kdialogjobuidelegate.h include/kde4/kdirlister.h include/kde4/kdirmodel.h include/kde4/kdirnotify.h include/kde4/kdiroperator.h include/kde4/kdirselectdialog.h include/kde4/kdirsortfilterproxymodel.h include/kde4/kdirwatch.h include/kde4/kdiskfreespace.h include/kde4/kdiskfreespaceinfo.h include/kde4/kdualaction.h include/kde4/keditlistbox.h include/kde4/keditlistwidget.h include/kde4/kedittoolbar.h include/kde4/kemailsettings.h include/kde4/kemoticons.h include/kde4/kemoticons_export.h include/kde4/kemoticonsprovider.h include/kde4/kemoticonstheme.h include/kde4/kencodingdetector.h include/kde4/kencodingfiledialog.h include/kde4/kencodingprober.h include/kde4/kexportplugin.h include/kde4/kextendableitemdelegate.h include/kde4/kfadewidgeteffect.h include/kde4/kfile.h include/kde4/kfile_export.h include/kde4/kfiledialog.h include/kde4/kfilefiltercombo.h include/kde4/kfileitem.h include/kde4/kfileitemactionplugin.h include/kde4/kfileitemactions.h include/kde4/kfileitemdelegate.h include/kde4/kfileitemlistproperties.h include/kde4/kfilemetadataconfigurationwidget.h include/kde4/kfilemetadatawidget.h include/kde4/kfilemetainfo.h include/kde4/kfilemetainfoitem.h include/kde4/kfileplacesmodel.h include/kde4/kfileplacesview.h include/kde4/kfilepreviewgenerator.h include/kde4/kfileshare.h include/kde4/kfilesharedialog.h include/kde4/kfilesharedlg.h include/kde4/kfiletreebranch.h include/kde4/kfiletreeview.h include/kde4/kfilewidget.h include/kde4/kfilewriteplugin.h include/kde4/kfilterbase.h include/kde4/kfilterdev.h include/kde4/kfilterproxysearchline.h include/kde4/kfind.h include/kde4/kfinddialog.h include/kde4/kfontaction.h include/kde4/kfontchooser.h include/kde4/kfontcombobox.h include/kde4/kfontdialog.h include/kde4/kfontrequester.h include/kde4/kfontsizeaction.h include/kde4/kfontutils.h include/kde4/kgenericfactory.h include/kde4/kgenericfactory.tcc include/kde4/kgesture.h include/kde4/kglobal.h include/kde4/kglobalaccel.h include/kde4/kglobalsettings.h include/kde4/kglobalshortcutinfo.h include/kde4/kglobalshortcutinfo_p.h include/kde4/kgraphicswebview.h include/kde4/kguiitem.h include/kde4/khbox.h include/kde4/khelpmenu.h include/kde4/khexedit/byteseditinterface.h include/kde4/khexedit/charcolumninterface.h include/kde4/khexedit/clipboardinterface.h include/kde4/khexedit/valuecolumninterface.h include/kde4/khexedit/zoominterface.h include/kde4/khistorycombobox.h include/kde4/khtml_events.h include/kde4/khtml_export.h include/kde4/khtml_part.h include/kde4/khtml_settings.h include/kde4/khtmldefaults.h include/kde4/khtmlview.h include/kde4/khuesaturationselect.h include/kde4/kicon.h include/kde4/kiconcache.h include/kde4/kicondialog.h include/kde4/kiconeffect.h include/kde4/kiconloader.h include/kde4/kicontheme.h include/kde4/kidentityproxymodel.h include/kde4/kidletime.h include/kde4/kidletime_export.h include/kde4/kimagecache.h include/kde4/kimagefilepreview.h include/kde4/kimageio.h include/kde4/kimproxy.h include/kde4/kimproxy_export.h include/kde4/kinputdialog.h include/kde4/kio/accessmanager.h include/kde4/kio/authinfo.h include/kde4/kio/chmodjob.h include/kde4/kio/connection.h include/kde4/kio/copyjob.h include/kde4/kio/davjob.h include/kde4/kio/deletejob.h include/kde4/kio/directorysizejob.h include/kde4/kio/filejob.h include/kde4/kio/fileundomanager.h include/kde4/kio/forwardingslavebase.h include/kde4/kio/global.h include/kde4/kio/http.h include/kde4/kio/http_slave_defaults.h include/kde4/kio/ioslave_defaults.h include/kde4/kio/job.h include/kde4/kio/jobclasses.h include/kde4/kio/jobuidelegate.h include/kde4/kio/kio_export.h include/kde4/kio/kntlm.h include/kde4/kio/kntlm_export.h include/kde4/kio/metainfojob.h include/kde4/kio/netaccess.h include/kde4/kio/passworddialog.h include/kde4/kio/paste.h include/kde4/kio/previewjob.h include/kde4/kio/renamedialog.h include/kde4/kio/renamedialogplugin.h include/kde4/kio/renamedlg.h include/kde4/kio/scheduler.h include/kde4/kio/sessiondata.h include/kde4/kio/skipdialog.h include/kde4/kio/slave.h include/kde4/kio/slavebase.h include/kde4/kio/slaveconfig.h include/kde4/kio/slaveinterface.h include/kde4/kio/sslui.h include/kde4/kio/tcpslavebase.h include/kde4/kio/thumbcreator.h include/kde4/kio/thumbsequencecreator.h include/kde4/kio/udsentry.h include/kde4/kjob.h include/kde4/kjobtrackerinterface.h include/kde4/kjobuidelegate.h include/kde4/kjs/kjsapi_export.h include/kde4/kjs/kjsarguments.h include/kde4/kjs/kjscontext.h include/kde4/kjs/kjsinterpreter.h include/kde4/kjs/kjsobject.h include/kde4/kjs/kjsprototype.h include/kde4/kkeysequencewidget.h include/kde4/kkeyserver.h include/kde4/kkeyserver_x11.h include/kde4/klanguagebutton.h include/kde4/klauncher_iface.h include/kde4/kled.h include/kde4/klibloader.h include/kde4/klibrary.h include/kde4/klineedit.h include/kde4/klinkitemselectionmodel.h include/kde4/klistwidget.h include/kde4/klistwidgetsearchline.h include/kde4/klocale.h include/kde4/klocalizeddate.h include/kde4/klocalizedstring.h include/kde4/klocalsocket.h include/kde4/klockfile.h include/kde4/kmacroexpander.h include/kde4/kmainwindow.h include/kde4/kmanagerselection.h include/kde4/kmediaplayer/kmediaplayer_export.h include/kde4/kmediaplayer/player.h include/kde4/kmediaplayer/view.h include/kde4/kmenu.h include/kde4/kmenubar.h include/kde4/kmessage.h include/kde4/kmessagebox.h include/kde4/kmessageboxmessagehandler.h include/kde4/kmessagewidget.h include/kde4/kmimetype.h include/kde4/kmimetypechooser.h include/kde4/kmimetyperesolver.h include/kde4/kmimetypetrader.h include/kde4/kmodelindexproxymapper.h include/kde4/kmodifierkeyinfo.h include/kde4/kmountpoint.h include/kde4/kmultitabbar.h include/kde4/knameandurlinputdialog.h include/kde4/knewfilemenu.h include/kde4/knewpassworddialog.h include/kde4/knewstuff2/core/author.h include/kde4/knewstuff2/core/category.h include/kde4/knewstuff2/core/entry.h include/kde4/knewstuff2/core/installation.h include/kde4/knewstuff2/core/ktranslatable.h include/kde4/knewstuff2/engine.h include/kde4/knewstuff2/knewstuff_export.h include/kde4/knewstuff2/ui/knewstuffaction.h include/kde4/knewstuff2/ui/knewstuffbutton.h include/kde4/knewstuff3/downloaddialog.h include/kde4/knewstuff3/downloadmanager.h include/kde4/knewstuff3/downloadwidget.h include/kde4/knewstuff3/entry.h include/kde4/knewstuff3/knewstuff_export.h include/kde4/knewstuff3/knewstuffaction.h include/kde4/knewstuff3/knewstuffbutton.h include/kde4/knewstuff3/uploaddialog.h include/kde4/knfsshare.h include/kde4/knotification.h include/kde4/knotificationrestrictions.h include/kde4/knotifyconfig_export.h include/kde4/knotifyconfigwidget.h include/kde4/knuminput.h include/kde4/knumvalidator.h include/kde4/konqbookmarkmenu.h include/kde4/kopenwithdialog.h include/kde4/kpagedialog.h include/kde4/kpagemodel.h include/kde4/kpageview.h include/kde4/kpagewidget.h include/kde4/kpagewidgetmodel.h include/kde4/kparts/browserextension.h include/kde4/kparts/browserinterface.h include/kde4/kparts/browseropenorsavequestion.h include/kde4/kparts/browserrun.h include/kde4/kparts/componentfactory.h include/kde4/kparts/event.h include/kde4/kparts/factory.h include/kde4/kparts/fileinfoextension.h include/kde4/kparts/genericfactory.h include/kde4/kparts/historyprovider.h include/kde4/kparts/htmlextension.h include/kde4/kparts/kparts_export.h include/kde4/kparts/listingextension.h include/kde4/kparts/mainwindow.h include/kde4/kparts/part.h include/kde4/kparts/partmanager.h include/kde4/kparts/plugin.h include/kde4/kparts/scriptableextension.h include/kde4/kparts/statusbarextension.h include/kde4/kparts/textextension.h include/kde4/kpassivepopup.h include/kde4/kpassivepopupmessagehandler.h include/kde4/kpassworddialog.h include/kde4/kpastetextaction.h include/kde4/kpixmapcache.h include/kde4/kpixmapprovider.h include/kde4/kpixmapregionselectordialog.h include/kde4/kpixmapregionselectorwidget.h include/kde4/kpixmapsequence.h include/kde4/kpixmapsequenceoverlaypainter.h include/kde4/kpixmapsequencewidget.h include/kde4/kplotaxis.h include/kde4/kplotobject.h include/kde4/kplotpoint.h include/kde4/kplotwidget.h include/kde4/kpluginfactory.h include/kde4/kplugininfo.h include/kde4/kpluginloader.h include/kde4/kpluginselector.h include/kde4/kpreviewwidgetbase.h include/kde4/kprintpreview.h include/kde4/kprintutils_export.h include/kde4/kprocess.h include/kde4/kprogressdialog.h include/kde4/kpropertiesdialog.h include/kde4/kpropsdialog.h include/kde4/kpropsdlg.h include/kde4/kprotocolinfo.h include/kde4/kprotocolmanager.h include/kde4/kpty.h include/kde4/kpty_export.h include/kde4/kptydevice.h include/kde4/kptyprocess.h include/kde4/kpushbutton.h include/kde4/krandom.h include/kde4/krandomsequence.h include/kde4/kratingpainter.h include/kde4/kratingwidget.h include/kde4/krecentdirs.h include/kde4/krecentdocument.h include/kde4/krecentfilesaction.h include/kde4/krecursivefilterproxymodel.h include/kde4/kregexpeditorinterface.h include/kde4/kremoteencoding.h include/kde4/kreplace.h include/kde4/kreplacedialog.h include/kde4/krestrictedline.h include/kde4/krichtextedit.h include/kde4/krichtextwidget.h include/kde4/kross/core/action.h include/kde4/kross/core/actioncollection.h include/kde4/kross/core/childreninterface.h include/kde4/kross/core/errorinterface.h include/kde4/kross/core/interpreter.h include/kde4/kross/core/kross_export.h include/kde4/kross/core/krossconfig.h include/kde4/kross/core/manager.h include/kde4/kross/core/metafunction.h include/kde4/kross/core/metatype.h include/kde4/kross/core/object.h include/kde4/kross/core/script.h include/kde4/kross/core/wrapperinterface.h include/kde4/kross/ui/model.h include/kde4/kross/ui/plugin.h include/kde4/kross/ui/view.h include/kde4/kruler.h include/kde4/krun.h include/kde4/ksambashare.h include/kde4/ksambasharedata.h include/kde4/ksavefile.h include/kde4/kscan.h include/kde4/kselectaction.h include/kde4/kselectionproxymodel.h include/kde4/kselector.h include/kde4/kseparator.h include/kde4/kservice.h include/kde4/kserviceaction.h include/kde4/kservicegroup.h include/kde4/kservicetype.h include/kde4/kservicetypeprofile.h include/kde4/kservicetypetrader.h include/kde4/ksessionmanager.h include/kde4/ksettings/dialog.h include/kde4/ksettings/dispatcher.h include/kde4/ksettings/pluginpage.h include/kde4/ksharedconfig.h include/kde4/kshareddatacache.h include/kde4/ksharedptr.h include/kde4/kshell.h include/kde4/kshellcompletion.h include/kde4/kshortcut.h include/kde4/kshortcutsdialog.h include/kde4/kshortcutseditor.h include/kde4/kshortcutwidget.h include/kde4/ksimpleconfig.h include/kde4/ksocketfactory.h include/kde4/ksortablelist.h include/kde4/kspeech.h include/kde4/kspeech_export.h include/kde4/ksplashscreen.h include/kde4/ksqueezedtextlabel.h include/kde4/kstandardaction.h include/kde4/kstandarddirs.h include/kde4/kstandardguiitem.h include/kde4/kstandardshortcut.h include/kde4/kstartupinfo.h include/kde4/kstatusbar.h include/kde4/kstatusbarjobtracker.h include/kde4/kstatusbarofflineindicator.h include/kde4/kstatusnotifieritem.h include/kde4/kstdaccel.h include/kde4/kstdaction.h include/kde4/kstdguiitem.h include/kde4/kstringhandler.h include/kde4/kstringvalidator.h include/kde4/kstyle.h include/kde4/ksvgrenderer.h include/kde4/ksycoca.h include/kde4/ksycocaentry.h include/kde4/ksycocatype.h include/kde4/ksystemeventfilter.h include/kde4/ksystemtimezone.h include/kde4/ksystemtrayicon.h include/kde4/ktabbar.h include/kde4/ktabwidget.h include/kde4/ktar.h include/kde4/ktcpsocket.h include/kde4/ktempdir.h include/kde4/ktemporaryfile.h include/kde4/ktextbrowser.h include/kde4/ktextedit.h include/kde4/ktexteditor/annotationinterface.h include/kde4/ktexteditor/attribute.h include/kde4/ktexteditor/codecompletioninterface.h include/kde4/ktexteditor/codecompletionmodel.h include/kde4/ktexteditor/codecompletionmodelcontrollerinterface.h include/kde4/ktexteditor/commandinterface.h include/kde4/ktexteditor/configinterface.h include/kde4/ktexteditor/configpage.h include/kde4/ktexteditor/containerinterface.h include/kde4/ktexteditor/cursor.h include/kde4/ktexteditor/cursorfeedback.h include/kde4/ktexteditor/document.h include/kde4/ktexteditor/editor.h include/kde4/ktexteditor/editorchooser.h include/kde4/ktexteditor/factory.h include/kde4/ktexteditor/highlightinterface.h include/kde4/ktexteditor/ktexteditor_export.h include/kde4/ktexteditor/loadsavefiltercheckplugin.h include/kde4/ktexteditor/markinterface.h include/kde4/ktexteditor/messageinterface.h include/kde4/ktexteditor/modeinterface.h include/kde4/ktexteditor/modificationinterface.h include/kde4/ktexteditor/movingcursor.h include/kde4/ktexteditor/movinginterface.h include/kde4/ktexteditor/movingrange.h include/kde4/ktexteditor/movingrangefeedback.h include/kde4/ktexteditor/plugin.h include/kde4/ktexteditor/range.h include/kde4/ktexteditor/rangefeedback.h include/kde4/ktexteditor/recoveryinterface.h include/kde4/ktexteditor/searchinterface.h include/kde4/ktexteditor/sessionconfiginterface.h include/kde4/ktexteditor/smartcursor.h include/kde4/ktexteditor/smartcursornotifier.h include/kde4/ktexteditor/smartcursorwatcher.h include/kde4/ktexteditor/smartinterface.h include/kde4/ktexteditor/smartrange.h include/kde4/ktexteditor/smartrangenotifier.h include/kde4/ktexteditor/smartrangewatcher.h include/kde4/ktexteditor/templateinterface.h include/kde4/ktexteditor/templateinterface2.h include/kde4/ktexteditor/texthintinterface.h include/kde4/ktexteditor/variableinterface.h include/kde4/ktexteditor/view.h include/kde4/ktimecombobox.h include/kde4/ktimezone.h include/kde4/ktimezonewidget.h include/kde4/ktip.h include/kde4/ktitlewidget.h include/kde4/ktoggleaction.h include/kde4/ktogglefullscreenaction.h include/kde4/ktoggletoolbaraction.h include/kde4/ktoolbar.h include/kde4/ktoolbarlabelaction.h include/kde4/ktoolbarpopupaction.h include/kde4/ktoolbarspaceraction.h include/kde4/ktoolinvocation.h include/kde4/ktrader.h include/kde4/ktreewidgetsearchline.h include/kde4/ktypelist.h include/kde4/ktypelistutils.h include/kde4/ktypetraits.h include/kde4/ktzfiletimezone.h include/kde4/kuiserverjobtracker.h include/kde4/kundostack.h include/kde4/kuniqueapplication.h include/kde4/kunitconversion/converter.h include/kde4/kunitconversion/kunitconversion_export.h include/kde4/kunitconversion/unit.h include/kde4/kunitconversion/unitcategory.h include/kde4/kunitconversion/value.h include/kde4/kunittest/kunittest_export.h include/kde4/kunittest/module.h include/kde4/kunittest/runner.h include/kde4/kunittest/tester.h include/kde4/kurifilter.h include/kde4/kurl.h include/kde4/kurlcombobox.h include/kde4/kurlcompletion.h include/kde4/kurllabel.h include/kde4/kurlnavigator.h include/kde4/kurlpixmapprovider.h include/kde4/kurlrequester.h include/kde4/kurlrequesterdialog.h include/kde4/kurlrequesterdlg.h include/kde4/kuser.h include/kde4/kvbox.h include/kde4/kviewstatemaintainer.h include/kde4/kviewstatesaver.h include/kde4/kwallet.h include/kde4/kwebpage.h include/kde4/kwebpluginfactory.h include/kde4/kwebview.h include/kde4/kwebwallet.h include/kde4/kwidgetitemdelegate.h include/kde4/kwidgetjobtracker.h include/kde4/kwindowinfo.h include/kde4/kwindowsystem.h include/kde4/kwordwrap.h include/kde4/kxerrorhandler.h include/kde4/kxmessages.h include/kde4/kxmlguibuilder.h include/kde4/kxmlguiclient.h include/kde4/kxmlguifactory.h include/kde4/kxmlguiwindow.h include/kde4/kxutils.h include/kde4/kxyselector.h include/kde4/kzip.h include/kde4/nepomuk/andterm.h include/kde4/nepomuk/class.h include/kde4/nepomuk/comparisonterm.h include/kde4/nepomuk/desktopontologyloader.h include/kde4/nepomuk/dynamicresourcefacet.h include/kde4/nepomuk/entity.h include/kde4/nepomuk/facet.h include/kde4/nepomuk/facetwidget.h include/kde4/nepomuk/file.h include/kde4/nepomuk/fileontologyloader.h include/kde4/nepomuk/filequery.h include/kde4/nepomuk/global.h include/kde4/nepomuk/groupterm.h include/kde4/nepomuk/kmetadatatagcloud.h include/kde4/nepomuk/kmetadatatagwidget.h include/kde4/nepomuk/kratingpainter.h include/kde4/nepomuk/kratingwidget.h include/kde4/nepomuk/ktagcloudwidget.h include/kde4/nepomuk/ktagdisplaywidget.h include/kde4/nepomuk/literal.h include/kde4/nepomuk/literalterm.h include/kde4/nepomuk/ncal.h include/kde4/nepomuk/nco.h include/kde4/nepomuk/ndo.h include/kde4/nepomuk/negationterm.h include/kde4/nepomuk/nepomuk_export.h include/kde4/nepomuk/nepomukmassupdatejob.h include/kde4/nepomuk/nepomukontologyloader.h include/kde4/nepomuk/nepomukquery_export.h include/kde4/nepomuk/nepomukservice.h include/kde4/nepomuk/nepomukutils_export.h include/kde4/nepomuk/nexif.h include/kde4/nepomuk/nfo.h include/kde4/nepomuk/nie.h include/kde4/nepomuk/nmm.h include/kde4/nepomuk/nmo.h include/kde4/nepomuk/nuao.h include/kde4/nepomuk/ontology.h include/kde4/nepomuk/ontologyloader.h include/kde4/nepomuk/ontologymanager.h include/kde4/nepomuk/optionalterm.h include/kde4/nepomuk/orterm.h include/kde4/nepomuk/pimo.h include/kde4/nepomuk/property.h include/kde4/nepomuk/proxyfacet.h include/kde4/nepomuk/query.h include/kde4/nepomuk/queryparser.h include/kde4/nepomuk/queryserviceclient.h include/kde4/nepomuk/resource.h include/kde4/nepomuk/resourcemanager.h include/kde4/nepomuk/resourcemodel.h include/kde4/nepomuk/resourceterm.h include/kde4/nepomuk/resourcetypeterm.h include/kde4/nepomuk/result.h include/kde4/nepomuk/searchwidget.h include/kde4/nepomuk/simplefacet.h include/kde4/nepomuk/simpleresourcemodel.h include/kde4/nepomuk/simpleterm.h include/kde4/nepomuk/standardqueries.h include/kde4/nepomuk/tag.h include/kde4/nepomuk/tagwidget.h include/kde4/nepomuk/term.h include/kde4/nepomuk/thing.h include/kde4/nepomuk/tmo.h include/kde4/nepomuk/tools.h include/kde4/nepomuk/utils.h include/kde4/nepomuk/variant.h include/kde4/netwm.h include/kde4/netwm_def.h include/kde4/passdlg.h include/kde4/plasma/abstractdialogmanager.h include/kde4/plasma/abstractrunner.h include/kde4/plasma/abstracttoolbox.h include/kde4/plasma/accessappletjob.h include/kde4/plasma/accessmanager.h include/kde4/plasma/animation.h include/kde4/plasma/animationdriver.h include/kde4/plasma/animations/animation.h include/kde4/plasma/animator.h include/kde4/plasma/applet.h include/kde4/plasma/authorizationinterface.h include/kde4/plasma/authorizationmanager.h include/kde4/plasma/authorizationrule.h include/kde4/plasma/clientpinrequest.h include/kde4/plasma/configloader.h include/kde4/plasma/containment.h include/kde4/plasma/containmentactions.h include/kde4/plasma/containmentactionspluginsconfig.h include/kde4/plasma/context.h include/kde4/plasma/corona.h include/kde4/plasma/credentials.h include/kde4/plasma/datacontainer.h include/kde4/plasma/dataengine.h include/kde4/plasma/dataenginemanager.h include/kde4/plasma/delegate.h include/kde4/plasma/dialog.h include/kde4/plasma/extender.h include/kde4/plasma/extendergroup.h include/kde4/plasma/extenderitem.h include/kde4/plasma/framesvg.h include/kde4/plasma/glapplet.h include/kde4/plasma/package.h include/kde4/plasma/packagemetadata.h include/kde4/plasma/packagestructure.h include/kde4/plasma/paintutils.h include/kde4/plasma/plasma.h include/kde4/plasma/plasma_export.h include/kde4/plasma/pluginloader.h include/kde4/plasma/popupapplet.h include/kde4/plasma/querymatch.h include/kde4/plasma/runnercontext.h include/kde4/plasma/runnermanager.h include/kde4/plasma/runnersyntax.h include/kde4/plasma/scripting/appletscript.h include/kde4/plasma/scripting/dataenginescript.h include/kde4/plasma/scripting/runnerscript.h include/kde4/plasma/scripting/scriptengine.h include/kde4/plasma/scripting/wallpaperscript.h include/kde4/plasma/service.h include/kde4/plasma/serviceaccessjob.h include/kde4/plasma/servicejob.h include/kde4/plasma/svg.h include/kde4/plasma/theme.h include/kde4/plasma/tooltipcontent.h include/kde4/plasma/tooltipmanager.h include/kde4/plasma/version.h include/kde4/plasma/view.h include/kde4/plasma/wallpaper.h include/kde4/plasma/widgets/busywidget.h include/kde4/plasma/widgets/checkbox.h include/kde4/plasma/widgets/combobox.h include/kde4/plasma/widgets/declarativewidget.h include/kde4/plasma/widgets/flashinglabel.h include/kde4/plasma/widgets/frame.h include/kde4/plasma/widgets/groupbox.h include/kde4/plasma/widgets/iconwidget.h include/kde4/plasma/widgets/itembackground.h include/kde4/plasma/widgets/label.h include/kde4/plasma/widgets/lineedit.h include/kde4/plasma/widgets/meter.h include/kde4/plasma/widgets/pushbutton.h include/kde4/plasma/widgets/radiobutton.h include/kde4/plasma/widgets/scrollbar.h include/kde4/plasma/widgets/scrollwidget.h include/kde4/plasma/widgets/separator.h include/kde4/plasma/widgets/signalplotter.h include/kde4/plasma/widgets/slider.h include/kde4/plasma/widgets/spinbox.h include/kde4/plasma/widgets/svgwidget.h include/kde4/plasma/widgets/tabbar.h include/kde4/plasma/widgets/textbrowser.h include/kde4/plasma/widgets/textedit.h include/kde4/plasma/widgets/toolbutton.h include/kde4/plasma/widgets/treeview.h include/kde4/plasma/widgets/videowidget.h include/kde4/plasma/widgets/webview.h include/kde4/plasma/windoweffects.h include/kde4/predicateproperties.h include/kde4/qtest_kde.h include/kde4/skipdlg.h include/kde4/solid/acadapter.h include/kde4/solid/audiointerface.h include/kde4/solid/battery.h include/kde4/solid/block.h include/kde4/solid/button.h include/kde4/solid/camera.h include/kde4/solid/device.h include/kde4/solid/deviceinterface.h include/kde4/solid/devicenotifier.h include/kde4/solid/dvbinterface.h include/kde4/solid/genericinterface.h include/kde4/solid/internetgateway.h include/kde4/solid/networking.h include/kde4/solid/networkinterface.h include/kde4/solid/networkshare.h include/kde4/solid/opticaldisc.h include/kde4/solid/opticaldrive.h include/kde4/solid/portablemediaplayer.h include/kde4/solid/powermanagement.h include/kde4/solid/predicate.h include/kde4/solid/processor.h include/kde4/solid/serialinterface.h include/kde4/solid/smartcardreader.h include/kde4/solid/solid_export.h include/kde4/solid/solidnamespace.h include/kde4/solid/storageaccess.h include/kde4/solid/storagedrive.h include/kde4/solid/storagevolume.h include/kde4/solid/video.h include/kde4/sonnet/backgroundchecker.h include/kde4/sonnet/configdialog.h include/kde4/sonnet/configwidget.h include/kde4/sonnet/dialog.h include/kde4/sonnet/dictionarycombobox.h include/kde4/sonnet/globals.h include/kde4/sonnet/highlighter.h include/kde4/sonnet/speller.h include/kde4/threadweaver/DebuggingAids.h include/kde4/threadweaver/DependencyPolicy.h include/kde4/threadweaver/Job.h include/kde4/threadweaver/JobCollection.h include/kde4/threadweaver/JobSequence.h include/kde4/threadweaver/QueuePolicy.h include/kde4/threadweaver/ResourceRestrictionPolicy.h include/kde4/threadweaver/State.h include/kde4/threadweaver/Thread.h include/kde4/threadweaver/ThreadWeaver.h include/kde4/threadweaver/WeaverInterface.h include/kde4/threadweaver/WeaverObserver.h include/kde4/threadweaver/threadweaver_export.h lib/cmake/KDeclarative/KDeclarativeConfig.cmake lib/cmake/KDeclarative/KDeclarativeConfigVersion.cmake lib/cmake/KDeclarative/KDeclarativeLibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KDeclarative/KDeclarativeLibraryTargets.cmake lib/kde4/emoticonstheme_adium.so lib/kde4/emoticonstheme_kde.so lib/kde4/emoticonstheme_pidgin.so lib/kde4/emoticonstheme_xmpp.so lib/kde4/kcm_ssl.so lib/kde4/kded_kcookiejar.so lib/kde4/kded_kssld.so lib/kde4/kded_proxyscout.so lib/kde4/kfileaudiopreview.so lib/kde4/kfilemodule.so lib/kde4/khtmladaptorpart.so lib/kde4/khtmlimagepart.so lib/kde4/kio_file.so lib/kde4/kio_ftp.so lib/kde4/kio_ghelp.so lib/kde4/kio_help.so lib/kde4/kio_http.so lib/kde4/kio_metainfo.so lib/kde4/kjavaappletviewer.so lib/kde4/krosskjs.so lib/kde4/krossmoduleforms.so lib/kde4/krossmodulekdetranslation.so lib/kde4/krossqts.so lib/kde4/kspell_enchant.so lib/kde4/ktranscript.so lib/kde4/libexec/filesharelist lib/kde4/libexec/fileshareset lib/kde4/libexec/kauth-policy-gen lib/kde4/libexec/kconf_update lib/kde4/libexec/kdesu_stub lib/kde4/libexec/kio_http_cache_cleaner lib/kde4/libexec/kioslave lib/kde4/libexec/klauncher lib/kde4/libexec/kpac_dhcp_helper lib/kde4/libexec/ksendbugmail lib/kde4/libexec/lnusertemp lib/kde4/libexec/start_kdeinit lib/kde4/libexec/start_kdeinit_wrapper lib/kde4/libkhtmlpart.so lib/kde4/libkmultipart.so lib/kde4/notepadpart.so lib/kde4/plugins/designer/kde3supportwidgets.so lib/kde4/plugins/designer/kdedeprecated.so lib/kde4/plugins/designer/kdewebkitwidgets.so lib/kde4/plugins/designer/kdewidgets.so lib/kde4/plugins/imageformats/kimg_dds.so lib/kde4/plugins/imageformats/kimg_eps.so -lib/kde4/plugins/imageformats/kimg_exr.so +%%OPENEXR%%lib/kde4/plugins/imageformats/kimg_exr.so lib/kde4/plugins/imageformats/kimg_jp2.so lib/kde4/plugins/imageformats/kimg_pcx.so lib/kde4/plugins/imageformats/kimg_pic.so lib/kde4/plugins/imageformats/kimg_psd.so lib/kde4/plugins/imageformats/kimg_ras.so lib/kde4/plugins/imageformats/kimg_rgb.so lib/kde4/plugins/imageformats/kimg_tga.so lib/kde4/plugins/imageformats/kimg_xcf.so lib/kde4/plugins/imageformats/kimg_xview.so lib/kde4/plugins/kauth/backend/kauth_backend_plugin.so lib/kde4/plugins/kauth/helper/kauth_helper_plugin.so lib/kde4/plugins/script/libkrossqtsplugin.so lib/kde4/plugins/script/libkrossqtsplugin.so.4 lib/kde4/plugins/script/libkrossqtsplugin.so.%%KDE4_KDELIBS_VERSION%% lib/kde4/spellcheckplugin.so lib/libkcmutils.so lib/libkcmutils.so.4 lib/libkcmutils.so.%%KDE4_KDELIBS_VERSION%% lib/libkde3support.so lib/libkde3support.so.4 lib/libkde3support.so.%%KDE4_KDELIBS_VERSION%% lib/libkdeclarative.so lib/libkdeclarative.so.5 lib/libkdeclarative.so.%%KDE4_NG_KDELIBS_VERSION%% lib/libkdecore.so lib/libkdecore.so.5 lib/libkdecore.so.%%KDE4_NG_KDELIBS_VERSION%% lib/libkdefakes.so lib/libkdefakes.so.5 lib/libkdefakes.so.%%KDE4_NG_KDELIBS_VERSION%% lib/libkdeinit4_kbuildsycoca4.so lib/libkdeinit4_kconf_update.so lib/libkdeinit4_kded4.so lib/libkdeinit4_kio_http_cache_cleaner.so lib/libkdeinit4_klauncher.so lib/libkdesu.so lib/libkdesu.so.5 lib/libkdesu.so.%%KDE4_NG_KDELIBS_VERSION%% lib/libkdeui.so lib/libkdeui.so.5 lib/libkdeui.so.%%KDE4_NG_KDELIBS_VERSION%% lib/libkdewebkit.so lib/libkdewebkit.so.5 lib/libkdewebkit.so.%%KDE4_NG_KDELIBS_VERSION%% lib/libkdnssd.so lib/libkdnssd.so.4 lib/libkdnssd.so.%%KDE4_KDELIBS_VERSION%% lib/libkemoticons.so lib/libkemoticons.so.4 lib/libkemoticons.so.%%KDE4_KDELIBS_VERSION%% lib/libkfile.so lib/libkfile.so.4 lib/libkfile.so.%%KDE4_KDELIBS_VERSION%% lib/libkhtml.so lib/libkhtml.so.5 lib/libkhtml.so.%%KDE4_NG_KDELIBS_VERSION%% lib/libkidletime.so lib/libkidletime.so.4 lib/libkidletime.so.%%KDE4_KDELIBS_VERSION%% lib/libkimproxy.so lib/libkimproxy.so.4 lib/libkimproxy.so.%%KDE4_KDELIBS_VERSION%% lib/libkio.so lib/libkio.so.5 lib/libkio.so.%%KDE4_NG_KDELIBS_VERSION%% lib/libkjs.so lib/libkjs.so.4 lib/libkjs.so.%%KDE4_KDELIBS_VERSION%% lib/libkjsapi.so lib/libkjsapi.so.4 lib/libkjsapi.so.%%KDE4_KDELIBS_VERSION%% lib/libkjsembed.so lib/libkjsembed.so.4 lib/libkjsembed.so.%%KDE4_KDELIBS_VERSION%% lib/libkmediaplayer.so lib/libkmediaplayer.so.4 lib/libkmediaplayer.so.%%KDE4_KDELIBS_VERSION%% lib/libknewstuff2.so lib/libknewstuff2.so.4 lib/libknewstuff2.so.%%KDE4_KDELIBS_VERSION%% lib/libknewstuff3.so lib/libknewstuff3.so.4 lib/libknewstuff3.so.%%KDE4_KDELIBS_VERSION%% lib/libknotifyconfig.so lib/libknotifyconfig.so.4 lib/libknotifyconfig.so.%%KDE4_KDELIBS_VERSION%% lib/libkntlm.so lib/libkntlm.so.4 lib/libkntlm.so.%%KDE4_KDELIBS_VERSION%% lib/libkparts.so lib/libkparts.so.4 lib/libkparts.so.%%KDE4_KDELIBS_VERSION%% lib/libkprintutils.so lib/libkprintutils.so.4 lib/libkprintutils.so.%%KDE4_KDELIBS_VERSION%% lib/libkpty.so lib/libkpty.so.4 lib/libkpty.so.%%KDE4_KDELIBS_VERSION%% lib/libkrosscore.so lib/libkrosscore.so.4 lib/libkrosscore.so.%%KDE4_KDELIBS_VERSION%% lib/libkrossui.so lib/libkrossui.so.4 lib/libkrossui.so.%%KDE4_KDELIBS_VERSION%% lib/libktexteditor.so lib/libktexteditor.so.4 lib/libktexteditor.so.%%KDE4_KDELIBS_VERSION%% lib/libkunitconversion.so lib/libkunitconversion.so.4 lib/libkunitconversion.so.%%KDE4_KDELIBS_VERSION%% lib/libkunittest.so lib/libkunittest.so.4 lib/libkunittest.so.%%KDE4_KDELIBS_VERSION%% lib/libkutils.so lib/libkutils.so.4 lib/libkutils.so.%%KDE4_KDELIBS_VERSION%% lib/libnepomuk.so lib/libnepomuk.so.4 lib/libnepomuk.so.%%KDE4_KDELIBS_VERSION%% lib/libnepomukquery.so lib/libnepomukquery.so.4 lib/libnepomukquery.so.%%KDE4_KDELIBS_VERSION%% lib/libnepomukutils.so lib/libnepomukutils.so.4 lib/libnepomukutils.so.%%KDE4_KDELIBS_VERSION%% lib/libplasma.so lib/libplasma.so.3 lib/libplasma.so.3.0.0 lib/libsolid.so lib/libsolid.so.4 lib/libsolid.so.%%KDE4_KDELIBS_VERSION%% lib/libthreadweaver.so lib/libthreadweaver.so.4 lib/libthreadweaver.so.%%KDE4_KDELIBS_VERSION%% man/man1/checkXML.1.gz man/man1/kconfig_compiler.1.gz man/man1/kde4-config.1.gz man/man1/kjs.1.gz man/man1/kjscmd.1.gz man/man1/kross.1.gz man/man1/makekdewidgets.1.gz man/man1/preparetips.1.gz man/man7/kdeoptions.7.gz man/man7/qtoptions.7.gz man/man8/kbuildsycoca4.8.gz man/man8/kcookiejar4.8.gz man/man8/kded4.8.gz man/man8/kdeinit4.8.gz man/man8/meinproc4.8.gz share/applications/kde4/kmailservice.desktop share/applications/kde4/ktelnetservice.desktop share/apps/LICENSES/ARTISTIC share/apps/LICENSES/BSD share/apps/LICENSES/GPL_V2 share/apps/LICENSES/GPL_V3 share/apps/LICENSES/LGPL_V2 share/apps/LICENSES/LGPL_V3 share/apps/LICENSES/QPL_V1.0 share/apps/cmake/modules/BasicFindPackageVersion.cmake.in share/apps/cmake/modules/CheckPointerMember.cmake share/apps/cmake/modules/CheckPrototypeExists.cmake share/apps/cmake/modules/CheckStructMember.cmake share/apps/cmake/modules/FindACL.cmake share/apps/cmake/modules/FindAGG.cmake share/apps/cmake/modules/FindAkode.cmake share/apps/cmake/modules/FindAlsa.cmake share/apps/cmake/modules/FindAutomoc4.cmake share/apps/cmake/modules/FindAvahi.cmake share/apps/cmake/modules/FindBerkeleyDB.cmake share/apps/cmake/modules/FindBlitz.cmake share/apps/cmake/modules/FindBlueZ.cmake share/apps/cmake/modules/FindCarbon.cmake share/apps/cmake/modules/FindDBusMenuQt.cmake share/apps/cmake/modules/FindDNSSD.cmake share/apps/cmake/modules/FindENCHANT.cmake share/apps/cmake/modules/FindEigen.cmake share/apps/cmake/modules/FindEigen2.cmake share/apps/cmake/modules/FindExiv2.cmake share/apps/cmake/modules/FindFAM.cmake share/apps/cmake/modules/FindFFmpeg.cmake share/apps/cmake/modules/FindFlac.cmake share/apps/cmake/modules/FindFlex.cmake share/apps/cmake/modules/FindFontconfig.cmake share/apps/cmake/modules/FindGLIB2.cmake share/apps/cmake/modules/FindGMP.cmake share/apps/cmake/modules/FindGObject.cmake share/apps/cmake/modules/FindGSSAPI.cmake share/apps/cmake/modules/FindGStreamer.cmake share/apps/cmake/modules/FindGettext.cmake share/apps/cmake/modules/FindGphoto2.cmake share/apps/cmake/modules/FindHUNSPELL.cmake share/apps/cmake/modules/FindHUpnp.cmake share/apps/cmake/modules/FindIOKit.cmake share/apps/cmake/modules/FindKDE4Internal.cmake share/apps/cmake/modules/FindKDE4Workspace.cmake share/apps/cmake/modules/FindKDevPlatform.cmake share/apps/cmake/modules/FindKdcraw.cmake share/apps/cmake/modules/FindKdeMultimedia.cmake share/apps/cmake/modules/FindKdepim.cmake share/apps/cmake/modules/FindKdepimLibs.cmake share/apps/cmake/modules/FindKexiv2.cmake share/apps/cmake/modules/FindKipi.cmake share/apps/cmake/modules/FindKopete.cmake share/apps/cmake/modules/FindKorundum.cmake share/apps/cmake/modules/FindLCMS.cmake share/apps/cmake/modules/FindLibArt.cmake share/apps/cmake/modules/FindLibAttica.cmake share/apps/cmake/modules/FindLibKonq.cmake share/apps/cmake/modules/FindLibLZMA.cmake share/apps/cmake/modules/FindLibPython.py share/apps/cmake/modules/FindLibXslt.cmake share/apps/cmake/modules/FindLibintl.cmake share/apps/cmake/modules/FindLibraryWithDebug.cmake share/apps/cmake/modules/FindLinuxWirelesstools.cmake share/apps/cmake/modules/FindMsgfmt.cmake share/apps/cmake/modules/FindMusicBrainz.cmake share/apps/cmake/modules/FindMySQL.cmake share/apps/cmake/modules/FindNepomuk.cmake share/apps/cmake/modules/FindNetworkManager.cmake share/apps/cmake/modules/FindOggVorbis.cmake share/apps/cmake/modules/FindOpenEXR.cmake share/apps/cmake/modules/FindPCRE.cmake share/apps/cmake/modules/FindPhonon.cmake share/apps/cmake/modules/FindPlasma.cmake share/apps/cmake/modules/FindPolkitQt-1.cmake share/apps/cmake/modules/FindPolkitQt.cmake share/apps/cmake/modules/FindPopplerQt4.cmake share/apps/cmake/modules/FindPostgreSQL.cmake share/apps/cmake/modules/FindPulseAudio.cmake share/apps/cmake/modules/FindPyKDE4.cmake share/apps/cmake/modules/FindPyKDE4.py share/apps/cmake/modules/FindPyQt.py share/apps/cmake/modules/FindPyQt4.cmake share/apps/cmake/modules/FindPythonLibrary.cmake share/apps/cmake/modules/FindQCA2.cmake share/apps/cmake/modules/FindQImageBlitz.cmake share/apps/cmake/modules/FindQt4.cmake share/apps/cmake/modules/FindRUBY.cmake share/apps/cmake/modules/FindSIP.cmake share/apps/cmake/modules/FindSIP.py share/apps/cmake/modules/FindSamba.cmake share/apps/cmake/modules/FindSane.cmake share/apps/cmake/modules/FindSasl2.cmake share/apps/cmake/modules/FindSharedDesktopOntologies.cmake share/apps/cmake/modules/FindSharedMimeInfo.cmake share/apps/cmake/modules/FindSoprano.cmake share/apps/cmake/modules/FindSqlite.cmake share/apps/cmake/modules/FindStrigi.cmake share/apps/cmake/modules/FindTaglib.cmake share/apps/cmake/modules/FindUSB.cmake share/apps/cmake/modules/FindWcecompat.cmake share/apps/cmake/modules/FindX11.cmake share/apps/cmake/modules/FindXKB.cmake share/apps/cmake/modules/FindXine.cmake share/apps/cmake/modules/FindXmms.cmake share/apps/cmake/modules/HandleImportedTargetsInCMakeRequiredLibraries.cmake share/apps/cmake/modules/KDE4Defaults.cmake share/apps/cmake/modules/KDE4Macros.cmake share/apps/cmake/modules/KDELibs4LibraryTargets-%%CMAKE_BUILD_TYPE%%.cmake share/apps/cmake/modules/KDELibs4LibraryTargets.cmake share/apps/cmake/modules/KDELibs4ToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake share/apps/cmake/modules/KDELibs4ToolsTargets.cmake share/apps/cmake/modules/KDELibsDependencies.cmake share/apps/cmake/modules/KDEPlatformProfile.cmake share/apps/cmake/modules/MacroAddCompileFlags.cmake share/apps/cmake/modules/MacroAddLinkFlags.cmake share/apps/cmake/modules/MacroAdditionalCleanFiles.cmake share/apps/cmake/modules/MacroAppendIf.cmake share/apps/cmake/modules/MacroBoolTo01.cmake share/apps/cmake/modules/MacroEnsureOutOfSourceBuild.cmake share/apps/cmake/modules/MacroEnsureVersion.cmake share/apps/cmake/modules/MacroKAuth.cmake share/apps/cmake/modules/MacroLibrary.cmake share/apps/cmake/modules/MacroLogFeature.cmake share/apps/cmake/modules/MacroOptionalAddSubdirectory.cmake share/apps/cmake/modules/MacroOptionalDependPackage.cmake share/apps/cmake/modules/MacroOptionalFindPackage.cmake share/apps/cmake/modules/MacroPushRequiredVars.cmake share/apps/cmake/modules/MacroWriteBasicCMakeVersionFile.cmake share/apps/cmake/modules/NepomukAddOntologyClasses.cmake share/apps/cmake/modules/NepomukMacros.cmake share/apps/cmake/modules/PythonCompile.py share/apps/cmake/modules/PythonMacros.cmake share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake share/apps/cmake/modules/Qt4Macros.cmake share/apps/cmake/modules/SIPMacros.cmake share/apps/cmake/modules/Win32Macros.cmake share/apps/cmake/modules/check_installed_exports_file.cmake share/apps/cmake/modules/cmake-modules-styleguide.txt share/apps/cmake/modules/config-alsa.h.cmake share/apps/cmake/modules/create_exe_symlink.cmake share/apps/cmake/modules/kde4_cmake_uninstall.cmake.in share/apps/cmake/modules/kde4_exec_via_sh.cmake share/apps/cmake/modules/kde4automoc.files.in share/apps/cmake/modules/kde4init_dummy.cpp.in share/apps/cmake/modules/kde4init_win32lib_dummy.cpp.in share/apps/cmake/modules/kde4uic.cmake share/apps/kauth/dbus_policy.stub share/apps/kauth/dbus_service.stub share/apps/kcharselect/kcharselect-data share/apps/kcm_componentchooser/kcm_instantmessenger.desktop share/apps/kcm_componentchooser/kcm_ktexteditor.desktop share/apps/kconf_update/kcookiescfg.pl share/apps/kconf_update/kcookiescfg.upd share/apps/kconf_update/kded.upd share/apps/kconf_update/kio_help.upd share/apps/kconf_update/kioslave.upd share/apps/kconf_update/ksslcertificatemanager.upd share/apps/kconf_update/ksslcertificatemanager.upd.sh share/apps/kconf_update/move_kio_help_cache.sh share/apps/kconf_update/proxytype.pl share/apps/kconf_update/useragent.pl share/apps/kdeui/about/bar-bottom-left.png share/apps/kdeui/about/bar-bottom-middle.png share/apps/kdeui/about/bar-bottom-right.png share/apps/kdeui/about/bar-middle-left.png share/apps/kdeui/about/bar-middle-right.png share/apps/kdeui/about/bar-top-left.png share/apps/kdeui/about/bar-top-middle.png share/apps/kdeui/about/bar-top-right.png share/apps/kdeui/about/body-background.png share/apps/kdeui/about/box-bottom-left.png share/apps/kdeui/about/box-bottom-middle.png share/apps/kdeui/about/box-bottom-right.png share/apps/kdeui/about/box-center.png share/apps/kdeui/about/box-middle-left.png share/apps/kdeui/about/box-middle-right.png share/apps/kdeui/about/box-top-left.png share/apps/kdeui/about/box-top-middle.png share/apps/kdeui/about/box-top-right.png share/apps/kdeui/about/kde_infopage.css share/apps/kdeui/about/kde_infopage_rtl.css share/apps/kdeui/about/top-middle.png share/apps/kdeui/pics/aboutkde.png share/apps/kdeui/pics/kdeprint_nup1.png share/apps/kdeui/pics/kdeprint_nup2.png share/apps/kdeui/pics/kdeprint_nup4.png share/apps/kdeui/pics/kdeprint_nupother.png share/apps/kdeui/pics/ktip-bulb.png share/apps/kdeui/pics/thumb_frame.png share/apps/kdewidgets/pics/k3iconview.png share/apps/kdewidgets/pics/k3listview.png share/apps/kdewidgets/pics/kactionselector.png share/apps/kdewidgets/pics/kactivelabel.png share/apps/kdewidgets/pics/kcharselect.png share/apps/kdewidgets/pics/kcmodule.png share/apps/kdewidgets/pics/kcolorbutton.png share/apps/kdewidgets/pics/kcolorcombo.png share/apps/kdewidgets/pics/kcombobox.png share/apps/kdewidgets/pics/kdatepicker.png share/apps/kdewidgets/pics/kdatetable.png share/apps/kdewidgets/pics/kdatetimewidget.png share/apps/kdewidgets/pics/kdatewidget.png share/apps/kdewidgets/pics/kdialog.png share/apps/kdewidgets/pics/kdoublenuminput.png share/apps/kdewidgets/pics/kdualcolorbutton.png share/apps/kdewidgets/pics/keditlistbox.png share/apps/kdewidgets/pics/kfontcombo.png share/apps/kdewidgets/pics/kfontrequester.png share/apps/kdewidgets/pics/kgradientselector.png share/apps/kdewidgets/pics/khistorycombo.png share/apps/kdewidgets/pics/khsselector.png share/apps/kdewidgets/pics/kiconbutton.png share/apps/kdewidgets/pics/kintnuminput.png share/apps/kdewidgets/pics/kintspinbox.png share/apps/kdewidgets/pics/kkeybutton.png share/apps/kdewidgets/pics/kled.png share/apps/kdewidgets/pics/klineedit.png share/apps/kdewidgets/pics/klistbox.png share/apps/kdewidgets/pics/kpalettetable.png share/apps/kdewidgets/pics/kpasswordedit.png share/apps/kdewidgets/pics/kpushbutton.png share/apps/kdewidgets/pics/krestrictedline.png share/apps/kdewidgets/pics/kruler.png share/apps/kdewidgets/pics/ksqueezedtextlabel.png share/apps/kdewidgets/pics/ktextbrowser.png share/apps/kdewidgets/pics/ktextedit.png share/apps/kdewidgets/pics/kurlcomborequester.png share/apps/kdewidgets/pics/kurllabel.png share/apps/kdewidgets/pics/kurlrequester.png share/apps/khtml/css/html4.css share/apps/khtml/css/presentational.css share/apps/khtml/css/quirks.css share/apps/khtml/domain_info share/apps/khtml/error.html share/apps/khtml/khtml.rc share/apps/khtml/khtml_browser.rc share/apps/kjava/kjava.jar share/apps/kjava/kjava.policy share/apps/kjava/pluginsinfo share/apps/knewstuff/pics/ghns_star.png share/apps/knewstuff/pics/ghns_star_gray.png share/apps/knewstuff/pics/thumb_frame.png share/apps/ksgmltools2/customization/README share/apps/ksgmltools2/customization/af/catalog.xml share/apps/ksgmltools2/customization/af/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/af/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/af/entities/help-menu.docbook share/apps/ksgmltools2/customization/af/entities/install-compile.docbook share/apps/ksgmltools2/customization/af/entities/install-intro.docbook share/apps/ksgmltools2/customization/af/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/af/entities/report-bugs.docbook share/apps/ksgmltools2/customization/af/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/af/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/af/entities/underFDL.docbook share/apps/ksgmltools2/customization/af/entities/underGPL.docbook share/apps/ksgmltools2/customization/af/entities/underX11License.docbook share/apps/ksgmltools2/customization/af/entities/update-doc.docbook share/apps/ksgmltools2/customization/af/lang.entities share/apps/ksgmltools2/customization/af/strings.entities share/apps/ksgmltools2/customization/af/user.entities share/apps/ksgmltools2/customization/bg/catalog.xml share/apps/ksgmltools2/customization/bg/contributor.entities share/apps/ksgmltools2/customization/bg/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/bg/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/bg/entities/help-menu.docbook share/apps/ksgmltools2/customization/bg/entities/install-compile.docbook share/apps/ksgmltools2/customization/bg/entities/install-intro.docbook share/apps/ksgmltools2/customization/bg/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/bg/entities/report-bugs.docbook share/apps/ksgmltools2/customization/bg/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/bg/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/bg/entities/underFDL.docbook share/apps/ksgmltools2/customization/bg/entities/underGPL.docbook share/apps/ksgmltools2/customization/bg/entities/underX11License.docbook share/apps/ksgmltools2/customization/bg/entities/update-doc.docbook share/apps/ksgmltools2/customization/bg/lang.entities share/apps/ksgmltools2/customization/bg/strings.entities share/apps/ksgmltools2/customization/bg/user.entities share/apps/ksgmltools2/customization/ca/catalog.xml share/apps/ksgmltools2/customization/ca/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/ca/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/ca/entities/help-menu.docbook share/apps/ksgmltools2/customization/ca/entities/install-compile.docbook share/apps/ksgmltools2/customization/ca/entities/install-intro.docbook share/apps/ksgmltools2/customization/ca/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/ca/entities/report-bugs.docbook share/apps/ksgmltools2/customization/ca/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/ca/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/ca/entities/underFDL.docbook share/apps/ksgmltools2/customization/ca/entities/underGPL.docbook share/apps/ksgmltools2/customization/ca/entities/underLGPL.docbook share/apps/ksgmltools2/customization/ca/entities/underX11License.docbook share/apps/ksgmltools2/customization/ca/entities/update-doc.docbook share/apps/ksgmltools2/customization/ca/lang.entities share/apps/ksgmltools2/customization/ca/strings.entities share/apps/ksgmltools2/customization/ca/user.entities share/apps/ksgmltools2/customization/catalog.xml share/apps/ksgmltools2/customization/cs/catalog.xml share/apps/ksgmltools2/customization/cs/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/cs/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/cs/entities/help-menu.docbook share/apps/ksgmltools2/customization/cs/entities/install-compile.docbook share/apps/ksgmltools2/customization/cs/entities/install-intro.docbook share/apps/ksgmltools2/customization/cs/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/cs/entities/report-bugs.docbook share/apps/ksgmltools2/customization/cs/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/cs/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/cs/entities/underFDL.docbook share/apps/ksgmltools2/customization/cs/entities/underGPL.docbook share/apps/ksgmltools2/customization/cs/entities/underX11License.docbook share/apps/ksgmltools2/customization/cs/entities/update-doc.docbook share/apps/ksgmltools2/customization/cs/lang.entities share/apps/ksgmltools2/customization/cs/strings.entities share/apps/ksgmltools2/customization/cs/user.entities share/apps/ksgmltools2/customization/da/catalog.xml share/apps/ksgmltools2/customization/da/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/da/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/da/entities/help-menu.docbook share/apps/ksgmltools2/customization/da/entities/install-compile.docbook share/apps/ksgmltools2/customization/da/entities/install-intro.docbook share/apps/ksgmltools2/customization/da/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/da/entities/report-bugs.docbook share/apps/ksgmltools2/customization/da/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/da/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/da/entities/underFDL.docbook share/apps/ksgmltools2/customization/da/entities/underGPL.docbook share/apps/ksgmltools2/customization/da/entities/underLGPL.docbook share/apps/ksgmltools2/customization/da/entities/underX11License.docbook share/apps/ksgmltools2/customization/da/entities/update-doc.docbook share/apps/ksgmltools2/customization/da/lang.entities share/apps/ksgmltools2/customization/da/strings.entities share/apps/ksgmltools2/customization/da/user.entities share/apps/ksgmltools2/customization/de/catalog.xml share/apps/ksgmltools2/customization/de/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/de/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/de/entities/help-menu.docbook share/apps/ksgmltools2/customization/de/entities/install-compile.docbook share/apps/ksgmltools2/customization/de/entities/install-intro.docbook share/apps/ksgmltools2/customization/de/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/de/entities/report-bugs.docbook share/apps/ksgmltools2/customization/de/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/de/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/de/entities/underFDL.docbook share/apps/ksgmltools2/customization/de/entities/underGPL.docbook share/apps/ksgmltools2/customization/de/entities/underLGPL.docbook share/apps/ksgmltools2/customization/de/entities/underX11License.docbook share/apps/ksgmltools2/customization/de/entities/update-doc.docbook share/apps/ksgmltools2/customization/de/lang.entities share/apps/ksgmltools2/customization/de/strings.entities share/apps/ksgmltools2/customization/de/user.entities share/apps/ksgmltools2/customization/dtd/kdex.dtd share/apps/ksgmltools2/customization/dtd/modifications.elements share/apps/ksgmltools2/customization/dtd/rdbhier2.elements share/apps/ksgmltools2/customization/dtd/rdbpool.elements share/apps/ksgmltools2/customization/el/catalog.xml share/apps/ksgmltools2/customization/el/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/el/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/el/entities/help-menu.docbook share/apps/ksgmltools2/customization/el/entities/install-compile.docbook share/apps/ksgmltools2/customization/el/entities/install-intro.docbook share/apps/ksgmltools2/customization/el/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/el/entities/report-bugs.docbook share/apps/ksgmltools2/customization/el/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/el/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/el/entities/underFDL.docbook share/apps/ksgmltools2/customization/el/entities/underGPL.docbook share/apps/ksgmltools2/customization/el/entities/underX11License.docbook share/apps/ksgmltools2/customization/el/entities/update-doc.docbook share/apps/ksgmltools2/customization/el/lang.entities share/apps/ksgmltools2/customization/el/strings.entities share/apps/ksgmltools2/customization/el/user.entities share/apps/ksgmltools2/customization/en-GB/catalog.xml share/apps/ksgmltools2/customization/en-GB/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/en-GB/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/en-GB/entities/help-menu.docbook share/apps/ksgmltools2/customization/en-GB/entities/install-compile.docbook share/apps/ksgmltools2/customization/en-GB/entities/install-intro.docbook share/apps/ksgmltools2/customization/en-GB/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/en-GB/entities/report-bugs.docbook share/apps/ksgmltools2/customization/en-GB/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/en-GB/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/en-GB/entities/underFDL.docbook share/apps/ksgmltools2/customization/en-GB/entities/underGPL.docbook share/apps/ksgmltools2/customization/en-GB/entities/underX11License.docbook share/apps/ksgmltools2/customization/en-GB/entities/update-doc.docbook share/apps/ksgmltools2/customization/en-GB/lang.entities share/apps/ksgmltools2/customization/en-GB/strings.entities share/apps/ksgmltools2/customization/en-GB/user.entities share/apps/ksgmltools2/customization/en/catalog.xml share/apps/ksgmltools2/customization/en/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/en/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/en/entities/help-menu.docbook share/apps/ksgmltools2/customization/en/entities/install-compile.docbook share/apps/ksgmltools2/customization/en/entities/install-intro.docbook share/apps/ksgmltools2/customization/en/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/en/entities/report-bugs.docbook share/apps/ksgmltools2/customization/en/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/en/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/en/entities/underFDL.docbook share/apps/ksgmltools2/customization/en/entities/underGPL.docbook share/apps/ksgmltools2/customization/en/entities/underLGPL.docbook share/apps/ksgmltools2/customization/en/entities/underX11License.docbook share/apps/ksgmltools2/customization/en/entities/update-doc.docbook share/apps/ksgmltools2/customization/en/lang.entities share/apps/ksgmltools2/customization/en/strings.entities share/apps/ksgmltools2/customization/en/user.entities share/apps/ksgmltools2/customization/entities/contributor.entities share/apps/ksgmltools2/customization/entities/general.entities share/apps/ksgmltools2/customization/entities/l10n.entities share/apps/ksgmltools2/customization/eo/catalog.xml share/apps/ksgmltools2/customization/eo/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/eo/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/eo/entities/help-menu.docbook share/apps/ksgmltools2/customization/eo/entities/install-compile.docbook share/apps/ksgmltools2/customization/eo/entities/install-intro.docbook share/apps/ksgmltools2/customization/eo/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/eo/entities/report-bugs.docbook share/apps/ksgmltools2/customization/eo/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/eo/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/eo/entities/underFDL.docbook share/apps/ksgmltools2/customization/eo/entities/underGPL.docbook share/apps/ksgmltools2/customization/eo/entities/underX11License.docbook share/apps/ksgmltools2/customization/eo/entities/update-doc.docbook share/apps/ksgmltools2/customization/eo/lang.entities share/apps/ksgmltools2/customization/eo/strings.entities share/apps/ksgmltools2/customization/eo/user.entities share/apps/ksgmltools2/customization/es/catalog.xml share/apps/ksgmltools2/customization/es/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/es/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/es/entities/help-menu.docbook share/apps/ksgmltools2/customization/es/entities/install-compile.docbook share/apps/ksgmltools2/customization/es/entities/install-intro.docbook share/apps/ksgmltools2/customization/es/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/es/entities/report-bugs.docbook share/apps/ksgmltools2/customization/es/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/es/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/es/entities/underFDL.docbook share/apps/ksgmltools2/customization/es/entities/underGPL.docbook share/apps/ksgmltools2/customization/es/entities/underLGPL.docbook share/apps/ksgmltools2/customization/es/entities/underX11License.docbook share/apps/ksgmltools2/customization/es/entities/update-doc.docbook share/apps/ksgmltools2/customization/es/lang.entities share/apps/ksgmltools2/customization/es/strings.entities share/apps/ksgmltools2/customization/es/user.entities share/apps/ksgmltools2/customization/et/catalog.xml share/apps/ksgmltools2/customization/et/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/et/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/et/entities/help-menu.docbook share/apps/ksgmltools2/customization/et/entities/install-compile.docbook share/apps/ksgmltools2/customization/et/entities/install-intro.docbook share/apps/ksgmltools2/customization/et/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/et/entities/report-bugs.docbook share/apps/ksgmltools2/customization/et/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/et/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/et/entities/underFDL.docbook share/apps/ksgmltools2/customization/et/entities/underGPL.docbook share/apps/ksgmltools2/customization/et/entities/underLGPL.docbook share/apps/ksgmltools2/customization/et/entities/underX11License.docbook share/apps/ksgmltools2/customization/et/entities/update-doc.docbook share/apps/ksgmltools2/customization/et/lang.entities share/apps/ksgmltools2/customization/et/strings.entities share/apps/ksgmltools2/customization/et/user.entities share/apps/ksgmltools2/customization/fi/catalog.xml share/apps/ksgmltools2/customization/fi/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/fi/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/fi/entities/help-menu.docbook share/apps/ksgmltools2/customization/fi/entities/install-compile.docbook share/apps/ksgmltools2/customization/fi/entities/install-intro.docbook share/apps/ksgmltools2/customization/fi/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/fi/entities/report-bugs.docbook share/apps/ksgmltools2/customization/fi/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/fi/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/fi/entities/underFDL.docbook share/apps/ksgmltools2/customization/fi/entities/underGPL.docbook share/apps/ksgmltools2/customization/fi/entities/underX11License.docbook share/apps/ksgmltools2/customization/fi/entities/update-doc.docbook share/apps/ksgmltools2/customization/fi/lang.entities share/apps/ksgmltools2/customization/fi/strings.entities share/apps/ksgmltools2/customization/fi/user.entities share/apps/ksgmltools2/customization/fo/catalog.xml share/apps/ksgmltools2/customization/fo/contributor.entities share/apps/ksgmltools2/customization/fo/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/fo/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/fo/entities/help-menu.docbook share/apps/ksgmltools2/customization/fo/entities/install-compile.docbook share/apps/ksgmltools2/customization/fo/entities/install-intro.docbook share/apps/ksgmltools2/customization/fo/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/fo/entities/report-bugs.docbook share/apps/ksgmltools2/customization/fo/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/fo/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/fo/entities/underFDL.docbook share/apps/ksgmltools2/customization/fo/entities/underGPL.docbook share/apps/ksgmltools2/customization/fo/entities/underX11License.docbook share/apps/ksgmltools2/customization/fo/entities/update-doc.docbook share/apps/ksgmltools2/customization/fo/lang.entities share/apps/ksgmltools2/customization/fo/strings.entities share/apps/ksgmltools2/customization/fo/user.entities share/apps/ksgmltools2/customization/fr/catalog.xml share/apps/ksgmltools2/customization/fr/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/fr/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/fr/entities/help-menu.docbook share/apps/ksgmltools2/customization/fr/entities/install-compile.docbook share/apps/ksgmltools2/customization/fr/entities/install-intro.docbook share/apps/ksgmltools2/customization/fr/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/fr/entities/report-bugs.docbook share/apps/ksgmltools2/customization/fr/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/fr/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/fr/entities/underFDL.docbook share/apps/ksgmltools2/customization/fr/entities/underGPL.docbook share/apps/ksgmltools2/customization/fr/entities/underLGPL.docbook share/apps/ksgmltools2/customization/fr/entities/underX11License.docbook share/apps/ksgmltools2/customization/fr/entities/update-doc.docbook share/apps/ksgmltools2/customization/fr/lang.entities share/apps/ksgmltools2/customization/fr/strings.entities share/apps/ksgmltools2/customization/fr/user.entities share/apps/ksgmltools2/customization/gl/catalog.xml share/apps/ksgmltools2/customization/gl/contributor.entities share/apps/ksgmltools2/customization/gl/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/gl/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/gl/entities/help-menu.docbook share/apps/ksgmltools2/customization/gl/entities/install-compile.docbook share/apps/ksgmltools2/customization/gl/entities/install-intro.docbook share/apps/ksgmltools2/customization/gl/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/gl/entities/report-bugs.docbook share/apps/ksgmltools2/customization/gl/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/gl/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/gl/entities/underFDL.docbook share/apps/ksgmltools2/customization/gl/entities/underGPL.docbook share/apps/ksgmltools2/customization/gl/entities/underLGPL.docbook share/apps/ksgmltools2/customization/gl/entities/underX11License.docbook share/apps/ksgmltools2/customization/gl/entities/update-doc.docbook share/apps/ksgmltools2/customization/gl/lang.entities share/apps/ksgmltools2/customization/gl/strings.entities share/apps/ksgmltools2/customization/gl/user.entities share/apps/ksgmltools2/customization/he/catalog.xml share/apps/ksgmltools2/customization/he/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/he/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/he/entities/help-menu.docbook share/apps/ksgmltools2/customization/he/entities/install-compile.docbook share/apps/ksgmltools2/customization/he/entities/install-intro.docbook share/apps/ksgmltools2/customization/he/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/he/entities/report-bugs.docbook share/apps/ksgmltools2/customization/he/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/he/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/he/entities/underFDL.docbook share/apps/ksgmltools2/customization/he/entities/underGPL.docbook share/apps/ksgmltools2/customization/he/entities/underX11License.docbook share/apps/ksgmltools2/customization/he/entities/update-doc.docbook share/apps/ksgmltools2/customization/he/lang.entities share/apps/ksgmltools2/customization/he/strings.entities share/apps/ksgmltools2/customization/he/user.entities share/apps/ksgmltools2/customization/htdig_index.xsl share/apps/ksgmltools2/customization/hu/catalog.xml share/apps/ksgmltools2/customization/hu/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/hu/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/hu/entities/help-menu.docbook share/apps/ksgmltools2/customization/hu/entities/install-compile.docbook share/apps/ksgmltools2/customization/hu/entities/install-intro.docbook share/apps/ksgmltools2/customization/hu/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/hu/entities/report-bugs.docbook share/apps/ksgmltools2/customization/hu/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/hu/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/hu/entities/underFDL.docbook share/apps/ksgmltools2/customization/hu/entities/underGPL.docbook share/apps/ksgmltools2/customization/hu/entities/underX11License.docbook share/apps/ksgmltools2/customization/hu/entities/update-doc.docbook share/apps/ksgmltools2/customization/hu/lang.entities share/apps/ksgmltools2/customization/hu/strings.entities share/apps/ksgmltools2/customization/hu/user.entities share/apps/ksgmltools2/customization/id/catalog.xml share/apps/ksgmltools2/customization/id/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/id/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/id/entities/help-menu.docbook share/apps/ksgmltools2/customization/id/entities/install-compile.docbook share/apps/ksgmltools2/customization/id/entities/install-intro.docbook share/apps/ksgmltools2/customization/id/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/id/entities/report-bugs.docbook share/apps/ksgmltools2/customization/id/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/id/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/id/entities/underFDL.docbook share/apps/ksgmltools2/customization/id/entities/underGPL.docbook share/apps/ksgmltools2/customization/id/entities/underX11License.docbook share/apps/ksgmltools2/customization/id/entities/update-doc.docbook share/apps/ksgmltools2/customization/id/lang.entities share/apps/ksgmltools2/customization/id/strings.entities share/apps/ksgmltools2/customization/id/user.entities share/apps/ksgmltools2/customization/it/catalog.xml share/apps/ksgmltools2/customization/it/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/it/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/it/entities/help-menu.docbook share/apps/ksgmltools2/customization/it/entities/install-compile.docbook share/apps/ksgmltools2/customization/it/entities/install-intro.docbook share/apps/ksgmltools2/customization/it/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/it/entities/report-bugs.docbook share/apps/ksgmltools2/customization/it/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/it/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/it/entities/underFDL.docbook share/apps/ksgmltools2/customization/it/entities/underGPL.docbook share/apps/ksgmltools2/customization/it/entities/underLGPL.docbook share/apps/ksgmltools2/customization/it/entities/underX11License.docbook share/apps/ksgmltools2/customization/it/entities/update-doc.docbook share/apps/ksgmltools2/customization/it/lang.entities share/apps/ksgmltools2/customization/it/strings.entities share/apps/ksgmltools2/customization/it/user.entities share/apps/ksgmltools2/customization/ja/catalog.xml share/apps/ksgmltools2/customization/ja/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/ja/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/ja/entities/help-menu.docbook share/apps/ksgmltools2/customization/ja/entities/install-compile.docbook share/apps/ksgmltools2/customization/ja/entities/install-intro.docbook share/apps/ksgmltools2/customization/ja/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/ja/entities/report-bugs.docbook share/apps/ksgmltools2/customization/ja/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/ja/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/ja/entities/underFDL.docbook share/apps/ksgmltools2/customization/ja/entities/underGPL.docbook share/apps/ksgmltools2/customization/ja/entities/underX11License.docbook share/apps/ksgmltools2/customization/ja/entities/update-doc.docbook share/apps/ksgmltools2/customization/ja/lang.entities share/apps/ksgmltools2/customization/ja/strings.entities share/apps/ksgmltools2/customization/ja/user.entities share/apps/ksgmltools2/customization/kde-chunk-common.xsl share/apps/ksgmltools2/customization/kde-chunk-online.xsl share/apps/ksgmltools2/customization/kde-chunk.xsl share/apps/ksgmltools2/customization/kde-include-common.xsl share/apps/ksgmltools2/customization/kde-include-man.xsl share/apps/ksgmltools2/customization/kde-navig-online.xsl share/apps/ksgmltools2/customization/kde-navig.xsl share/apps/ksgmltools2/customization/kde-nochunk.xsl share/apps/ksgmltools2/customization/kde-style.xsl share/apps/ksgmltools2/customization/kde-ttlpg-online.xsl share/apps/ksgmltools2/customization/kde-ttlpg.xsl share/apps/ksgmltools2/customization/kde-web-navig.xsl share/apps/ksgmltools2/customization/kde-web.xsl share/apps/ksgmltools2/customization/ko/catalog.xml share/apps/ksgmltools2/customization/ko/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/ko/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/ko/entities/help-menu.docbook share/apps/ksgmltools2/customization/ko/entities/install-compile.docbook share/apps/ksgmltools2/customization/ko/entities/install-intro.docbook share/apps/ksgmltools2/customization/ko/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/ko/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/ko/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/ko/entities/underFDL.docbook share/apps/ksgmltools2/customization/ko/entities/underGPL.docbook share/apps/ksgmltools2/customization/ko/entities/underLGPL.docbook share/apps/ksgmltools2/customization/ko/entities/underX11License.docbook share/apps/ksgmltools2/customization/ko/entities/update-doc.docbook share/apps/ksgmltools2/customization/ko/lang.entities share/apps/ksgmltools2/customization/ko/strings.entities share/apps/ksgmltools2/customization/ko/user.entities share/apps/ksgmltools2/customization/lt/catalog.xml share/apps/ksgmltools2/customization/lt/contributor.entities share/apps/ksgmltools2/customization/lt/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/lt/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/lt/entities/help-menu.docbook share/apps/ksgmltools2/customization/lt/entities/install-compile.docbook share/apps/ksgmltools2/customization/lt/entities/install-intro.docbook share/apps/ksgmltools2/customization/lt/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/lt/entities/report-bugs.docbook share/apps/ksgmltools2/customization/lt/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/lt/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/lt/entities/underFDL.docbook share/apps/ksgmltools2/customization/lt/entities/underGPL.docbook share/apps/ksgmltools2/customization/lt/entities/underLGPL.docbook share/apps/ksgmltools2/customization/lt/entities/underX11License.docbook share/apps/ksgmltools2/customization/lt/entities/update-doc.docbook share/apps/ksgmltools2/customization/lt/lang.entities share/apps/ksgmltools2/customization/lt/strings.entities share/apps/ksgmltools2/customization/lt/user.entities share/apps/ksgmltools2/customization/nds/catalog.xml share/apps/ksgmltools2/customization/nds/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/nds/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/nds/entities/help-menu.docbook share/apps/ksgmltools2/customization/nds/entities/install-compile.docbook share/apps/ksgmltools2/customization/nds/entities/install-intro.docbook share/apps/ksgmltools2/customization/nds/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/nds/entities/report-bugs.docbook share/apps/ksgmltools2/customization/nds/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/nds/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/nds/entities/underFDL.docbook share/apps/ksgmltools2/customization/nds/entities/underGPL.docbook share/apps/ksgmltools2/customization/nds/entities/underLGPL.docbook share/apps/ksgmltools2/customization/nds/entities/underX11License.docbook share/apps/ksgmltools2/customization/nds/entities/update-doc.docbook share/apps/ksgmltools2/customization/nds/lang.entities share/apps/ksgmltools2/customization/nds/strings.entities share/apps/ksgmltools2/customization/nds/user.entities share/apps/ksgmltools2/customization/nl/catalog.xml share/apps/ksgmltools2/customization/nl/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/nl/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/nl/entities/help-menu.docbook share/apps/ksgmltools2/customization/nl/entities/install-compile.docbook share/apps/ksgmltools2/customization/nl/entities/install-intro.docbook share/apps/ksgmltools2/customization/nl/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/nl/entities/report-bugs.docbook share/apps/ksgmltools2/customization/nl/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/nl/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/nl/entities/underFDL.docbook share/apps/ksgmltools2/customization/nl/entities/underGPL.docbook share/apps/ksgmltools2/customization/nl/entities/underLGPL.docbook share/apps/ksgmltools2/customization/nl/entities/underX11License.docbook share/apps/ksgmltools2/customization/nl/entities/update-doc.docbook share/apps/ksgmltools2/customization/nl/lang.entities share/apps/ksgmltools2/customization/nl/strings.entities share/apps/ksgmltools2/customization/nl/user.entities share/apps/ksgmltools2/customization/nn/catalog.xml share/apps/ksgmltools2/customization/nn/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/nn/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/nn/entities/help-menu.docbook share/apps/ksgmltools2/customization/nn/entities/install-compile.docbook share/apps/ksgmltools2/customization/nn/entities/install-intro.docbook share/apps/ksgmltools2/customization/nn/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/nn/entities/report-bugs.docbook share/apps/ksgmltools2/customization/nn/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/nn/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/nn/entities/underFDL.docbook share/apps/ksgmltools2/customization/nn/entities/underGPL.docbook share/apps/ksgmltools2/customization/nn/entities/underX11License.docbook share/apps/ksgmltools2/customization/nn/entities/update-doc.docbook share/apps/ksgmltools2/customization/nn/lang.entities share/apps/ksgmltools2/customization/nn/strings.entities share/apps/ksgmltools2/customization/nn/user.entities share/apps/ksgmltools2/customization/no/catalog.xml share/apps/ksgmltools2/customization/no/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/no/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/no/entities/help-menu.docbook share/apps/ksgmltools2/customization/no/entities/install-compile.docbook share/apps/ksgmltools2/customization/no/entities/install-intro.docbook share/apps/ksgmltools2/customization/no/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/no/entities/report-bugs.docbook share/apps/ksgmltools2/customization/no/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/no/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/no/entities/underFDL.docbook share/apps/ksgmltools2/customization/no/entities/underGPL.docbook share/apps/ksgmltools2/customization/no/entities/underX11License.docbook share/apps/ksgmltools2/customization/no/entities/update-doc.docbook share/apps/ksgmltools2/customization/no/lang.entities share/apps/ksgmltools2/customization/no/strings.entities share/apps/ksgmltools2/customization/no/user.entities share/apps/ksgmltools2/customization/pl/catalog.xml share/apps/ksgmltools2/customization/pl/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/pl/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/pl/entities/help-menu.docbook share/apps/ksgmltools2/customization/pl/entities/install-compile.docbook share/apps/ksgmltools2/customization/pl/entities/install-intro.docbook share/apps/ksgmltools2/customization/pl/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/pl/entities/report-bugs.docbook share/apps/ksgmltools2/customization/pl/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/pl/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/pl/entities/underFDL.docbook share/apps/ksgmltools2/customization/pl/entities/underGPL.docbook share/apps/ksgmltools2/customization/pl/entities/underLGPL.docbook share/apps/ksgmltools2/customization/pl/entities/underX11License.docbook share/apps/ksgmltools2/customization/pl/entities/update-doc.docbook share/apps/ksgmltools2/customization/pl/lang.entities share/apps/ksgmltools2/customization/pl/strings.entities share/apps/ksgmltools2/customization/pl/user.entities share/apps/ksgmltools2/customization/pt-BR/catalog.xml share/apps/ksgmltools2/customization/pt-BR/contributor.entities share/apps/ksgmltools2/customization/pt-BR/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/pt-BR/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/pt-BR/entities/help-menu.docbook share/apps/ksgmltools2/customization/pt-BR/entities/install-compile.docbook share/apps/ksgmltools2/customization/pt-BR/entities/install-intro.docbook share/apps/ksgmltools2/customization/pt-BR/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/pt-BR/entities/report-bugs.docbook share/apps/ksgmltools2/customization/pt-BR/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/pt-BR/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/pt-BR/entities/underFDL.docbook share/apps/ksgmltools2/customization/pt-BR/entities/underGPL.docbook share/apps/ksgmltools2/customization/pt-BR/entities/underLGPL.docbook share/apps/ksgmltools2/customization/pt-BR/entities/underX11License.docbook share/apps/ksgmltools2/customization/pt-BR/entities/update-doc.docbook share/apps/ksgmltools2/customization/pt-BR/lang.entities share/apps/ksgmltools2/customization/pt-BR/strings.entities share/apps/ksgmltools2/customization/pt-BR/user.entities share/apps/ksgmltools2/customization/pt/catalog.xml share/apps/ksgmltools2/customization/pt/contributor.entities share/apps/ksgmltools2/customization/pt/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/pt/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/pt/entities/help-menu.docbook share/apps/ksgmltools2/customization/pt/entities/install-compile.docbook share/apps/ksgmltools2/customization/pt/entities/install-intro.docbook share/apps/ksgmltools2/customization/pt/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/pt/entities/report-bugs.docbook share/apps/ksgmltools2/customization/pt/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/pt/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/pt/entities/underFDL.docbook share/apps/ksgmltools2/customization/pt/entities/underGPL.docbook share/apps/ksgmltools2/customization/pt/entities/underLGPL.docbook share/apps/ksgmltools2/customization/pt/entities/underX11License.docbook share/apps/ksgmltools2/customization/pt/entities/update-doc.docbook share/apps/ksgmltools2/customization/pt/lang.entities share/apps/ksgmltools2/customization/pt/strings.entities share/apps/ksgmltools2/customization/pt/user.entities share/apps/ksgmltools2/customization/ro/catalog.xml share/apps/ksgmltools2/customization/ro/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/ro/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/ro/entities/help-menu.docbook share/apps/ksgmltools2/customization/ro/entities/install-compile.docbook share/apps/ksgmltools2/customization/ro/entities/install-intro.docbook share/apps/ksgmltools2/customization/ro/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/ro/entities/report-bugs.docbook share/apps/ksgmltools2/customization/ro/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/ro/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/ro/entities/underFDL.docbook share/apps/ksgmltools2/customization/ro/entities/underGPL.docbook share/apps/ksgmltools2/customization/ro/entities/underLGPL.docbook share/apps/ksgmltools2/customization/ro/entities/underX11License.docbook share/apps/ksgmltools2/customization/ro/entities/update-doc.docbook share/apps/ksgmltools2/customization/ro/lang.entities share/apps/ksgmltools2/customization/ro/strings.entities share/apps/ksgmltools2/customization/ro/user.entities share/apps/ksgmltools2/customization/ru/catalog.xml share/apps/ksgmltools2/customization/ru/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/ru/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/ru/entities/help-menu.docbook share/apps/ksgmltools2/customization/ru/entities/install-compile.docbook share/apps/ksgmltools2/customization/ru/entities/install-intro.docbook share/apps/ksgmltools2/customization/ru/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/ru/entities/report-bugs.docbook share/apps/ksgmltools2/customization/ru/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/ru/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/ru/entities/underFDL.docbook share/apps/ksgmltools2/customization/ru/entities/underGPL.docbook share/apps/ksgmltools2/customization/ru/entities/underLGPL.docbook share/apps/ksgmltools2/customization/ru/entities/underX11License.docbook share/apps/ksgmltools2/customization/ru/entities/update-doc.docbook share/apps/ksgmltools2/customization/ru/lang.entities share/apps/ksgmltools2/customization/ru/strings.entities share/apps/ksgmltools2/customization/ru/user.entities share/apps/ksgmltools2/customization/sk/catalog.xml share/apps/ksgmltools2/customization/sk/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/sk/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/sk/entities/help-menu.docbook share/apps/ksgmltools2/customization/sk/entities/install-compile.docbook share/apps/ksgmltools2/customization/sk/entities/install-intro.docbook share/apps/ksgmltools2/customization/sk/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/sk/entities/report-bugs.docbook share/apps/ksgmltools2/customization/sk/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/sk/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/sk/entities/underFDL.docbook share/apps/ksgmltools2/customization/sk/entities/underGPL.docbook share/apps/ksgmltools2/customization/sk/entities/underX11License.docbook share/apps/ksgmltools2/customization/sk/entities/update-doc.docbook share/apps/ksgmltools2/customization/sk/lang.entities share/apps/ksgmltools2/customization/sk/strings.entities share/apps/ksgmltools2/customization/sk/user.entities share/apps/ksgmltools2/customization/sl/catalog.xml share/apps/ksgmltools2/customization/sl/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/sl/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/sl/entities/help-menu.docbook share/apps/ksgmltools2/customization/sl/entities/install-compile.docbook share/apps/ksgmltools2/customization/sl/entities/install-intro.docbook share/apps/ksgmltools2/customization/sl/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/sl/entities/report-bugs.docbook share/apps/ksgmltools2/customization/sl/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/sl/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/sl/entities/underFDL.docbook share/apps/ksgmltools2/customization/sl/entities/underGPL.docbook share/apps/ksgmltools2/customization/sl/entities/underX11License.docbook share/apps/ksgmltools2/customization/sl/entities/update-doc.docbook share/apps/ksgmltools2/customization/sl/lang.entities share/apps/ksgmltools2/customization/sl/strings.entities share/apps/ksgmltools2/customization/sl/user.entities share/apps/ksgmltools2/customization/sr/catalog.xml share/apps/ksgmltools2/customization/sr/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/sr/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/sr/entities/help-menu.docbook share/apps/ksgmltools2/customization/sr/entities/install-compile.docbook share/apps/ksgmltools2/customization/sr/entities/install-intro.docbook share/apps/ksgmltools2/customization/sr/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/sr/entities/report-bugs.docbook share/apps/ksgmltools2/customization/sr/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/sr/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/sr/entities/underFDL.docbook share/apps/ksgmltools2/customization/sr/entities/underGPL.docbook share/apps/ksgmltools2/customization/sr/entities/underLGPL.docbook share/apps/ksgmltools2/customization/sr/entities/underX11License.docbook share/apps/ksgmltools2/customization/sr/entities/update-doc.docbook share/apps/ksgmltools2/customization/sr/lang.entities share/apps/ksgmltools2/customization/sr/strings.entities share/apps/ksgmltools2/customization/sr/user.entities share/apps/ksgmltools2/customization/sr@ijekavian/catalog.xml share/apps/ksgmltools2/customization/sr@ijekavian/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/sr@ijekavian/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/sr@ijekavian/entities/help-menu.docbook share/apps/ksgmltools2/customization/sr@ijekavian/entities/install-compile.docbook share/apps/ksgmltools2/customization/sr@ijekavian/entities/install-intro.docbook share/apps/ksgmltools2/customization/sr@ijekavian/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/sr@ijekavian/entities/report-bugs.docbook share/apps/ksgmltools2/customization/sr@ijekavian/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/sr@ijekavian/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/sr@ijekavian/entities/underFDL.docbook share/apps/ksgmltools2/customization/sr@ijekavian/entities/underGPL.docbook share/apps/ksgmltools2/customization/sr@ijekavian/entities/underLGPL.docbook share/apps/ksgmltools2/customization/sr@ijekavian/entities/underX11License.docbook share/apps/ksgmltools2/customization/sr@ijekavian/entities/update-doc.docbook share/apps/ksgmltools2/customization/sr@ijekavian/lang.entities share/apps/ksgmltools2/customization/sr@ijekavian/strings.entities share/apps/ksgmltools2/customization/sr@ijekavian/user.entities share/apps/ksgmltools2/customization/sr@ijekavianlatin/catalog.xml share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/help-menu.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/install-compile.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/install-intro.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/report-bugs.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/underFDL.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/underGPL.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/underLGPL.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/underX11License.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/entities/update-doc.docbook share/apps/ksgmltools2/customization/sr@ijekavianlatin/lang.entities share/apps/ksgmltools2/customization/sr@ijekavianlatin/strings.entities share/apps/ksgmltools2/customization/sr@ijekavianlatin/user.entities share/apps/ksgmltools2/customization/sr@latin/catalog.xml share/apps/ksgmltools2/customization/sr@latin/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/sr@latin/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/sr@latin/entities/help-menu.docbook share/apps/ksgmltools2/customization/sr@latin/entities/install-compile.docbook share/apps/ksgmltools2/customization/sr@latin/entities/install-intro.docbook share/apps/ksgmltools2/customization/sr@latin/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/sr@latin/entities/report-bugs.docbook share/apps/ksgmltools2/customization/sr@latin/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/sr@latin/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/sr@latin/entities/underFDL.docbook share/apps/ksgmltools2/customization/sr@latin/entities/underGPL.docbook share/apps/ksgmltools2/customization/sr@latin/entities/underLGPL.docbook share/apps/ksgmltools2/customization/sr@latin/entities/underX11License.docbook share/apps/ksgmltools2/customization/sr@latin/entities/update-doc.docbook share/apps/ksgmltools2/customization/sr@latin/lang.entities share/apps/ksgmltools2/customization/sr@latin/strings.entities share/apps/ksgmltools2/customization/sr@latin/user.entities share/apps/ksgmltools2/customization/sv/catalog.xml share/apps/ksgmltools2/customization/sv/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/sv/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/sv/entities/help-menu.docbook share/apps/ksgmltools2/customization/sv/entities/install-compile.docbook share/apps/ksgmltools2/customization/sv/entities/install-intro.docbook share/apps/ksgmltools2/customization/sv/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/sv/entities/report-bugs.docbook share/apps/ksgmltools2/customization/sv/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/sv/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/sv/entities/underFDL.docbook share/apps/ksgmltools2/customization/sv/entities/underGPL.docbook share/apps/ksgmltools2/customization/sv/entities/underLGPL.docbook share/apps/ksgmltools2/customization/sv/entities/underX11License.docbook share/apps/ksgmltools2/customization/sv/entities/update-doc.docbook share/apps/ksgmltools2/customization/sv/lang.entities share/apps/ksgmltools2/customization/sv/strings.entities share/apps/ksgmltools2/customization/sv/user.entities share/apps/ksgmltools2/customization/th/catalog.xml share/apps/ksgmltools2/customization/th/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/th/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/th/entities/help-menu.docbook share/apps/ksgmltools2/customization/th/entities/install-compile.docbook share/apps/ksgmltools2/customization/th/entities/install-intro.docbook share/apps/ksgmltools2/customization/th/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/th/entities/report-bugs.docbook share/apps/ksgmltools2/customization/th/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/th/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/th/entities/underFDL.docbook share/apps/ksgmltools2/customization/th/entities/underGPL.docbook share/apps/ksgmltools2/customization/th/entities/underLGPL.docbook share/apps/ksgmltools2/customization/th/entities/underX11License.docbook share/apps/ksgmltools2/customization/th/entities/update-doc.docbook share/apps/ksgmltools2/customization/th/lang.entities share/apps/ksgmltools2/customization/th/strings.entities share/apps/ksgmltools2/customization/th/user.entities share/apps/ksgmltools2/customization/tr/catalog.xml share/apps/ksgmltools2/customization/tr/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/tr/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/tr/entities/help-menu.docbook share/apps/ksgmltools2/customization/tr/entities/install-compile.docbook share/apps/ksgmltools2/customization/tr/entities/install-intro.docbook share/apps/ksgmltools2/customization/tr/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/tr/entities/report-bugs.docbook share/apps/ksgmltools2/customization/tr/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/tr/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/tr/entities/underFDL.docbook share/apps/ksgmltools2/customization/tr/entities/underGPL.docbook share/apps/ksgmltools2/customization/tr/entities/underX11License.docbook share/apps/ksgmltools2/customization/tr/entities/update-doc.docbook share/apps/ksgmltools2/customization/tr/lang.entities share/apps/ksgmltools2/customization/tr/strings.entities share/apps/ksgmltools2/customization/tr/user.entities share/apps/ksgmltools2/customization/uk/catalog.xml share/apps/ksgmltools2/customization/uk/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/uk/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/uk/entities/help-menu.docbook share/apps/ksgmltools2/customization/uk/entities/install-compile.docbook share/apps/ksgmltools2/customization/uk/entities/install-intro.docbook share/apps/ksgmltools2/customization/uk/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/uk/entities/report-bugs.docbook share/apps/ksgmltools2/customization/uk/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/uk/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/uk/entities/underFDL.docbook share/apps/ksgmltools2/customization/uk/entities/underGPL.docbook share/apps/ksgmltools2/customization/uk/entities/underLGPL.docbook share/apps/ksgmltools2/customization/uk/entities/underX11License.docbook share/apps/ksgmltools2/customization/uk/entities/update-doc.docbook share/apps/ksgmltools2/customization/uk/lang.entities share/apps/ksgmltools2/customization/uk/strings.entities share/apps/ksgmltools2/customization/uk/user.entities share/apps/ksgmltools2/customization/wa/catalog.xml share/apps/ksgmltools2/customization/wa/contributor.entities share/apps/ksgmltools2/customization/wa/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/wa/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/wa/entities/help-menu.docbook share/apps/ksgmltools2/customization/wa/entities/install-compile.docbook share/apps/ksgmltools2/customization/wa/entities/install-intro.docbook share/apps/ksgmltools2/customization/wa/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/wa/entities/report-bugs.docbook share/apps/ksgmltools2/customization/wa/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/wa/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/wa/entities/underFDL.docbook share/apps/ksgmltools2/customization/wa/entities/underGPL.docbook share/apps/ksgmltools2/customization/wa/entities/underX11License.docbook share/apps/ksgmltools2/customization/wa/entities/update-doc.docbook share/apps/ksgmltools2/customization/wa/lang.entities share/apps/ksgmltools2/customization/wa/strings.entities share/apps/ksgmltools2/customization/wa/user.entities share/apps/ksgmltools2/customization/xh/catalog.xml share/apps/ksgmltools2/customization/xh/contributor.entities share/apps/ksgmltools2/customization/xh/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/xh/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/xh/entities/help-menu.docbook share/apps/ksgmltools2/customization/xh/entities/install-compile.docbook share/apps/ksgmltools2/customization/xh/entities/install-intro.docbook share/apps/ksgmltools2/customization/xh/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/xh/entities/report-bugs.docbook share/apps/ksgmltools2/customization/xh/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/xh/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/xh/entities/underFDL.docbook share/apps/ksgmltools2/customization/xh/entities/underGPL.docbook share/apps/ksgmltools2/customization/xh/entities/underX11License.docbook share/apps/ksgmltools2/customization/xh/entities/update-doc.docbook share/apps/ksgmltools2/customization/xh/lang.entities share/apps/ksgmltools2/customization/xh/strings.entities share/apps/ksgmltools2/customization/xh/user.entities share/apps/ksgmltools2/customization/xsl/README share/apps/ksgmltools2/customization/xsl/all-l10n.xml share/apps/ksgmltools2/customization/xsl/ca.xml share/apps/ksgmltools2/customization/xsl/cs.xml share/apps/ksgmltools2/customization/xsl/de.xml share/apps/ksgmltools2/customization/xsl/el.xml share/apps/ksgmltools2/customization/xsl/en.xml share/apps/ksgmltools2/customization/xsl/es.xml share/apps/ksgmltools2/customization/xsl/et.xml share/apps/ksgmltools2/customization/xsl/fr.xml share/apps/ksgmltools2/customization/xsl/gl.xml share/apps/ksgmltools2/customization/xsl/hu.xml share/apps/ksgmltools2/customization/xsl/it.xml share/apps/ksgmltools2/customization/xsl/lt.xml share/apps/ksgmltools2/customization/xsl/nds.xml share/apps/ksgmltools2/customization/xsl/nl.xml share/apps/ksgmltools2/customization/xsl/nn.xml share/apps/ksgmltools2/customization/xsl/pl.xml share/apps/ksgmltools2/customization/xsl/pt.xml share/apps/ksgmltools2/customization/xsl/pt_br.xml share/apps/ksgmltools2/customization/xsl/ru.xml share/apps/ksgmltools2/customization/xsl/sl.xml share/apps/ksgmltools2/customization/xsl/sr.xml share/apps/ksgmltools2/customization/xsl/sr_ijekavian.xml share/apps/ksgmltools2/customization/xsl/sr_ijekavianlatin.xml share/apps/ksgmltools2/customization/xsl/sr_latin.xml share/apps/ksgmltools2/customization/xsl/sv.xml share/apps/ksgmltools2/customization/xsl/tr.xml share/apps/ksgmltools2/customization/xsl/uk.xml share/apps/ksgmltools2/customization/xx/catalog.xml share/apps/ksgmltools2/customization/xx/contributor.entities share/apps/ksgmltools2/customization/xx/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/xx/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/xx/entities/help-menu.docbook share/apps/ksgmltools2/customization/xx/entities/install-compile.docbook share/apps/ksgmltools2/customization/xx/entities/install-intro.docbook share/apps/ksgmltools2/customization/xx/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/xx/entities/report-bugs.docbook share/apps/ksgmltools2/customization/xx/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/xx/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/xx/entities/underFDL.docbook share/apps/ksgmltools2/customization/xx/entities/underGPL.docbook share/apps/ksgmltools2/customization/xx/entities/underX11License.docbook share/apps/ksgmltools2/customization/xx/entities/update-doc.docbook share/apps/ksgmltools2/customization/xx/lang.entities share/apps/ksgmltools2/customization/xx/strings.entities share/apps/ksgmltools2/customization/xx/user.entities share/apps/ksgmltools2/customization/zh-CN/catalog.xml share/apps/ksgmltools2/customization/zh-CN/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/zh-CN/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/zh-CN/entities/help-menu.docbook share/apps/ksgmltools2/customization/zh-CN/entities/install-compile.docbook share/apps/ksgmltools2/customization/zh-CN/entities/install-intro.docbook share/apps/ksgmltools2/customization/zh-CN/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/zh-CN/entities/report-bugs.docbook share/apps/ksgmltools2/customization/zh-CN/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/zh-CN/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/zh-CN/entities/underFDL.docbook share/apps/ksgmltools2/customization/zh-CN/entities/underGPL.docbook share/apps/ksgmltools2/customization/zh-CN/entities/underLGPL.docbook share/apps/ksgmltools2/customization/zh-CN/entities/underX11License.docbook share/apps/ksgmltools2/customization/zh-CN/entities/update-doc.docbook share/apps/ksgmltools2/customization/zh-CN/lang.entities share/apps/ksgmltools2/customization/zh-CN/strings.entities share/apps/ksgmltools2/customization/zh-CN/user.entities share/apps/ksgmltools2/customization/zh-TW/catalog.xml share/apps/ksgmltools2/customization/zh-TW/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/zh-TW/entities/gpl-notice.docbook share/apps/ksgmltools2/customization/zh-TW/entities/help-menu.docbook share/apps/ksgmltools2/customization/zh-TW/entities/install-compile.docbook share/apps/ksgmltools2/customization/zh-TW/entities/install-intro.docbook share/apps/ksgmltools2/customization/zh-TW/entities/lgpl-notice.docbook share/apps/ksgmltools2/customization/zh-TW/entities/report-bugs.docbook share/apps/ksgmltools2/customization/zh-TW/entities/underArtisticLicense.docbook share/apps/ksgmltools2/customization/zh-TW/entities/underBSDLicense.docbook share/apps/ksgmltools2/customization/zh-TW/entities/underFDL.docbook share/apps/ksgmltools2/customization/zh-TW/entities/underGPL.docbook share/apps/ksgmltools2/customization/zh-TW/entities/underX11License.docbook share/apps/ksgmltools2/customization/zh-TW/entities/update-doc.docbook share/apps/ksgmltools2/customization/zh-TW/lang.entities share/apps/ksgmltools2/customization/zh-TW/strings.entities share/apps/ksgmltools2/customization/zh-TW/user.entities share/apps/kssl/ca-bundle.crt share/apps/plasma/services/dataengineservice.operations share/apps/plasma/services/plasmoidservice.operations share/apps/plasma/services/storage.operations share/apps/proxyscout/proxyscout.notifyrc share/config/accept-languages.codes share/config/colors/40.colors share/config/colors/Oxygen.colors share/config/colors/Rainbow.colors share/config/colors/Royal.colors share/config/colors/Web.colors share/config/kdebug.areas share/config/kdebugrc share/config/khtmlrc share/config/ksslcalist share/config/plasmoids.knsrc share/config/ui/ui_standards.rc share/dbus-1/interfaces/org.freedesktop.PowerManagement.Inhibit.xml share/dbus-1/interfaces/org.freedesktop.PowerManagement.xml share/dbus-1/interfaces/org.kde.JobView.xml share/dbus-1/interfaces/org.kde.JobViewServer.xml share/dbus-1/interfaces/org.kde.JobViewV2.xml share/dbus-1/interfaces/org.kde.KCookieServer.xml share/dbus-1/interfaces/org.kde.KDirNotify.xml share/dbus-1/interfaces/org.kde.KGlobalAccel.xml share/dbus-1/interfaces/org.kde.KHTMLPart.xml share/dbus-1/interfaces/org.kde.KIMIface.xml share/dbus-1/interfaces/org.kde.KLauncher.xml share/dbus-1/interfaces/org.kde.KMediaPlayer.xml share/dbus-1/interfaces/org.kde.KPasswdServer.xml share/dbus-1/interfaces/org.kde.KSpeech.xml share/dbus-1/interfaces/org.kde.KWallet.xml share/dbus-1/interfaces/org.kde.Solid.Networking.Client.xml share/dbus-1/interfaces/org.kde.Solid.PowerManagement.PolicyAgent.xml share/dbus-1/interfaces/org.kde.StatusNotifierItem.xml share/dbus-1/interfaces/org.kde.StatusNotifierWatcher.xml share/dbus-1/interfaces/org.kde.kded.xml share/dbus-1/interfaces/org.kde.kglobalaccel.Component.xml share/dbus-1/interfaces/org.kde.kio.FileUndoManager.xml share/doc/HTML/en/common/1.png share/doc/HTML/en/common/10.png share/doc/HTML/en/common/2.png share/doc/HTML/en/common/3.png share/doc/HTML/en/common/4.png share/doc/HTML/en/common/5.png share/doc/HTML/en/common/6.png share/doc/HTML/en/common/7.png share/doc/HTML/en/common/8.png share/doc/HTML/en/common/9.png share/doc/HTML/en/common/artistic-license.html share/doc/HTML/en/common/block_title_bottom.png share/doc/HTML/en/common/block_title_mid.png share/doc/HTML/en/common/block_title_top.png share/doc/HTML/en/common/bottom-left.png share/doc/HTML/en/common/bottom-middle.png share/doc/HTML/en/common/bottom-right.png share/doc/HTML/en/common/bsd-license.html share/doc/HTML/en/common/doxygen.css share/doc/HTML/en/common/favicon.ico share/doc/HTML/en/common/fdl-license share/doc/HTML/en/common/fdl-license.html share/doc/HTML/en/common/fdl-notice.html share/doc/HTML/en/common/footer.html share/doc/HTML/en/common/gpl-license share/doc/HTML/en/common/gpl-license.html share/doc/HTML/en/common/header.html share/doc/HTML/en/common/kde-default.css share/doc/HTML/en/common/kde-docs.css share/doc/HTML/en/common/kde_logo_bg.png share/doc/HTML/en/common/lgpl-license share/doc/HTML/en/common/lgpl-license.html share/doc/HTML/en/common/mainfooter.html share/doc/HTML/en/common/mainheader.html share/doc/HTML/en/common/part_of_the_kde_family_horizontal_190.png share/doc/HTML/en/common/qpl-license.html share/doc/HTML/en/common/tabs.css share/doc/HTML/en/common/top-kde.jpg share/doc/HTML/en/common/top-left.jpg share/doc/HTML/en/common/top-left.png share/doc/HTML/en/common/top-middle.png share/doc/HTML/en/common/top-right.jpg share/doc/HTML/en/common/top-right.png share/doc/HTML/en/common/top.jpg share/doc/HTML/en/common/x11-license.html share/doc/HTML/en/common/xml.dcl share/doc/HTML/en/kioslave/data/common share/doc/HTML/en/kioslave/data/index.cache.bz2 share/doc/HTML/en/kioslave/data/index.docbook share/doc/HTML/en/kioslave/file/common share/doc/HTML/en/kioslave/file/index.cache.bz2 share/doc/HTML/en/kioslave/file/index.docbook share/doc/HTML/en/kioslave/ftp/common share/doc/HTML/en/kioslave/ftp/index.cache.bz2 share/doc/HTML/en/kioslave/ftp/index.docbook share/doc/HTML/en/kioslave/help/common share/doc/HTML/en/kioslave/help/index.cache.bz2 share/doc/HTML/en/kioslave/help/index.docbook share/doc/HTML/en/kioslave/http/common share/doc/HTML/en/kioslave/http/index.cache.bz2 share/doc/HTML/en/kioslave/http/index.docbook share/doc/HTML/en/kioslave/mailto/common share/doc/HTML/en/kioslave/mailto/index.cache.bz2 share/doc/HTML/en/kioslave/mailto/index.docbook share/doc/HTML/en/kioslave/rlogin/common share/doc/HTML/en/kioslave/rlogin/index.cache.bz2 share/doc/HTML/en/kioslave/rlogin/index.docbook share/doc/HTML/en/kioslave/telnet/common share/doc/HTML/en/kioslave/telnet/index.cache.bz2 share/doc/HTML/en/kioslave/telnet/index.docbook share/doc/HTML/en/kioslave/webdav/common share/doc/HTML/en/kioslave/webdav/index.cache.bz2 share/doc/HTML/en/kioslave/webdav/index.docbook share/doc/HTML/en/sonnet/common share/doc/HTML/en/sonnet/index.cache.bz2 share/doc/HTML/en/sonnet/index.docbook share/icons/hicolor/16x16/actions/presence_away.png share/icons/hicolor/16x16/actions/presence_offline.png share/icons/hicolor/16x16/actions/presence_online.png share/icons/hicolor/16x16/actions/presence_unknown.png share/icons/hicolor/32x32/actions/presence_away.png share/icons/hicolor/32x32/actions/presence_offline.png share/icons/hicolor/32x32/actions/presence_online.png share/icons/hicolor/32x32/actions/presence_unknown.png share/icons/hicolor/48x48/actions/presence_away.png share/icons/hicolor/48x48/actions/presence_offline.png share/icons/hicolor/48x48/actions/presence_online.png share/kde4/services/data.protocol share/kde4/services/emoticonstheme_adium.desktop share/kde4/services/emoticonstheme_kde.desktop share/kde4/services/emoticonstheme_pidgin.desktop share/kde4/services/emoticonstheme_xmpp.desktop share/kde4/services/file.protocol share/kde4/services/ftp.protocol share/kde4/services/ghelp.protocol share/kde4/services/help.protocol share/kde4/services/http.protocol share/kde4/services/http_cache_cleaner.desktop share/kde4/services/https.protocol share/kde4/services/kcm_ssl.desktop share/kde4/services/kded/kcookiejar.desktop share/kde4/services/kded/kssld.desktop share/kde4/services/kded/proxyscout.desktop share/kde4/services/kfilemodule.desktop share/kde4/services/khtml.desktop share/kde4/services/khtmladaptorpart.desktop share/kde4/services/khtmlimage.desktop share/kde4/services/kjavaappletviewer.desktop share/kde4/services/kmultipart.desktop share/kde4/services/kspell_enchant.desktop share/kde4/services/metainfo.protocol share/kde4/services/mms.protocol share/kde4/services/mmst.protocol share/kde4/services/mmsu.protocol share/kde4/services/plasma-applet-extenderapplet.desktop share/kde4/services/plasma.protocol share/kde4/services/pnm.protocol share/kde4/services/qimageioplugins/bmp.desktop share/kde4/services/qimageioplugins/dds.desktop share/kde4/services/qimageioplugins/eps.desktop -share/kde4/services/qimageioplugins/exr.desktop +%%OPENEXR%%share/kde4/services/qimageioplugins/exr.desktop share/kde4/services/qimageioplugins/gif.desktop share/kde4/services/qimageioplugins/hdr.desktop share/kde4/services/qimageioplugins/ico.desktop share/kde4/services/qimageioplugins/jp2.desktop share/kde4/services/qimageioplugins/jpeg.desktop share/kde4/services/qimageioplugins/mng.desktop share/kde4/services/qimageioplugins/pbm.desktop share/kde4/services/qimageioplugins/pcx.desktop share/kde4/services/qimageioplugins/pgm.desktop share/kde4/services/qimageioplugins/pic.desktop share/kde4/services/qimageioplugins/png.desktop share/kde4/services/qimageioplugins/pnm.desktop share/kde4/services/qimageioplugins/ppm.desktop share/kde4/services/qimageioplugins/psd.desktop share/kde4/services/qimageioplugins/ras.desktop share/kde4/services/qimageioplugins/rgb.desktop share/kde4/services/qimageioplugins/svg+xml-compressed.desktop share/kde4/services/qimageioplugins/svg+xml.desktop share/kde4/services/qimageioplugins/tga.desktop share/kde4/services/qimageioplugins/tiff.desktop share/kde4/services/qimageioplugins/xbm.desktop share/kde4/services/qimageioplugins/xcf.desktop share/kde4/services/qimageioplugins/xpm.desktop share/kde4/services/qimageioplugins/xv.desktop share/kde4/services/rtsp.protocol share/kde4/services/rtspt.protocol share/kde4/services/rtspu.protocol share/kde4/services/webdav.protocol share/kde4/services/webdavs.protocol share/kde4/servicetypes/application.desktop share/kde4/servicetypes/browserview.desktop share/kde4/servicetypes/dbusinstantmessenger.desktop share/kde4/servicetypes/dbustexttospeech.desktop share/kde4/servicetypes/kbytesedit.desktop share/kde4/servicetypes/kcmodule.desktop share/kde4/servicetypes/kcmoduleinit.desktop share/kde4/servicetypes/kconfigbackend.desktop share/kde4/servicetypes/kdatatool.desktop share/kde4/servicetypes/kdedmodule.desktop share/kde4/servicetypes/kemoticonsTheme.desktop share/kde4/servicetypes/kfileitemactionplugin.desktop share/kde4/servicetypes/kfileplugin.desktop share/kde4/servicetypes/kfilewrite.desktop share/kde4/servicetypes/kiofilemodule.desktop share/kde4/servicetypes/kmediaplayer.desktop share/kde4/servicetypes/kmediaplayerengine.desktop share/kde4/servicetypes/kpart.desktop share/kde4/servicetypes/kplugininfo.desktop share/kde4/servicetypes/kpropertiesdialogplugin.desktop share/kde4/servicetypes/kregexpeditor.desktop share/kde4/servicetypes/krop.desktop share/kde4/servicetypes/krwp.desktop share/kde4/servicetypes/kscan.desktop share/kde4/servicetypes/ktexteditor.desktop share/kde4/servicetypes/ktexteditor_loadsavefiltercheckplugin.desktop share/kde4/servicetypes/ktexteditorplugin.desktop share/kde4/servicetypes/kurifilterplugin.desktop share/kde4/servicetypes/plasma-animator.desktop share/kde4/servicetypes/plasma-applet-popupapplet.desktop share/kde4/servicetypes/plasma-applet.desktop share/kde4/servicetypes/plasma-containment.desktop share/kde4/servicetypes/plasma-containmentactions.desktop share/kde4/servicetypes/plasma-dataengine.desktop share/kde4/servicetypes/plasma-packagestructure.desktop share/kde4/servicetypes/plasma-runner.desktop share/kde4/servicetypes/plasma-scriptengine.desktop share/kde4/servicetypes/plasma-service.desktop share/kde4/servicetypes/plasma-toolbox.desktop share/kde4/servicetypes/plasma-wallpaper.desktop share/kde4/servicetypes/qimageio_plugin.desktop share/kde4/servicetypes/renamedialogplugin.desktop share/kde4/servicetypes/sonnetspeller.desktop share/locale/all_languages share/locale/en_US/entry.desktop share/mime/packages/kde.xml @comment workaround for non-standard mime files and directories @rmtry share/mime/all/all.xml @rmtry share/mime/all/allfiles.xml @rmtry share/mime/uri/mms.xml @rmtry share/mime/uri/mmst.xml @rmtry share/mime/uri/mmsu.xml @rmtry share/mime/uri/pnm.xml @rmtry share/mime/uri/rtspt.xml @rmtry share/mime/uri/rtspu.xml @dir share/mime/uri @dir share/mime/all