Rename a number of libraries and executables to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent d0baf2961c
commit 038b18b2df

@ -66,8 +66,8 @@ INPUT = example \
FILE_PATTERNS = *.h FILE_PATTERNS = *.h
RECURSIVE = YES RECURSIVE = YES
#EXCLUDE = \ #EXCLUDE = \
#arts/tests tdeprint/tests tdehtml/java/tests kio/kfile/tests kioslave/http/kcookiejar/tests tdewallet/backend/tests \ #arts/tests tdeprint/tests tdehtml/java/tests tdeio/tdefile/tests tdeioslave/http/kcookiejar/tests tdewallet/backend/tests \
#tdecore/tests tdeui/tests kinit/tests kio/tests tdeparts/tests libtdemid/tests #tdecore/tests tdeui/tests kinit/tests tdeio/tests tdeparts/tests libtdemid/tests
# */tests doesn't seem to work :( # */tests doesn't seem to work :(
# If the value of the INPUT tag contains directories, you can use the # If the value of the INPUT tag contains directories, you can use the

@ -602,7 +602,7 @@ AC_DEFUN([KDE_SUBST_PROGRAMS],
fi fi
if test -n "$trinity2ornewer"; then 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)]) KDE_FIND_PATH(dcopidlng, DCOPIDLNG, [$kde_default_bindirs], [KDE_MISSING_PROG_ERROR(dcopidlng)])
fi fi
if test -n "$trinity3ornewer"; then if test -n "$trinity3ornewer"; then
@ -1779,7 +1779,7 @@ if test "$kde_qtver" = 1; then
kde_check_lib="libtdecore.la" kde_check_lib="libtdecore.la"
else else
kde_check_header="ksharedptr.h" kde_check_header="ksharedptr.h"
kde_check_lib="libkio.la" kde_check_lib="libtdeio.la"
fi fi
if test -z "$1"; then if test -z "$1"; then
@ -2085,7 +2085,7 @@ elif test $kde_qtver = 2; then
AC_SUBST(LIB_KIO, "-lkio") AC_SUBST(LIB_KIO, "-lkio")
AC_SUBST(LIB_KSYCOCA, "-ltdesycoca") AC_SUBST(LIB_KSYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KFILE, "-lkfile") AC_SUBST(LIB_KFILE, "-ltdefile")
AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KHTML, "-ltdehtml") AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KSPELL, "-ltdespell")
@ -2095,7 +2095,7 @@ else
AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)") AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)")
AC_SUBST(LIB_TDEUI, "-ltdeui $(LIB_TDECORE)") AC_SUBST(LIB_TDEUI, "-ltdeui $(LIB_TDECORE)")
AC_SUBST(LIB_KFM, "-lkfm $(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)") AC_SUBST(LIB_KAB, "-lkab $(LIB_KIMGIO) $(LIB_TDECORE)")
fi fi
]) ])

@ -19,7 +19,7 @@
#include <tqimage.h> #include <tqimage.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "kis_abstract_colorspace.h" #include "kis_abstract_colorspace.h"
#include "kis_global.h" #include "kis_global.h"

@ -29,7 +29,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqcstring.h> #include <tqcstring.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kis_annotation.h> #include <kis_annotation.h>

@ -26,7 +26,7 @@
#include <tqimage.h> #include <tqimage.h>
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <kio/job.h> #include <tdeio/job.h>
#include "kis_resource.h" #include "kis_resource.h"
#include "kis_types.h" #include "kis_types.h"

@ -27,7 +27,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <tqcolor.h> #include <tqcolor.h>
#include <kio/job.h> #include <tdeio/job.h>
#include "kis_resource.h" #include "kis_resource.h"
#include "kis_global.h" #include "kis_global.h"

@ -25,7 +25,7 @@
#include <tqmap.h> #include <tqmap.h>
#include <tqstring.h> #include <tqstring.h>
#include <kio/job.h> #include <tdeio/job.h>
#include "kis_resource.h" #include "kis_resource.h"
#include "kis_brush.h" #include "kis_brush.h"

@ -22,7 +22,7 @@
#include <tqcolor.h> #include <tqcolor.h>
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kpalette.h> #include <kpalette.h>
#include "kis_types.h" #include "kis_types.h"

@ -21,7 +21,7 @@
#ifndef __kis_pattern_h__ #ifndef __kis_pattern_h__
#define __kis_pattern_h__ #define __kis_pattern_h__
#include <kio/job.h> #include <tdeio/job.h>
#include "kis_debug_areas.h" #include "kis_debug_areas.h"
#include "kis_resource.h" #include "kis_resource.h"

@ -18,7 +18,7 @@
#include "kis_thread_pool.h" #include "kis_thread_pool.h"
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
KisThreadPool * KisThreadPool::m_singleton = 0; KisThreadPool * KisThreadPool::m_singleton = 0;

@ -31,7 +31,7 @@
#include <kstaticdeleter.h> #include <kstaticdeleter.h>
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
#include "kis_tileddatamanager.h" #include "kis_tileddatamanager.h"
#include "kis_tile.h" #include "kis_tile.h"

@ -37,7 +37,7 @@ particular rect is rendered as a separate step in
KisImage::renderToProjection. I like the mask type rendering, but KisImage::renderToProjection. I like the mask type rendering, but
someone else might want to provide an optional marque-rendering. 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 Selected pixels can be mangled -- for instance, filled with a
gradient, moved, made brighter, lighter or sprightlier, cut and gradient, moved, made brighter, lighter or sprightlier, cut and

@ -29,7 +29,7 @@
#include <tqslider.h> #include <tqslider.h>
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <knuminput.h> #include <knuminput.h>

@ -13,12 +13,12 @@
#include <kapplication.h> #include <kapplication.h>
#include <klocale.h> #include <klocale.h>
#include <kimageio.h> #include <kimageio.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kimagefilepreview.h> #include <kimagefilepreview.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kdebug.h> #include <kdebug.h>
#include <kprinter.h> #include <kprinter.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <ksavefile.h> #include <ksavefile.h>
#include <ktempfile.h> #include <ktempfile.h>

@ -25,7 +25,7 @@
#include <tqpoint.h> #include <tqpoint.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kinstance.h> #include <kinstance.h>

@ -34,7 +34,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <knuminput.h> #include <knuminput.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <KoFilterManager.h> #include <KoFilterManager.h>

@ -18,7 +18,7 @@
#include <limits.h> #include <limits.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <kdebug.h> #include <kdebug.h>
#include <config.h> #include <config.h>

@ -43,7 +43,7 @@
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klineedit.h> #include <klineedit.h>
#include <klocale.h> #include <klocale.h>

@ -35,7 +35,7 @@
#include <kcommand.h> #include <kcommand.h>
#include <kdebug.h> #include <kdebug.h>
#include <kimageio.h> #include <kimageio.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <knotifyclient.h> #include <knotifyclient.h>

