diff --git a/Doxyfile.temp b/Doxyfile.temp index 3d582048e..2adeea1d9 100644 --- a/Doxyfile.temp +++ b/Doxyfile.temp @@ -66,8 +66,8 @@ INPUT = example \ FILE_PATTERNS = *.h RECURSIVE = YES #EXCLUDE = \ -#arts/tests tdeprint/tests tdehtml/java/tests kio/kfile/tests kioslave/http/kcookiejar/tests tdewallet/backend/tests \ -#tdecore/tests tdeui/tests kinit/tests kio/tests tdeparts/tests libtdemid/tests +#arts/tests tdeprint/tests tdehtml/java/tests tdeio/tdefile/tests tdeioslave/http/kcookiejar/tests tdewallet/backend/tests \ +#tdecore/tests tdeui/tests kinit/tests tdeio/tests tdeparts/tests libtdemid/tests # */tests doesn't seem to work :( # If the value of the INPUT tag contains directories, you can use the diff --git a/acinclude.m4 b/acinclude.m4 index 2ce29ad69..b3e5f8dd2 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -602,7 +602,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS], fi if test -n "$trinity2ornewer"; then - KDE_FIND_PATH(kconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(kconfig_compiler)]) + KDE_FIND_PATH(tdeconfig_compiler, KCONFIG_COMPILER, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(tdeconfig_compiler)]) KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)]) fi if test -n "$trinity3ornewer"; then @@ -1779,7 +1779,7 @@ if test "$kde_qtver" = 1; then kde_check_lib="libtdecore.la" else kde_check_header="ksharedptr.h" - kde_check_lib="libkio.la" + kde_check_lib="libtdeio.la" fi if test -z "$1"; then @@ -2085,7 +2085,7 @@ elif test $kde_qtver = 2; then AC_SUBST(LIB_KIO, "-lkio") AC_SUBST(LIB_KSYCOCA, "-ltdesycoca") AC_SUBST(LIB_SMB, "-lsmb") - AC_SUBST(LIB_KFILE, "-lkfile") + AC_SUBST(LIB_KFILE, "-ltdefile") AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KHTML, "-ltdehtml") AC_SUBST(LIB_KSPELL, "-ltdespell") @@ -2095,7 +2095,7 @@ else AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)") AC_SUBST(LIB_TDEUI, "-ltdeui $(LIB_TDECORE)") AC_SUBST(LIB_KFM, "-lkfm $(LIB_TDECORE)") - AC_SUBST(LIB_KFILE, "-lkfile $(LIB_KFM) $(LIB_TDEUI)") + AC_SUBST(LIB_KFILE, "-ltdefile $(LIB_KFM) $(LIB_TDEUI)") AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_TDECORE)") fi ]) diff --git a/chalk/chalkcolor/kis_abstract_colorspace.cc b/chalk/chalkcolor/kis_abstract_colorspace.cc index c0dbde97d..7bc7ec1c1 100644 --- a/chalk/chalkcolor/kis_abstract_colorspace.cc +++ b/chalk/chalkcolor/kis_abstract_colorspace.cc @@ -19,7 +19,7 @@ #include #include -#include +#include #include "kis_abstract_colorspace.h" #include "kis_global.h" diff --git a/chalk/chalkcolor/kis_profile.h b/chalk/chalkcolor/kis_profile.h index 5f732188d..e17c36f89 100644 --- a/chalk/chalkcolor/kis_profile.h +++ b/chalk/chalkcolor/kis_profile.h @@ -29,7 +29,7 @@ #include #include -#include +#include #include diff --git a/chalk/core/kis_brush.h b/chalk/core/kis_brush.h index 5ee21881b..9e29c2321 100644 --- a/chalk/core/kis_brush.h +++ b/chalk/core/kis_brush.h @@ -26,7 +26,7 @@ #include #include -#include +#include #include "kis_resource.h" #include "kis_types.h" diff --git a/chalk/core/kis_gradient.h b/chalk/core/kis_gradient.h index cbb2eb009..1fff95da5 100644 --- a/chalk/core/kis_gradient.h +++ b/chalk/core/kis_gradient.h @@ -27,7 +27,7 @@ #include #include -#include +#include #include "kis_resource.h" #include "kis_global.h" diff --git a/chalk/core/kis_imagepipe_brush.h b/chalk/core/kis_imagepipe_brush.h index b43b950ad..075071b94 100644 --- a/chalk/core/kis_imagepipe_brush.h +++ b/chalk/core/kis_imagepipe_brush.h @@ -25,7 +25,7 @@ #include #include -#include +#include #include "kis_resource.h" #include "kis_brush.h" diff --git a/chalk/core/kis_palette.h b/chalk/core/kis_palette.h index 4528c2bc7..2e842b52c 100644 --- a/chalk/core/kis_palette.h +++ b/chalk/core/kis_palette.h @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include "kis_types.h" diff --git a/chalk/core/kis_pattern.h b/chalk/core/kis_pattern.h index 6209a4320..5c76d6c60 100644 --- a/chalk/core/kis_pattern.h +++ b/chalk/core/kis_pattern.h @@ -21,7 +21,7 @@ #ifndef __kis_pattern_h__ #define __kis_pattern_h__ -#include +#include #include "kis_debug_areas.h" #include "kis_resource.h" diff --git a/chalk/core/kis_thread_pool.cc b/chalk/core/kis_thread_pool.cc index 9295915c8..dad56a3a1 100644 --- a/chalk/core/kis_thread_pool.cc +++ b/chalk/core/kis_thread_pool.cc @@ -18,7 +18,7 @@ #include "kis_thread_pool.h" #include -#include +#include #include KisThreadPool * KisThreadPool::m_singleton = 0; diff --git a/chalk/core/tiles/kis_tilemanager.cc b/chalk/core/tiles/kis_tilemanager.cc index 8f793d4ae..d80646152 100644 --- a/chalk/core/tiles/kis_tilemanager.cc +++ b/chalk/core/tiles/kis_tilemanager.cc @@ -31,7 +31,7 @@ #include #include -#include +#include #include "kis_tileddatamanager.h" #include "kis_tile.h" diff --git a/chalk/doc/selections b/chalk/doc/selections index 37d787022..ad2c30db0 100644 --- a/chalk/doc/selections +++ b/chalk/doc/selections @@ -37,7 +37,7 @@ particular rect is rendered as a separate step in KisImage::renderToProjection. I like the mask type rendering, but someone else might want to provide an optional marque-rendering. -TODO: * enable kconfig option to select between renderings. +TODO: * enable tdeconfig option to select between renderings. Selected pixels can be mangled -- for instance, filled with a gradient, moved, made brighter, lighter or sprightlier, cut and diff --git a/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.cc b/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.cc index f95fba85a..cdc06ace1 100644 --- a/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.cc +++ b/chalk/plugins/viewplugins/dropshadow/dlg_dropshadow.cc @@ -29,7 +29,7 @@ #include #include -#include +#include #include #include #include diff --git a/chalk/plugins/viewplugins/screenshot/ksnapshot.cpp b/chalk/plugins/viewplugins/screenshot/ksnapshot.cpp index b10dc8737..ad92dc928 100644 --- a/chalk/plugins/viewplugins/screenshot/ksnapshot.cpp +++ b/chalk/plugins/viewplugins/screenshot/ksnapshot.cpp @@ -13,12 +13,12 @@ #include #include #include -#include +#include #include #include #include #include -#include +#include #include #include diff --git a/chalk/plugins/viewplugins/scripting/scripting.cc b/chalk/plugins/viewplugins/scripting/scripting.cc index 5cbbb85d1..1394c521a 100644 --- a/chalk/plugins/viewplugins/scripting/scripting.cc +++ b/chalk/plugins/viewplugins/scripting/scripting.cc @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include #include diff --git a/chalk/plugins/viewplugins/separate_channels/kis_channel_separator.cc b/chalk/plugins/viewplugins/separate_channels/kis_channel_separator.cc index 3315177c5..b01d3e314 100644 --- a/chalk/plugins/viewplugins/separate_channels/kis_channel_separator.cc +++ b/chalk/plugins/viewplugins/separate_channels/kis_channel_separator.cc @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include diff --git a/chalk/ui/kis_config.cc b/chalk/ui/kis_config.cc index 91d31d5b7..375b16ee0 100644 --- a/chalk/ui/kis_config.cc +++ b/chalk/ui/kis_config.cc @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include #include diff --git a/chalk/ui/kis_dlg_preferences.cc b/chalk/ui/kis_dlg_preferences.cc index c876ab77e..1314e0e63 100644 --- a/chalk/ui/kis_dlg_preferences.cc +++ b/chalk/ui/kis_dlg_preferences.cc @@ -43,7 +43,7 @@ #include #include -#include +#include #include #include #include diff --git a/chalk/ui/kis_doc.cc b/chalk/ui/kis_doc.cc index ee8c65a71..2cb2a6063 100644 --- a/chalk/ui/kis_doc.cc +++ b/chalk/ui/kis_doc.cc @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/chalk/ui/kis_paintop_box.cc b/chalk/ui/kis_paintop_box.cc index 95a99bd55..8997af119 100644 --- a/chalk/ui/kis_paintop_box.cc +++ b/chalk/ui/kis_paintop_box.cc @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include diff --git a/chalk/ui/kis_palette_view.cc b/chalk/ui/kis_palette_view.cc index 42c15aca4..398c3b8ae 100644 --- a/chalk/ui/kis_palette_view.cc +++ b/chalk/ui/kis_palette_view.cc @@ -38,7 +38,7 @@ #include #include -#include +#include #include #include #include diff --git a/chalk/ui/kis_palette_widget.cc b/chalk/ui/kis_palette_widget.cc index 5511ae095..2719fab2f 100644 --- a/chalk/ui/kis_palette_widget.cc +++ b/chalk/ui/kis_palette_widget.cc @@ -35,7 +35,7 @@ #include #include -#include +#include #include #include #include diff --git a/chalk/ui/kis_view.cc b/chalk/ui/kis_view.cc index de34e26a6..db24209b8 100644 --- a/chalk/ui/kis_view.cc +++ b/chalk/ui/kis_view.cc @@ -48,7 +48,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/configure.in b/configure.in index 1cbe7208d..bd9118ed2 100644 --- a/configure.in +++ b/configure.in @@ -2224,11 +2224,11 @@ AC_CONFIG_FILES([ servicetypes/Makefile ]) AC_CONFIG_FILES([ templates/Makefile ]) AC_CONFIG_FILES([ tools/Makefile ]) AC_CONFIG_FILES([ tools/converter/Makefile ]) -AC_CONFIG_FILES([ tools/kfile-plugins/Makefile ]) -AC_CONFIG_FILES([ tools/kfile-plugins/abiword/Makefile ]) -AC_CONFIG_FILES([ tools/kfile-plugins/gnumeric/Makefile ]) -AC_CONFIG_FILES([ tools/kfile-plugins/koffice/Makefile ]) -AC_CONFIG_FILES([ tools/kfile-plugins/ooo/Makefile ]) +AC_CONFIG_FILES([ tools/tdefile-plugins/Makefile ]) +AC_CONFIG_FILES([ tools/tdefile-plugins/abiword/Makefile ]) +AC_CONFIG_FILES([ tools/tdefile-plugins/gnumeric/Makefile ]) +AC_CONFIG_FILES([ tools/tdefile-plugins/koffice/Makefile ]) +AC_CONFIG_FILES([ tools/tdefile-plugins/ooo/Makefile ]) AC_CONFIG_FILES([ tools/kthesaurus/Makefile ]) AC_CONFIG_FILES([ tools/quickprint/Makefile ]) AC_CONFIG_FILES([ tools/spell/Makefile ]) diff --git a/filters/chalk/gmagick/kis_image_magick_converter.cc b/filters/chalk/gmagick/kis_image_magick_converter.cc index 0fe8cf55a..bb95c6725 100644 --- a/filters/chalk/gmagick/kis_image_magick_converter.cc +++ b/filters/chalk/gmagick/kis_image_magick_converter.cc @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include diff --git a/filters/chalk/gmagick/kis_image_magick_converter.h b/filters/chalk/gmagick/kis_image_magick_converter.h index 1c193e8c9..28b4ce304 100644 --- a/filters/chalk/gmagick/kis_image_magick_converter.h +++ b/filters/chalk/gmagick/kis_image_magick_converter.h @@ -22,7 +22,7 @@ #include #include -#include +#include #include "kis_types.h" #include "kis_global.h" diff --git a/filters/chalk/jpeg/kis_jpeg_converter.cc b/filters/chalk/jpeg/kis_jpeg_converter.cc index 87289fbf9..b27f98e55 100644 --- a/filters/chalk/jpeg/kis_jpeg_converter.cc +++ b/filters/chalk/jpeg/kis_jpeg_converter.cc @@ -33,7 +33,7 @@ extern "C" { #include -#include +#include #include #include diff --git a/filters/chalk/jpeg/kis_jpeg_converter.h b/filters/chalk/jpeg/kis_jpeg_converter.h index 567204eeb..da01be8b0 100644 --- a/filters/chalk/jpeg/kis_jpeg_converter.h +++ b/filters/chalk/jpeg/kis_jpeg_converter.h @@ -28,7 +28,7 @@ extern "C" { #include -#include +#include #include diff --git a/filters/chalk/magick/kis_image_magick_converter.cc b/filters/chalk/magick/kis_image_magick_converter.cc index 52c662a94..64c3de363 100644 --- a/filters/chalk/magick/kis_image_magick_converter.cc +++ b/filters/chalk/magick/kis_image_magick_converter.cc @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include diff --git a/filters/chalk/magick/kis_image_magick_converter.h b/filters/chalk/magick/kis_image_magick_converter.h index 1c193e8c9..28b4ce304 100644 --- a/filters/chalk/magick/kis_image_magick_converter.h +++ b/filters/chalk/magick/kis_image_magick_converter.h @@ -22,7 +22,7 @@ #include #include -#include +#include #include "kis_types.h" #include "kis_global.h" diff --git a/filters/chalk/pdf/kis_pdf_import.cpp b/filters/chalk/pdf/kis_pdf_import.cpp index 7eac5ef46..7ec09c97f 100644 --- a/filters/chalk/pdf/kis_pdf_import.cpp +++ b/filters/chalk/pdf/kis_pdf_import.cpp @@ -35,7 +35,7 @@ #include #include -#include +#include // koffice's headers #include diff --git a/filters/chalk/png/kis_png_converter.cc b/filters/chalk/png/kis_png_converter.cc index f8ccd92bf..b1bdeb711 100644 --- a/filters/chalk/png/kis_png_converter.cc +++ b/filters/chalk/png/kis_png_converter.cc @@ -30,7 +30,7 @@ #include -#include +#include #include #include diff --git a/filters/chalk/png/kis_png_converter.h b/filters/chalk/png/kis_png_converter.h index 3877b6923..4324f979a 100644 --- a/filters/chalk/png/kis_png_converter.h +++ b/filters/chalk/png/kis_png_converter.h @@ -24,7 +24,7 @@ #include -#include +#include #include diff --git a/filters/chalk/raw/kis_raw_import.cpp b/filters/chalk/raw/kis_raw_import.cpp index d030085ea..1af33fd7c 100644 --- a/filters/chalk/raw/kis_raw_import.cpp +++ b/filters/chalk/raw/kis_raw_import.cpp @@ -41,7 +41,7 @@ #include #include -#include +#include #include #include #include diff --git a/filters/chalk/tiff/kis_tiff_converter.cc b/filters/chalk/tiff/kis_tiff_converter.cc index 7a0f5c5ea..62de92532 100644 --- a/filters/chalk/tiff/kis_tiff_converter.cc +++ b/filters/chalk/tiff/kis_tiff_converter.cc @@ -29,7 +29,7 @@ #include #include -#include +#include #include #include diff --git a/filters/chalk/tiff/kis_tiff_converter.h b/filters/chalk/tiff/kis_tiff_converter.h index 86b070fbd..010ee3b71 100644 --- a/filters/chalk/tiff/kis_tiff_converter.h +++ b/filters/chalk/tiff/kis_tiff_converter.h @@ -25,7 +25,7 @@ #include -#include +#include #include diff --git a/filters/chalk/tiff/kis_tiff_reader.h b/filters/chalk/tiff/kis_tiff_reader.h index 2ab573dd1..244978df0 100644 --- a/filters/chalk/tiff/kis_tiff_reader.h +++ b/filters/chalk/tiff/kis_tiff_reader.h @@ -27,7 +27,7 @@ #include // #include -// #include +// #include // #include #include diff --git a/filters/kspread/csv/csvdialog.cpp b/filters/kspread/csv/csvdialog.cpp index cf9232077..28477dd36 100644 --- a/filters/kspread/csv/csvdialog.cpp +++ b/filters/kspread/csv/csvdialog.cpp @@ -34,7 +34,7 @@ #include #include -#include +#include #include #include #include diff --git a/filters/kspread/csv/csvexportdialog.cpp b/filters/kspread/csv/csvexportdialog.cpp index e27aee7a2..6e96b804b 100644 --- a/filters/kspread/csv/csvexportdialog.cpp +++ b/filters/kspread/csv/csvexportdialog.cpp @@ -39,7 +39,7 @@ #include #include -#include +#include #include #include #include diff --git a/filters/kspread/latex/export/kspreadlatexexportdiaImpl.cc b/filters/kspread/latex/export/kspreadlatexexportdiaImpl.cc index 00b097d6b..9c6e04324 100644 --- a/filters/kspread/latex/export/kspreadlatexexportdiaImpl.cc +++ b/filters/kspread/latex/export/kspreadlatexexportdiaImpl.cc @@ -29,12 +29,12 @@ #include #include #include -#include +#include #include #include #include #include -#include +#include #include #include #include diff --git a/filters/kword/latex/export/kwordlatexexportdia.cc b/filters/kword/latex/export/kwordlatexexportdia.cc index 5f33dfc0b..cbde5f5da 100644 --- a/filters/kword/latex/export/kwordlatexexportdia.cc +++ b/filters/kword/latex/export/kwordlatexexportdia.cc @@ -29,12 +29,12 @@ #include #include #include -#include +#include #include #include #include #include -#include +#include #include #include #include diff --git a/filters/xsltfilter/export/xsltexportdia.cc b/filters/xsltfilter/export/xsltexportdia.cc index 76805f9b4..aa16c723f 100644 --- a/filters/xsltfilter/export/xsltexportdia.cc +++ b/filters/xsltfilter/export/xsltexportdia.cc @@ -27,12 +27,12 @@ #include #include #include -#include +#include #include #include #include #include -#include +#include #include #include #include diff --git a/filters/xsltfilter/import/xsltimportdia.h b/filters/xsltfilter/import/xsltimportdia.h index 763f41049..1261f27f7 100644 --- a/filters/xsltfilter/import/xsltimportdia.h +++ b/filters/xsltfilter/import/xsltimportdia.h @@ -21,7 +21,7 @@ #define __XSLTIMPORTDIA_H__ #include "kapplication.h" -#include +#include #include #include "xsltdialog.h" diff --git a/karbon/dialogs/vconfiguredlg.cc b/karbon/dialogs/vconfiguredlg.cc index 8c41704c9..ca81d1b18 100644 --- a/karbon/dialogs/vconfiguredlg.cc +++ b/karbon/dialogs/vconfiguredlg.cc @@ -29,7 +29,7 @@ #include #include -#include +#include #include #include #include diff --git a/karbon/dockers/vstyledocker.cc b/karbon/dockers/vstyledocker.cc index 672000aea..ff17fdfd7 100644 --- a/karbon/dockers/vstyledocker.cc +++ b/karbon/dockers/vstyledocker.cc @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include "karbon_part.h" #include "karbon_view.h" diff --git a/karbon/karbon_part.cc b/karbon/karbon_part.cc index 53cb44de0..47418a699 100644 --- a/karbon/karbon_part.cc +++ b/karbon/karbon_part.cc @@ -23,7 +23,7 @@ #include #include -#include +#include #include #include #include diff --git a/karbon/karbon_view.cc b/karbon/karbon_view.cc index 23a31b089..864f695db 100644 --- a/karbon/karbon_view.cc +++ b/karbon/karbon_view.cc @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/karbon/plugins/imagetool/vimagetool.cc b/karbon/plugins/imagetool/vimagetool.cc index 40823e99e..bc8c20014 100644 --- a/karbon/plugins/imagetool/vimagetool.cc +++ b/karbon/plugins/imagetool/vimagetool.cc @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include "vimagetool.h" diff --git a/karbon/tools/vpatterntool.cc b/karbon/tools/vpatterntool.cc index 4abbb379a..11421fcc0 100644 --- a/karbon/tools/vpatterntool.cc +++ b/karbon/tools/vpatterntool.cc @@ -29,7 +29,7 @@ #include #include -#include +#include #include #include diff --git a/kchart/kchartBackgroundPixmapConfigPage.cc b/kchart/kchartBackgroundPixmapConfigPage.cc index 39ca1aae5..798e27d57 100644 --- a/kchart/kchartBackgroundPixmapConfigPage.cc +++ b/kchart/kchartBackgroundPixmapConfigPage.cc @@ -23,10 +23,10 @@ #include #include #include -#include +#include #include #include -#include +#include #include #include diff --git a/kchart/kchart_part.h b/kchart/kchart_part.h index 8a50ad470..2eb4a75fb 100644 --- a/kchart/kchart_part.h +++ b/kchart/kchart_part.h @@ -6,7 +6,7 @@ #define KCHART_PART_H -#include +#include #include #include "kchart_params.h" diff --git a/kchart/kchart_view.cc b/kchart/kchart_view.cc index cb94050cb..2d1f07999 100644 --- a/kchart/kchart_view.cc +++ b/kchart/kchart_view.cc @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include diff --git a/kexi/core/kexidbshortcutfile.cpp b/kexi/core/kexidbshortcutfile.cpp index dbea9737c..a5f7da07c 100644 --- a/kexi/core/kexidbshortcutfile.cpp +++ b/kexi/core/kexidbshortcutfile.cpp @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include diff --git a/kexi/core/kexipartmanager.cpp b/kexi/core/kexipartmanager.cpp index ce9dcbe17..1c9e17c3c 100644 --- a/kexi/core/kexipartmanager.cpp +++ b/kexi/core/kexipartmanager.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include "kexipartmanager.h" diff --git a/kexi/core/kexiprojectconnectiondata.cpp b/kexi/core/kexiprojectconnectiondata.cpp index 7a3cc0cc8..17ce3d890 100644 --- a/kexi/core/kexiprojectconnectiondata.cpp +++ b/kexi/core/kexiprojectconnectiondata.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kexi/core/kexiprojectdata.cpp b/kexi/core/kexiprojectdata.cpp index 9b9203c8f..dd8778734 100644 --- a/kexi/core/kexiprojectdata.cpp +++ b/kexi/core/kexiprojectdata.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kexi/core/kexitemplateloader.cpp b/kexi/core/kexitemplateloader.cpp index f8708b33d..a4cdf54eb 100644 --- a/kexi/core/kexitemplateloader.cpp +++ b/kexi/core/kexitemplateloader.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kexi/doc/dev/TODO-Kexi-js b/kexi/doc/dev/TODO-Kexi-js index 90cdebc71..98582bfc6 100644 --- a/kexi/doc/dev/TODO-Kexi-js +++ b/kexi/doc/dev/TODO-Kexi-js @@ -450,7 +450,7 @@ HINT: removing Qt::WStaticContents from KexiTableView ctor fixed repaint problem - not convenient as user is forced to enlarge the window by hand (settings are stored though) - add "File->Save All" action - add settings dialog, TDEConfigXT based simple version - + about:config-like using kconfigeditor http://extragear.kde.org/apps/kconfigeditor/ + + about:config-like using tdeconfigeditor http://extragear.kde.org/apps/tdeconfigeditor/ (possible reuse of koproperty) TODO: add SharedAction::setVisible() and use QMenuData::setItemVisible() where needed diff --git a/kexi/formeditor/formIO.cpp b/kexi/formeditor/formIO.cpp index 5fafc6ec0..f90efddda 100644 --- a/kexi/formeditor/formIO.cpp +++ b/kexi/formeditor/formIO.cpp @@ -33,7 +33,7 @@ #include #include -#include +#include #include #include #include diff --git a/kexi/formeditor/formmanager.cpp b/kexi/formeditor/formmanager.cpp index 501d27696..f9849c358 100644 --- a/kexi/formeditor/formmanager.cpp +++ b/kexi/formeditor/formmanager.cpp @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.cpp b/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.cpp index 64f9e800d..e6c099275 100644 --- a/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.cpp +++ b/kexi/formeditor/tdevelop_plugin/kfd_kdev_part.cpp @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include diff --git a/kexi/formeditor/test/kfd_part.cpp b/kexi/formeditor/test/kfd_part.cpp index eeeec6dc4..a6b245743 100644 --- a/kexi/formeditor/test/kfd_part.cpp +++ b/kexi/formeditor/test/kfd_part.cpp @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include diff --git a/kexi/kexidb/drivers/sqlite/sqlitevacuum.cpp b/kexi/kexidb/drivers/sqlite/sqlitevacuum.cpp index ce6a3923c..af82b583c 100644 --- a/kexi/kexidb/drivers/sqlite/sqlitevacuum.cpp +++ b/kexi/kexidb/drivers/sqlite/sqlitevacuum.cpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include diff --git a/kexi/main/keximainwindowimpl.cpp b/kexi/main/keximainwindowimpl.cpp index b3d362403..ce29b32ec 100644 --- a/kexi/main/keximainwindowimpl.cpp +++ b/kexi/main/keximainwindowimpl.cpp @@ -41,7 +41,7 @@ #include #include #include -#include +#include #include #include #include @@ -57,7 +57,7 @@ #include #include #include -#include +#include #include #include diff --git a/kexi/main/kexinewstuff.cpp b/kexi/main/kexinewstuff.cpp index 99ec8a319..7ca0ceb43 100644 --- a/kexi/main/kexinewstuff.cpp +++ b/kexi/main/kexinewstuff.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include @@ -33,7 +33,7 @@ KexiNewStuff::KexiNewStuff(TQWidget *parent) : KNewStuff( "kexi/template" #if KDE_IS_VERSION(3,3,0) - , "http://download.kde.org/khotnewstuff/kexi-providers.xml" + , "http://download.kde.org/tdehotnewstuff/kexi-providers.xml" #endif , parent) { diff --git a/kexi/main/startup/KexiConnSelector.cpp b/kexi/main/startup/KexiConnSelector.cpp index abbfac21a..22b09eeff 100644 --- a/kexi/main/startup/KexiConnSelector.cpp +++ b/kexi/main/startup/KexiConnSelector.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kexi/main/startup/KexiNewProjectWizard.cpp b/kexi/main/startup/KexiNewProjectWizard.cpp index 414fcfcda..3e59d9370 100644 --- a/kexi/main/startup/KexiNewProjectWizard.cpp +++ b/kexi/main/startup/KexiNewProjectWizard.cpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kexi/main/startup/KexiStartupDialog.cpp b/kexi/main/startup/KexiStartupDialog.cpp index f6ded39a8..5c281256b 100644 --- a/kexi/main/startup/KexiStartupDialog.cpp +++ b/kexi/main/startup/KexiStartupDialog.cpp @@ -44,13 +44,13 @@ #include #include #include -#include -#include +#include +#include #include #include #include #include -#include +#include #ifdef KEXI_SHOW_UNIMPLEMENTED #define KEXI_STARTUP_SHOW_TEMPLATES diff --git a/kexi/main/startup/KexiStartupDialog.h b/kexi/main/startup/KexiStartupDialog.h index 9ae922c66..4d1d342f6 100644 --- a/kexi/main/startup/KexiStartupDialog.h +++ b/kexi/main/startup/KexiStartupDialog.h @@ -23,8 +23,8 @@ #include #include #include -#include -#include +#include +#include #include #include diff --git a/kexi/main/startup/KexiStartupFileDialog.cpp b/kexi/main/startup/KexiStartupFileDialog.cpp index 71e4a3176..1bccbf1e4 100644 --- a/kexi/main/startup/KexiStartupFileDialog.cpp +++ b/kexi/main/startup/KexiStartupFileDialog.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include KexiStartupFileDialog::KexiStartupFileDialog( diff --git a/kexi/main/startup/KexiStartupFileDialog.h b/kexi/main/startup/KexiStartupFileDialog.h index 1b99391d9..e27f200d7 100644 --- a/kexi/main/startup/KexiStartupFileDialog.h +++ b/kexi/main/startup/KexiStartupFileDialog.h @@ -20,7 +20,7 @@ #ifndef _KexiStartupFileDialog_h_ #define _KexiStartupFileDialog_h_ -#include +#include #ifdef TQ_WS_WIN # include "KexiStartupFileDialogBase_win.h" diff --git a/kexi/migration/importoptionsdlg.cpp b/kexi/migration/importoptionsdlg.cpp index 24e9707e6..ef8df97b7 100644 --- a/kexi/migration/importoptionsdlg.cpp +++ b/kexi/migration/importoptionsdlg.cpp @@ -27,7 +27,7 @@ #include #include -#include +#include #include #include #include diff --git a/kexi/plugins/forms/kexiformpart.cpp b/kexi/plugins/forms/kexiformpart.cpp index 9d8017d8d..911c3374c 100644 --- a/kexi/plugins/forms/kexiformpart.cpp +++ b/kexi/plugins/forms/kexiformpart.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include diff --git a/kexi/plugins/forms/widgets/kexidbimagebox.cpp b/kexi/plugins/forms/widgets/kexidbimagebox.cpp index dd52f9f56..97d360558 100644 --- a/kexi/plugins/forms/widgets/kexidbimagebox.cpp +++ b/kexi/plugins/forms/widgets/kexidbimagebox.cpp @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kexi/plugins/importexport/csv/kexicsvimportdialog.cpp b/kexi/plugins/importexport/csv/kexicsvimportdialog.cpp index eb1f18976..941f8edac 100644 --- a/kexi/plugins/importexport/csv/kexicsvimportdialog.cpp +++ b/kexi/plugins/importexport/csv/kexicsvimportdialog.cpp @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.cpp b/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.cpp index 21c8891f0..08ec0b189 100644 --- a/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.cpp +++ b/kexi/plugins/importexport/csv/kexicsvimportoptionsdlg.cpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include #include diff --git a/kexi/plugins/macros/kexipart/keximacropart.cpp b/kexi/plugins/macros/kexipart/keximacropart.cpp index ad9babd3f..1459fffcf 100644 --- a/kexi/plugins/macros/kexipart/keximacropart.cpp +++ b/kexi/plugins/macros/kexipart/keximacropart.cpp @@ -31,7 +31,7 @@ #include //#include //#include -//#include +//#include //#include #include "../lib/manager.h" diff --git a/kexi/plugins/scripting/kexiscripting/kexiscriptpart.cpp b/kexi/plugins/scripting/kexiscripting/kexiscriptpart.cpp index 3dd90a68f..0b096b82d 100644 --- a/kexi/plugins/scripting/kexiscripting/kexiscriptpart.cpp +++ b/kexi/plugins/scripting/kexiscripting/kexiscriptpart.cpp @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include /// \internal diff --git a/kexi/widget/kexibrowser.cpp b/kexi/widget/kexibrowser.cpp index 96a503500..472dd25c7 100644 --- a/kexi/widget/kexibrowser.cpp +++ b/kexi/widget/kexibrowser.cpp @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include diff --git a/kexi/widget/kexifieldcombobox.cpp b/kexi/widget/kexifieldcombobox.cpp index c490111e2..404bc746c 100644 --- a/kexi/widget/kexifieldcombobox.cpp +++ b/kexi/widget/kexifieldcombobox.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include diff --git a/kexi/widget/kexifieldlistview.cpp b/kexi/widget/kexifieldlistview.cpp index 7316caebb..07a3f4ab7 100644 --- a/kexi/widget/kexifieldlistview.cpp +++ b/kexi/widget/kexifieldlistview.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include diff --git a/kexi/widget/pixmapcollection.cpp b/kexi/widget/pixmapcollection.cpp index c03d16e2e..f3224c7e7 100644 --- a/kexi/widget/pixmapcollection.cpp +++ b/kexi/widget/pixmapcollection.cpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include #include diff --git a/kexi/widget/relations/kexirelationviewtable.cpp b/kexi/widget/relations/kexirelationviewtable.cpp index 426edf715..a3ad0d5d6 100644 --- a/kexi/widget/relations/kexirelationviewtable.cpp +++ b/kexi/widget/relations/kexirelationviewtable.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include diff --git a/kexi/widget/tableview/kexiblobtableedit.cpp b/kexi/widget/tableview/kexiblobtableedit.cpp index 3502e15d3..43ff7331a 100644 --- a/kexi/widget/tableview/kexiblobtableedit.cpp +++ b/kexi/widget/tableview/kexiblobtableedit.cpp @@ -48,8 +48,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/kexi/widget/utils/kexicontextmenuutils.cpp b/kexi/widget/utils/kexicontextmenuutils.cpp index aeeec86dd..30ecab175 100644 --- a/kexi/widget/utils/kexicontextmenuutils.cpp +++ b/kexi/widget/utils/kexicontextmenuutils.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kformula/kformula_factory.cc b/kformula/kformula_factory.cc index 77152c459..e324c0635 100644 --- a/kformula/kformula_factory.cc +++ b/kformula/kformula_factory.cc @@ -5,7 +5,7 @@ #include #include -#include +#include #include #include #include diff --git a/kivio/kiviopart/kivio_doc.cpp b/kivio/kiviopart/kivio_doc.cpp index a731869f8..1245d7076 100644 --- a/kivio/kiviopart/kivio_doc.cpp +++ b/kivio/kiviopart/kivio_doc.cpp @@ -72,7 +72,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kivio/kiviopart/kivio_view.cpp b/kivio/kiviopart/kivio_view.cpp index ad378bf0b..fd4651514 100644 --- a/kivio/kiviopart/kivio_view.cpp +++ b/kivio/kiviopart/kivio_view.cpp @@ -43,7 +43,7 @@ #include #include #include -#include +#include #include #include diff --git a/kivio/kiviopart/kiviostencilsetinstaller.cpp b/kivio/kiviopart/kiviostencilsetinstaller.cpp index 52cbb4c42..158a4415d 100644 --- a/kivio/kiviopart/kiviostencilsetinstaller.cpp +++ b/kivio/kiviopart/kiviostencilsetinstaller.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/koshell/koshell_shell.cc b/koshell/koshell_shell.cc index 3c8640eed..abd7eaa26 100644 --- a/koshell/koshell_shell.cc +++ b/koshell/koshell_shell.cc @@ -33,7 +33,7 @@ #include #include -#include +#include #include #include #include diff --git a/kplato/kptconfig.cc b/kplato/kptconfig.cc index 969f46ad7..358b57978 100644 --- a/kplato/kptconfig.cc +++ b/kplato/kptconfig.cc @@ -21,7 +21,7 @@ #include "kptfactory.h" -#include +#include #include namespace KPlato diff --git a/kplato/kptconfigbehaviorpanel.cc b/kplato/kptconfigbehaviorpanel.cc index 45cbf64a6..fe8d8e5d3 100644 --- a/kplato/kptconfigbehaviorpanel.cc +++ b/kplato/kptconfigbehaviorpanel.cc @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include diff --git a/kplato/kptpart.cc b/kplato/kptpart.cc index 7ff060841..7b0dbd554 100644 --- a/kplato/kptpart.cc +++ b/kplato/kptpart.cc @@ -34,7 +34,7 @@ #include #include -#include +#include #include #include #include diff --git a/kplato/kptreportview.cc b/kplato/kptreportview.cc index f88c0c20b..edf1019d7 100644 --- a/kplato/kptreportview.cc +++ b/kplato/kptreportview.cc @@ -35,11 +35,11 @@ #include #include #include -#include +#include #include #include #include -#include +#include #include #include diff --git a/kplato/kptview.cc b/kplato/kptview.cc index d4a84e68c..8b6692527 100644 --- a/kplato/kptview.cc +++ b/kplato/kptview.cc @@ -59,7 +59,7 @@ #include #include #include -#include +#include #include "kptview.h" #include "kptaccountsview.h" diff --git a/kpresenter/KPrBackDia.cpp b/kpresenter/KPrBackDia.cpp index d8eb9f208..a6985239a 100644 --- a/kpresenter/KPrBackDia.cpp +++ b/kpresenter/KPrBackDia.cpp @@ -36,7 +36,7 @@ #include #include -#include +#include #include #include #include diff --git a/kpresenter/KPrBgSpellCheck.cpp b/kpresenter/KPrBgSpellCheck.cpp index b48d5b432..0bd3ce402 100644 --- a/kpresenter/KPrBgSpellCheck.cpp +++ b/kpresenter/KPrBgSpellCheck.cpp @@ -31,7 +31,7 @@ using namespace KSpell2; #include -#include +#include #include KPrBgSpellCheck::KPrBgSpellCheck(KPrDocument *_doc) diff --git a/kpresenter/KPrCanvas.cpp b/kpresenter/KPrCanvas.cpp index dff09c73b..8c1d244c0 100644 --- a/kpresenter/KPrCanvas.cpp +++ b/kpresenter/KPrCanvas.cpp @@ -50,10 +50,10 @@ #include #include #include -#include +#include #include #include -#include +#include #include #include diff --git a/kpresenter/KPrConfig.cpp b/kpresenter/KPrConfig.cpp index 5ef69958a..e6e706cc1 100644 --- a/kpresenter/KPrConfig.cpp +++ b/kpresenter/KPrConfig.cpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include @@ -71,7 +71,7 @@ #include #include #include -#include +#include #include #include diff --git a/kpresenter/KPrDocument.cpp b/kpresenter/KPrDocument.cpp index 4a8083a95..d4503064d 100644 --- a/kpresenter/KPrDocument.cpp +++ b/kpresenter/KPrDocument.cpp @@ -59,12 +59,12 @@ #include #include #include -#include +#include #include #include #include #include -#include +#include #include #include diff --git a/kpresenter/KPrEffectDia.cpp b/kpresenter/KPrEffectDia.cpp index c40059b5b..b65b724b5 100644 --- a/kpresenter/KPrEffectDia.cpp +++ b/kpresenter/KPrEffectDia.cpp @@ -46,7 +46,7 @@ #include #include #include -#include +#include KPrEffectDia::KPrEffectDia( TQWidget* parent, const char* name, const TQPtrList& _objs, KPrView *_view ) diff --git a/kpresenter/KPrImportStyleDia.cpp b/kpresenter/KPrImportStyleDia.cpp index c2db00b42..1cd4d9ff7 100644 --- a/kpresenter/KPrImportStyleDia.cpp +++ b/kpresenter/KPrImportStyleDia.cpp @@ -29,7 +29,7 @@ #include "KPrImportStyleDia.h" #include #include -#include +#include #include #include #include "KPrTextObject.h" diff --git a/kpresenter/KPrMSPresentationSetup.cpp b/kpresenter/KPrMSPresentationSetup.cpp index 7386bceba..e4db5e915 100644 --- a/kpresenter/KPrMSPresentationSetup.cpp +++ b/kpresenter/KPrMSPresentationSetup.cpp @@ -30,7 +30,7 @@ #include "KPrCanvas.h" #include "KPrPage.h" -#include +#include #include #include diff --git a/kpresenter/KPrSlideTransitionDia.cpp b/kpresenter/KPrSlideTransitionDia.cpp index 553a1df16..88d1c9aca 100644 --- a/kpresenter/KPrSlideTransitionDia.cpp +++ b/kpresenter/KPrSlideTransitionDia.cpp @@ -21,7 +21,7 @@ #include "KPrSlideTransitionDia.h" -#include +#include #include #include #include diff --git a/kpresenter/KPrTransEffectDia.cpp b/kpresenter/KPrTransEffectDia.cpp index 859c0c7b0..f13065947 100644 --- a/kpresenter/KPrTransEffectDia.cpp +++ b/kpresenter/KPrTransEffectDia.cpp @@ -52,7 +52,7 @@ #include #include #include -#include +#include KPrEffectPreview::KPrEffectPreview( TQWidget *parent, KPrDocument *_doc, KPrView *_view ) diff --git a/kpresenter/KPrView.cpp b/kpresenter/KPrView.cpp index a59b7a1a5..e932bcdd4 100644 --- a/kpresenter/KPrView.cpp +++ b/kpresenter/KPrView.cpp @@ -64,11 +64,11 @@ #include #include -#include +#include #include #include #include -#include +#include #include "KPrView.h" #include "KPrDocument.h" @@ -78,7 +78,7 @@ #include #include -#include +#include #include #include #include diff --git a/kpresenter/KPrWebPresentation.cpp b/kpresenter/KPrWebPresentation.cpp index 2fbb73369..d87a82c4b 100644 --- a/kpresenter/KPrWebPresentation.cpp +++ b/kpresenter/KPrWebPresentation.cpp @@ -56,7 +56,7 @@ #include #include #include -#include +#include #include #include #include @@ -71,7 +71,7 @@ #include #include #include -#include +#include #include #include "KoDocumentInfo.h" diff --git a/kspread/dialogs/kspread_dlg_csv.cc b/kspread/dialogs/kspread_dlg_csv.cc index 6cd775746..b08fa858d 100644 --- a/kspread/dialogs/kspread_dlg_csv.cc +++ b/kspread/dialogs/kspread_dlg_csv.cc @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include diff --git a/kspread/dialogs/kspread_dlg_list.cc b/kspread/dialogs/kspread_dlg_list.cc index f4e032694..884963875 100644 --- a/kspread/dialogs/kspread_dlg_list.cc +++ b/kspread/dialogs/kspread_dlg_list.cc @@ -27,7 +27,7 @@ #include #include -#include +#include #include #include diff --git a/kspread/dialogs/kspread_dlg_preference.cc b/kspread/dialogs/kspread_dlg_preference.cc index a64f2d69a..b26e28165 100644 --- a/kspread/dialogs/kspread_dlg_preference.cc +++ b/kspread/dialogs/kspread_dlg_preference.cc @@ -32,7 +32,7 @@ #include #include -#include +#include #include #include #include diff --git a/kspread/dialogs/kspread_dlg_sort.cc b/kspread/dialogs/kspread_dlg_sort.cc index 5ee35bb27..7292b25b4 100644 --- a/kspread/dialogs/kspread_dlg_sort.cc +++ b/kspread/dialogs/kspread_dlg_sort.cc @@ -41,7 +41,7 @@ #include #include -#include +#include #include #include #include diff --git a/kspread/kspread_autofill.cc b/kspread/kspread_autofill.cc index 8927d360f..e110e1adb 100644 --- a/kspread/kspread_autofill.cc +++ b/kspread/kspread_autofill.cc @@ -32,7 +32,7 @@ #include -#include +#include #include #include "kspread_doc.h" diff --git a/kspread/kspread_doc.cc b/kspread/kspread_doc.cc index f3c78e9fc..09611b950 100644 --- a/kspread/kspread_doc.cc +++ b/kspread/kspread_doc.cc @@ -40,7 +40,7 @@ #include #include -#include +#include #include #include #include diff --git a/kspread/kspread_view.cc b/kspread/kspread_view.cc index 664edf4e9..d709c6c0d 100644 --- a/kspread/kspread_view.cc +++ b/kspread/kspread_view.cc @@ -50,7 +50,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kspread/plugins/calculator/kcalc.cpp b/kspread/plugins/calculator/kcalc.cpp index 7733cedf2..c74c2f47e 100644 --- a/kspread/plugins/calculator/kcalc.cpp +++ b/kspread/plugins/calculator/kcalc.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include "kcalc.h" diff --git a/kugar/part/kugar_part.cpp b/kugar/part/kugar_part.cpp index 807d62b15..134ab039b 100644 --- a/kugar/part/kugar_part.cpp +++ b/kugar/part/kugar_part.cpp @@ -11,12 +11,12 @@ #include #include #include -#include +#include #include #include #include #include -#include +#include #include #include diff --git a/kugar/part/kugar_view.cpp b/kugar/part/kugar_view.cpp index 2b5cc63b1..e5c2f5558 100644 --- a/kugar/part/kugar_view.cpp +++ b/kugar/part/kugar_view.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kword/KWBgSpellCheck.cpp b/kword/KWBgSpellCheck.cpp index 53e74d028..7b352e093 100644 --- a/kword/KWBgSpellCheck.cpp +++ b/kword/KWBgSpellCheck.cpp @@ -31,7 +31,7 @@ using namespace KSpell2; #include -#include +#include #include diff --git a/kword/KWCanvas.cpp b/kword/KWCanvas.cpp index 3bf00e2bd..27f1320f4 100644 --- a/kword/KWCanvas.cpp +++ b/kword/KWCanvas.cpp @@ -58,7 +58,7 @@ #include #include #include -#include +#include #include #include diff --git a/kword/KWConfig.cpp b/kword/KWConfig.cpp index e7aaff949..701dc9006 100644 --- a/kword/KWConfig.cpp +++ b/kword/KWConfig.cpp @@ -18,7 +18,7 @@ * Boston, MA 02110-1301, USA. */ -#include +#include #include #include #include @@ -66,7 +66,7 @@ using namespace KSpell2; #include #include #include -#include +#include #include #include #include diff --git a/kword/KWImportStyleDia.cpp b/kword/KWImportStyleDia.cpp index 93ec03349..cb1f40b5a 100644 --- a/kword/KWImportStyleDia.cpp +++ b/kword/KWImportStyleDia.cpp @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include diff --git a/kword/KWInsertPicDia.cpp b/kword/KWInsertPicDia.cpp index 1194b052c..9aad5b5bf 100644 --- a/kword/KWInsertPicDia.cpp +++ b/kword/KWInsertPicDia.cpp @@ -27,9 +27,9 @@ #include #include -#include +#include #include -#include +#include #include #include diff --git a/kword/KWTableTemplateSelector.cpp b/kword/KWTableTemplateSelector.cpp index f219b0864..d161ccf75 100644 --- a/kword/KWTableTemplateSelector.cpp +++ b/kword/KWTableTemplateSelector.cpp @@ -29,7 +29,7 @@ #include #include -#include +#include #include #include diff --git a/kword/KWView.cpp b/kword/KWView.cpp index 0b7f6c645..068e0da63 100644 --- a/kword/KWView.cpp +++ b/kword/KWView.cpp @@ -104,10 +104,10 @@ #include #include #include -#include +#include #include #include -#include +#include #include #include #include diff --git a/kword/mailmerge/sql/KWQtSqlMailMergeOpen.cpp b/kword/mailmerge/sql/KWQtSqlMailMergeOpen.cpp index 14222bf03..2f0c1a735 100644 --- a/kword/mailmerge/sql/KWQtSqlMailMergeOpen.cpp +++ b/kword/mailmerge/sql/KWQtSqlMailMergeOpen.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/lib/kformula/contextstyle.h b/lib/kformula/contextstyle.h index edf9cefa2..1359f8966 100644 --- a/lib/kformula/contextstyle.h +++ b/lib/kformula/contextstyle.h @@ -29,7 +29,7 @@ #include //KDE Include -#include +#include #include //Formula include diff --git a/lib/kformula/fontstyle.cc b/lib/kformula/fontstyle.cc index 94f3c2414..8136965c4 100644 --- a/lib/kformula/fontstyle.cc +++ b/lib/kformula/fontstyle.cc @@ -26,8 +26,8 @@ #include #include #include -#include -#include +#include +#include #include #include "fontstyle.h" diff --git a/lib/kformula/kformulaconfigpage.cc b/lib/kformula/kformulaconfigpage.cc index a803dbc2b..3152c26b0 100644 --- a/lib/kformula/kformulaconfigpage.cc +++ b/lib/kformula/kformulaconfigpage.cc @@ -34,7 +34,7 @@ //#include #include -#include +#include #include #include #include diff --git a/lib/kformula/kformuladocument.h b/lib/kformula/kformuladocument.h index 3cee9f0c2..d541a4c5d 100644 --- a/lib/kformula/kformuladocument.h +++ b/lib/kformula/kformuladocument.h @@ -29,7 +29,7 @@ #include #include -#include +#include #include //#include "KoCommandHistory.h" #include "kformuladefs.h" diff --git a/lib/kformula/main.cc b/lib/kformula/main.cc index 19b534a07..ed5bb1086 100644 --- a/lib/kformula/main.cc +++ b/lib/kformula/main.cc @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include "elementtype.h" #include "kformulacommand.h" diff --git a/lib/kformula/symboltable.cc b/lib/kformula/symboltable.cc index 83de81c93..a9ca0641f 100644 --- a/lib/kformula/symboltable.cc +++ b/lib/kformula/symboltable.cc @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include #include diff --git a/lib/kofficecore/KoDetailsPane.cpp b/lib/kofficecore/KoDetailsPane.cpp index 8fb845892..91cdb4ade 100644 --- a/lib/kofficecore/KoDetailsPane.cpp +++ b/lib/kofficecore/KoDetailsPane.cpp @@ -34,10 +34,10 @@ #include #include #include -#include +#include #include -#include -#include +#include +#include #include #include #include diff --git a/lib/kofficecore/KoDocument.cpp b/lib/kofficecore/KoDocument.cpp index b3e9a7b6a..c657ee327 100644 --- a/lib/kofficecore/KoDocument.cpp +++ b/lib/kofficecore/KoDocument.cpp @@ -38,10 +38,10 @@ #include #include #include -#include +#include #include -#include -#include +#include +#include #include #include #include diff --git a/lib/kofficecore/KoDocumentInfo.cpp b/lib/kofficecore/KoDocumentInfo.cpp index eafda4b50..7bdc34e30 100644 --- a/lib/kofficecore/KoDocumentInfo.cpp +++ b/lib/kofficecore/KoDocumentInfo.cpp @@ -27,7 +27,7 @@ #include #include -#include +#include #include #include #include diff --git a/lib/kofficecore/KoDocumentInfo.h b/lib/kofficecore/KoDocumentInfo.h index b113e75e6..f6467768c 100644 --- a/lib/kofficecore/KoDocumentInfo.h +++ b/lib/kofficecore/KoDocumentInfo.h @@ -23,7 +23,7 @@ #include #include -#include +#include #include class TQString; diff --git a/lib/kofficecore/KoFileDialog.cpp b/lib/kofficecore/KoFileDialog.cpp index 9656aa840..1b1c98a88 100644 --- a/lib/kofficecore/KoFileDialog.cpp +++ b/lib/kofficecore/KoFileDialog.cpp @@ -20,7 +20,7 @@ #include "KoFileDialog.h" #include "KoDocument.h" -#include +#include #include #include #include diff --git a/lib/kofficecore/KoFileDialog.h b/lib/kofficecore/KoFileDialog.h index f419320cc..c48169a38 100644 --- a/lib/kofficecore/KoFileDialog.h +++ b/lib/kofficecore/KoFileDialog.h @@ -21,7 +21,7 @@ #ifndef KOFILEDIALOG_H #define KOFILEDIALOG_H -#include +#include #include /** diff --git a/lib/kofficecore/KoMainWindow.cpp b/lib/kofficecore/KoMainWindow.cpp index ccb258284..483ff6835 100644 --- a/lib/kofficecore/KoMainWindow.cpp +++ b/lib/kofficecore/KoMainWindow.cpp @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/lib/kofficecore/KoMainWindow.h b/lib/kofficecore/KoMainWindow.h index d7727025d..6310deda3 100644 --- a/lib/kofficecore/KoMainWindow.h +++ b/lib/kofficecore/KoMainWindow.h @@ -22,7 +22,7 @@ #define __ko_main_window_h__ #include -#include +#include #include #include "KoDocument.h" diff --git a/lib/kofficecore/KoOpenPane.cpp b/lib/kofficecore/KoOpenPane.cpp index a8fa0f936..5d23b1131 100644 --- a/lib/kofficecore/KoOpenPane.cpp +++ b/lib/kofficecore/KoOpenPane.cpp @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include #include diff --git a/lib/kofficecore/KoPicture.cpp b/lib/kofficecore/KoPicture.cpp index 2dd6f730d..58ef2fbfa 100644 --- a/lib/kofficecore/KoPicture.cpp +++ b/lib/kofficecore/KoPicture.cpp @@ -23,7 +23,7 @@ #include #include -#include +#include #include "KoPictureKey.h" #include "KoPictureBase.h" diff --git a/lib/kofficecore/KoPictureBase.cpp b/lib/kofficecore/KoPictureBase.cpp index 1d476f74e..ff30802ea 100644 --- a/lib/kofficecore/KoPictureBase.cpp +++ b/lib/kofficecore/KoPictureBase.cpp @@ -23,7 +23,7 @@ #include #include -#include +#include #include #include diff --git a/lib/kofficecore/KoPictureShared.cpp b/lib/kofficecore/KoPictureShared.cpp index 6bc69345c..57d95f659 100644 --- a/lib/kofficecore/KoPictureShared.cpp +++ b/lib/kofficecore/KoPictureShared.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include "KoPictureKey.h" #include "KoPictureBase.h" diff --git a/lib/kofficecore/KoSpeaker.cpp b/lib/kofficecore/KoSpeaker.cpp index d81cffeca..4599927b1 100644 --- a/lib/kofficecore/KoSpeaker.cpp +++ b/lib/kofficecore/KoSpeaker.cpp @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include #include diff --git a/lib/kofficecore/KoTemplates.cpp b/lib/kofficecore/KoTemplates.cpp index 5acc72a71..2d65368ed 100644 --- a/lib/kofficecore/KoTemplates.cpp +++ b/lib/kofficecore/KoTemplates.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include diff --git a/lib/kofficeui/KoEditPath.cpp b/lib/kofficeui/KoEditPath.cpp index 51afb24bb..1a2b2668e 100644 --- a/lib/kofficeui/KoEditPath.cpp +++ b/lib/kofficeui/KoEditPath.cpp @@ -24,7 +24,7 @@ #include #include "KoEditPath.h" #include -#include +#include #include #include #include diff --git a/lib/kofficeui/KoTemplateChooseDia.cpp b/lib/kofficeui/KoTemplateChooseDia.cpp index 991ffff82..7fa492286 100644 --- a/lib/kofficeui/KoTemplateChooseDia.cpp +++ b/lib/kofficeui/KoTemplateChooseDia.cpp @@ -28,7 +28,7 @@ #include #include -#include +#include #include #include #include @@ -40,8 +40,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/lib/kofficeui/KoTemplateChooseDia.h b/lib/kofficeui/KoTemplateChooseDia.h index d39bc7eec..ba6f17e10 100644 --- a/lib/kofficeui/KoTemplateChooseDia.h +++ b/lib/kofficeui/KoTemplateChooseDia.h @@ -85,7 +85,7 @@ class KoTCDIconViewItem : public KIconViewItem }; -#include +#include #include /** * Our reimplementation of KFileIconView used as the "recent files" view diff --git a/lib/kofficeui/KoTemplateCreateDia.cpp b/lib/kofficeui/KoTemplateCreateDia.cpp index 3b4975f06..2e9399543 100644 --- a/lib/kofficeui/KoTemplateCreateDia.cpp +++ b/lib/kofficeui/KoTemplateCreateDia.cpp @@ -43,11 +43,11 @@ #include #include #include -#include +#include #include #include -#include -#include +#include +#include #include #include diff --git a/lib/kopalette/kopalette.cc b/lib/kopalette/kopalette.cc index 8084068cd..c84d6b5e7 100644 --- a/lib/kopalette/kopalette.cc +++ b/lib/kopalette/kopalette.cc @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include diff --git a/lib/koproperty/editors/pixmapedit.cpp b/lib/koproperty/editors/pixmapedit.cpp index 265ee16d3..30fd5dbd5 100644 --- a/lib/koproperty/editors/pixmapedit.cpp +++ b/lib/koproperty/editors/pixmapedit.cpp @@ -44,9 +44,9 @@ #endif #ifndef PURE_QT -#include +#include #include -#include +#include #endif using namespace KoProperty; diff --git a/lib/kotext/KFontDialog_local.cpp b/lib/kotext/KFontDialog_local.cpp index 32efad601..95bc2553c 100644 --- a/lib/kotext/KFontDialog_local.cpp +++ b/lib/kotext/KFontDialog_local.cpp @@ -43,7 +43,7 @@ #include #include -#include +#include #include #include #include diff --git a/lib/kotext/KoAutoFormat.cpp b/lib/kotext/KoAutoFormat.cpp index 84ec27d51..b46973b3b 100644 --- a/lib/kotext/KoAutoFormat.cpp +++ b/lib/kotext/KoAutoFormat.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/lib/kotext/KoCompletionDia.cpp b/lib/kotext/KoCompletionDia.cpp index 8464bf4d8..031a8122a 100644 --- a/lib/kotext/KoCompletionDia.cpp +++ b/lib/kotext/KoCompletionDia.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/lib/kotext/KoVariable.cpp b/lib/kotext/KoVariable.cpp index 770c1da2d..8ee25c193 100644 --- a/lib/kotext/KoVariable.cpp +++ b/lib/kotext/KoVariable.cpp @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/lib/kross/main/scriptguiclient.cpp b/lib/kross/main/scriptguiclient.cpp index a90c3d9d4..eaf311016 100644 --- a/lib/kross/main/scriptguiclient.cpp +++ b/lib/kross/main/scriptguiclient.cpp @@ -27,13 +27,13 @@ #include #include #include -#include +#include #include #include #include #include -#include +#include using namespace Kross::Api; diff --git a/lib/kross/main/wdgscriptsmanager.cpp b/lib/kross/main/wdgscriptsmanager.cpp index 99b2d058d..c63b76035 100644 --- a/lib/kross/main/wdgscriptsmanager.cpp +++ b/lib/kross/main/wdgscriptsmanager.cpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include #include @@ -336,7 +336,7 @@ void WdgScriptsManager::slotGetNewScript() TQObject::connect(p, TQT_SIGNAL(providersLoaded(Provider::List*)), d, TQT_SLOT(slotProviders(Provider::List*))); - p->load(type, TQString("http://download.kde.org/khotnewstuff/%1scripts-providers.xml").arg(appname)); + p->load(type, TQString("http://download.kde.org/tdehotnewstuff/%1scripts-providers.xml").arg(appname)); d->exec(); #endif } diff --git a/lib/kross/python/scripts/gui.py b/lib/kross/python/scripts/gui.py index 9b8e0f8c4..eda671cc3 100755 --- a/lib/kross/python/scripts/gui.py +++ b/lib/kross/python/scripts/gui.py @@ -289,10 +289,10 @@ class QtDialog: filename = None try: - print "QtDialog.FileChooser.browseButtonClicked() kfile.KFileDialog" - # try to use the kfile module included in pytde - import kfile - filename = kfile.KFileDialog.getOpenFileName(self.initialfile, filtermask, self, "Save to file") + print "QtDialog.FileChooser.browseButtonClicked() tdefile.KFileDialog" + # try to use the tdefile module included in pytde + import tdefile + filename = tdefile.KFileDialog.getOpenFileName(self.initialfile, filtermask, self, "Save to file") except: print "QtDialog.FileChooser.browseButtonClicked() qt.QFileDialog" # fallback to Qt filedialog diff --git a/lib/kross/test/testgui.py b/lib/kross/test/testgui.py index 22b6f04b9..b6f6a28e1 100644 --- a/lib/kross/test/testgui.py +++ b/lib/kross/test/testgui.py @@ -75,9 +75,9 @@ class QtTest: def browseButtonClicked(self): filename = None try: - # try to use the kfile module included in pytde - import kfile - filename = kfile.KFileDialog.getOpenFileName(self.defaultfilename, "*.html", self, "Save to file") + # try to use the tdefile module included in pytde + import tdefile + filename = tdefile.KFileDialog.getOpenFileName(self.defaultfilename, "*.html", self, "Save to file") except: # fallback to Qt filedialog filename = qt.QFileDialog.getOpenFileName(self.defaultfilename, "*.html", self, "Save to file") diff --git a/lib/store/KoStore.cpp b/lib/store/KoStore.cpp index f87dfef7e..64b01a440 100644 --- a/lib/store/KoStore.cpp +++ b/lib/store/KoStore.cpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include //#define DefaultFormat KoStore::Tar #define DefaultFormat KoStore::Zip diff --git a/lib/store/KoTarStore.cpp b/lib/store/KoTarStore.cpp index 5d131a905..d4e6667af 100644 --- a/lib/store/KoTarStore.cpp +++ b/lib/store/KoTarStore.cpp @@ -25,7 +25,7 @@ #include #include #include -#include +#include KoTarStore::KoTarStore( const TQString & _filename, Mode _mode, const TQCString & appIdentification ) { diff --git a/lib/store/KoZipStore.cpp b/lib/store/KoZipStore.cpp index 635ad2483..b58829c09 100644 --- a/lib/store/KoZipStore.cpp +++ b/lib/store/KoZipStore.cpp @@ -25,7 +25,7 @@ #include #include #include -#include +#include #if ! KDE_IS_VERSION( 3, 4, 1 ) #include #include diff --git a/lib/store/SPEC b/lib/store/SPEC index 4010e33f3..9cbec599d 100644 --- a/lib/store/SPEC +++ b/lib/store/SPEC @@ -21,7 +21,7 @@ The purpose of this document is to define a common KOffice Storage Structure. Torben, Reggie, and all the others agreed on storing embedded KOffice Parts and binary data (e.g. pictures, movies, sounds) via a simple tar.gz-structure. -The support class for the tar format is tdelibs/kio/ktar.*, written by Torben +The support class for the tar format is tdelibs/tdeio/ktar.*, written by Torben and finished by David. The obvious benefits of this type of storage are: diff --git a/lib/store/update_kzip.sh b/lib/store/update_kzip.sh index 3c63626af..ecf7dad3b 100644 --- a/lib/store/update_kzip.sh +++ b/lib/store/update_kzip.sh @@ -1,15 +1,15 @@ #!/bin/sh header="// GENERATED FILE. Do not edit! Generated from kzip.cpp by $0" echo "$header" > kozip.cpp -cat ../../../tdelibs/kio/kio/kzip.cpp >> kozip.cpp || exit 1 +cat ../../../tdelibs/tdeio/tdeio/kzip.cpp >> kozip.cpp || exit 1 echo "$header" > kozip.h -cat ../../../tdelibs/kio/kio/kzip.h >> kozip.h || exit 1 +cat ../../../tdelibs/tdeio/tdeio/kzip.h >> kozip.h || exit 1 echo "$header" > kofilterdev.cpp -cat ../../../tdelibs/kio/kio/kfilterdev.cpp >> kofilterdev.cpp || exit 1 +cat ../../../tdelibs/tdeio/tdeio/kfilterdev.cpp >> kofilterdev.cpp || exit 1 echo "$header" > kofilterdev.h -cat ../../../tdelibs/kio/kio/kfilterdev.h >> kofilterdev.h || exit 1 +cat ../../../tdelibs/tdeio/tdeio/kfilterdev.h >> kofilterdev.h || exit 1 echo "$header" > kolimitediodevice.h -cat ../../../tdelibs/kio/kio/klimitediodevice.h >> kolimitediodevice.h || exit 1 +cat ../../../tdelibs/tdeio/tdeio/klimitediodevice.h >> kolimitediodevice.h || exit 1 perl -pi -e 's/KZip/KoZip/g' kozip.cpp kozip.h perl -pi -e 's/kzip\.h/kozip\.h/' kozip.cpp diff --git a/tools/Makefile.am b/tools/Makefile.am index 91a9b7081..81cd32d90 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = converter thumbnail thesaurus kthesaurus kfile-plugins quickprint +SUBDIRS = converter thumbnail thesaurus kthesaurus tdefile-plugins quickprint # Not ported to tdespell2: spell. But do we really want a separate tool for this? diff --git a/tools/converter/koconverter.cpp b/tools/converter/koconverter.cpp index 973b521b3..e937bb024 100644 --- a/tools/converter/koconverter.cpp +++ b/tools/converter/koconverter.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include diff --git a/tools/kfile-plugins/abiword/Makefile.am b/tools/kfile-plugins/abiword/Makefile.am deleted file mode 100644 index 1242f21bc..000000000 --- a/tools/kfile-plugins/abiword/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -## Makefile.am for gnumeric file meta info plugin - -# set the include path for X, qt and KDE -INCLUDES = $(KOFFICE_INCLUDES) $(all_includes) - -# these are the headers for your project -noinst_HEADERS = kfile_abiword.h - -kde_module_LTLIBRARIES = kfile_abiword.la - -kfile_abiword_la_SOURCES = kfile_abiword.cpp -kfile_abiword_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -kfile_abiword_la_LIBADD = $(KOFFICE_LIBS) - -# let automoc handle all of the meta source files (moc) -METASOURCES = AUTO - -services_DATA = kfile_abiword.desktop -servicesdir = $(kde_servicesdir) - -messages: - $(XGETTEXT) *.cpp -o $(podir)/kfile_abiword.pot diff --git a/tools/kfile-plugins/gnumeric/Makefile.am b/tools/kfile-plugins/gnumeric/Makefile.am deleted file mode 100644 index 85ca467be..000000000 --- a/tools/kfile-plugins/gnumeric/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -## Makefile.am for gnumeric file meta info plugin - -# set the include path for X, qt and KDE -INCLUDES = $(KOFFICE_INCLUDES) $(all_includes) - -# these are the headers for your project -noinst_HEADERS = kfile_gnumeric.h - -kde_module_LTLIBRARIES = kfile_gnumeric.la - -kfile_gnumeric_la_SOURCES = kfile_gnumeric.cpp -kfile_gnumeric_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -kfile_gnumeric_la_LIBADD = $(KOFFICE_LIBS) - -# let automoc handle all of the meta source files (moc) -METASOURCES = AUTO - -services_DATA = kfile_gnumeric.desktop -servicesdir = $(kde_servicesdir) - -messages: - $(XGETTEXT) *.cpp -o $(podir)/kfile_gnumeric.pot diff --git a/tools/kfile-plugins/koffice/Makefile.am b/tools/kfile-plugins/koffice/Makefile.am deleted file mode 100644 index dfbd4080d..000000000 --- a/tools/kfile-plugins/koffice/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -## Makefile.am for koffice file meta info plugin - -# set the include path for X, qt and KDE -INCLUDES = $(KOFFICE_INCLUDES) $(all_includes) - -# these are the headers for your project -noinst_HEADERS = kfile_koffice.h - -kde_module_LTLIBRARIES = kfile_koffice.la - -kfile_koffice_la_SOURCES = kfile_koffice.cpp -kfile_koffice_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -kfile_koffice_la_LIBADD = $(KOFFICE_LIBS) - -# let automoc handle all of the meta source files (moc) -METASOURCES = AUTO - -services_DATA = kfile_koffice.desktop -servicesdir = $(kde_servicesdir) - -messages: - $(XGETTEXT) *.cpp -o $(podir)/kfile_koffice.pot diff --git a/tools/kfile-plugins/ooo/Makefile.am b/tools/kfile-plugins/ooo/Makefile.am deleted file mode 100644 index d72dd7051..000000000 --- a/tools/kfile-plugins/ooo/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -## Makefile.am for OpenOffice.org file meta info plugin - -# set the include path for X, qt and KDE -INCLUDES = $(KOFFICE_INCLUDES) $(all_includes) - -# these are the headers for your project -noinst_HEADERS = kfile_ooo.h - -kde_module_LTLIBRARIES = kfile_ooo.la - -kfile_ooo_la_SOURCES = kfile_ooo.cpp -kfile_ooo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -kfile_ooo_la_LIBADD = $(KOFFICE_LIBS) - -# let automoc handle all of the meta source files (moc) -METASOURCES = AUTO - -services_DATA = kfile_ooo.desktop -servicesdir = $(kde_servicesdir) - -messages: - $(XGETTEXT) *.cpp -o $(podir)/kfile_ooo.pot diff --git a/tools/spell/main.cc b/tools/spell/main.cc index 6f152f032..5686b06a1 100644 --- a/tools/spell/main.cc +++ b/tools/spell/main.cc @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include diff --git a/tools/kfile-plugins/Makefile.am b/tools/tdefile-plugins/Makefile.am similarity index 100% rename from tools/kfile-plugins/Makefile.am rename to tools/tdefile-plugins/Makefile.am diff --git a/tools/kfile-plugins/RETURNED_ITEMS b/tools/tdefile-plugins/RETURNED_ITEMS similarity index 100% rename from tools/kfile-plugins/RETURNED_ITEMS rename to tools/tdefile-plugins/RETURNED_ITEMS diff --git a/tools/tdefile-plugins/abiword/Makefile.am b/tools/tdefile-plugins/abiword/Makefile.am new file mode 100644 index 000000000..4bd75a154 --- /dev/null +++ b/tools/tdefile-plugins/abiword/Makefile.am @@ -0,0 +1,22 @@ +## Makefile.am for gnumeric file meta info plugin + +# set the include path for X, qt and KDE +INCLUDES = $(KOFFICE_INCLUDES) $(all_includes) + +# these are the headers for your project +noinst_HEADERS = tdefile_abiword.h + +kde_module_LTLIBRARIES = tdefile_abiword.la + +tdefile_abiword_la_SOURCES = tdefile_abiword.cpp +tdefile_abiword_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts +tdefile_abiword_la_LIBADD = $(KOFFICE_LIBS) + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +services_DATA = tdefile_abiword.desktop +servicesdir = $(kde_servicesdir) + +messages: + $(XGETTEXT) *.cpp -o $(podir)/tdefile_abiword.pot diff --git a/tools/kfile-plugins/abiword/kfile_abiword.cpp b/tools/tdefile-plugins/abiword/tdefile_abiword.cpp similarity index 96% rename from tools/kfile-plugins/abiword/kfile_abiword.cpp rename to tools/tdefile-plugins/abiword/tdefile_abiword.cpp index 2f9bb418d..59a645f75 100644 --- a/tools/kfile-plugins/abiword/kfile_abiword.cpp +++ b/tools/tdefile-plugins/abiword/tdefile_abiword.cpp @@ -18,7 +18,7 @@ */ #include -#include "kfile_abiword.h" +#include "tdefile_abiword.h" #include #include @@ -31,7 +31,7 @@ typedef KGenericFactory AbiwordFactory; -K_EXPORT_COMPONENT_FACTORY(kfile_abiword, AbiwordFactory( "kfile_abiword" )) +K_EXPORT_COMPONENT_FACTORY(tdefile_abiword, AbiwordFactory( "tdefile_abiword" )) AbiwordPlugin::AbiwordPlugin(TQObject *parent, const char *name, const TQStringList &args) @@ -142,4 +142,4 @@ TQString AbiwordPlugin::stringItem( const TQString &name ) } -#include "kfile_abiword.moc" +#include "tdefile_abiword.moc" diff --git a/tools/kfile-plugins/abiword/kfile_abiword.desktop b/tools/tdefile-plugins/abiword/tdefile_abiword.desktop similarity index 98% rename from tools/kfile-plugins/abiword/kfile_abiword.desktop rename to tools/tdefile-plugins/abiword/tdefile_abiword.desktop index a522452b0..eb22207dd 100644 --- a/tools/kfile-plugins/abiword/kfile_abiword.desktop +++ b/tools/tdefile-plugins/abiword/tdefile_abiword.desktop @@ -43,7 +43,7 @@ Name[uz@cyrillic]=Abiword ҳужжати ҳақида маълумот Name[zh_CN]=Abiword 信息 Name[zh_TW]=Abiword 資訊 ServiceTypes=KFilePlugin -X-TDE-Library=kfile_abiword +X-TDE-Library=tdefile_abiword MimeType=application/x-abiword PreferredGroups=DocumentInfo PreferredItems=Author,Title,Abstract diff --git a/tools/kfile-plugins/abiword/kfile_abiword.h b/tools/tdefile-plugins/abiword/tdefile_abiword.h similarity index 97% rename from tools/kfile-plugins/abiword/kfile_abiword.h rename to tools/tdefile-plugins/abiword/tdefile_abiword.h index 147516fc2..0b09acb84 100644 --- a/tools/kfile-plugins/abiword/kfile_abiword.h +++ b/tools/tdefile-plugins/abiword/tdefile_abiword.h @@ -20,7 +20,7 @@ #ifndef __KFILE_ABIWORD_H__ #define __KFILE_ABIWORD_H__ -#include +#include class TQStringList; class TQDomNode; diff --git a/tools/tdefile-plugins/gnumeric/Makefile.am b/tools/tdefile-plugins/gnumeric/Makefile.am new file mode 100644 index 000000000..407a15f49 --- /dev/null +++ b/tools/tdefile-plugins/gnumeric/Makefile.am @@ -0,0 +1,22 @@ +## Makefile.am for gnumeric file meta info plugin + +# set the include path for X, qt and KDE +INCLUDES = $(KOFFICE_INCLUDES) $(all_includes) + +# these are the headers for your project +noinst_HEADERS = tdefile_gnumeric.h + +kde_module_LTLIBRARIES = tdefile_gnumeric.la + +tdefile_gnumeric_la_SOURCES = tdefile_gnumeric.cpp +tdefile_gnumeric_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts +tdefile_gnumeric_la_LIBADD = $(KOFFICE_LIBS) + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +services_DATA = tdefile_gnumeric.desktop +servicesdir = $(kde_servicesdir) + +messages: + $(XGETTEXT) *.cpp -o $(podir)/tdefile_gnumeric.pot diff --git a/tools/kfile-plugins/gnumeric/kfile_gnumeric.cpp b/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.cpp similarity index 96% rename from tools/kfile-plugins/gnumeric/kfile_gnumeric.cpp rename to tools/tdefile-plugins/gnumeric/tdefile_gnumeric.cpp index 145f318b1..296866630 100644 --- a/tools/kfile-plugins/gnumeric/kfile_gnumeric.cpp +++ b/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.cpp @@ -18,7 +18,7 @@ */ #include -#include "kfile_gnumeric.h" +#include "tdefile_gnumeric.h" #include #include @@ -31,7 +31,7 @@ typedef KGenericFactory GnumericFactory; -K_EXPORT_COMPONENT_FACTORY(kfile_gnumeric, GnumericFactory( "kfile_gnumeric" )) +K_EXPORT_COMPONENT_FACTORY(tdefile_gnumeric, GnumericFactory( "tdefile_gnumeric" )) GnumericPlugin::GnumericPlugin(TQObject *parent, const char *name, const TQStringList &args) @@ -120,4 +120,4 @@ TQString GnumericPlugin::stringItem( const TQString &name ) } -#include "kfile_gnumeric.moc" +#include "tdefile_gnumeric.moc" diff --git a/tools/kfile-plugins/gnumeric/kfile_gnumeric.desktop b/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.desktop similarity index 98% rename from tools/kfile-plugins/gnumeric/kfile_gnumeric.desktop rename to tools/tdefile-plugins/gnumeric/tdefile_gnumeric.desktop index a1372f315..d4e83866d 100644 --- a/tools/kfile-plugins/gnumeric/kfile_gnumeric.desktop +++ b/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.desktop @@ -43,7 +43,7 @@ Name[uz@cyrillic]=Gnumeric ҳужжати ҳақида маълумот Name[zh_CN]=Gnumeric 信息 Name[zh_TW]=Gnumeric 資訊 ServiceTypes=KFilePlugin -X-TDE-Library=kfile_gnumeric +X-TDE-Library=tdefile_gnumeric MimeType=application/x-gnumeric PreferredGroups=DocumentInfo PreferredItems=Author,Title,Abstract diff --git a/tools/kfile-plugins/gnumeric/kfile_gnumeric.h b/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h similarity index 97% rename from tools/kfile-plugins/gnumeric/kfile_gnumeric.h rename to tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h index 996e49a89..c48c08abb 100644 --- a/tools/kfile-plugins/gnumeric/kfile_gnumeric.h +++ b/tools/tdefile-plugins/gnumeric/tdefile_gnumeric.h @@ -20,7 +20,7 @@ #ifndef __KFILE_GNUMERIC_H__ #define __KFILE_GNUMERIC_H__ -#include +#include class TQStringList; class TQDomNode; diff --git a/tools/tdefile-plugins/koffice/Makefile.am b/tools/tdefile-plugins/koffice/Makefile.am new file mode 100644 index 000000000..645869ec6 --- /dev/null +++ b/tools/tdefile-plugins/koffice/Makefile.am @@ -0,0 +1,22 @@ +## Makefile.am for koffice file meta info plugin + +# set the include path for X, qt and KDE +INCLUDES = $(KOFFICE_INCLUDES) $(all_includes) + +# these are the headers for your project +noinst_HEADERS = tdefile_koffice.h + +kde_module_LTLIBRARIES = tdefile_koffice.la + +tdefile_koffice_la_SOURCES = tdefile_koffice.cpp +tdefile_koffice_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts +tdefile_koffice_la_LIBADD = $(KOFFICE_LIBS) + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +services_DATA = tdefile_koffice.desktop +servicesdir = $(kde_servicesdir) + +messages: + $(XGETTEXT) *.cpp -o $(podir)/tdefile_koffice.pot diff --git a/tools/kfile-plugins/koffice/kfile_koffice.cpp b/tools/tdefile-plugins/koffice/tdefile_koffice.cpp similarity index 96% rename from tools/kfile-plugins/koffice/kfile_koffice.cpp rename to tools/tdefile-plugins/koffice/tdefile_koffice.cpp index 05cd22eff..e4c897783 100644 --- a/tools/kfile-plugins/koffice/kfile_koffice.cpp +++ b/tools/tdefile-plugins/koffice/tdefile_koffice.cpp @@ -18,7 +18,7 @@ */ #include -#include "kfile_koffice.h" +#include "tdefile_koffice.h" #include #include @@ -31,7 +31,7 @@ typedef KGenericFactory KOfficeFactory; -K_EXPORT_COMPONENT_FACTORY(kfile_koffice, KOfficeFactory( "kfile_koffice" )) +K_EXPORT_COMPONENT_FACTORY(tdefile_koffice, KOfficeFactory( "tdefile_koffice" )) KOfficePlugin::KOfficePlugin(TQObject *parent, const char *name, const TQStringList &args) @@ -113,4 +113,4 @@ TQString KOfficePlugin::stringFromNode(const TQDomNode &node, const TQString &na } -#include "kfile_koffice.moc" +#include "tdefile_koffice.moc" diff --git a/tools/kfile-plugins/koffice/kfile_koffice.desktop b/tools/tdefile-plugins/koffice/tdefile_koffice.desktop similarity index 98% rename from tools/kfile-plugins/koffice/kfile_koffice.desktop rename to tools/tdefile-plugins/koffice/tdefile_koffice.desktop index 8e6531801..02a0502d0 100644 --- a/tools/kfile-plugins/koffice/kfile_koffice.desktop +++ b/tools/tdefile-plugins/koffice/tdefile_koffice.desktop @@ -60,7 +60,7 @@ Name[xh]=Ulwazi lwe KOffice Name[zh_CN]=KOffice 信息 Name[zh_TW]=KOffice 資訊 ServiceTypes=KFilePlugin -X-TDE-Library=kfile_koffice +X-TDE-Library=tdefile_koffice MimeType=application/x-kword;application/x-kpresenter;application/x-kspread;application/x-karbon PreferredGroups=DocumentInfo PreferredItems=Author,Title,Abstract diff --git a/tools/kfile-plugins/koffice/kfile_koffice.h b/tools/tdefile-plugins/koffice/tdefile_koffice.h similarity index 97% rename from tools/kfile-plugins/koffice/kfile_koffice.h rename to tools/tdefile-plugins/koffice/tdefile_koffice.h index 607225a42..9ac501787 100644 --- a/tools/kfile-plugins/koffice/kfile_koffice.h +++ b/tools/tdefile-plugins/koffice/tdefile_koffice.h @@ -20,7 +20,7 @@ #ifndef __KFILE_KOFFICE_H__ #define __KFILE_KOFFICE_H__ -#include +#include class TQStringList; class TQDomNode; diff --git a/tools/tdefile-plugins/ooo/Makefile.am b/tools/tdefile-plugins/ooo/Makefile.am new file mode 100644 index 000000000..8aa7d404a --- /dev/null +++ b/tools/tdefile-plugins/ooo/Makefile.am @@ -0,0 +1,22 @@ +## Makefile.am for OpenOffice.org file meta info plugin + +# set the include path for X, qt and KDE +INCLUDES = $(KOFFICE_INCLUDES) $(all_includes) + +# these are the headers for your project +noinst_HEADERS = tdefile_ooo.h + +kde_module_LTLIBRARIES = tdefile_ooo.la + +tdefile_ooo_la_SOURCES = tdefile_ooo.cpp +tdefile_ooo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts +tdefile_ooo_la_LIBADD = $(KOFFICE_LIBS) + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +services_DATA = tdefile_ooo.desktop +servicesdir = $(kde_servicesdir) + +messages: + $(XGETTEXT) *.cpp -o $(podir)/tdefile_ooo.pot diff --git a/tools/kfile-plugins/ooo/kfile_ooo.cpp b/tools/tdefile-plugins/ooo/tdefile_ooo.cpp similarity index 99% rename from tools/kfile-plugins/ooo/kfile_ooo.cpp rename to tools/tdefile-plugins/ooo/tdefile_ooo.cpp index c66e36825..358bc8769 100644 --- a/tools/kfile-plugins/ooo/kfile_ooo.cpp +++ b/tools/tdefile-plugins/ooo/tdefile_ooo.cpp @@ -37,7 +37,7 @@ */ #include -#include "kfile_ooo.h" +#include "tdefile_ooo.h" #include #include @@ -52,11 +52,11 @@ #include #include #include -#include +#include typedef KGenericFactory KOfficeFactory; -K_EXPORT_COMPONENT_FACTORY(kfile_ooo, KOfficeFactory( "kfile_ooo" )) +K_EXPORT_COMPONENT_FACTORY(tdefile_ooo, KOfficeFactory( "tdefile_ooo" )) static const char * const mimetypes[] = { "application/vnd.sun.xml.calc", "application/vnd.sun.xml.calc.template", @@ -585,4 +585,4 @@ TQValidator * KOfficePlugin::createValidator(const TQString &, /* mimetype return 0; } -#include "kfile_ooo.moc" +#include "tdefile_ooo.moc" diff --git a/tools/kfile-plugins/ooo/kfile_ooo.desktop b/tools/tdefile-plugins/ooo/tdefile_ooo.desktop similarity index 99% rename from tools/kfile-plugins/ooo/kfile_ooo.desktop rename to tools/tdefile-plugins/ooo/tdefile_ooo.desktop index 99039aa97..94866b74a 100644 --- a/tools/kfile-plugins/ooo/kfile_ooo.desktop +++ b/tools/tdefile-plugins/ooo/tdefile_ooo.desktop @@ -51,7 +51,7 @@ Name[wa]=Informåcion OpenOffice.org Name[zh_CN]=OpenOffice.org 信息 Name[zh_TW]=OpenOffice.org 資訊 ServiceTypes=KFilePlugin -X-TDE-Library=kfile_ooo +X-TDE-Library=tdefile_ooo MimeType=application/vnd.sun.xml.calc;application/vnd.sun.xml.calc.template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.sun.xml.impress;application/vnd.sun.xml.impress.template;application/vnd.sun.xml.writer;application/vnd.sun.xml.writer.global;application/vnd.sun.xml.writer.math;application/vnd.sun.xml.writer.template;application/vnd.oasis.opendocument.chart;application/vnd.oasis.opendocument.formula;application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-template;application/vnd.oasis.opendocument.image;application/vnd.oasis.opendocument.presentation;application/vnd.oasis.opendocument.presentation-template;application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template PreferredGroups=DocumentInfo PreferredItems=Author,Title,Abstract diff --git a/tools/kfile-plugins/ooo/kfile_ooo.h b/tools/tdefile-plugins/ooo/tdefile_ooo.h similarity index 98% rename from tools/kfile-plugins/ooo/kfile_ooo.h rename to tools/tdefile-plugins/ooo/tdefile_ooo.h index e9cea14dc..9cb9f12ae 100644 --- a/tools/kfile-plugins/ooo/kfile_ooo.h +++ b/tools/tdefile-plugins/ooo/tdefile_ooo.h @@ -20,7 +20,7 @@ #ifndef __KFILE_OOO_H__ #define __KFILE_OOO_H__ -#include +#include #include #include #include diff --git a/tools/thesaurus/main.cc b/tools/thesaurus/main.cc index 273c5d208..6ca3f73f3 100644 --- a/tools/thesaurus/main.cc +++ b/tools/thesaurus/main.cc @@ -45,7 +45,7 @@ NOT TODO: #include #include #include -#include +#include #include /*************************************************** diff --git a/tools/thesaurus/main.h b/tools/thesaurus/main.h index c69824b1b..698ea4c72 100644 --- a/tools/thesaurus/main.h +++ b/tools/thesaurus/main.h @@ -42,7 +42,7 @@ #include #include -#include +#include #include #include #include diff --git a/tools/thumbnail/clipartcreator.h b/tools/thumbnail/clipartcreator.h index 8f33e6233..ada086c16 100644 --- a/tools/thumbnail/clipartcreator.h +++ b/tools/thumbnail/clipartcreator.h @@ -20,7 +20,7 @@ #ifndef CLIPARTCREATOR_H #define CLIPARTCREATOR_H -#include +#include class ClipartCreator : public ThumbCreator { diff --git a/tools/thumbnail/kofficecreator.cpp b/tools/thumbnail/kofficecreator.cpp index 60eef551d..59a5f9d31 100644 --- a/tools/thumbnail/kofficecreator.cpp +++ b/tools/thumbnail/kofficecreator.cpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include #include diff --git a/tools/thumbnail/kofficecreator.h b/tools/thumbnail/kofficecreator.h index 3188cff9e..43f09bf21 100644 --- a/tools/thumbnail/kofficecreator.h +++ b/tools/thumbnail/kofficecreator.h @@ -20,7 +20,7 @@ #ifndef _KWORDCREATOR_H_ #define _KWORDCREATOR_H_ "$Id: kofficecreator.h 508787 2006-02-12 18:28:12Z ingwa $" -#include +#include #include #include "../../lib/kofficecore/KoDocument.h"