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

pull/1/head
Timothy Pearson hace 11 años
padre d0baf2961c
commit 038b18b2df

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

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

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

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

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

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

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

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

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

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

@ -31,7 +31,7 @@
#include <kstaticdeleter.h>
#include <kglobal.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include "kis_tileddatamanager.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
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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -22,7 +22,7 @@
#include <kstandarddirs.h>
#include <kglobal.h>
#include <klocale.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kiconloader.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)
- 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

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

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

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

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

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

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

@ -24,7 +24,7 @@
#include <tqdir.h>
#include <kaction.h>
#include <kapplication.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <klocale.h>
#include <tdeversion.h>
@ -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)
{

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -26,7 +26,7 @@
#include <kapplication.h>
#include <tdeversion.h>
#include <kfiledialog.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
#include <klistview.h>
#include <klocale.h>
@ -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
}

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

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

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

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

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

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

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

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

@ -28,7 +28,7 @@
#include <kmimetype.h>
#include <kapplication.h>
#include <kdebug.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.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 <kdebug.h>
#include <kinstance.h>
#include <kconfig.h>
#include <tdeconfig.h>
#include <kgenericfactory.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 "kfile_abiword.h"
#include "tdefile_abiword.h"
#include <klocale.h>
#include <kgenericfactory.h>
@ -31,7 +31,7 @@
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,
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_TW]=Abiword 資訊
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_abiword
X-TDE-Library=tdefile_abiword
MimeType=application/x-abiword
PreferredGroups=DocumentInfo
PreferredItems=Author,Title,Abstract

@ -20,7 +20,7 @@
#ifndef __KFILE_ABIWORD_H__
#define __KFILE_ABIWORD_H__
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
class TQStringList;
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 "kfile_gnumeric.h"
#include "tdefile_gnumeric.h"
#include <klocale.h>
#include <kgenericfactory.h>
@ -31,7 +31,7 @@
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,
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_TW]=Gnumeric 資訊
ServiceTypes=KFilePlugin
X-TDE-Library=kfile_gnumeric
X-TDE-Library=tdefile_gnumeric
MimeType=application/x-gnumeric
PreferredGroups=DocumentInfo
PreferredItems=Author,Title,Abstract

@ -20,7 +20,7 @@
#ifndef __KFILE_GNUMERIC_H__
#define __KFILE_GNUMERIC_H__
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
class TQStringList;
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 "kfile_koffice.h"
#include "tdefile_koffice.h"
#include <klocale.h>
#include <kgenericfactory.h>
@ -31,7 +31,7 @@
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,
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_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

@ -20,7 +20,7 @@
#ifndef __KFILE_KOFFICE_H__
#define __KFILE_KOFFICE_H__
#include <kfilemetainfo.h>
#include <tdefilemetainfo.h>
class TQStringList;
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 "kfile_ooo.h"
#include "tdefile_ooo.h"
#include <klocale.h>
#include <kgenericfactory.h>
@ -52,11 +52,11 @@
#include <tqdatetime.h>
#include <tqvalidator.h>
#include <kdebug.h>
#include <kio/netaccess.h>
#include <tdeio/netaccess.h>
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[] =
{ "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"

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

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

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

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

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

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

@ -20,7 +20,7 @@
#ifndef _KWORDCREATOR_H_
#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 "../../lib/kofficecore/KoDocument.h"

Cargando…
Cancelar
Guardar