@ -31,7 +31,7 @@
#include <klocale.h> #include <klocale.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kaccelmanager.h> #include <kaccelmanager.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kis_paintop_registry.h> #include <kis_paintop_registry.h>

@ -38,7 +38,7 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -35,7 +35,7 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -48,7 +48,7 @@
#include <kaction.h> #include <kaction.h>
#include <kcolordialog.h> #include <kcolordialog.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <knotifyclient.h> #include <knotifyclient.h>

@ -2224,11 +2224,11 @@ AC_CONFIG_FILES([ servicetypes/Makefile ])
AC_CONFIG_FILES([ templates/Makefile ]) AC_CONFIG_FILES([ templates/Makefile ])
AC_CONFIG_FILES([ tools/Makefile ]) AC_CONFIG_FILES([ tools/Makefile ])
AC_CONFIG_FILES([ tools/converter/Makefile ]) AC_CONFIG_FILES([ tools/converter/Makefile ])
AC_CONFIG_FILES([ tools/kfile-plugins/Makefile ]) AC_CONFIG_FILES([ tools/tdefile-plugins/Makefile ])
AC_CONFIG_FILES([ tools/kfile-plugins/abiword/Makefile ]) AC_CONFIG_FILES([ tools/tdefile-plugins/abiword/Makefile ])
AC_CONFIG_FILES([ tools/kfile-plugins/gnumeric/Makefile ]) AC_CONFIG_FILES([ tools/tdefile-plugins/gnumeric/Makefile ])
AC_CONFIG_FILES([ tools/kfile-plugins/koffice/Makefile ]) AC_CONFIG_FILES([ tools/tdefile-plugins/koffice/Makefile ])
AC_CONFIG_FILES([ tools/kfile-plugins/ooo/Makefile ]) AC_CONFIG_FILES([ tools/tdefile-plugins/ooo/Makefile ])
AC_CONFIG_FILES([ tools/kthesaurus/Makefile ]) AC_CONFIG_FILES([ tools/kthesaurus/Makefile ])
AC_CONFIG_FILES([ tools/quickprint/Makefile ]) AC_CONFIG_FILES([ tools/quickprint/Makefile ])
AC_CONFIG_FILES([ tools/spell/Makefile ]) AC_CONFIG_FILES([ tools/spell/Makefile ])

@ -33,7 +33,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <klocale.h> #include <klocale.h>
#include <kurl.h> #include <kurl.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <tqcolor.h> #include <tqcolor.h>

@ -22,7 +22,7 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <kio/job.h> #include <tdeio/job.h>
#include "kis_types.h" #include "kis_types.h"
#include "kis_global.h" #include "kis_global.h"

@ -33,7 +33,7 @@ extern "C" {
#include <KoDocumentInfo.h> #include <KoDocumentInfo.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kis_abstract_colorspace.h> #include <kis_abstract_colorspace.h>
#include <kis_colorspace_factory_registry.h> #include <kis_colorspace_factory_registry.h>

@ -28,7 +28,7 @@ extern "C" {
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kis_progress_subject.h> #include <kis_progress_subject.h>

@ -32,7 +32,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <klocale.h> #include <klocale.h>
#include <kurl.h> #include <kurl.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <tqcolor.h> #include <tqcolor.h>

@ -22,7 +22,7 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <kio/job.h> #include <tdeio/job.h>
#include "kis_types.h" #include "kis_types.h"
#include "kis_global.h" #include "kis_global.h"

@ -35,7 +35,7 @@
#include <knuminput.h> #include <knuminput.h>
#include <kpassdlg.h> #include <kpassdlg.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
// koffice's headers // koffice's headers
#include <KoFilterChain.h> #include <KoFilterChain.h>

@ -30,7 +30,7 @@
#include <KoDocumentInfo.h> #include <KoDocumentInfo.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kis_abstract_colorspace.h> #include <kis_abstract_colorspace.h>
#include <kis_colorspace_factory_registry.h> #include <kis_colorspace_factory_registry.h>

@ -24,7 +24,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kis_progress_subject.h> #include <kis_progress_subject.h>

@ -41,7 +41,7 @@
#include <tqtimer.h> #include <tqtimer.h>
#include <kglobal.h> #include <kglobal.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <knuminput.h> #include <knuminput.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <kdialogbase.h> #include <kdialogbase.h>

@ -29,7 +29,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <KoDocumentInfo.h> #include <KoDocumentInfo.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kis_abstract_colorspace.h> #include <kis_abstract_colorspace.h>
#include <kis_colorspace_factory_registry.h> #include <kis_colorspace_factory_registry.h>

@ -25,7 +25,7 @@
#include <tqvaluevector.h> #include <tqvaluevector.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kis_progress_subject.h> #include <kis_progress_subject.h>

@ -27,7 +27,7 @@
#include <tiffio.h> #include <tiffio.h>
// #include <tqvaluevector.h> // #include <tqvaluevector.h>
// #include <kio/job.h> // #include <tdeio/job.h>
// #include <kis_progress_subject.h> // #include <kis_progress_subject.h>
#include <kis_paint_device.h> #include <kis_paint_device.h>

@ -34,7 +34,7 @@
#include <tqtextcodec.h> #include <tqtextcodec.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kcombobox.h> #include <kcombobox.h>

@ -39,7 +39,7 @@
#include <tqvalidator.h> #include <tqvalidator.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kcombobox.h> #include <kcombobox.h>

@ -29,12 +29,12 @@
#include <kapplication.h> #include <kapplication.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <krecentdocument.h> #include <krecentdocument.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdebug.h> #include <kdebug.h>
#include <KoFilterManager.h> #include <KoFilterManager.h>
#include <kcombobox.h> #include <kcombobox.h>

@ -29,12 +29,12 @@
#include <kapplication.h> #include <kapplication.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <krecentdocument.h> #include <krecentdocument.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdebug.h> #include <kdebug.h>
#include <KoFilterManager.h> #include <KoFilterManager.h>
#include <kcombobox.h> #include <kcombobox.h>

@ -27,12 +27,12 @@
#include <kapplication.h> #include <kapplication.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <krecentdocument.h> #include <krecentdocument.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdebug.h> #include <kdebug.h>
#include <KoFilterManager.h> #include <KoFilterManager.h>
#include <KoStoreDevice.h> #include <KoStoreDevice.h>

@ -21,7 +21,7 @@
#define __XSLTIMPORTDIA_H__ #define __XSLTIMPORTDIA_H__
#include "kapplication.h" #include "kapplication.h"
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <KoStore.h> #include <KoStore.h>
#include "xsltdialog.h" #include "xsltdialog.h"

@ -29,7 +29,7 @@
#include <tqgrid.h> #include <tqgrid.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <klocale.h> #include <klocale.h>
#include <knuminput.h> #include <knuminput.h>

@ -29,7 +29,7 @@
#include <kiconloader.h> #include <kiconloader.h>
#include <KoMainWindow.h> #include <KoMainWindow.h>
#include <KoFilterManager.h> #include <KoFilterManager.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include "karbon_part.h" #include "karbon_part.h"
#include "karbon_view.h" #include "karbon_view.h"

@ -23,7 +23,7 @@
#include <tqpainter.h> #include <tqpainter.h>
#include <tqpaintdevicemetrics.h> #include <tqpaintdevicemetrics.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <ktempfile.h> #include <ktempfile.h>

@ -38,7 +38,7 @@
#include <KoMainWindow.h> #include <KoMainWindow.h>
#include <KoFilterManager.h> #include <KoFilterManager.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <KoContextCelp.h> #include <KoContextCelp.h>
#include <KoUnitWidgets.h> #include <KoUnitWidgets.h>

@ -20,7 +20,7 @@
#include <tqcursor.h> #include <tqcursor.h>
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdebug.h> #include <kdebug.h>
#include "vimagetool.h" #include "vimagetool.h"

@ -29,7 +29,7 @@
#include <kiconloader.h> #include <kiconloader.h>
#include <koIconChooser.h> #include <koIconChooser.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <karbon_factory.h> #include <karbon_factory.h>

@ -23,10 +23,10 @@
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
#include <kstringhandler.h> #include <kstringhandler.h>
#include <tqcombobox.h> #include <tqcombobox.h>

@ -6,7 +6,7 @@
#define KCHART_PART_H #define KCHART_PART_H
#include <kconfig.h> #include <tdeconfig.h>
#include <koChart.h> #include <koChart.h>
#include "kchart_params.h" #include "kchart_params.h"

@ -21,7 +21,7 @@
#include <ktempfile.h> #include <ktempfile.h>
#include <dcopobject.h> #include <dcopobject.h>
#include <kxmlguifactory.h> #include <kxmlguifactory.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <KoTemplateCreateDia.h> #include <KoTemplateCreateDia.h>

@ -22,7 +22,7 @@
#include <kexidb/connectiondata.h> #include <kexidb/connectiondata.h>
#include <kexiutils/utils.h> #include <kexiutils/utils.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -21,7 +21,7 @@
#include <klibloader.h> #include <klibloader.h>
#include <ktrader.h> #include <ktrader.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tdeparts/componentfactory.h> #include <tdeparts/componentfactory.h>
#include "kexipartmanager.h" #include "kexipartmanager.h"

@ -28,7 +28,7 @@
#include <kglobal.h> #include <kglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kdebug.h> #include <kdebug.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kurl.h> #include <kurl.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -29,7 +29,7 @@
#include <kglobal.h> #include <kglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kdebug.h> #include <kdebug.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kurl.h> #include <kurl.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -22,7 +22,7 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kapplication.h> #include <kapplication.h>

@ -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) - not convenient as user is forced to enlarge the window by hand (settings are stored though)
- add "File->Save All" action - add "File->Save All" action
- add settings dialog, TDEConfigXT based simple version - 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) (possible reuse of koproperty)
TODO: add SharedAction::setVisible() and use QMenuData::setItemVisible() where needed TODO: add SharedAction::setVisible() and use QMenuData::setItemVisible() where needed

@ -33,7 +33,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqpainter.h> #include <tqpainter.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kcommand.h> #include <kcommand.h>
#include <kaccelmanager.h> #include <kaccelmanager.h>

@ -39,7 +39,7 @@
#include <kxmlguiclient.h> #include <kxmlguiclient.h>
#include <kmainwindow.h> #include <kmainwindow.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kstyle.h> #include <kstyle.h>
#include <kactionclasses.h> #include <kactionclasses.h>
#include <kapplication.h> #include <kapplication.h>

@ -34,7 +34,7 @@
#include <kstdaction.h> #include <kstdaction.h>
#include <kapplication.h> #include <kapplication.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klibloader.h> #include <klibloader.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -34,7 +34,7 @@
#include <kstdaction.h> #include <kstdaction.h>
#include <kapplication.h> #include <kapplication.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klibloader.h> #include <klibloader.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -26,7 +26,7 @@
#include <klocale.h> #include <klocale.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kio/global.h> #include <tdeio/global.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <tqdir.h> #include <tqdir.h>

@ -41,7 +41,7 @@
#include <kaction.h> #include <kaction.h>
#include <klocale.h> #include <klocale.h>
#include <kstdaccel.h> #include <kstdaccel.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <kdebug.h> #include <kdebug.h>
#include <kkeydialog.h> #include <kkeydialog.h>
@ -57,7 +57,7 @@
#include <ktabwidget.h> #include <ktabwidget.h>
#include <kimageio.h> #include <kimageio.h>
#include <khelpmenu.h> #include <khelpmenu.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <krecentdocument.h> #include <krecentdocument.h>
#include <kexidb/connection.h> #include <kexidb/connection.h>

@ -24,7 +24,7 @@
#include <tqdir.h> #include <tqdir.h>
#include <kaction.h> #include <kaction.h>
#include <kapplication.h> #include <kapplication.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <tdeversion.h> #include <tdeversion.h>
@ -33,7 +33,7 @@
KexiNewStuff::KexiNewStuff(TQWidget *parent) KexiNewStuff::KexiNewStuff(TQWidget *parent)
: KNewStuff( "kexi/template" : KNewStuff( "kexi/template"
#if KDE_IS_VERSION(3,3,0) #if KDE_IS_VERSION(3,3,0)
, "http://download.kde.org/khotnewstuff/kexi-providers.xml" , "http://download.kde.org/tdehotnewstuff/kexi-providers.xml"
#endif #endif
, parent) , parent)
{ {

@ -33,7 +33,7 @@
#include <kmimetype.h> #include <kmimetype.h>
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kurlcombobox.h> #include <kurlcombobox.h>
#include <ktoolbar.h> #include <ktoolbar.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>

@ -37,7 +37,7 @@
#include <kmimetype.h> #include <kmimetype.h>
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klistview.h> #include <klistview.h>
#include <kurlcombobox.h> #include <kurlcombobox.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -44,13 +44,13 @@
#include <kjanuswidget.h> #include <kjanuswidget.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <ktextedit.h> #include <ktextedit.h>
#include <kfileiconview.h> #include <tdefileiconview.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kapplication.h> #include <kapplication.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <ktextbrowser.h> #include <ktextbrowser.h>
#include <kconfig.h> #include <tdeconfig.h>
#ifdef KEXI_SHOW_UNIMPLEMENTED #ifdef KEXI_SHOW_UNIMPLEMENTED
#define KEXI_STARTUP_SHOW_TEMPLATES #define KEXI_STARTUP_SHOW_TEMPLATES

@ -23,8 +23,8 @@
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kicondialog.h> #include <kicondialog.h>
#include <kiconview.h> #include <kiconview.h>
#include <kfileiconview.h> #include <tdefileiconview.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqsplitter.h> #include <tqsplitter.h>

@ -32,7 +32,7 @@
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <kfile.h> #include <tdefile.h>
#include <kurlcombobox.h> #include <kurlcombobox.h>
KexiStartupFileDialog::KexiStartupFileDialog( KexiStartupFileDialog::KexiStartupFileDialog(

@ -20,7 +20,7 @@
#ifndef _KexiStartupFileDialog_h_ #ifndef _KexiStartupFileDialog_h_
#define _KexiStartupFileDialog_h_ #define _KexiStartupFileDialog_h_
#include <kfiledialog.h> #include <tdefiledialog.h>
#ifdef TQ_WS_WIN #ifdef TQ_WS_WIN
# include "KexiStartupFileDialogBase_win.h" # include "KexiStartupFileDialogBase_win.h"

@ -27,7 +27,7 @@
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>

@ -27,7 +27,7 @@
#include <kiconloader.h> #include <kiconloader.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kexiviewbase.h> #include <kexiviewbase.h>
#include <keximainwindow.h> #include <keximainwindow.h>

@ -34,7 +34,7 @@
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <klocale.h> #include <klocale.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kimageio.h> #include <kimageio.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kstaticdeleter.h> #include <kstaticdeleter.h>

@ -45,7 +45,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>

@ -26,7 +26,7 @@
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>

@ -31,7 +31,7 @@
#include <kexipartitem.h> #include <kexipartitem.h>
//#include <kxmlguiclient.h> //#include <kxmlguiclient.h>
//#include <kexidialogbase.h> //#include <kexidialogbase.h>
//#include <kconfig.h> //#include <tdeconfig.h>
//#include <kdebug.h> //#include <kdebug.h>
#include "../lib/manager.h" #include "../lib/manager.h"

@ -34,7 +34,7 @@
#include <kexipartitem.h> #include <kexipartitem.h>
#include <kxmlguiclient.h> #include <kxmlguiclient.h>
#include <kexidialogbase.h> #include <kexidialogbase.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
/// \internal /// \internal

@ -38,7 +38,7 @@
#include <kmessagebox.h> #include <kmessagebox.h>
#include <klineedit.h> #include <klineedit.h>
#include <kimageeffect.h> #include <kimageeffect.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kexi.h> #include <kexi.h>
#include <kexipart.h> #include <kexipart.h>

@ -33,7 +33,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <klocale.h> #include <klocale.h>

@ -32,7 +32,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <klocale.h> #include <klocale.h>

@ -26,7 +26,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kicondialog.h> #include <kicondialog.h>
#include <klineedit.h> #include <klineedit.h>

@ -33,7 +33,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kexidb/tableschema.h> #include <kexidb/tableschema.h>

@ -48,8 +48,8 @@
#include <kurl.h> #include <kurl.h>
#include <karrowbutton.h> #include <karrowbutton.h>
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kglobal.h> #include <kglobal.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kpopupmenu.h> #include <kpopupmenu.h>

@ -22,7 +22,7 @@
#include <kactioncollection.h> #include <kactioncollection.h>
#include <klocale.h> #include <klocale.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kimageio.h> #include <kimageio.h>
#include <kdebug.h> #include <kdebug.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -5,7 +5,7 @@
#include <kinstance.h> #include <kinstance.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <klocale.h> #include <klocale.h>

@ -72,7 +72,7 @@
#include <kmenubar.h> #include <kmenubar.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <khelpmenu.h> #include <khelpmenu.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <KoTemplateChooseDia.h> #include <KoTemplateChooseDia.h>
#include <KoFilterManager.h> #include <KoFilterManager.h>
#include <KoStoreDevice.h> #include <KoStoreDevice.h>

@ -43,7 +43,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqstrlist.h> #include <tqstrlist.h>
#include <tqimage.h> #include <tqimage.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kaction.h> #include <kaction.h>

@ -31,7 +31,7 @@
#include <klocale.h> #include <klocale.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kurl.h> #include <kurl.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <ktar.h> #include <ktar.h>

@ -33,7 +33,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -21,7 +21,7 @@
#include "kptfactory.h" #include "kptfactory.h"
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
namespace KPlato namespace KPlato

@ -29,7 +29,7 @@
#include <kdatetimewidget.h> #include <kdatetimewidget.h>
#include <klocale.h> #include <klocale.h>
#include <kcommand.h> #include <kcommand.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kdebug.h> #include <kdebug.h>

@ -34,7 +34,7 @@
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -35,11 +35,11 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kurl.h> #include <kurl.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>
#include <kdesktopfile.h> #include <kdesktopfile.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>

@ -59,7 +59,7 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kdesktopfile.h> #include <kdesktopfile.h>
#include <kcommand.h> #include <kcommand.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include "kptview.h" #include "kptview.h"
#include "kptaccountsview.h" #include "kptaccountsview.h"

@ -36,7 +36,7 @@
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kimageio.h> #include <kimageio.h>
#include <kbuttonbox.h> #include <kbuttonbox.h>
#include <kurlrequester.h> #include <kurlrequester.h>

@ -31,7 +31,7 @@
using namespace KSpell2; using namespace KSpell2;
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>
KPrBgSpellCheck::KPrBgSpellCheck(KPrDocument *_doc) KPrBgSpellCheck::KPrBgSpellCheck(KPrDocument *_doc)

@ -50,10 +50,10 @@
#include <kcursor.h> #include <kcursor.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <tdemultipledrag.h> #include <tdemultipledrag.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kurl.h> #include <kurl.h>
#include <kurldrag.h> #include <kurldrag.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <KoParagCounter.h> #include <KoParagCounter.h>
#include <KoPoint.h> #include <KoPoint.h>

@ -26,7 +26,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <KoUnitWidgets.h> #include <KoUnitWidgets.h>
#include <klocale.h> #include <klocale.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <knuminput.h> #include <knuminput.h>
@ -71,7 +71,7 @@
#include <tdeversion.h> #include <tdeversion.h>
#include <kurlrequesterdlg.h> #include <kurlrequesterdlg.h>
#include <klistview.h> #include <klistview.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <KoEditPath.h> #include <KoEditPath.h>
#include <tdespell2/configwidget.h> #include <tdespell2/configwidget.h>

@ -59,12 +59,12 @@
#include <kurldrag.h> #include <kurldrag.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kprocess.h> #include <kprocess.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <KoTemplateChooseDia.h> #include <KoTemplateChooseDia.h>
#include <KoRuler.h> #include <KoRuler.h>

@ -46,7 +46,7 @@
#include <kurlrequester.h> #include <kurlrequester.h>
#include <kurl.h> #include <kurl.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
KPrEffectDia::KPrEffectDia( TQWidget* parent, const char* name, const TQPtrList<KPrObject>& _objs, KPrEffectDia::KPrEffectDia( TQWidget* parent, const char* name, const TQPtrList<KPrObject>& _objs,
KPrView *_view ) KPrView *_view )

@ -29,7 +29,7 @@
#include "KPrImportStyleDia.h" #include "KPrImportStyleDia.h"
#include <KoStore.h> #include <KoStore.h>
#include <tqfile.h> #include <tqfile.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdebug.h> #include <kdebug.h>
#include <tqlabel.h> #include <tqlabel.h>
#include "KPrTextObject.h" #include "KPrTextObject.h"

@ -30,7 +30,7 @@
#include "KPrCanvas.h" #include "KPrCanvas.h"
#include "KPrPage.h" #include "KPrPage.h"
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <ktempfile.h> #include <ktempfile.h>
#include <tqdir.h> #include <tqdir.h>

@ -21,7 +21,7 @@
#include "KPrSlideTransitionDia.h" #include "KPrSlideTransitionDia.h"
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <knuminput.h> #include <knuminput.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -52,7 +52,7 @@
#include <kiconloader.h> #include <kiconloader.h>
#include <kurl.h> #include <kurl.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
KPrEffectPreview::KPrEffectPreview( TQWidget *parent, KPrDocument *_doc, KPrView *_view ) KPrEffectPreview::KPrEffectPreview( TQWidget *parent, KPrDocument *_doc, KPrView *_view )

@ -64,11 +64,11 @@
#include <KoCreateStyleDia.h> #include <KoCreateStyleDia.h>
#include <dcopclient.h> #include <dcopclient.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kapplication.h> #include <kapplication.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include "KPrView.h" #include "KPrView.h"
#include "KPrDocument.h" #include "KPrDocument.h"
@ -78,7 +78,7 @@
#include <klocale.h> #include <klocale.h>
#include <kcolordialog.h> #include <kcolordialog.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kfontdialog.h> #include <kfontdialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <kimageio.h> #include <kimageio.h>

@ -56,7 +56,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kbuttonbox.h> #include <kbuttonbox.h>
#include <ksimpleconfig.h> #include <ksimpleconfig.h>
@ -71,7 +71,7 @@
#include <knuminput.h> #include <knuminput.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kurl.h> #include <kurl.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kdialog.h> #include <kdialog.h>
#include "KoDocumentInfo.h" #include "KoDocumentInfo.h"

@ -35,7 +35,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -27,7 +27,7 @@
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <kbuttonbox.h> #include <kbuttonbox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -32,7 +32,7 @@
#include <tqvgroupbox.h> #include <tqvgroupbox.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kstatusbar.h> #include <kstatusbar.h>
#include <knuminput.h> #include <knuminput.h>
#include <tdespell.h> #include <tdespell.h>

@ -41,7 +41,7 @@
#include <tqwidget.h> #include <tqwidget.h>
#include <tqvbox.h> #include <tqvbox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>

@ -32,7 +32,7 @@
#include <tqregexp.h> #include <tqregexp.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include "kspread_doc.h" #include "kspread_doc.h"

@ -40,7 +40,7 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <ksconfig.h> #include <ksconfig.h>
#include <ktempfile.h> #include <ktempfile.h>

@ -50,7 +50,7 @@
#include <dcopclient.h> #include <dcopclient.h>
#include <dcopref.h> #include <dcopref.h>
#include <kapplication.h> #include <kapplication.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfind.h> #include <kfind.h>
#include <kfinddialog.h> #include <kfinddialog.h>

@ -33,7 +33,7 @@
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <tqstyle.h> #include <tqstyle.h>
#include <kdialog.h> #include <kdialog.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include "kcalc.h" #include "kcalc.h"

@ -11,12 +11,12 @@
#include <kaction.h> #include <kaction.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <tqfile.h> #include <tqfile.h>
#include <kglobal.h> #include <kglobal.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdebug.h> #include <kdebug.h>
#include <KoStore.h> #include <KoStore.h>

@ -11,7 +11,7 @@
#include <kaction.h> #include <kaction.h>
#include <kstdaction.h> #include <kstdaction.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <tqfile.h> #include <tqfile.h>
#include <kglobal.h> #include <kglobal.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -31,7 +31,7 @@
using namespace KSpell2; using namespace KSpell2;
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <klocale.h> #include <klocale.h>

@ -58,7 +58,7 @@
#include <tdemultipledrag.h> #include <tdemultipledrag.h>
#include <kurl.h> #include <kurl.h>
#include <kurldrag.h> #include <kurldrag.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <assert.h> #include <assert.h>

@ -18,7 +18,7 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#include <kconfig.h> #include <tdeconfig.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klocale.h> #include <klocale.h>
#include <KoUnitWidgets.h> #include <KoUnitWidgets.h>
@ -66,7 +66,7 @@ using namespace KSpell2;
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kglobal.h> #include <kglobal.h>
#include <kurlrequesterdlg.h> #include <kurlrequesterdlg.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqtabwidget.h> #include <tqtabwidget.h>
#include <keditlistbox.h> #include <keditlistbox.h>
#include <KoGlobal.h> #include <KoGlobal.h>

@ -30,7 +30,7 @@
#include <KoStore.h> #include <KoStore.h>
#include <tqfile.h> #include <tqfile.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kdebug.h> #include <kdebug.h>
#include <tqlabel.h> #include <tqlabel.h>

@ -27,9 +27,9 @@
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kimageio.h> #include <kimageio.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <KoPicture.h> #include <KoPicture.h>
#include <KoPictureFilePreview.h> #include <KoPictureFilePreview.h>

@ -29,7 +29,7 @@
#include <klocale.h> #include <klocale.h>
#include <kurl.h> #include <kurl.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kdebug.h> #include <kdebug.h>

@ -104,10 +104,10 @@
#include <kaccelgen.h> #include <kaccelgen.h>
#include <kcolordialog.h> #include <kcolordialog.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kimageio.h> #include <kimageio.h>
#include <kinputdialog.h> #include <kinputdialog.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <tdeparts/event.h> #include <tdeparts/event.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>

@ -23,7 +23,7 @@
#include <klineedit.h> #include <klineedit.h>
#include <kdebug.h> #include <kdebug.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <klineeditdlg.h> #include <klineeditdlg.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -29,7 +29,7 @@
#include <tqvaluestack.h> #include <tqvaluestack.h>
//KDE Include //KDE Include
#include <kconfig.h> #include <tdeconfig.h>
#include <KoTextZoomHandler.h> #include <KoTextZoomHandler.h>
//Formula include //Formula include

@ -26,8 +26,8 @@
#include <kstaticdeleter.h> #include <kstaticdeleter.h>
#include <klocale.h> #include <klocale.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include "fontstyle.h" #include "fontstyle.h"

@ -34,7 +34,7 @@
//#include <algorithm> //#include <algorithm>
#include <kcolorbutton.h> #include <kcolorbutton.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kdialog.h> #include <kdialog.h>
#include <kfontdialog.h> #include <kfontdialog.h>

@ -29,7 +29,7 @@
#include <kaction.h> #include <kaction.h>
#include <kcommand.h> #include <kcommand.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <KoCommandHistory.h> #include <KoCommandHistory.h>
//#include "KoCommandHistory.h" //#include "KoCommandHistory.h"
#include "kformuladefs.h" #include "kformuladefs.h"

@ -19,7 +19,7 @@
#include <kcmdlineargs.h> #include <kcmdlineargs.h>
#include <kcommand.h> #include <kcommand.h>
#include <kdebug.h> #include <kdebug.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include "elementtype.h" #include "elementtype.h"
#include "kformulacommand.h" #include "kformulacommand.h"

@ -26,7 +26,7 @@
#include <tqtextstream.h> #include <tqtextstream.h>
#include <tqfontmetrics.h> #include <tqfontmetrics.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>

@ -34,10 +34,10 @@
#include <klocale.h> #include <klocale.h>
#include <klistview.h> #include <klistview.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kurl.h> #include <kurl.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kio/previewjob.h> #include <tdeio/previewjob.h>
#include <kdebug.h> #include <kdebug.h>
#include <ktextbrowser.h> #include <ktextbrowser.h>
#include <kapplication.h> #include <kapplication.h>

@ -38,10 +38,10 @@
#include <kapplication.h> #include <kapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kio/job.h> #include <tdeio/job.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kmimetype.h> #include <kmimetype.h>

@ -27,7 +27,7 @@
#include <KoStoreDevice.h> #include <KoStoreDevice.h>
#include <KoXmlWriter.h> #include <KoXmlWriter.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <klocale.h> #include <klocale.h>

@ -23,7 +23,7 @@
#include <tqobject.h> #include <tqobject.h>
#include <tqmap.h> #include <tqmap.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <koffice_export.h> #include <koffice_export.h>
class TQString; class TQString;

@ -20,7 +20,7 @@
#include "KoFileDialog.h" #include "KoFileDialog.h"
#include "KoDocument.h" #include "KoDocument.h"
#include <kfilefiltercombo.h> #include <tdefilefiltercombo.h>
#include <klocale.h> #include <klocale.h>
#include <kdiroperator.h> #include <kdiroperator.h>
#include <kdebug.h> #include <kdebug.h>

@ -21,7 +21,7 @@
#ifndef KOFILEDIALOG_H #ifndef KOFILEDIALOG_H
#define KOFILEDIALOG_H #define KOFILEDIALOG_H
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tqvaluevector.h> #include <tqvaluevector.h>
/** /**

@ -39,7 +39,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kkeydialog.h> #include <kkeydialog.h>
#include <kedittoolbar.h> #include <kedittoolbar.h>
#include <kprogress.h> #include <kprogress.h>

@ -22,7 +22,7 @@
#define __ko_main_window_h__ #define __ko_main_window_h__
#include <tdeparts/mainwindow.h> #include <tdeparts/mainwindow.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <koffice_export.h> #include <koffice_export.h>
#include "KoDocument.h" #include "KoDocument.h"

@ -30,7 +30,7 @@
#include <tqpen.h> #include <tqpen.h>
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kinstance.h> #include <kinstance.h>
#include <kpushbutton.h> #include <kpushbutton.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -23,7 +23,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kurl.h> #include <kurl.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include "KoPictureKey.h" #include "KoPictureKey.h"
#include "KoPictureBase.h" #include "KoPictureBase.h"

@ -23,7 +23,7 @@
#include <KoXmlWriter.h> #include <KoXmlWriter.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <kmdcodec.h> #include <kmdcodec.h>

@ -24,7 +24,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kurl.h> #include <kurl.h>
#include <kfilterdev.h> #include <kfilterdev.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include "KoPictureKey.h" #include "KoPictureKey.h"
#include "KoPictureBase.h" #include "KoPictureBase.h"

@ -47,7 +47,7 @@
#include <klocale.h> #include <klocale.h>
#include <kglobal.h> #include <kglobal.h>
#include <dcopclient.h> #include <dcopclient.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <ktrader.h> #include <ktrader.h>
#include <kdebug.h> #include <kdebug.h>

@ -31,7 +31,7 @@
#include <ksavefile.h> #include <ksavefile.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <klocale.h> #include <klocale.h>
#include <stdlib.h> #include <stdlib.h>

@ -24,7 +24,7 @@
#include <tqlistbox.h> #include <tqlistbox.h>
#include "KoEditPath.h" #include "KoEditPath.h"
#include <keditlistbox.h> #include <keditlistbox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kurlrequester.h> #include <kurlrequester.h>
#include <tqhbox.h> #include <tqhbox.h>
#include <klineedit.h> #include <klineedit.h>

@ -28,7 +28,7 @@
#include <klocale.h> #include <klocale.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kinstance.h> #include <kinstance.h>
#include <KoFilterManager.h> #include <KoFilterManager.h>
#include <KoTemplates.h> #include <KoTemplates.h>
@ -40,8 +40,8 @@
#include <kjanuswidget.h> #include <kjanuswidget.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <ktextedit.h> #include <ktextedit.h>
#include <kfileiconview.h> #include <tdefileiconview.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kapplication.h> #include <kapplication.h>
#include <kaboutdata.h> #include <kaboutdata.h>

@ -85,7 +85,7 @@ class KoTCDIconViewItem : public KIconViewItem
}; };
#include <kfileiconview.h> #include <tdefileiconview.h>
#include <tqlabel.h> #include <tqlabel.h>
/** /**
* Our reimplementation of KFileIconView used as the "recent files" view * Our reimplementation of KFileIconView used as the "recent files" view

@ -43,11 +43,11 @@
#include <kimageio.h> #include <kimageio.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kdebug.h> #include <kdebug.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kaboutdata.h> #include <kaboutdata.h>
#include <kconfigbase.h> #include <tdeconfigbase.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <stdlib.h> #include <stdlib.h>
#include <kinstance.h> #include <kinstance.h>

@ -33,7 +33,7 @@
#include <klocale.h> #include <klocale.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kaccelmanager.h> #include <kaccelmanager.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <KoView.h> #include <KoView.h>

@ -44,9 +44,9 @@
#endif #endif
#ifndef PURE_QT #ifndef PURE_QT
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#endif #endif
using namespace KoProperty; using namespace KoProperty;

@ -43,7 +43,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kcharsets.h> #include <kcharsets.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdialog.h> #include <kdialog.h>
#include <kglobal.h> #include <kglobal.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>

@ -32,7 +32,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>
#include <kinstance.h> #include <kinstance.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kglobal.h> #include <kglobal.h>
#include <kcommand.h> #include <kcommand.h>

@ -23,7 +23,7 @@
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kinputdialog.h> #include <kinputdialog.h>
#include <kcompletion.h> #include <kcompletion.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kdebug.h> #include <kdebug.h>
#include <tqlayout.h> #include <tqlayout.h>
#include <tqvbox.h> #include <tqvbox.h>

@ -40,7 +40,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kglobal.h> #include <kglobal.h>
#include <kdialogbase.h> #include <kdialogbase.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kinstance.h> #include <kinstance.h>
#include <kcalendarsystem.h> #include <kcalendarsystem.h>

@ -27,13 +27,13 @@
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kmimetype.h> #include <kmimetype.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <klocale.h> #include <klocale.h>
#include <kurl.h> #include <kurl.h>
#include <ktar.h> #include <ktar.h>
#include <kstandarddirs.h> #include <kstandarddirs.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
using namespace Kross::Api; using namespace Kross::Api;

@ -26,7 +26,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <klistview.h> #include <klistview.h>
#include <klocale.h> #include <klocale.h>
@ -336,7 +336,7 @@ void WdgScriptsManager::slotGetNewScript()
TQObject::connect(p, TQT_SIGNAL(providersLoaded(Provider::List*)), TQObject::connect(p, TQT_SIGNAL(providersLoaded(Provider::List*)),
d, TQT_SLOT(slotProviders(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(); d->exec();
#endif #endif
} }

@ -289,10 +289,10 @@ class QtDialog:
filename = None filename = None
try: try:
print "QtDialog.FileChooser.browseButtonClicked() kfile.KFileDialog" print "QtDialog.FileChooser.browseButtonClicked() tdefile.KFileDialog"
# try to use the kfile module included in pytde # try to use the tdefile module included in pytde
import kfile import tdefile
filename = kfile.KFileDialog.getOpenFileName(self.initialfile, filtermask, self, "Save to file") filename = tdefile.KFileDialog.getOpenFileName(self.initialfile, filtermask, self, "Save to file")
except: except:
print "QtDialog.FileChooser.browseButtonClicked() qt.QFileDialog" print "QtDialog.FileChooser.browseButtonClicked() qt.QFileDialog"
# fallback to Qt filedialog # fallback to Qt filedialog

@ -75,9 +75,9 @@ class QtTest:
def browseButtonClicked(self): def browseButtonClicked(self):
filename = None filename = None
try: try:
# try to use the kfile module included in pytde # try to use the tdefile module included in pytde
import kfile import tdefile
filename = kfile.KFileDialog.getOpenFileName(self.defaultfilename, "*.html", self, "Save to file") filename = tdefile.KFileDialog.getOpenFileName(self.defaultfilename, "*.html", self, "Save to file")
except: except:
# fallback to Qt filedialog # fallback to Qt filedialog
filename = qt.QFileDialog.getOpenFileName(self.defaultfilename, "*.html", self, "Save to file") filename = qt.QFileDialog.getOpenFileName(self.defaultfilename, "*.html", self, "Save to file")

@ -37,7 +37,7 @@
#include <tdeversion.h> #include <tdeversion.h>
#include <klocale.h> #include <klocale.h>
#include <kmessagebox.h> #include <kmessagebox.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
//#define DefaultFormat KoStore::Tar //#define DefaultFormat KoStore::Tar
#define DefaultFormat KoStore::Zip #define DefaultFormat KoStore::Zip

@ -25,7 +25,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <kurl.h> #include <kurl.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
KoTarStore::KoTarStore( const TQString & _filename, Mode _mode, const TQCString & appIdentification ) KoTarStore::KoTarStore( const TQString & _filename, Mode _mode, const TQCString & appIdentification )
{ {

@ -25,7 +25,7 @@
#include <kdebug.h> #include <kdebug.h>
#include <tdeversion.h> #include <tdeversion.h>
#include <kurl.h> #include <kurl.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#if ! KDE_IS_VERSION( 3, 4, 1 ) #if ! KDE_IS_VERSION( 3, 4, 1 )
#include <tqdir.h> #include <tqdir.h>
#include <tqfileinfo.h> #include <tqfileinfo.h>

@ -21,7 +21,7 @@
The purpose of this document is to define a common KOffice Storage Structure. 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 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. 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. and finished by David.
The obvious benefits of this type of storage are: The obvious benefits of this type of storage are:

@ -1,15 +1,15 @@
#!/bin/sh #!/bin/sh
header="// GENERATED FILE. Do not edit! Generated from kzip.cpp by $0" header="// GENERATED FILE. Do not edit! Generated from kzip.cpp by $0"
echo "$header" > kozip.cpp 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 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 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 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 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/KoZip/g' kozip.cpp kozip.h
perl -pi -e 's/kzip\.h/kozip\.h/' kozip.cpp perl -pi -e 's/kzip\.h/kozip\.h/' kozip.cpp

@ -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? # Not ported to tdespell2: spell. But do we really want a separate tool for this?

@ -28,7 +28,7 @@
#include <kmimetype.h> #include <kmimetype.h>
#include <kapplication.h> #include <kapplication.h>
#include <kdebug.h> #include <kdebug.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
#include <KoFilterManager.h> #include <KoFilterManager.h>

@ -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

@ -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

@ -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

@ -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

@ -23,7 +23,7 @@
#include <klocale.h> #include <klocale.h>
#include <kdebug.h> #include <kdebug.h>
#include <kinstance.h> #include <kinstance.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
#include <klibloader.h> #include <klibloader.h>

@ -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

@ -18,7 +18,7 @@
*/ */
#include <config.h> #include <config.h>
#include "kfile_abiword.h" #include "tdefile_abiword.h"
#include <klocale.h> #include <klocale.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
@ -31,7 +31,7 @@
typedef KGenericFactory<AbiwordPlugin> AbiwordFactory; typedef KGenericFactory<AbiwordPlugin> 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, AbiwordPlugin::AbiwordPlugin(TQObject *parent, const char *name,
const TQStringList &args) const TQStringList &args)
@ -142,4 +142,4 @@ TQString AbiwordPlugin::stringItem( const TQString &name )
} }
#include "kfile_abiword.moc" #include "tdefile_abiword.moc"

@ -43,7 +43,7 @@ Name[uz@cyrillic]=Abiword ҳужжати ҳақида маълумот
Name[zh_CN]=Abiword 信息 Name[zh_CN]=Abiword 信息
Name[zh_TW]=Abiword 資訊 Name[zh_TW]=Abiword 資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_abiword X-TDE-Library=tdefile_abiword
MimeType=application/x-abiword MimeType=application/x-abiword
PreferredGroups=DocumentInfo PreferredGroups=DocumentInfo
PreferredItems=Author,Title,Abstract PreferredItems=Author,Title,Abstract

@ -20,7 +20,7 @@
#ifndef __KFILE_ABIWORD_H__ #ifndef __KFILE_ABIWORD_H__
#define __KFILE_ABIWORD_H__ #define __KFILE_ABIWORD_H__
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
class TQStringList; class TQStringList;
class TQDomNode; class TQDomNode;

@ -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

@ -18,7 +18,7 @@
*/ */
#include <config.h> #include <config.h>
#include "kfile_gnumeric.h" #include "tdefile_gnumeric.h"
#include <klocale.h> #include <klocale.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
@ -31,7 +31,7 @@
typedef KGenericFactory<GnumericPlugin> GnumericFactory; typedef KGenericFactory<GnumericPlugin> 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, GnumericPlugin::GnumericPlugin(TQObject *parent, const char *name,
const TQStringList &args) const TQStringList &args)
@ -120,4 +120,4 @@ TQString GnumericPlugin::stringItem( const TQString &name )
} }
#include "kfile_gnumeric.moc" #include "tdefile_gnumeric.moc"

@ -43,7 +43,7 @@ Name[uz@cyrillic]=Gnumeric ҳужжати ҳақида маълумот
Name[zh_CN]=Gnumeric 信息 Name[zh_CN]=Gnumeric 信息
Name[zh_TW]=Gnumeric 資訊 Name[zh_TW]=Gnumeric 資訊
ServiceTypes=KFilePlugin ServiceTypes=KFilePlugin
X-TDE-Library=kfile_gnumeric X-TDE-Library=tdefile_gnumeric
MimeType=application/x-gnumeric MimeType=application/x-gnumeric
PreferredGroups=DocumentInfo PreferredGroups=DocumentInfo
PreferredItems=Author,Title,Abstract PreferredItems=Author,Title,Abstract

@ -20,7 +20,7 @@
#ifndef __KFILE_GNUMERIC_H__ #ifndef __KFILE_GNUMERIC_H__
#define __KFILE_GNUMERIC_H__ #define __KFILE_GNUMERIC_H__
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
class TQStringList; class TQStringList;
class TQDomNode; class TQDomNode;

@ -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

@ -18,7 +18,7 @@
*/ */
#include <config.h> #include <config.h>
#include "kfile_koffice.h" #include "tdefile_koffice.h"
#include <klocale.h> #include <klocale.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
@ -31,7 +31,7 @@
typedef KGenericFactory<KOfficePlugin> KOfficeFactory; typedef KGenericFactory<KOfficePlugin> 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, KOfficePlugin::KOfficePlugin(TQObject *parent, const char *name,
const TQStringList &args) const TQStringList &args)
@ -113,4 +113,4 @@ TQString KOfficePlugin::stringFromNode(const TQDomNode &node, const TQString &na
} }
#include "kfile_koffice.moc" #include "tdefile_koffice.moc"

@ -60,7 +60,7 @@ Name[xh]=Ulwazi lwe KOffice
Name[zh_CN]=KOffice 信息 Name[zh_CN]=KOffice 信息
Name[zh_TW]=KOffice 資訊 Name[zh_TW]=KOffice 資訊
ServiceTypes=KFilePlugin 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 MimeType=application/x-kword;application/x-kpresenter;application/x-kspread;application/x-karbon
PreferredGroups=DocumentInfo PreferredGroups=DocumentInfo
PreferredItems=Author,Title,Abstract PreferredItems=Author,Title,Abstract

@ -20,7 +20,7 @@
#ifndef __KFILE_KOFFICE_H__ #ifndef __KFILE_KOFFICE_H__
#define __KFILE_KOFFICE_H__ #define __KFILE_KOFFICE_H__
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
class TQStringList; class TQStringList;
class TQDomNode; class TQDomNode;

@ -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

@ -37,7 +37,7 @@
*/ */
#include <config.h> #include <config.h>
#include "kfile_ooo.h" #include "tdefile_ooo.h"
#include <klocale.h> #include <klocale.h>
#include <kgenericfactory.h> #include <kgenericfactory.h>
@ -52,11 +52,11 @@
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqvalidator.h> #include <tqvalidator.h>
#include <kdebug.h> #include <kdebug.h>
#include <kio/netaccess.h> #include <tdeio/netaccess.h>
typedef KGenericFactory<KOfficePlugin> KOfficeFactory; typedef KGenericFactory<KOfficePlugin> KOfficeFactory;
K_EXPORT_COMPONENT_FACTORY(kfile_ooo, KOfficeFactory( "kfile_ooo" )) K_EXPORT_COMPONENT_FACTORY(tdefile_ooo, KOfficeFactory( "tdefile_ooo" ))
static const char * const mimetypes[] = static const char * const mimetypes[] =
{ "application/vnd.sun.xml.calc", "application/vnd.sun.xml.calc.template", { "application/vnd.sun.xml.calc", "application/vnd.sun.xml.calc.template",
@ -585,4 +585,4 @@ TQValidator * KOfficePlugin::createValidator(const TQString &, /* mimetype
return 0; return 0;
} }
#include "kfile_ooo.moc" #include "tdefile_ooo.moc"

@ -51,7 +51,7 @@ Name[wa]=Informåcion OpenOffice.org
Name[zh_CN]=OpenOffice.org 信息 Name[zh_CN]=OpenOffice.org 信息
Name[zh_TW]=OpenOffice.org 資訊 Name[zh_TW]=OpenOffice.org 資訊
ServiceTypes=KFilePlugin 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 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 PreferredGroups=DocumentInfo
PreferredItems=Author,Title,Abstract PreferredItems=Author,Title,Abstract

@ -20,7 +20,7 @@
#ifndef __KFILE_OOO_H__ #ifndef __KFILE_OOO_H__
#define __KFILE_OOO_H__ #define __KFILE_OOO_H__
#include <kfilemetainfo.h> #include <tdefilemetainfo.h>
#include <tqiodevice.h> #include <tqiodevice.h>
#include <tqdom.h> #include <tqdom.h>
#include <karchive.h> #include <karchive.h>

@ -45,7 +45,7 @@ NOT TODO:
#include <tqfile.h> #include <tqfile.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kfiledialog.h> #include <tdefiledialog.h>
#include <tdeversion.h> #include <tdeversion.h>
/*************************************************** /***************************************************

@ -42,7 +42,7 @@
#include <kapplication.h> #include <kapplication.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <kconfig.h> #include <tdeconfig.h>
#include <kcursor.h> #include <kcursor.h>
#include <kdatatool.h> #include <kdatatool.h>
#include <kdebug.h> #include <kdebug.h>

@ -20,7 +20,7 @@
#ifndef CLIPARTCREATOR_H #ifndef CLIPARTCREATOR_H
#define CLIPARTCREATOR_H #define CLIPARTCREATOR_H
#include <kio/thumbcreator.h> #include <tdeio/thumbcreator.h>
class ClipartCreator : public ThumbCreator class ClipartCreator : public ThumbCreator
{ {

@ -26,7 +26,7 @@
#include <tqpainter.h> #include <tqpainter.h>
#include <kapplication.h> #include <kapplication.h>
#include <kfileitem.h> #include <tdefileitem.h>
#include <ktrader.h> #include <ktrader.h>
#include <klibloader.h> #include <klibloader.h>
#include <tdeparts/part.h> #include <tdeparts/part.h>

@ -20,7 +20,7 @@
#ifndef _KWORDCREATOR_H_ #ifndef _KWORDCREATOR_H_
#define _KWORDCREATOR_H_ "$Id: kofficecreator.h 508787 2006-02-12 18:28:12Z ingwa $" #define _KWORDCREATOR_H_ "$Id: kofficecreator.h 508787 2006-02-12 18:28:12Z ingwa $"
#include <kio/thumbcreator.h> #include <tdeio/thumbcreator.h>
#include <tdeparts/part.h> #include <tdeparts/part.h>
#include "../../lib/kofficecore/KoDocument.h" #include "../../lib/kofficecore/KoDocument.h"

Loading…
Cancel
Save