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

pull/1/head
Timothy Pearson 11 years ago
parent 3fe437def8
commit 7422cac1a1

@ -66,8 +66,8 @@ INPUT = example \
FILE_PATTERNS = *.h
RECURSIVE = YES
#EXCLUDE = \
#arts/tests tdeprint/tests khtml/java/tests kio/kfile/tests kioslave/http/kcookiejar/tests kwallet/backend/tests \
#tdecore/tests tdeui/tests kinit/tests kio/tests kparts/tests libkmid/tests
#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
# */tests doesn't seem to work :(
# If the value of the INPUT tag contains directories, you can use the

@ -2066,16 +2066,16 @@ if test $kde_qtver = 3; then
AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KABC, "-lkabc")
AC_SUBST(LIB_KHTML, "-lkhtml")
AC_SUBST(LIB_KSPELL, "-lkspell")
AC_SUBST(LIB_KPARTS, "-lkparts")
AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell")
AC_SUBST(LIB_KPARTS, "-ltdeparts")
AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
AC_SUBST(LIB_KUTILS, "-lkutils")
AC_SUBST(LIB_KUTILS, "-ltdeutils")
AC_SUBST(LIB_TDEPIM, "-ltdepim")
AC_SUBST(LIB_KIMPROXY, "-lkimproxy")
AC_SUBST(LIB_KIMPROXY, "-ltdeimproxy")
AC_SUBST(LIB_KNEWSTUFF, "-lknewstuff")
AC_SUBST(LIB_KDNSSD, "-lkdnssd")
AC_SUBST(LIB_KUNITTEST, "-lkunittest")
AC_SUBST(LIB_KDNSSD, "-ltdednssd")
AC_SUBST(LIB_KUNITTEST, "-ltdeunittest")
# these are for backward compatibility
AC_SUBST(LIB_KSYCOCA, "-lkio")
AC_SUBST(LIB_KFILE, "-lkio")
@ -2083,13 +2083,13 @@ elif test $kde_qtver = 2; then
AC_SUBST(LIB_TDECORE, "-ltdecore")
AC_SUBST(LIB_TDEUI, "-ltdeui")
AC_SUBST(LIB_KIO, "-lkio")
AC_SUBST(LIB_KSYCOCA, "-lksycoca")
AC_SUBST(LIB_KSYCOCA, "-ltdesycoca")
AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KFILE, "-lkfile")
AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KHTML, "-lkhtml")
AC_SUBST(LIB_KSPELL, "-lkspell")
AC_SUBST(LIB_KPARTS, "-lkparts")
AC_SUBST(LIB_KHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell")
AC_SUBST(LIB_KPARTS, "-ltdeparts")
AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
else
AC_SUBST(LIB_TDECORE, "-ltdecore -lXext $(LIB_QT)")
@ -2535,7 +2535,7 @@ AC_FIND_FILE(jpeglib.h, $jpeg_incdirs, jpeg_incdir)
test "x$jpeg_incdir" = xNO && jpeg_incdir=
dnl if headers _and_ libraries are missing, this is no error, and we
dnl continue with a warning (the user will get no jpeg support in khtml)
dnl continue with a warning (the user will get no jpeg support in tdehtml)
dnl if only one is missing, it means a configuration error, but we still
dnl only warn
if test -n "$jpeg_incdir" && test -n "$LIBJPEG" ; then
@ -3477,7 +3477,7 @@ LIBTOOL_SHELL="/bin/sh ./libtool"
KDE_PLUGIN="-avoid-version -module -no-undefined \$(KDE_NO_UNDEFINED) \$(KDE_RPATH) \$(KDE_MT_LDFLAGS)"
AC_SUBST(KDE_PLUGIN)
# This hack ensures that libtool creates shared libs for kunittest plugins. By default check_LTLIBRARIES makes static libs.
# This hack ensures that libtool creates shared libs for tdeunittest plugins. By default check_LTLIBRARIES makes static libs.
KDE_CHECK_PLUGIN="\$(KDE_PLUGIN) -rpath \$(libdir)"
AC_SUBST(KDE_CHECK_PLUGIN)

@ -32,7 +32,7 @@ include_HEADERS = \
kis_colorspace_factory_registry.h kis_abstract_colorspace.h
if include_kunittest_tests
if include_tdeunittest_tests
TESTSDIR = tests
endif

@ -18,10 +18,10 @@
*/
#include "kdebug.h"
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kservice.h>
#include <ktrader.h>
#include <kparts/componentfactory.h>
#include <tdeparts/componentfactory.h>
#include <kmessagebox.h>
#include <klocale.h>
#include "kis_debug_areas.h"

@ -5,12 +5,12 @@ AM_CPPFLAGS = \
# The check_ target makes sure we don't install the modules,
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = kunittest_kis_color_conversions_tester.la
check_LTLIBRARIES = tdeunittest_kis_color_conversions_tester.la
kunittest_kis_color_conversions_tester_la_SOURCES = kis_color_conversions_tester.cpp
kunittest_kis_color_conversions_tester_la_LIBADD = -lkunittest ../libchalkcolor.la ../../libchalkcommon.la
kunittest_kis_color_conversions_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_kis_color_conversions_tester_la_SOURCES = kis_color_conversions_tester.cpp
tdeunittest_kis_color_conversions_tester_la_LIBADD = -ltdeunittest ../libchalkcolor.la ../../libchalkcommon.la
tdeunittest_kis_color_conversions_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check-local: kunittest_kis_color_conversions_tester.la
kunittestmodrunner
check-local: tdeunittest_kis_color_conversions_tester.la
tdeunittestmodrunner

@ -16,15 +16,15 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include "kis_color_conversions_tester.h"
#include "kis_color_conversions.h"
using namespace KUnitTest;
KUNITTEST_MODULE(kunittest_kis_color_conversions_tester, "Color Conversions Tester");
KUNITTEST_MODULE(tdeunittest_kis_color_conversions_tester, "Color Conversions Tester");
KUNITTEST_MODULE_REGISTER_TESTER(KisColorConversionsTester);
void KisColorConversionsTester::allTests()

@ -19,7 +19,7 @@
#ifndef KIS_COLOR_CONVERSIONS_TESTER_H
#define KIS_COLOR_CONVERSIONS_TESTER_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
#define CHECK_TOLERANCE( x, y, tolerance ) \
if ((x) <= (y) + (tolerance) && (x) >= (y) - (tolerance)) \

@ -18,7 +18,7 @@ kde_module_LTLIBRARIES = chalk_cmyk_u16_plugin.la
chalk_cmyk_u16_plugin_la_SOURCES = cmyk_u16_plugin.cc
noinst_HEADERS = cmyk_u16_plugin.h kis_cmyk_u16_colorspace.h
chalk_cmyk_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -llcms
chalk_cmyk_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalk_cmyk_u16_plugin_la_LIBADD = libchalk_cmyk_u16.la ../../chalkcolor/libchalkcolor.la
chalk_cmyk_u16_plugin_la_METASOURCES = AUTO

@ -19,7 +19,7 @@
#ifndef CMYK_U16_PLUGIN_H_
#define CMYK_U16_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A plugin wrapper around the CMYK U16 colour space strategy.

@ -11,7 +11,7 @@ kde_module_LTLIBRARIES = chalkcmykplugin.la
chalkcmykplugin_la_SOURCES = cmyk_plugin.cc kis_cmyk_colorspace.cc
noinst_HEADERS = cmyk_plugin.h kis_cmyk_colorspace.h
chalkcmykplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -llcms
chalkcmykplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalkcmykplugin_la_LIBADD = ../../chalkcolor/libchalkcolor.la
chalkcmykplugin_la_METASOURCES = AUTO

@ -19,7 +19,7 @@
#ifndef CMYK_PLUGIN_H_
#define CMYK_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A plugin wrapper around the CMYK colour space strategy.

@ -19,7 +19,7 @@ kde_module_LTLIBRARIES = chalk_gray_u16_plugin.la
chalk_gray_u16_plugin_la_SOURCES = gray_u16_plugin.cc
noinst_HEADERS = gray_u16_plugin.h kis_gray_u16_colorspace.h
chalk_gray_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -llcms
chalk_gray_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalk_gray_u16_plugin_la_LIBADD = libchalk_gray_u16.la ../../chalkcolor/libchalkcolor.la
chalk_gray_u16_plugin_la_METASOURCES = AUTO

@ -19,7 +19,7 @@
#ifndef GRAY_U16_PLUGIN_H_
#define GRAY_U16_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A plugin wrapper around the GRAY U16 colour space strategy.

@ -18,12 +18,12 @@ kde_module_LTLIBRARIES = chalkgrayplugin.la
chalkgrayplugin_la_SOURCES = gray_plugin.cc
noinst_HEADERS = gray_plugin.h kis_gray_colorspace.h
chalkgrayplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -llcms
chalkgrayplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalkgrayplugin_la_LIBADD = libchalkgrayscale.la ../../chalkcolor/libchalkcolor.la
chalkgrayplugin_la_METASOURCES = AUTO
if include_kunittest_tests
if include_tdeunittest_tests
TESTSDIR = tests
endif

@ -19,7 +19,7 @@
#ifndef GRAY_PLUGIN_H_
#define GRAY_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A plugin wrapper around the GRAY colour space strategy.

@ -6,12 +6,12 @@ AM_CPPFLAGS = -I$(srcdir)/.. \
# The check_ target makes sure we don't install the modules,
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = kunittest_kis_strategy_colorspace_grayscale_tester.la
check_LTLIBRARIES = tdeunittest_kis_strategy_colorspace_grayscale_tester.la
kunittest_kis_strategy_colorspace_grayscale_tester_la_SOURCES = kis_strategy_colorspace_grayscale_tester.cpp
kunittest_kis_strategy_colorspace_grayscale_tester_la_LIBADD = -lkunittest ../libchalkgrayscale.la
kunittest_kis_strategy_colorspace_grayscale_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_kis_strategy_colorspace_grayscale_tester_la_SOURCES = kis_strategy_colorspace_grayscale_tester.cpp
tdeunittest_kis_strategy_colorspace_grayscale_tester_la_LIBADD = -ltdeunittest ../libchalkgrayscale.la
tdeunittest_kis_strategy_colorspace_grayscale_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check-local: kunittest_kis_strategy_colorspace_grayscale_tester.la
kunittestmodrunner
check-local: tdeunittest_kis_strategy_colorspace_grayscale_tester.la
tdeunittestmodrunner

@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include "kis_factory.h"
#include "kis_strategy_colorspace_grayscale_tester.h"
@ -25,7 +25,7 @@
using namespace KUnitTest;
KUNITTEST_MODULE( kunittest_kis_strategy_colorspace_grayscale_tester, "Greyscale ColorSpace Tester" );
KUNITTEST_MODULE( tdeunittest_kis_strategy_colorspace_grayscale_tester, "Greyscale ColorSpace Tester" );
KUNITTEST_MODULE_REGISTER_TESTER( KisGrayColorSpaceTester );
void KisGrayColorSpaceTester::allTests()

@ -20,7 +20,7 @@
#ifndef KIS_STRATEGY_COLORSPACE_GRAYSCALE_TESTER_H
#define KIS_STRATEGY_COLORSPACE_GRAYSCALE_TESTER_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
class KisGrayColorSpaceTester : public KUnitTest::Tester
{

@ -21,7 +21,7 @@ kde_module_LTLIBRARIES = chalk_lms_f32_plugin.la
chalk_lms_f32_plugin_la_SOURCES = lms_f32_plugin.cc
noinst_HEADERS = lms_f32_plugin.h kis_lms_f32_colorspace.h
chalk_lms_f32_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -llcms
chalk_lms_f32_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalk_lms_f32_plugin_la_LIBADD = libchalk_lms_f32.la ../../chalkcolor/libchalkcolor.la
chalk_lms_f32_plugin_la_METASOURCES = AUTO

@ -21,7 +21,7 @@
#ifndef LMS_F32_PLUGIN_H_
#define LMS_F32_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A plugin wrapper around the LMS F32 colour space strategy.

@ -22,12 +22,12 @@ kde_module_LTLIBRARIES = chalk_rgb_f16half_plugin.la
chalk_rgb_f16half_plugin_la_SOURCES = rgb_f16half_plugin.cc
noinst_HEADERS = rgb_f16half_plugin.h kis_rgb_f16half_colorspace.h
chalk_rgb_f16half_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -llcms
chalk_rgb_f16half_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalk_rgb_f16half_plugin_la_LIBADD = libchalk_rgb_f16half.la ../../chalkcolor/libchalkcolor.la
chalk_rgb_f16half_plugin_la_METASOURCES = AUTO
if include_kunittest_tests
if include_tdeunittest_tests
TESTSDIR = tests
endif

@ -20,7 +20,7 @@
#ifndef RGB_F16HALF_PLUGIN_H_
#define RGB_F16HALF_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A plugin wrapper around the RGB F16Half colour space strategy.

@ -8,12 +8,12 @@ AM_CPPFLAGS = -I$(srcdir)/.. \
# The check_ target makes sure we don't install the modules,
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = kunittest_kis_rgb_f16half_colorspace_tester.la
check_LTLIBRARIES = tdeunittest_kis_rgb_f16half_colorspace_tester.la
kunittest_kis_rgb_f16half_colorspace_tester_la_SOURCES = kis_rgb_f16half_colorspace_tester.cc
kunittest_kis_rgb_f16half_colorspace_tester_la_LIBADD = -lkunittest ../libchalk_rgb_f16half.la
kunittest_kis_rgb_f16half_colorspace_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_kis_rgb_f16half_colorspace_tester_la_SOURCES = kis_rgb_f16half_colorspace_tester.cc
tdeunittest_kis_rgb_f16half_colorspace_tester_la_LIBADD = -ltdeunittest ../libchalk_rgb_f16half.la
tdeunittest_kis_rgb_f16half_colorspace_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check-local: kunittest_kis_rgb_f16half_colorspace_tester.la
kunittestmodrunner
check-local: tdeunittest_kis_rgb_f16half_colorspace_tester.la
tdeunittestmodrunner

@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA.
*/
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include "kis_factory.h"
#include "kis_rgb_f16half_colorspace.h"
@ -29,7 +29,7 @@
using namespace KUnitTest;
KUNITTEST_MODULE( kunittest_kis_rgb_f16half_colorspace_tester, "RGBA 16-bit float half colorspace tester" );
KUNITTEST_MODULE( tdeunittest_kis_rgb_f16half_colorspace_tester, "RGBA 16-bit float half colorspace tester" );
KUNITTEST_MODULE_REGISTER_TESTER( KisRgbF16HalfColorSpaceTester );
#define PIXEL_BLUE 0

@ -21,7 +21,7 @@
#ifndef KIS_RGB_F16HALF_COLORSPACE_TESTER_H
#define KIS_RGB_F16HALF_COLORSPACE_TESTER_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
#define CHECK_TOLERANCE( x, y, tolerance ) \
if ((x) <= (y) + (tolerance) && (x) >= (y) - (tolerance)) \

@ -21,12 +21,12 @@ kde_module_LTLIBRARIES = chalk_rgb_f32_plugin.la
chalk_rgb_f32_plugin_la_SOURCES = rgb_f32_plugin.cc
noinst_HEADERS = rgb_f32_plugin.h kis_rgb_f32_colorspace.h
chalk_rgb_f32_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -llcms
chalk_rgb_f32_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalk_rgb_f32_plugin_la_LIBADD = libchalk_rgb_f32.la ../../chalkcolor/libchalkcolor.la
chalk_rgb_f32_plugin_la_METASOURCES = AUTO
if include_kunittest_tests
if include_tdeunittest_tests
TESTSDIR = tests
endif

@ -20,7 +20,7 @@
#ifndef RGB_F32_PLUGIN_H_
#define RGB_F32_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A plugin wrapper around the RGB F32 colour space strategy.

@ -6,12 +6,12 @@ AM_CPPFLAGS = -I$(srcdir)/.. \
# The check_ target makes sure we don't install the modules,
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = kunittest_kis_strategy_colorspace_rgb_f32_tester.la
check_LTLIBRARIES = tdeunittest_kis_strategy_colorspace_rgb_f32_tester.la
kunittest_kis_strategy_colorspace_rgb_f32_tester_la_SOURCES = kis_strategy_colorspace_rgb_f32_tester.cc
kunittest_kis_strategy_colorspace_rgb_f32_tester_la_LIBADD = -lkunittest ../libchalk_rgb_f32.la
kunittest_kis_strategy_colorspace_rgb_f32_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_kis_strategy_colorspace_rgb_f32_tester_la_SOURCES = kis_strategy_colorspace_rgb_f32_tester.cc
tdeunittest_kis_strategy_colorspace_rgb_f32_tester_la_LIBADD = -ltdeunittest ../libchalk_rgb_f32.la
tdeunittest_kis_strategy_colorspace_rgb_f32_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check-local: kunittest_kis_strategy_colorspace_rgb_f32_tester.la
kunittestmodrunner
check-local: tdeunittest_kis_strategy_colorspace_rgb_f32_tester.la
tdeunittestmodrunner

@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA.
*/
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include "kis_factory.h"
#include "kis_strategy_colorspace_rgb_f32_tester.h"
@ -28,7 +28,7 @@
using namespace KUnitTest;
KUNITTEST_MODULE( kunittest_kis_strategy_colorspace_rgb_f32_tester, "RGBA 32-bit float colorspace tester" );
KUNITTEST_MODULE( tdeunittest_kis_strategy_colorspace_rgb_f32_tester, "RGBA 32-bit float colorspace tester" );
KUNITTEST_MODULE_REGISTER_TESTER( KisRgbF32ColorSpaceTester );
#define PIXEL_BLUE 0

@ -21,7 +21,7 @@
#ifndef KIS_STRATEGY_COLORSPACE_RGB_F32_TESTER_H
#define KIS_STRATEGY_COLORSPACE_RGB_F32_TESTER_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
#define CHECK_TOLERANCE( x, y, tolerance ) \
if ((x) <= (y) + (tolerance) && (x) >= (y) - (tolerance)) \

@ -19,12 +19,12 @@ kde_module_LTLIBRARIES = chalk_rgb_u16_plugin.la
chalk_rgb_u16_plugin_la_SOURCES = rgb_u16_plugin.cc
noinst_HEADERS = rgb_u16_plugin.h kis_rgb_u16_colorspace.h
chalk_rgb_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -llcms
chalk_rgb_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalk_rgb_u16_plugin_la_LIBADD = libchalk_rgb_u16.la ../../chalkcolor/libchalkcolor.la
chalk_rgb_u16_plugin_la_METASOURCES = AUTO
if include_kunittest_tests
if include_tdeunittest_tests
TESTSDIR = tests
endif

@ -19,7 +19,7 @@
#ifndef RGB_U16_PLUGIN_H_
#define RGB_U16_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A plugin wrapper around the RGB U16 colour space strategy.

@ -6,12 +6,12 @@ AM_CPPFLAGS = -I$(srcdir)/.. \
# The check_ target makes sure we don't install the modules,
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = kunittest_kis_strategy_colorspace_rgb_u16_tester.la
check_LTLIBRARIES = tdeunittest_kis_strategy_colorspace_rgb_u16_tester.la
kunittest_kis_strategy_colorspace_rgb_u16_tester_la_SOURCES = kis_strategy_colorspace_rgb_u16_tester.cc
kunittest_kis_strategy_colorspace_rgb_u16_tester_la_LIBADD = -lkunittest ../libchalk_rgb_u16.la
kunittest_kis_strategy_colorspace_rgb_u16_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_kis_strategy_colorspace_rgb_u16_tester_la_SOURCES = kis_strategy_colorspace_rgb_u16_tester.cc
tdeunittest_kis_strategy_colorspace_rgb_u16_tester_la_LIBADD = -ltdeunittest ../libchalk_rgb_u16.la
tdeunittest_kis_strategy_colorspace_rgb_u16_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check-local: kunittest_kis_strategy_colorspace_rgb_u16_tester.la
kunittestmodrunner
check-local: tdeunittest_kis_strategy_colorspace_rgb_u16_tester.la
tdeunittestmodrunner

@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include "kis_factory.h"
#include "kis_strategy_colorspace_rgb_u16_tester.h"
@ -27,7 +27,7 @@
using namespace KUnitTest;
KUNITTEST_MODULE( kunittest_kis_strategy_colorspace_rgb_u16_tester, "RGB 16-bit integer colorspace tester" );
KUNITTEST_MODULE( tdeunittest_kis_strategy_colorspace_rgb_u16_tester, "RGB 16-bit integer colorspace tester" );
KUNITTEST_MODULE_REGISTER_TESTER( KisRgbU16ColorSpaceTester );
#define PIXEL_BLUE 0

@ -20,7 +20,7 @@
#ifndef KIS_STRATEGY_COLORSPACE_RGB_U16_TESTER_H
#define KIS_STRATEGY_COLORSPACE_RGB_U16_TESTER_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
#define CHECK_TOLERANCE( x, y, tolerance ) \
if ((x) <= (y) + (tolerance) && (x) >= (y) - (tolerance)) \

@ -19,13 +19,13 @@ kde_module_LTLIBRARIES = chalkrgbplugin.la
chalkrgbplugin_la_SOURCES = rgb_plugin.cc
noinst_HEADERS = rgb_plugin.h kis_rgb_colorspace.h
chalkrgbplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -llcms
chalkrgbplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalkrgbplugin_la_LIBADD = libchalkrgb.la ../../chalkcolor/libchalkcolor.la
chalkrgbplugin_la_METASOURCES = AUTO
#METASOURCES = AUTO # XXX: which of the two?
if include_kunittest_tests
if include_tdeunittest_tests
TESTSDIR = tests
endif

@ -19,7 +19,7 @@
#ifndef RGB_PLUGIN_H_
#define RGB_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A plugin wrapper around the RGB colour space strategy.

@ -6,12 +6,12 @@ AM_CPPFLAGS = -I$(srcdir)/../../../sdk \
# The check_ target makes sure we don't install the modules,
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = kunittest_kis_strategy_colorspace_rgb_tester.la
check_LTLIBRARIES = tdeunittest_kis_strategy_colorspace_rgb_tester.la
kunittest_kis_strategy_colorspace_rgb_tester_la_SOURCES = kis_strategy_colorspace_rgb_tester.cpp
kunittest_kis_strategy_colorspace_rgb_tester_la_LIBADD = -lkunittest ../libchalkrgb.la
kunittest_kis_strategy_colorspace_rgb_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_kis_strategy_colorspace_rgb_tester_la_SOURCES = kis_strategy_colorspace_rgb_tester.cpp
tdeunittest_kis_strategy_colorspace_rgb_tester_la_LIBADD = -ltdeunittest ../libchalkrgb.la
tdeunittest_kis_strategy_colorspace_rgb_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check-local: kunittest_kis_strategy_colorspace_rgb_tester.la
kunittestmodrunner
check-local: tdeunittest_kis_strategy_colorspace_rgb_tester.la
tdeunittestmodrunner

@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include "kis_factory.h"
#include "kis_strategy_colorspace_rgb_tester.h"
@ -25,7 +25,7 @@
using namespace KUnitTest;
KUNITTEST_MODULE( kunittest_kis_strategy_colorspace_rgb_tester, "RGB ColorSpace Tester" );
KUNITTEST_MODULE( tdeunittest_kis_strategy_colorspace_rgb_tester, "RGB ColorSpace Tester" );
KUNITTEST_MODULE_REGISTER_TESTER( KisRgbColorSpaceTester );
void KisRgbColorSpaceTester::allTests()

@ -20,7 +20,7 @@
#ifndef KIS_STRATEGY_COLORSPACE_RGB_TESTER_H
#define KIS_STRATEGY_COLORSPACE_RGB_TESTER_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
class KisRgbColorSpaceTester : public KUnitTest::Tester
{

@ -20,7 +20,7 @@ kde_module_LTLIBRARIES = chalkwetplugin.la
chalkwetplugin_la_SOURCES = kis_wet_colorspace.cc wet_plugin.cc kis_wetop.cc kis_wet_palette_widget.cc kis_wetness_visualisation_filter.cc kis_texture_painter.cc kis_texture_filter.cc wetphysicsfilter.cc wdgpressure.ui
noinst_HEADERS = kis_wet_colorspace.h wet_plugin.h wetphysicsfilter.h kis_wetop.cc kis_wet_palette_widget.h kis_texture_painter.h kis_wetness_visualisation_filter.h kis_texture_filter.h wetphysicsfilter.h
chalkwetplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -llcms
chalkwetplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalkwetplugin_la_LIBADD = ../../libchalkcommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE) \
../../../chalk/chalkcolor/libchalkcolor.la \
../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef WET_PLUGIN_H_
#define WET_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include "kis_types.h"

@ -19,7 +19,7 @@
#ifndef WSBRUSH_PAINTOP_PLUGIN_H_
#define WSBRUSH_PAINTOP_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include "kis_types.h"

@ -19,7 +19,7 @@
#ifndef WET_STICKY_PLUGIN_H_
#define WET_STICKY_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A plugin wrapper around the Wet & Sticky colour space strategy.

@ -19,7 +19,7 @@ kde_module_LTLIBRARIES = chalk_ycbcr_u16_plugin.la
chalk_ycbcr_u16_plugin_la_SOURCES = ycbcr_u16_plugin.cc
noinst_HEADERS = ycbcr_u16_plugin.h kis_ycbcr_u16_colorspace.h
chalk_ycbcr_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -llcms
chalk_ycbcr_u16_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalk_ycbcr_u16_plugin_la_LIBADD = libchalk_ycbcr_u16.la ../../chalkcolor/libchalkcolor.la
METASOURCES = AUTO

@ -19,7 +19,7 @@
#ifndef YCBCR_U16_PLUGIN_H_
#define YCBCR_U16_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A plugin wrapper around the YCbCr U16 colour space strategy.

@ -19,7 +19,7 @@ kde_module_LTLIBRARIES = chalk_ycbcr_u8_plugin.la
chalk_ycbcr_u8_plugin_la_SOURCES = ycbcr_u8_plugin.cc
noinst_HEADERS = ycbcr_u8_plugin.h kis_ycbcr_u8_colorspace.h
chalk_ycbcr_u8_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -llcms
chalk_ycbcr_u8_plugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -llcms
chalk_ycbcr_u8_plugin_la_LIBADD = libchalk_ycbcr_u8.la ../../chalkcolor/libchalkcolor.la
METASOURCES = AUTO

@ -19,7 +19,7 @@
#ifndef YCBCR_U8_PLUGIN_H_
#define YCBCR_U8_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A plugin wrapper around the YCbCr U8 colour space strategy.

@ -91,12 +91,12 @@ else
AC_MSG_RESULT(no)
fi
# Check for kunittest
AC_MSG_CHECKING([for kunittest])
# Check for tdeunittest
AC_MSG_CHECKING([for tdeunittest])
have_kunittest_header="no"
KDE_CHECK_HEADER(kunittest/tester.h, have_kunittest_header="yes", , )
AM_CONDITIONAL(include_kunittest_tests, test "$have_kunittest_header" = "yes")
have_tdeunittest_header="no"
KDE_CHECK_HEADER(tdeunittest/tester.h, have_tdeunittest_header="yes", , )
AM_CONDITIONAL(include_tdeunittest_tests, test "$have_tdeunittest_header" = "yes")
# --- OpenGL check ---

@ -47,7 +47,7 @@ include_HEADERS = kis_adjustment_layer.h kis_alpha_mask.h \
libchalkimage_la_LDFLAGS = -version-info 1:0:0 -no-undefined $(all_libraries)
libchalkimage_la_LIBADD = ../sdk/libchalksdk.la ../chalkcolor/libchalkcolor.la tiles/libchalktile.la $(OPENEXR_LIBS) $(LCMS_LIBS) $(LIB_KOFFICECORE) $(LIB_KOPAINTER) $(LIB_TDECORE) $(LIB_QT) $(OPENEXR_LIBS)
if include_kunittest_tests
if include_tdeunittest_tests
TESTSDIR = tests
endif

@ -22,10 +22,10 @@
#include <kaction.h>
#include <kdebug.h>
#include <klocale.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kservice.h>
#include <ktrader.h>
#include <kparts/componentfactory.h>
#include <tdeparts/componentfactory.h>
#include "kis_debug_areas.h"
#include <math.h>
#include "kis_types.h"

@ -23,10 +23,10 @@
#include <kglobal.h>
#include <klocale.h>
#include <kstandarddirs.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kservice.h>
#include <ktrader.h>
#include <kparts/componentfactory.h>
#include <tdeparts/componentfactory.h>
#include "kis_generic_registry.h"
#include "kis_types.h"

@ -10,21 +10,21 @@ AM_CPPFLAGS = \
# The check_ target makes sure we don't install the modules,
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = kunittest_kis_integer_maths_tester.la kunittest_kis_image_tester.la kunittest_kis_filter_configuration_tester.la
check_LTLIBRARIES = tdeunittest_kis_integer_maths_tester.la tdeunittest_kis_image_tester.la tdeunittest_kis_filter_configuration_tester.la
kunittest_kis_integer_maths_tester_la_SOURCES = kis_integer_maths_tester.cpp
kunittest_kis_integer_maths_tester_la_LIBADD = -lkunittest ../../libchalkcommon.la
kunittest_kis_integer_maths_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_kis_integer_maths_tester_la_SOURCES = kis_integer_maths_tester.cpp
tdeunittest_kis_integer_maths_tester_la_LIBADD = -ltdeunittest ../../libchalkcommon.la
tdeunittest_kis_integer_maths_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
kunittest_kis_image_tester_la_SOURCES = kis_image_tester.cpp
kunittest_kis_image_tester_la_LIBADD = -lkunittest ../../libchalkcommon.la
kunittest_kis_image_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_kis_image_tester_la_SOURCES = kis_image_tester.cpp
tdeunittest_kis_image_tester_la_LIBADD = -ltdeunittest ../../libchalkcommon.la
tdeunittest_kis_image_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
kunittest_kis_filter_configuration_tester_la_SOURCES = kis_filter_configuration_tester.cc
kunittest_kis_filter_configuration_tester_la_LIBADD = -lkunittest ../../libchalkcommon.la
kunittest_kis_filter_configuration_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_kis_filter_configuration_tester_la_SOURCES = kis_filter_configuration_tester.cc
tdeunittest_kis_filter_configuration_tester_la_LIBADD = -ltdeunittest ../../libchalkcommon.la
tdeunittest_kis_filter_configuration_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check-local: kunittest_kis_integer_maths_tester.la kunittest_kis_image_tester.la kunittest_kis_filter_configuration_tester.la
kunittestmodrunner
check-local: tdeunittest_kis_integer_maths_tester.la tdeunittest_kis_image_tester.la tdeunittest_kis_filter_configuration_tester.la
tdeunittestmodrunner

@ -19,15 +19,15 @@
#include <tqapplication.h>
#include <kdebug.h>
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include "kis_filter_configuration_tester.h"
#include "../kis_filter_configuration.h"
using namespace KUnitTest;
KUNITTEST_MODULE(kunittest_kis_filter_configuration_tester, "KisFilterConfiguration Tester");
KUNITTEST_MODULE(tdeunittest_kis_filter_configuration_tester, "KisFilterConfiguration Tester");
KUNITTEST_MODULE_REGISTER_TESTER(KisFilterConfigurationTester);
void KisFilterConfigurationTester::allTests()

@ -19,7 +19,7 @@
#ifndef KIS_FILTER_CONFIGURATION_TESTER_H
#define KIS_FILTER_CONFIGURATION_TESTER_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
class KisFilterConfigurationTester : public KUnitTest::Tester
{

@ -18,8 +18,8 @@
#include <tqapplication.h>
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include "kis_image_tester.h"
#include "kis_image.h"
@ -32,7 +32,7 @@
using namespace KUnitTest;
KUNITTEST_MODULE(kunittest_kis_image_tester, "KisImage Tester");
KUNITTEST_MODULE(tdeunittest_kis_image_tester, "KisImage Tester");
KUNITTEST_MODULE_REGISTER_TESTER(KisImageTester);
void KisImageTester::allTests()

@ -19,7 +19,7 @@
#ifndef KIS_IMAGE_TESTER_H
#define KIS_IMAGE_TESTER_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
class KisImageTester : public KUnitTest::Tester
{

@ -16,15 +16,15 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include "kis_integer_maths_tester.h"
#include "kis_integer_maths.h"
using namespace KUnitTest;
KUNITTEST_MODULE(kunittest_kis_integer_maths_tester, "Integer Maths Tester");
KUNITTEST_MODULE(tdeunittest_kis_integer_maths_tester, "Integer Maths Tester");
KUNITTEST_MODULE_REGISTER_TESTER(KisIntegerMathsTester);
void KisIntegerMathsTester::allTests()

@ -19,7 +19,7 @@
#ifndef KIS_INTEGER_MATHS_TESTER_H
#define KIS_INTEGER_MATHS_TESTER_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
class KisIntegerMathsTester : public KUnitTest::Tester
{

@ -1,4 +1,4 @@
if include_kunittest_tests
if include_tdeunittest_tests
TESTSDIR = tests
endif

@ -5,11 +5,11 @@ AM_CPPFLAGS = -I$(srcdir)/../ \
# The check_ target makes sure we don't install the modules,
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = kunittest_kis_tiled_data_tester.la
kunittest_kis_tiled_data_tester_la_SOURCES = kis_tiled_data_tester.cpp
kunittest_kis_tiled_data_tester_la_LIBADD = -lkunittest ../../../libchalkcommon.la
kunittest_kis_tiled_data_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check_LTLIBRARIES = tdeunittest_kis_tiled_data_tester.la
tdeunittest_kis_tiled_data_tester_la_SOURCES = kis_tiled_data_tester.cpp
tdeunittest_kis_tiled_data_tester_la_LIBADD = -ltdeunittest ../../../libchalkcommon.la
tdeunittest_kis_tiled_data_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check-local: kunittest_kis_tiled_data_tester.la
kunittestmodrunner
check-local: tdeunittest_kis_tiled_data_tester.la
tdeunittestmodrunner

@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include "kis_tiled_data_tester.h"
#include "kis_datamanager.h"
@ -25,7 +25,7 @@
using namespace KUnitTest;
KUNITTEST_MODULE( kunittest_kis_tiled_data_tester, "Tiled Data Tester" );
KUNITTEST_MODULE( tdeunittest_kis_tiled_data_tester, "Tiled Data Tester" );
KUNITTEST_MODULE_REGISTER_TESTER( KisTiledDataTester );
#define TEST_PIXEL_SIZE 4

@ -20,7 +20,7 @@
#ifndef KIS_TILED_DATA_TESTER_H
#define KIS_TILED_DATA_TESTER_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
class KisTiledDataTester : public KUnitTest::Tester
{

@ -39,7 +39,7 @@ Design Patterns
* Tools are created by a Factory pattern (but it isn't
dynamic yet): kis_tool_factory. Tools are intended to
become kparts.
become tdeparts.
* There's the start of a Memento pattern for tools, but it
doesn't seem to be used (kis_tool_memento). It was an

@ -21005,9 +21005,9 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeclassfield>
</classfields>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="864" parent_class="864" fileExt=".cpp" fileName="kparts" >
<classifiercodedocument writeOutCode="true" package="" id="864" parent_class="864" fileExt=".cpp" fileName="tdeparts" >
<textblocks>
<codeblockwithcomments tag="includes" text="#include &quot;kparts.h&quot;&amp;#010;" >
<codeblockwithcomments tag="includes" text="#include &quot;tdeparts.h&quot;&amp;#010;" >
<header>
<cppcodedocumentation tag="" writeOutText="false" />
</header>
@ -21030,7 +21030,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="kparts" id="865" parent_class="865" fileExt=".cpp" fileName="plugin" >
<classifiercodedocument writeOutCode="true" package="tdeparts" id="865" parent_class="865" fileExt=".cpp" fileName="plugin" >
<textblocks>
<codeblockwithcomments tag="includes" text="#include &quot;plugin.h&quot;&amp;#010;" >
<header>
@ -35127,7 +35127,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</codeclassfield>
</classfields>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="" id="cppheader864" parent_class="864" fileExt=".h" fileName="kparts" >
<classifiercodedocument writeOutCode="true" package="" id="cppheader864" parent_class="864" fileExt=".h" fileName="tdeparts" >
<textblocks>
<codeblockwithcomments tag="hashDefBlock" text="#ifndef KPARTS_H&amp;#010;#define KPARTS_H" >
<header>
@ -35333,7 +35333,7 @@ of 1." isSpecification="false" isLeaf="false" visibility="public" xmi.id="1765"
</header>
<classfields/>
</classifiercodedocument>
<classifiercodedocument writeOutCode="true" package="kparts" id="cppheader865" parent_class="865" fileExt=".h" fileName="plugin" >
<classifiercodedocument writeOutCode="true" package="tdeparts" id="cppheader865" parent_class="865" fileExt=".h" fileName="plugin" >
<textblocks>
<codeblockwithcomments tag="hashDefBlock" text="#ifndef PLUGIN_H&amp;#010;#define PLUGIN_H" >
<header>

@ -38,5 +38,5 @@ There are several kinds of plugins for Chalk:
elements such as dialog boxes and wizards. Their parent is KisView and
they provide an .rc file to merge their gui with the view gui. Extensions
have the servicetype Chalk/Plugin. They are not loaded automatically by
the KParts mechanism; please do not create ordinary kparts that are to
the KParts mechanism; please do not create ordinary tdeparts that are to
be loaded by the Chalk view since KParts are not versioned.

@ -14,7 +14,7 @@ chalkblurfilter_la_SOURCES = wdgblur.ui blur.cc kis_blur_filter.cc kis_wdg_blur.
kde_module_LTLIBRARIES = chalkblurfilter.la
noinst_HEADERS = blur.h kis_blur_filter.h
chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkblurfilter_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -25,7 +25,7 @@
#define LCMS_HEADER <lcms.h>
// TODO: remove it !
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class BlurFilterPlugin : public KParts::Plugin
{

@ -12,7 +12,7 @@ chalkbumpmap_la_SOURCES = bumpmap.cc wdgbumpmap.ui
kde_module_LTLIBRARIES = chalkbumpmap.la
noinst_HEADERS = bumpmap.h
chalkbumpmap_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkbumpmap_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkbumpmap_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -24,7 +24,7 @@
#include <tqwidget.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kis_types.h>
#include <kis_filter.h>

@ -25,7 +25,7 @@ noinst_HEADERS = \
kis_cimg_plugin.h\
kis_cimgconfig_widget.h
chalkcimg_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkcimg_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkcimg_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef _KIS_CIMG_PLUGIN_H_
#define _KIS_CIMG_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisCImgPlugin : public KParts::Plugin
{

@ -25,7 +25,7 @@
#define LCMS_HEADER <lcms.h>
// TODO: remove it !
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include "kis_filter.h"

@ -14,7 +14,7 @@ INCLUDES = -I$(srcdir)/../../../sdk \
kde_module_LTLIBRARIES = chalkcolorify.la
chalkcolorify_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkcolorify_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkcolorify_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -14,7 +14,7 @@ chalkextensioncolorsfilters_la_SOURCES = colors.cc kis_minmax_filters.cc kis_col
kde_module_LTLIBRARIES = chalkextensioncolorsfilters.la
noinst_HEADERS = colors.h
chalkextensioncolorsfilters_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkextensioncolorsfilters_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkextensioncolorsfilters_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -25,7 +25,7 @@
#define LCMS_HEADER <lcms.h>
// TODO: remove it !
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class ChalkExtensionsColors : public KParts::Plugin
{

@ -17,7 +17,7 @@ noinst_HEADERS = colorsfilters.h \
kis_perchannel_filter.h \
kis_brightness_contrast_filter.h
chalkcolorsfilters_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkcolorsfilters_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkcolorsfilters_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef BRIGHTNESSCONTRAST_H
#define BRIGHTNESSCONTRAST_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include "kis_perchannel_filter.h"
class KisColorSpace;

@ -21,7 +21,7 @@ noinst_HEADERS = convolutionfilters.h \
kis_custom_convolution_filter_configuration_widget.h \
kis_convolution_filter.h
chalkconvolutionfilters_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkconvolutionfilters_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkconvolutionfilters_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -21,7 +21,7 @@
#ifndef CONVOLUTIONFILTERS_H
#define CONVOLUTIONFILTERS_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include "kis_convolution_filter.h"
class KisGaussianBlurFilter : public KisConvolutionConstFilter {

@ -20,7 +20,7 @@
#ifndef _KIS_CUBISM_FILTER_PLUGIN_H_
#define _KIS_CUBISM_FILTER_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisCubismFilterPlugin : public KParts::Plugin
{

@ -17,7 +17,7 @@ chalkembossfilter_la_SOURCES = kis_emboss_filter_plugin.cc \
noinst_HEADERS = kis_emboss_filter_plugin.h \
kis_emboss_filter.h
chalkembossfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkembossfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkembossfilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef _KIS_EMBOSS_FILTER_PLUGIN_H_
#define _KIS_EMBOSS_FILTER_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisEmbossFilterPlugin : public KParts::Plugin
{

@ -15,7 +15,7 @@ chalkexample_la_SOURCES = example.cc
kde_module_LTLIBRARIES = chalkexample.la
noinst_HEADERS = example.h
chalkexample_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkexample_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkexample_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -21,7 +21,7 @@
#ifndef EXAMPLE_H
#define EXAMPLE_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include "kis_filter.h"
class ChalkExample : public KParts::Plugin

@ -16,7 +16,7 @@ chalkfastcolortransfer_la_SOURCES = wdgfastcolortransfer.ui fastcolortransfer.cc
kde_module_LTLIBRARIES = chalkfastcolortransfer.la
noinst_HEADERS = fastcolortransfer.h kis_wdg_fastcolortransfer.h
chalkfastcolortransfer_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkfastcolortransfer_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkfastcolortransfer_la_LIBADD = $(LIB_KOFFICECORE) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -25,7 +25,7 @@
#define LCMS_HEADER <lcms.h>
// TODO: remove it !
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kis_filter.h>
class FastColorTransferPlugin : public KParts::Plugin

@ -27,7 +27,7 @@
#define BEST_WAVELET_FREQUENCY_VALUE 2
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class ChalkHalftone : public KParts::Plugin
{

@ -15,7 +15,7 @@ chalkimageenhancement_la_SOURCES = imageenhancement.cpp \
kde_module_LTLIBRARIES = chalkimageenhancement.la
chalkimageenhancement_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkimageenhancement_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
noinst_HEADERS = imageenhancement.h kis_wavelet_noise_reduction.h

@ -22,7 +22,7 @@
#ifndef EXAMPLE_H
#define EXAMPLE_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class ChalkImageEnhancement : public KParts::Plugin
{

@ -16,7 +16,7 @@ chalklenscorrectionfilter_la_SOURCES = lenscorrectionfilter.cc \
kde_module_LTLIBRARIES = chalklenscorrectionfilter.la
noinst_HEADERS = lenscorrectionfilter.h
chalklenscorrectionfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalklenscorrectionfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalklenscorrectionfilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -21,7 +21,7 @@
#ifndef LENS_CORRECTIONFILTER_H
#define LENS_CORRECTIONFILTER_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include "kis_filter.h"
class KisFilterConfigWidget;

@ -16,7 +16,7 @@ noinst_HEADERS = levelfilter.h \
kis_level_filter.h \
kgradientslider.h
chalklevelfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalklevelfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalklevelfilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef LEVEL_H
#define LEVEL_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisColorSpace;
class KisColorAdjustment;

@ -16,7 +16,7 @@ chalknoisefilter_la_SOURCES = noisefilter.cc wdgnoiseoptions.ui \
kde_module_LTLIBRARIES = chalknoisefilter.la
noinst_HEADERS = noisefilter.h kis_wdg_noise.h
chalknoisefilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalknoisefilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalknoisefilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -21,7 +21,7 @@
#ifndef NOISEFILTER_H
#define NOISEFILTER_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include "kis_filter.h"
class KisFilterConfigWidget;

@ -17,7 +17,7 @@ chalkoilpaintfilter_la_SOURCES = kis_oilpaint_filter_plugin.cc \
noinst_HEADERS = kis_oilpaint_filter_plugin.h \
kis_oilpaint_filter.h
chalkoilpaintfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkoilpaintfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkoilpaintfilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef _KIS_OILPAINT_FILTER_PLUGIN_H_
#define _KIS_OILPAINT_FILTER_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisOilPaintFilterPlugin : public KParts::Plugin
{

@ -17,7 +17,7 @@ chalkpixelizefilter_la_SOURCES = kis_pixelize_filter_plugin.cc \
noinst_HEADERS = kis_pixelize_filter_plugin.h \
kis_pixelize_filter.h
chalkpixelizefilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkpixelizefilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkpixelizefilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef _KIS_PIXELIZE_FILTER_PLUGIN_H_
#define _KIS_PIXELIZE_FILTER_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisPixelizeFilterPlugin : public KParts::Plugin
{

@ -17,7 +17,7 @@ chalkraindropsfilter_la_SOURCES = kis_raindrops_filter_plugin.cc \
noinst_HEADERS = kis_raindrops_filter_plugin.h \
kis_raindrops_filter.h
chalkraindropsfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkraindropsfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkraindropsfilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -21,7 +21,7 @@
#ifndef _KIS_RAINDROPS_FILTER_PLUGIN_H_
#define _KIS_RAINDROPS_FILTER_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisRainDropsFilterPlugin : public KParts::Plugin
{

@ -16,7 +16,7 @@ chalkrandompickfilter_la_SOURCES = randompickfilter.cc wdgrandompickoptions.ui \
kde_module_LTLIBRARIES = chalkrandompickfilter.la
noinst_HEADERS = randompickfilter.h
chalkrandompickfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkrandompickfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkrandompickfilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -21,7 +21,7 @@
#ifndef RANDOMPICKFILTER_H
#define RANDOMPICKFILTER_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include "kis_filter.h"
class KisFilterConfigWidget;

@ -16,7 +16,7 @@ chalkroundcornersfilter_la_SOURCES = kis_round_corners_filter_plugin.cc \
noinst_HEADERS = kis_round_corners_filter_plugin.h \
kis_round_corners_filter.h
chalkroundcornersfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkroundcornersfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkroundcornersfilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef _KIS_ROUND_CORNERS_FILTER_PLUGIN_H_
#define _KIS_ROUND_CORNERS_FILTER_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisRoundCornersFilterPlugin : public KParts::Plugin
{

@ -16,7 +16,7 @@ chalksmalltilesfilter_la_SOURCES = kis_small_tiles_filter_plugin.cc \
noinst_HEADERS = kis_small_tiles_filter_plugin.h \
kis_small_tiles_filter.h
chalksmalltilesfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalksmalltilesfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalksmalltilesfilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef _KIS_SMALL_TILES_FILTER_PLUGIN_H_
#define _KIS_SMALL_TILES_FILTER_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisSmallTilesFilterPlugin : public KParts::Plugin
{

@ -16,7 +16,7 @@ chalksobelfilter_la_SOURCES = kis_sobel_filter_plugin.cc \
noinst_HEADERS = kis_sobel_filter_plugin.h \
kis_sobel_filter.h
chalksobelfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalksobelfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalksobelfilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef _KIS_SOBEL_FILTER_PLUGIN_H_
#define _KIS_SOBEL_FILTER_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisSobelFilterPlugin : public KParts::Plugin
{

@ -21,7 +21,7 @@
#ifndef THREADTEST_H
#define THREADTESt_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include "kis_filter.h"
class ChalkThreadTest : public KParts::Plugin

@ -13,7 +13,7 @@ chalkunsharpfilter_la_SOURCES = wdgunsharp.ui kis_wdg_unsharp.cc unsharp.cc kis_
kde_module_LTLIBRARIES = chalkunsharpfilter.la
chalkunsharpfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkunsharpfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkunsharpfilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -25,7 +25,7 @@
#define LCMS_HEADER <lcms.h>
// TODO: remove it !
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class UnsharpPlugin : public KParts::Plugin
{

@ -16,7 +16,7 @@ chalkwavefilter_la_SOURCES = wavefilter.cc wdgwaveoptions.ui \
kde_module_LTLIBRARIES = chalkwavefilter.la
noinst_HEADERS = wavefilter.h kis_wdg_wave.h
chalkwavefilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkwavefilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkwavefilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -21,7 +21,7 @@
#ifndef WAVEFILTER_H
#define WAVEFILTER_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include "kis_filter.h"
class KisFilterConfigWidget;

@ -32,7 +32,7 @@ noinst_HEADERS = defaultpaintops_plugin.h kis_airbrushop.h kis_brushop.h \
kde_module_LTLIBRARIES = chalkdefaultpaintops.la
chalkdefaultpaintops_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkdefaultpaintops_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkdefaultpaintops_la_LIBADD = ../../../libchalkcommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE) \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef DEFAULT_PAINTOPS_PLUGIN_H_
#define DEFAULT_PAINTOPS_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A plugin wrapper that adds the paintop factories to the paintop registry.

@ -44,7 +44,7 @@ noinst_HEADERS = \
kis_tool_pan.h
chalkdefaulttools_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkdefaulttools_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkdefaulttools_la_LIBADD = ../../../libchalkcommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE) \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef DEFAULT_TOOLS_H_
#define DEFAULT_TOOLS_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A module wrapper around Chalk's default tools.

@ -28,7 +28,7 @@ noinst_HEADERS = \
kis_tool_select_elliptical.h
chalkselectiontools_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkselectiontools_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkselectiontools_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef SELECTION_TOOLS_H_
#define SELECTION_TOOLS_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A module wrapper around Chalk's selection tools.

@ -21,7 +21,7 @@ noinst_HEADERS = \
tool_crop.h \
kis_tool_crop.h
chalktoolcrop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalktoolcrop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalktoolcrop_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef TOOL_CROP_H_
#define TOOL_CROP_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -33,7 +33,7 @@ noinst_HEADERS = \
kis_tool_bezier_select.h \
kis_tool_moutline.h
chalktoolcurves_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalktoolcurves_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalktoolcurves_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -21,7 +21,7 @@
#ifndef TOOL_BEZIER_H_
#define TOOL_BEZIER_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class ToolCurves : public KParts::Plugin
{

@ -22,7 +22,7 @@ noinst_HEADERS = \
kis_tool_filter.h \
tool_filter.h
chalktoolfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalktoolfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalktoolfilter_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef TOOL_FILTER_H_
#define TOOL_FILTER_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -20,7 +20,7 @@ noinst_HEADERS = \
tool_perspectivegrid.h \
kis_tool_perspectivegrid.h
chalktoolperspectivegrid_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalktoolperspectivegrid_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalktoolperspectivegrid_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef TOOL_PERSPECTIVE_GRID_H_
#define TOOL_PERSPECTIVE_GRID_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -20,7 +20,7 @@ noinst_HEADERS = \
tool_perspectivetransform.h \
kis_tool_perspectivetransform.h
chalktoolperspectivetransform_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalktoolperspectivetransform_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalktoolperspectivetransform_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef TOOL_PERSPECTIVE_TRANSFORM_H_
#define TOOL_PERSPECTIVE_TRANSFORM_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -20,7 +20,7 @@ noinst_HEADERS = \
tool_polygon.h \
kis_tool_polygon.h
chalktoolpolygon_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalktoolpolygon_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalktoolpolygon_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef TOOL_POLYGON_H_
#define TOOL_POLYGON_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A module that provides a polygon tool.

@ -20,7 +20,7 @@ noinst_HEADERS = \
tool_polyline.h \
kis_tool_polyline.h
chalktoolpolyline_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalktoolpolyline_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalktoolpolyline_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef TOOL_POLYLINE_H_
#define TOOL_POLYLINE_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -14,7 +14,7 @@ noinst_HEADERS = selectsimilar.h kis_tool_selectsimilar.h
kde_module_LTLIBRARIES = chalktoolselectsimilar.la
chalktoolselectsimilar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalktoolselectsimilar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalktoolselectsimilar_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef SELECTSIMILAR_H
#define SELECTSIMILAR_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class SelectSimilar : public KParts::Plugin
{

@ -21,7 +21,7 @@ noinst_HEADERS = \
tool_star.h \
kis_tool_star.h
chalktoolstar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalktoolstar_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalktoolstar_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef TOOL_STAR_H_
#define TOOL_STAR_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -21,7 +21,7 @@ noinst_HEADERS = \
tool_transform.h \
kis_tool_transform.h
chalktooltransform_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalktooltransform_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalktooltransform_la_LIBADD = ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -19,7 +19,7 @@
#ifndef TOOL_TRANSFORM_H_
#define TOOL_TRANSFORM_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -14,7 +14,7 @@ chalkcolorrange_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \
../../../../chalk/ui/libchalkui.la
chalkcolorrange_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkcolorrange_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkrcdir = $(kde_datadir)/chalkplugins
chalkrc_DATA = colorrange.rc

@ -21,7 +21,7 @@
#ifndef COLORRANGE_H
#define COLORRANGE_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -17,7 +17,7 @@ kde_module_LTLIBRARIES = chalkcolorspaceconversion.la
chalkcolorspaceconversion_la_SOURCES = wdgconvertcolorspace.ui colorspaceconversion.cc dlg_colorspaceconversion.cc
noinst_HEADERS = wdgconvertcolorspace.h dlg_colorspaceconversion.h colorspaceconversion.h
chalkcolorspaceconversion_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkcolorspaceconversion_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkcolorspaceconversion_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -21,7 +21,7 @@
#ifndef COLORSPACECONVERSION_H
#define COLORSPACECONVERSION_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -20,7 +20,7 @@ chalkdropshadow_la_SOURCES = wdg_dropshadow.ui \
noinst_HEADERS = wdg_dropshadow.h kis_dropshadow_plugin.h \
kis_dropshadow.h dlg_dropshadow.h
chalkdropshadow_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkdropshadow_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkdropshadow_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la ../../../colorspaces/rgb_u8/libchalkrgb.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef _KIS_DROPSHADOW_PLUGIN_H_
#define _KIS_DROPSHADOW_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -19,7 +19,7 @@ noinst_HEADERS = filters_gallery.h kis_dlg_filtersgallery.h
kde_services_DATA = chalkfiltersgallery.desktop
chalkfiltersgallery_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkfiltersgallery_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkfiltersgallery_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -22,7 +22,7 @@
#ifndef _KRITA_FILTERS_PREVIEW_H_
#define _KRITA_FILTERS_PREVIEW_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -18,7 +18,7 @@ noinst_HEADERS = dlg_histogram.h histogram.h wdghistogram.h kis_histogram_widget
kde_services_DATA = chalkhistogram.desktop
chalkhistogram_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkhistogram_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkhistogram_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -21,7 +21,7 @@
#ifndef HISTOGRAM_H
#define HISTOGRAM_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;
class KAction;

@ -15,7 +15,7 @@ chalkhistogramdocker_la_SOURCES = histogramdocker.cc kis_imagerasteredcache.cc
kde_module_LTLIBRARIES = chalkhistogramdocker.la
noinst_HEADERS = histogramdocker.h kis_imagerasteredcache.h kis_cachedhistogram.h kis_accumulating_producer.h
chalkhistogramdocker_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkhistogramdocker_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkhistogramdocker_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -24,7 +24,7 @@
#include <tqobject.h>
#include <tqpopupmenu.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kis_histogram_view.h>
#include <kis_histogram.h>

@ -21,7 +21,7 @@
#ifndef _HISTORYDOCKER_H
#define _HISTORYDOCKER_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class ChalkHistoryDocker : public KParts::Plugin
{

@ -18,7 +18,7 @@ noinst_HEADERS = wdg_imagesize.h dlg_imagesize.h imagesize.h dlg_layersize.h
kde_module_LTLIBRARIES = chalkimagesize.la
chalkimagesize_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkimagesize_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkimagesize_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef IMAGESIZE_H
#define IMAGESIZE_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;
class KisPainter;

@ -20,7 +20,7 @@ dlg_shrink_selection.h dlg_border_selection.h modify_selection.h
kde_module_LTLIBRARIES = chalkmodifyselection.la
chalkmodifyselection_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkmodifyselection_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkmodifyselection_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef MODIFY_SELECTION_H
#define MODIFY_SELECTION_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -16,7 +16,7 @@ kde_module_LTLIBRARIES = chalkperftest.la
chalkperftest_la_SOURCES = wdg_perftest.ui perftest.cc dlg_perftest.cc
noinst_HEADERS = wdg_perftest.h dlg_perftest.h perftest.h
chalkperftest_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkperftest_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkperftest_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -21,7 +21,7 @@
#ifndef PERFTEST_H_
#define PERFTEST_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kis_types.h>
#include <kis_global.h>

@ -16,7 +16,7 @@ kde_module_LTLIBRARIES = chalkrotateimage.la
chalkrotateimage_la_SOURCES = wdg_rotateimage.ui rotateimage.cc dlg_rotateimage.cc
noinst_HEADERS = wdg_rotateimage.h dlg_rotateimage.h rotateimage.h
chalkrotateimage_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkrotateimage_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkrotateimage_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef ROTATEIMAGE_H
#define ROTATEIMAGE_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -15,7 +15,7 @@ kde_module_LTLIBRARIES = chalkscreenshot.la
chalkscreenshot_la_SOURCES = screenshot.cpp ksnapshot.cpp regiongrabber.cpp ksnapshotwidget.ui
noinst_HEADERS = screenshot.h ksnapshot.h regiongrabber.h ksnapshotwidget.h ksnapshotwidget.ui.h
chalkscreenshot_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -ltdeprint
chalkscreenshot_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts -ltdeprint
chalkscreenshot_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef SCREENSHOT_H
#define SCREENSHOT_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KSnapshot;

@ -1,9 +1,9 @@
SUBDIRS = chalkscripting chalkcore samples
SUBDIRS = chaltdescripting chalkcore samples
chalkrcdir = $(kde_datadir)/chalkplugins
chalkrc_DATA = scripting.rc
kde_services_DATA = chalkscripting.desktop
kde_services_DATA = chaltdescripting.desktop
INCLUDES = -I$(top_srcdir)/chalk/sdk \
@ -15,17 +15,17 @@ INCLUDES = -I$(top_srcdir)/chalk/sdk \
$(KOFFICE_INCLUDES) \
$(all_includes)
chalkscripting_la_SOURCES = scripting.cc
chaltdescripting_la_SOURCES = scripting.cc
kde_module_LTLIBRARIES = chalkscripting.la
kde_module_LTLIBRARIES = chaltdescripting.la
noinst_HEADERS = scripting.h
chalkscripting_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkscripting_la_LIBADD = $(LIB_KOFFICEUI) $(top_builddir)/chalk/libchalkcommon.la $(top_builddir)/lib/kross/main/libkrossmain.la ./chalkscripting/libchalkscripting.la \
chaltdescripting_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chaltdescripting_la_LIBADD = $(LIB_KOFFICEUI) $(top_builddir)/chalk/libchalkcommon.la $(top_builddir)/lib/kross/main/libkrossmain.la ./chaltdescripting/libchaltdescripting.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \
../../../../chalk/ui/libchalkui.la
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
chalkscripting_la_METASOURCES = AUTO
chaltdescripting_la_METASOURCES = AUTO

@ -1,5 +1,5 @@
INCLUDES = -I$(top_srcdir)/core -I$(top_srcdir)/chalk/plugins/viewplugins/scripting/chalkscripting \
INCLUDES = -I$(top_srcdir)/core -I$(top_srcdir)/chalk/plugins/viewplugins/scripting/chaltdescripting \
-I$(top_srcdir)/chalk $(KOFFICECORE_INCLUDES) $(KROSS_INCLUDES) \
-I$(top_srcdir)/chalk/ui -I$(top_srcdir)/chalk/core -I$(top_srcdir)/chalk/sdk \
-I$(top_srcdir)/chalk/chalkcolor $(all_includes)
@ -11,7 +11,7 @@ krosschalkcore_la_SOURCES = chalkcoremodule.cpp krs_doc.cpp krs_paint_layer.cpp
krs_brush.cpp krs_pattern.cpp krs_filter.cpp krs_filter_configuration.cpp \
krs_wavelet.cpp
krosschalkcore_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
krosschalkcore_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
krosschalkcore_la_LIBADD = \
$(LIB_KOFFICE_CORE) $(LIB_KOFFICEUI) \
$(LIB_QT) \
@ -19,7 +19,7 @@ krosschalkcore_la_LIBADD = \
$(top_builddir)/lib/kross/api/libkrossapi.la \
$(top_builddir)/lib/kross/main/libkrossmain.la \
$(top_builddir)/chalk/libchalkcommon.la \
$(top_builddir)/chalk/plugins/viewplugins/scripting/chalkscripting/libchalkscripting.la \
$(top_builddir)/chalk/plugins/viewplugins/scripting/chaltdescripting/libchaltdescripting.la \
../../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../../chalk/core/libchalkimage.la \
../../../../../chalk/ui/libchalkui.la

@ -247,11 +247,11 @@ ChalkCoreModule::ChalkCoreModule(Kross::Api::Manager* manager)
}
// Wrap ChalkScriptProgress
TQString packagePath;
Kross::Api::Object::Ptr chalkscriptprogress = manager->getChild("ChalkScriptProgress");
Kross::Api::Object::Ptr chaltdescriptprogress = manager->getChild("ChalkScriptProgress");
if(chalkdocument) {
Kross::Api::QtObject* chalkscriptprogressqt = (Kross::Api::QtObject*)( chalkscriptprogress.data() );
if(chalkscriptprogressqt) {
::KisScriptProgress* scriptprogress = (::KisScriptProgress*)( chalkscriptprogressqt->getObject() );
Kross::Api::QtObject* chaltdescriptprogressqt = (Kross::Api::QtObject*)( chaltdescriptprogress.data() );
if(chaltdescriptprogressqt) {
::KisScriptProgress* scriptprogress = (::KisScriptProgress*)( chaltdescriptprogressqt->getObject() );
scriptprogress->activateAsSubject();
packagePath = scriptprogress->packagePath();
if(scriptprogress) {

@ -1,19 +0,0 @@
INCLUDES = -I$(top_srcdir)/chalk/sdk \
-I$(top_srcdir)/chalk/core \
-I$(top_srcdir)/chalk/chalkcolor/ \
-I$(top_srcdir)/chalk/ui \
$(KROSS_INCLUDES) \
$(KOFFICE_INCLUDES) \
$(all_includes)
lib_LTLIBRARIES = libchalkscripting.la
libchalkscripting_la_SOURCES = kis_script_progress.cpp kis_script_monitor.cpp
noinst_HEADERS = kis_script_progress.h
libchalkscripting_la_LDFLAGS = -no-undefined $(all_libraries)
libchalkscripting_la_LIBADD = $(top_builddir)/chalk/libchalkcommon.la $(top_builddir)/lib/kross/main/libkrossmain.la
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
libchalkscripting_la_METASOURCES = AUTO

@ -77,5 +77,5 @@ Comment[zh_CN]=允许执行脚本
Comment[zh_TW]=允許執行命令稿
ServiceTypes=Chalk/ViewPlugin
Type=Service
X-TDE-Library=chalkscripting
X-TDE-Library=chaltdescripting
X-Chalk-Version=2

@ -0,0 +1,19 @@
INCLUDES = -I$(top_srcdir)/chalk/sdk \
-I$(top_srcdir)/chalk/core \
-I$(top_srcdir)/chalk/chalkcolor/ \
-I$(top_srcdir)/chalk/ui \
$(KROSS_INCLUDES) \
$(KOFFICE_INCLUDES) \
$(all_includes)
lib_LTLIBRARIES = libchaltdescripting.la
libchaltdescripting_la_SOURCES = kis_script_progress.cpp kis_script_monitor.cpp
noinst_HEADERS = kis_script_progress.h
libchaltdescripting_la_LDFLAGS = -no-undefined $(all_libraries)
libchaltdescripting_la_LIBADD = $(top_builddir)/chalk/libchalkcommon.la $(top_builddir)/lib/kross/main/libkrossmain.la
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
libchaltdescripting_la_METASOURCES = AUTO

@ -48,11 +48,11 @@
#include <kis_image.h>
#include <kis_layer.h>
#include "chalkscripting/kis_script_progress.h"
#include "chalkscripting/kis_script_monitor.h"
#include "chaltdescripting/kis_script_progress.h"
#include "chaltdescripting/kis_script_monitor.h"
typedef KGenericFactory<Scripting> ChalkScriptingFactory;
K_EXPORT_COMPONENT_FACTORY( chalkscripting, ChalkScriptingFactory( "chalk" ) )
K_EXPORT_COMPONENT_FACTORY( chaltdescripting, ChalkScriptingFactory( "chalk" ) )
Scripting::Scripting(TQObject *parent, const char *name, const TQStringList &)
: KParts::Plugin(parent, name)

@ -21,7 +21,7 @@
#ifndef SCRIPTING_H
#define SCRIPTING_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;
class KisScript;

@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui library="chalkscripting" version="3">
<kpartgui library="chaltdescripting" version="3">
<MenuBar>
<Menu name="Scripts"><text>S&amp;cripts</text>
<Separator/>

@ -14,7 +14,7 @@ chalkselectopaque_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \
../../../../chalk/ui/libchalkui.la
chalkselectopaque_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkselectopaque_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkrcdir = $(kde_datadir)/chalkplugins
chalkrc_DATA = selectopaque.rc

@ -21,7 +21,7 @@
#ifndef SELECTOPAQUE_H
#define SELECTOPAQUE_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -20,7 +20,7 @@ noinst_HEADERS = wdg_separations.h kis_separate_channels_plugin.h \
kde_services_DATA = chalkseparatechannels.desktop
chalkseparatechannels_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkseparatechannels_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkseparatechannels_la_LIBADD = $(LIB_KOFFICECORE) $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef _KIS_SEPARATE_CHANNELS_PLUGIN_H_
#define _KIS_SEPARATE_CHANNELS_PLUGIN_H_
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -18,7 +18,7 @@ kde_services_DATA = chalkshearimage.desktop
chalkshearimage_la_SOURCES = wdg_shearimage.ui shearimage.cc dlg_shearimage.cc
noinst_HEADERS = wdg_shearimage.h dlg_shearimage.h shearimage.h
chalkshearimage_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkshearimage_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkshearimage_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -20,7 +20,7 @@
#ifndef SHEARIMAGE_H
#define SHEARIMAGE_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -17,7 +17,7 @@ kde_module_LTLIBRARIES = chalksubstrate.la
chalksubstrate_la_SOURCES = substrate.cc dlg_substrate.cc wdgsubstrate.ui kis_repeating_substrate.cc
noinst_HEADERS = wdgsubstrate.h dlg_substrate.h kis_repeating_substrate.h substrate.h
chalksubstrate_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalksubstrate_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalksubstrate_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -21,7 +21,7 @@
#ifndef SUBSTATE_H
#define SUBSTATE_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -17,7 +17,7 @@ kde_module_LTLIBRARIES = chalkvariations.la
chalkvariations_la_SOURCES = variations.cc dlg_variations.cc wdg_variations.ui
noinst_HEADERS = wdg_variations.h
chalkvariations_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
chalkvariations_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -ltdeparts
chalkvariations_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
../../../../chalk/chalkcolor/libchalkcolor.la \
../../../../chalk/core/libchalkimage.la \

@ -21,7 +21,7 @@
#ifndef VARIATIONS_H
#define VARIATIONS_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
class KisView;

@ -21,7 +21,7 @@
#include <tqimage.h>
#include <tqmessagebox.h>
#include <tqbuffer.h>
#include <kmultipledrag.h>
#include <tdemultipledrag.h>
#include <klocale.h>
#include "kdebug.h"

@ -731,7 +731,7 @@ PreferencesDialog::PreferencesDialog( TQWidget* parent, const char* name )
vbox = addVBoxPage( i18n( "General"), i18n( "General"), BarIcon( "misc", KIcon::SizeMedium ));
m_general = new GeneralTab( vbox );
#ifdef HAVE_GL
vbox = addVBoxPage ( i18n( "Display" ), i18n( "Display" ), BarIcon( "kscreensaver", KIcon::SizeMedium ));
vbox = addVBoxPage ( i18n( "Display" ), i18n( "Display" ), BarIcon( "tdescreensaver", KIcon::SizeMedium ));
m_displaySettings = new DisplaySettingsTab( vbox );
#endif
vbox = addVBoxPage( i18n( "Color Management"), i18n( "Color"), BarIcon( "colorize", KIcon::SizeMedium ));

@ -23,7 +23,7 @@
#include <tqptrlist.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <KoFactory.h>

@ -18,10 +18,10 @@
#include "kdebug.h"
#include <kaction.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kservice.h>
#include <ktrader.h>
#include <kparts/componentfactory.h>
#include <tdeparts/componentfactory.h>
#include "kis_generic_registry.h"
#include "kis_types.h"

@ -62,11 +62,11 @@
#include <kdebug.h>
#include <ksharedptr.h>
#include <ktoolbar.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kservice.h>
#include <ktrader.h>
#include <kparts/componentfactory.h>
#include <kparts/event.h>
#include <tdeparts/componentfactory.h>
#include <tdeparts/event.h>
// KOffice
#include <KoPartSelectAction.h>

@ -84,7 +84,7 @@ kotext (shared by KWord and KPresenter):
* Word completion with tooltip
* Open links by clicking on them, use hand pointer, show link target in statusbar.
* Tab/Shift+Tab for changing indentation in lists
* Rewritten spell-checking support (based on kspell2, the main reason for the tdelibs >= 3.3 requirement)
* Rewritten spell-checking support (based on tdespell2, the main reason for the tdelibs >= 3.3 requirement)
which is much faster and solves many problems (e.g. KOffice-1.3's hanging right-click-menu)
* Improved autocorrection (better URL detection among other things)

@ -68,7 +68,7 @@
/* Defines if your system has the fontconfig and freetype libraries */
#undef HAVE_KARBONTEXT
/* Define to 1 if you have the <kspell2/broker.h> header file. */
/* Define to 1 if you have the <tdespell2/broker.h> header file. */
#undef HAVE_KSPELL2_BROKER_H
/* Defines if your system has the libart library */
@ -77,7 +77,7 @@
/* Define if you have libjpeg */
#undef HAVE_LIBJPEG
/* If we are going to use libkspell2 for spell-checking */
/* If we are going to use libtdespell2 for spell-checking */
#undef HAVE_LIBKSPELL2
/* Define if you have libpng */

@ -827,7 +827,7 @@ dnl =======================================================
#KEXI_VERSION=
AC_SUBST(LIB_KEXI_KMDI, '-lkmdi')
AC_SUBST(LIB_KEXI_KMDI, '-ltdemdi')
AC_SUBST(LIB_KEXI_KMDI_INCLUDES, '')
dnl =======================================================
@ -1223,18 +1223,18 @@ dnl =======================================================
dnl FILE: ./kexi/plugins/macros/configure.in.in
dnl =======================================================
# Check for kunittest
AC_MSG_CHECKING([for kunittest])
# Check for tdeunittest
AC_MSG_CHECKING([for tdeunittest])
# First we check if the console unittester could be compiled
have_kunittest_header="no"
KDE_CHECK_HEADER(kunittest/tester.h, have_kunittest_header="yes", , )
AM_CONDITIONAL(include_kunittest, test "$have_kunittest_header" = "yes")
have_tdeunittest_header="no"
KDE_CHECK_HEADER(tdeunittest/tester.h, have_tdeunittest_header="yes", , )
AM_CONDITIONAL(include_tdeunittest, test "$have_tdeunittest_header" = "yes")
# Second we check if the GUI-unittester could be compiled
have_kunittestgui_header="no"
KDE_CHECK_HEADER(kunittest/runnergui.h, have_kunittestgui_header="yes", , )
AM_CONDITIONAL(include_kunittestgui, test "$have_kunittestgui_header" = "yes")
have_tdeunittestgui_header="no"
KDE_CHECK_HEADER(tdeunittest/runnergui.h, have_tdeunittestgui_header="yes", , )
AM_CONDITIONAL(include_tdeunittestgui, test "$have_tdeunittestgui_header" = "yes")
dnl =======================================================
dnl FILE: ./kivio/configure.in.in
@ -1333,12 +1333,12 @@ else
AC_MSG_RESULT(no)
fi
# Check for kunittest
AC_MSG_CHECKING([for kunittest])
# Check for tdeunittest
AC_MSG_CHECKING([for tdeunittest])
have_kunittest_header="no"
KDE_CHECK_HEADER(kunittest/tester.h, have_kunittest_header="yes", , )
AM_CONDITIONAL(include_kunittest_tests, test "$have_kunittest_header" = "yes")
have_tdeunittest_header="no"
KDE_CHECK_HEADER(tdeunittest/tester.h, have_tdeunittest_header="yes", , )
AM_CONDITIONAL(include_tdeunittest_tests, test "$have_tdeunittest_header" = "yes")
# --- OpenGL check ---
@ -1499,13 +1499,13 @@ dnl =======================================================
AC_LANG_SAVE
AC_LANG_C
dnl Check for aspell library
KDE_CHECK_HEADERS([kspell2/broker.h])
if test "x$ac_cv_header_kspell2_broker_h" = "xyes"; then
KDE_CHECK_HEADERS([tdespell2/broker.h])
if test "x$ac_cv_header_tdespell2_broker_h" = "xyes"; then
dnl the header and the lib exist -> ok
dnl this is for config.h
AC_DEFINE(HAVE_LIBKSPELL2, 1, [If we are going to use libkspell2 for spell-checking])
LIBKSPELL2="-lkspell2"
AC_MSG_RESULT([found in $ac_kspell2_includes])
AC_DEFINE(HAVE_LIBKSPELL2, 1, [If we are going to use libtdespell2 for spell-checking])
LIBKSPELL2="-ltdespell2"
AC_MSG_RESULT([found in $ac_tdespell2_includes])
else
LIBKSPELL2=""
AC_MSG_RESULT([not found -- spell-checking will be disabled])
@ -2120,7 +2120,7 @@ AC_CONFIG_FILES([ chalk/plugins/viewplugins/rotateimage/Makefile ])
AC_CONFIG_FILES([ chalk/plugins/viewplugins/screenshot/Makefile ])
AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/Makefile ])
AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/chalkcore/Makefile ])
AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/chalkscripting/Makefile ])
AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/chaltdescripting/Makefile ])
AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/samples/Makefile ])
AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/samples/python/Makefile ])
AC_CONFIG_FILES([ chalk/plugins/viewplugins/scripting/samples/ruby/Makefile ])
@ -2634,7 +2634,7 @@ fi
if test -z "$LIBKSPELL2"; then
echo ""
echo "You don't use tdelibs CVS (kspell2 not found). Spell-checking disabled."
echo "You don't use tdelibs CVS (tdespell2 not found). Spell-checking disabled."
echo ""
all_tests=bad
fi

@ -275,7 +275,7 @@ A header file:
#ifndef TOOL_STAR_H_
#define TOOL_STAR_H_
#include &lt;kparts/plugin.h&gt;
#include &lt;tdeparts/plugin.h&gt;
/**
* A module that provides a star tool.

@ -101,7 +101,7 @@ about the different components, have a look at the respective manual.
&koffice; provides a framework that all components build on. Through
this framework high integration is achieved. It is possible to develop
your own component that integrates as well. The technology of this is
described in more depth in the <link linkend="kparts">chapter on
described in more depth in the <link linkend="tdeparts">chapter on
KParts</link>.
</para>
</sect2>
@ -165,10 +165,10 @@ desktop environment, thus allowing seamless workflows.
<chapter>
<title>&koffice; Technology</title>
<sect1 id="kparts">
<sect1 id="tdeparts">
<title>KParts - the building blocks of &koffice;</title>
<!-- <sect2 id="kpartsintro"> -->
<!-- <sect2 id="tdepartsintro"> -->
<!-- <title>KParts Introduction</title> -->
<para>
@ -227,7 +227,7 @@ application in another is called <quote>embedding</quote>.
</sect2>
<sect2 id="kparts-try-it">
<sect2 id="tdeparts-try-it">
<title>Using KParts in your document</title>
<para>

@ -26,7 +26,7 @@
<!ENTITY techstuff SYSTEM "techinfo.docbook">
<!ENTITY graphics SYSTEM "graphics.docbook">
<!ENTITY toc SYSTEM "toc.docbook">
<!ENTITY parts SYSTEM "kparts.docbook">
<!ENTITY parts SYSTEM "tdeparts.docbook">
<!ENTITY formulas SYSTEM "formulas.docbook">
<!ENTITY lists SYSTEM "lists.docbook">
<!ENTITY variables SYSTEM "docvariables.docbook">

@ -20,7 +20,7 @@ table and cells are resized (if specified by the user) automatically to fit comf
<para>Tables in &kword; are for the display of data only. No calculations can be performed.</para>
<tip><para>Remember, if you need the functions of a spreadsheet, you can <link
linkend="kparts">embed a &kspread; Table</link> in your
linkend="tdeparts">embed a &kspread; Table</link> in your
document.</para></tip>
<para>This section of the document will cover the formatting of tables

@ -1,4 +1,4 @@
<sect1 id="kparts">
<sect1 id="tdeparts">
<sect1info>
<authorgroup>
<author>
@ -17,7 +17,7 @@
every step of the process. You will need to be familiar with the basics of using the other application in order to correctly insert
a component from that application</para>
<para>Refer to the help files of the other applications for more specific information.</para></note>
<sect2 id="kparts-insert"><title>General instructions</title>
<sect2 id="tdeparts-insert"><title>General instructions</title>
<para>There are two ways to insert a component (spreadsheet, presentation, graph, etc) from another application in &koffice;:</para>
<itemizedlist>
@ -46,7 +46,7 @@ application are different. Please see the application manuals for the specific
application. (In other words, from this point on, if you insert a spreadsheet from &kspread;, then the windows will act the same
as &kspread;.)</para>
</sect2>
<sect2 id="kparts-edit"><title>Working with the inserted component</title>
<sect2 id="tdeparts-edit"><title>Working with the inserted component</title>
<para>To edit the data within the component, simply double click with the mouse pointer and &kword; will change the toolbars, menuitems and
application structure to match the &koffice; application. This way, you can use the application specific tools to refine your component.</para>
<note><para>The frame that contains the embedded data, can be <link linkend="frames">manipulated</link>

@ -1,6 +1,6 @@
kde_module_LTLIBRARIES = libchalkgmagickimport.la libchalkgmagickexport.la
libchalkgmagickexport_la_LDFLAGS = $(KDE_PLUGIN) $(LIBGMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBGMAGICK_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
libchalkgmagickexport_la_LDFLAGS = $(KDE_PLUGIN) $(LIBGMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBGMAGICK_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalkgmagickexport_la_LIBADD = \
$(KOFFICE_LIBS) \
@ -10,7 +10,7 @@ libchalkgmagickexport_la_LIBADD = \
../../../chalk/ui/libchalkui.la \
../../../chalk/chalkcolor/libchalkcolor.la
libchalkgmagickimport_la_LDFLAGS = $(KDE_PLUGIN) $(LIBGMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBGMAGICK_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
libchalkgmagickimport_la_LDFLAGS = $(KDE_PLUGIN) $(LIBGMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBGMAGICK_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalkgmagickimport_la_LIBADD = \
$(KOFFICE_LIBS) \

@ -1,7 +1,7 @@
noinst_LTLIBRARIES = libchalkconverter.la
kde_module_LTLIBRARIES = libchalkjpegimport.la libchalkjpegexport.la
libchalkconverter_la_LDFLAGS = $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
libchalkconverter_la_LDFLAGS = $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalkconverter_la_SOURCES = kis_jpeg_converter.cc iccjpeg.c
libchalkconverter_la_LIBADD = $(KOFFICE_LIBS) $(top_builddir)/filters/chalk/libkisexif/libkisexif.la \
@ -10,7 +10,7 @@ libchalkconverter_la_LIBADD = $(KOFFICE_LIBS) $(top_builddir)/filters/chalk/libk
../../../chalk/chalkcolor/libchalkcolor.la
libchalkjpegexport_la_LDFLAGS = -avoid-version -module -no-undefined \
$(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
$(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalkjpegexport_la_LIBADD = $(top_builddir)/chalk/libchalkcommon.la \
libchalkconverter.la $(KOFFICE_LIBS) \
@ -20,7 +20,7 @@ libchalkjpegexport_la_LIBADD = $(top_builddir)/chalk/libchalkcommon.la \
-ljpeg -lexif
libchalkjpegimport_la_LDFLAGS = -avoid-version -module -no-undefined \
$(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
$(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalkjpegimport_la_LIBADD = $(top_builddir)/chalk/libchalkcommon.la \
libchalkconverter.la $(KOFFICE_LIBS) \

@ -11,7 +11,7 @@ INCLUDES = \
$(KOPAINTER_INCLUDES) \
$(all_includes)
METASOURCES = AUTO
libkisexif_la_LDFLAGS = $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
libkisexif_la_LDFLAGS = $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libkisexif_la_LIBADD = $(KOFFICE_LIBS) \
../../../chalk/core/libchalkimage.la \

@ -1,6 +1,6 @@
kde_module_LTLIBRARIES = libchalkmagickimport.la libchalkmagickexport.la
libchalkmagickexport_la_LDFLAGS = $(KDE_PLUGIN) $(LIBMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBMAGICK_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
libchalkmagickexport_la_LDFLAGS = $(KDE_PLUGIN) $(LIBMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBMAGICK_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalkmagickexport_la_LIBADD = \
$(KOFFICE_LIBS) \
@ -10,7 +10,7 @@ libchalkmagickexport_la_LIBADD = \
../../../chalk/ui/libchalkui.la \
../../../chalk/chalkcolor/libchalkcolor.la
libchalkmagickimport_la_LDFLAGS = $(KDE_PLUGIN) $(LIBMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBMAGICK_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
libchalkmagickimport_la_LDFLAGS = $(KDE_PLUGIN) $(LIBMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBMAGICK_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalkmagickimport_la_LIBADD = \
$(KOFFICE_LIBS) \

@ -15,7 +15,7 @@ AM_CPPFLAGS= \
kde_module_LTLIBRARIES = libchalk_openexr_import.la libchalk_openexr_export.la
libchalk_openexr_export_la_LDFLAGS = $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libchalk_openexr_export_la_LDFLAGS = $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libchalk_openexr_export_la_LIBADD = \
$(KOFFICE_LIBS) \
$(OPENEXR_LIBS) \
@ -27,7 +27,7 @@ libchalk_openexr_export_la_LIBADD = \
../../../chalk/chalkcolor/libchalkcolor.la
libchalk_openexr_import_la_LDFLAGS = $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libchalk_openexr_import_la_LDFLAGS = $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libchalk_openexr_import_la_LIBADD = \
$(KOFFICE_LIBS) \
$(OPENEXR_LIBS) \

@ -17,7 +17,7 @@ kdelnkdir = $(kde_appsdir)/.hidden
METASOURCES = AUTO
kde_module_LTLIBRARIES = libchalkpdfimport.la
libchalkpdfimport_la_LDFLAGS = -avoid-version -module -no-undefined $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
libchalkpdfimport_la_LDFLAGS = -avoid-version -module -no-undefined $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalkpdfimport_la_LIBADD = $(top_builddir)/chalk/libchalkcommon.la \
-lpoppler-tqt $(KOFFICE_LIBS) $(POPPLER_LIBS) \

@ -1,6 +1,6 @@
kde_module_LTLIBRARIES = libchalkpngimport.la libchalkpngexport.la
libchalkpngexport_la_LDFLAGS = $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
libchalkpngexport_la_LDFLAGS = $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalkpngexport_la_LIBADD = \
$(KOFFICE_LIBS) \
@ -10,7 +10,7 @@ libchalkpngexport_la_LIBADD = \
../../../chalk/chalkcolor/libchalkcolor.la \
-lpng
libchalkpngimport_la_LDFLAGS = $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
libchalkpngimport_la_LDFLAGS = $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalkpngimport_la_LIBADD = \
$(KOFFICE_LIBS) \

@ -11,7 +11,7 @@ AM_CPPFLAGS= \
kde_module_LTLIBRARIES = libchalk_raw_import.la
libchalk_raw_import_la_LDFLAGS = $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
libchalk_raw_import_la_LDFLAGS = $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalk_raw_import_la_LIBADD = \
$(KOFFICE_LIBS) \

@ -1,7 +1,7 @@
kde_module_LTLIBRARIES = libchalktiffimport.la libchalktiffexport.la
libchalktiffexport_la_LDFLAGS = -avoid-version -module -no-undefined \
$(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
$(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalktiffexport_la_LIBADD = $(top_builddir)/chalk/libchalkcommon.la \
libchalktiffconverter.la $(KOFFICE_LIBS) \
@ -11,7 +11,7 @@ libchalktiffexport_la_LIBADD = $(top_builddir)/chalk/libchalkcommon.la \
-ltiff
libchalktiffimport_la_LDFLAGS = -avoid-version -module -no-undefined \
$(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
$(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalktiffimport_la_LIBADD = $(top_builddir)/chalk/libchalkcommon.la \
libchalktiffconverter.la $(KOFFICE_LIBS) \
@ -53,7 +53,7 @@ service_DATA = chalk_tiff_export.desktop chalk_tiff_import.desktop
kdelnk_DATA = chalk_tiff.desktop
noinst_HEADERS = kis_dlg_options_tiff.h kis_tiff_writer_visitor.h \
kis_tiff_ycbcr_reader.h
libchalktiffconverter_la_LDFLAGS = -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
libchalktiffconverter_la_LDFLAGS = -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalktiffconverter_la_LIBADD = $(KOFFICE_LIBS) \
../../../chalk/core/libchalkimage.la \

@ -1,6 +1,6 @@
kde_module_LTLIBRARIES = libchalkxcfimport.la libchalkxcfexport.la
libchalkxcfexport_la_LDFLAGS = $(KDE_PLUGIN) $(LIBMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBMAGICK_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
libchalkxcfexport_la_LDFLAGS = $(KDE_PLUGIN) $(LIBMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBMAGICK_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalkxcfexport_la_LIBADD = \
$(KOFFICE_LIBS) \
@ -10,7 +10,7 @@ libchalkxcfexport_la_LIBADD = \
../../../chalk/ui/libchalkui.la \
../../../chalk/chalkcolor/libchalkcolor.la
libchalkxcfimport_la_LDFLAGS = $(KDE_PLUGIN) $(LIBMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBMAGICK_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts \
libchalkxcfimport_la_LDFLAGS = $(KDE_PLUGIN) $(LIBMAGICK_LDFLAGS) $(KDE_RPATH) $(LIBMAGICK_RPATH) $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts \
-llcms
libchalkxcfimport_la_LIBADD = \
$(KOFFICE_LIBS) \

@ -6,11 +6,11 @@ libkarbonepsexport_la_SOURCES = \
epsexport.cc \
epsexportdlg.cc
libkarbonepsexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkarbonepsexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkarbonepsexport_la_LIBADD = $(KOFFICE_LIBS) ../../../karbon/libkarboncommon.la
libkarbonepsimport_la_SOURCES = epsimport.cc pscommentlexer.cc
libkarbonepsimport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkarbonepsimport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkarbonepsimport_la_LIBADD = $(KOFFICE_LIBS)
INCLUDES = \

@ -10,7 +10,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(top_srcdir)/
kde_module_LTLIBRARIES = libkarbonkontourimport.la
libkarbonkontourimport_la_SOURCES = kontourimport.cpp
libkarbonkontourimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkarbonkontourimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkarbonkontourimport_la_LIBADD = $(KOFFICE_LIBS) ../../../karbon/libkarboncommon.la
METASOURCES = AUTO

@ -1,6 +1,6 @@
kde_module_LTLIBRARIES = libkarbonpngexport.la
libkarbonpngexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkarbonpngexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkarbonpngexport_la_LIBADD = \
$(KOFFICE_LIBS) \
../../../karbon/libkarboncommon.la

@ -1,11 +1,11 @@
kde_module_LTLIBRARIES = libkarbonsvgexport.la libkarbonsvgimport.la
libkarbonsvgexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkarbonsvgexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkarbonsvgexport_la_LIBADD = \
$(KOFFICE_LIBS) \
../../../karbon/libkarboncommon.la
libkarbonsvgimport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkarbonsvgimport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkarbonsvgimport_la_LIBADD = \
$(KOFFICE_LIBS) \
../../../karbon/libkarboncommon.la

@ -11,11 +11,11 @@ INCLUDES= \
kde_module_LTLIBRARIES = libwmfimport.la libwmfexport.la
libwmfimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libwmfimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libwmfimport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KOWMF) ../../../karbon/libkarboncommon.la
libwmfimport_la_SOURCES = wmfimport.cc wmfimportparser.cc
libwmfexport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libwmfexport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libwmfexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KOWMF) ../../../karbon/libkarboncommon.la
libwmfexport_la_SOURCES = wmfexport.cc

@ -1,6 +1,6 @@
kde_module_LTLIBRARIES = libkarbonxcfexport.la
libkarbonxcfexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkarbonxcfexport_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkarbonxcfexport_la_LIBADD = \
$(KOFFICE_LIBS) \
../../../karbon/libkarboncommon.la

@ -12,7 +12,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkchartbmpexport.la
libkchartbmpexport_la_SOURCES = bmpexport.cpp
libkchartbmpexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkchartbmpexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkchartbmpexport_la_LIBADD = ../../../kchart/libkchartcommon.la ../libimageexport/libkchartimageexport.la ../../../filters/libdialogfilter/libdialogfilter.la $(KOFFICE_LIBS)
noinst_HEADERS = \
bmpexport.h

@ -13,7 +13,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkchartjpegexport.la
libkchartjpegexport_la_SOURCES = jpegexport.cpp
libkchartjpegexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkchartjpegexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkchartjpegexport_la_LIBADD = ../../../kchart/libkchartcommon.la ../libimageexport/libkchartimageexport.la ../../../filters/libdialogfilter/libdialogfilter.la $(KOFFICE_LIBS)
noinst_HEADERS = \

@ -12,7 +12,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkchartmngexport.la
libkchartmngexport_la_SOURCES = mngexport.cpp
libkchartmngexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkchartmngexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkchartmngexport_la_LIBADD = ../../../kchart/libkchartcommon.la ../libimageexport/libkchartimageexport.la ../../../filters/libdialogfilter/libdialogfilter.la $(KOFFICE_LIBS)
noinst_HEADERS = \
mngexport.h

@ -13,7 +13,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkchartpngexport.la
libkchartpngexport_la_SOURCES = pngexport.cpp
libkchartpngexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkchartpngexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkchartpngexport_la_LIBADD = ../../../kchart/libkchartcommon.la ../libimageexport/libkchartimageexport.la ../../../filters/libdialogfilter/libdialogfilter.la $(KOFFICE_LIBS)
noinst_HEADERS = \
pngexport.h

@ -10,7 +10,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkchartsvgexport.la
libkchartsvgexport_la_SOURCES = svgexport.cc
libkchartsvgexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkchartsvgexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkchartsvgexport_la_LIBADD = ../../../kchart/libkchartcommon.la $(KOFFICE_LIBS)
noinst_HEADERS = \
svgexport.h

@ -13,7 +13,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkchartxbmexport.la
libkchartxbmexport_la_SOURCES = xbmexport.cpp
libkchartxbmexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkchartxbmexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkchartxbmexport_la_LIBADD = ../../../kchart/libkchartcommon.la ../libimageexport/libkchartimageexport.la ../../../filters/libdialogfilter/libdialogfilter.la $(KOFFICE_LIBS)
noinst_HEADERS = \
xbmexport.h

@ -13,7 +13,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkchartxpmexport.la
libkchartxpmexport_la_SOURCES = xpmexport.cpp
libkchartxpmexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkchartxpmexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkchartxpmexport_la_LIBADD = ../../../kchart/libkchartcommon.la ../libimageexport/libkchartimageexport.la ../../../filters/libdialogfilter/libdialogfilter.la $(KOFFICE_LIBS)
noinst_HEADERS = \
xpmexport.h

@ -16,7 +16,7 @@ noinst_HEADERS = latexexport.h
#check_PROGRAMS = texlauncher
#texlauncher_SOURCES = texlauncher.cc
#texlauncher_LDADD = liblatexexport.la
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
METASOURCES = AUTO

@ -16,7 +16,7 @@ noinst_HEADERS = pngexport.h pngexportdia.h
#check_PROGRAMS = texlauncher
#texlauncher_SOURCES = texlauncher.cc
#texlauncher_LDADD = liblatexexport.la
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
METASOURCES = AUTO

@ -16,7 +16,7 @@ noinst_HEADERS = svgexport.h
#check_PROGRAMS = texlauncher
#texlauncher_SOURCES = texlauncher.cc
#texlauncher_LDADD = liblatexexport.la
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
METASOURCES = AUTO

@ -11,7 +11,7 @@ kde_module_LTLIBRARIES = libkivioimageexport.la
libkivioimageexport_la_SOURCES = kivio_imageexport.cpp \
kivio_imageexportwidget.ui kivio_imageexportdialog.cpp
libkivioimageexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkivioimageexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkivioimageexport_la_LIBADD = $(top_builddir)/kivio/kiviopart/libkiviocommon.la $(KOFFICE_LIBS)
service_DATA = kivio_image_export.desktop

@ -12,7 +12,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkpresenterbmpexport.la
libkpresenterbmpexport_la_SOURCES = bmpexport.cpp
libkpresenterbmpexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkpresenterbmpexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkpresenterbmpexport_la_LIBADD = ../../../kpresenter/libkpresenterprivate.la ../../../filters/libdialogfilter/libdialogfilter.la ../libimageexport/libkpresenterimageexport.la $(KOFFICE_LIBS)
noinst_HEADERS = \
bmpexport.h

@ -12,7 +12,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkpresenterjpegexport.la
libkpresenterjpegexport_la_SOURCES = jpegexport.cpp
libkpresenterjpegexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkpresenterjpegexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkpresenterjpegexport_la_LIBADD = ../../../kpresenter/libkpresenterprivate.la ../../../filters/libdialogfilter/libdialogfilter.la ../libimageexport/libkpresenterimageexport.la $(KOFFICE_LIBS)
noinst_HEADERS = \
jpegexport.h

@ -12,7 +12,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkpresentermngexport.la
libkpresentermngexport_la_SOURCES = mngexport.cpp
libkpresentermngexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkpresentermngexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkpresentermngexport_la_LIBADD = ../../../kpresenter/libkpresenterprivate.la ../../../filters/libdialogfilter/libdialogfilter.la ../libimageexport/libkpresenterimageexport.la $(KOFFICE_LIBS)
noinst_HEADERS = \
mngexport.h

@ -12,7 +12,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkpresenterpngexport.la
libkpresenterpngexport_la_SOURCES = pngexport.cpp
libkpresenterpngexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkpresenterpngexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkpresenterpngexport_la_LIBADD = ../../../kpresenter/libkpresenterprivate.la ../../../filters/libdialogfilter/libdialogfilter.la ../libimageexport/libkpresenterimageexport.la $(KOFFICE_LIBS)
noinst_HEADERS = \
pngexport.h

@ -9,7 +9,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkpresentersvgexport.la
libkpresentersvgexport_la_SOURCES = svgexport.cc
libkpresentersvgexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkpresentersvgexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkpresentersvgexport_la_LIBADD = ../../../kpresenter/libkpresenterprivate.la $(KOFFICE_LIBS)
noinst_HEADERS = \
svgexport.h

@ -12,7 +12,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkpresenterxbmexport.la
libkpresenterxbmexport_la_SOURCES = xbmexport.cpp
libkpresenterxbmexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkpresenterxbmexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkpresenterxbmexport_la_LIBADD = ../../../kpresenter/libkpresenterprivate.la ../../../filters/libdialogfilter/libdialogfilter.la ../libimageexport/libkpresenterimageexport.la $(KOFFICE_LIBS)
noinst_HEADERS = \
xbmexport.h

@ -12,7 +12,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkpresenterxpmexport.la
libkpresenterxpmexport_la_SOURCES = xpmexport.cpp
libkpresenterxpmexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkpresenterxpmexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkpresenterxpmexport_la_LIBADD = ../../../kpresenter/libkpresenterprivate.la ../../../filters/libdialogfilter/libdialogfilter.la ../libimageexport/libkpresenterimageexport.la $(KOFFICE_LIBS)
noinst_HEADERS = \
xpmexport.h

@ -8,7 +8,7 @@ kde_module_LTLIBRARIES = libapplixspreadimport.la
libapplixspreadimport_la_SOURCES = applixspreadimport.cc
libapplixspreadimport_la_LIBADD = $(KOFFICE_LIBS)
libapplixspreadimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libapplixspreadimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
noinst_HEADERS = applixspreadimport.h
METASOURCES = AUTO

@ -8,7 +8,7 @@ kde_module_LTLIBRARIES = libdbaseimport.la
libdbaseimport_la_SOURCES = dbaseimport.cc dbase.cpp
libdbaseimport_la_LIBADD = $(KOFFICE_LIBS)
libdbaseimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libdbaseimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
noinst_HEADERS = dbaseimport.h dbase.h
METASOURCES = AUTO

@ -8,7 +8,7 @@ kde_module_LTLIBRARIES = libexcelimport.la
libexcelimport_la_SOURCES = excelimport.cc
libexcelimport_la_LIBADD = $(KOFFICE_LIBS) ../sidewinder/libsidewinder.la
libexcelimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libexcelimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
noinst_HEADERS = excelimport.h
METASOURCES = AUTO

@ -22,7 +22,7 @@ noinst_HEADERS = cell.h column.h config.h document.h fileheader.h format.h \
#check_PROGRAMS = texlauncher
#texlauncher_SOURCES = texlauncher.cc
#texlauncher_LDADD = liblatexexport.la
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
METASOURCES = AUTO

@ -5,7 +5,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
kde_module_LTLIBRARIES = libkugarnopimport.la
libkugarnopimport_la_SOURCES = kugarnopimport.cpp
libkugarnopimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkugarnopimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkugarnopimport_la_LIBADD = $(KOFFICE_LIBS)
noinst_HEADERS = kugarnopimport.h

@ -8,7 +8,7 @@ kde_module_LTLIBRARIES = libhancomwordimport.la
libhancomwordimport_la_SOURCES = pole.cpp hancomwordimport.cpp
libhancomwordimport_la_LIBADD = $(KOFFICE_LIBS)
libhancomwordimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libhancomwordimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
noinst_HEADERS = pole.h hancomwordimport.h
METASOURCES = AUTO

@ -10,9 +10,9 @@ libhtmlimport_la_LIBADD = $(LIB_KHTML) $(KOFFICE_LIBS) $(LIB_KOTEXT)
kde_module_LTLIBRARIES = libhtmlimport.la
libhtmlimport_la_SOURCES = htmlimport.cpp khtmlreader.cpp kwdwriter.cpp
libhtmlimport_la_SOURCES = htmlimport.cpp tdehtmlreader.cpp kwdwriter.cpp
noinst_HEADERS = htmlimport.h khtmlreader.h kwdwriter.h
noinst_HEADERS = htmlimport.h tdehtmlreader.h kwdwriter.h
METASOURCES = AUTO

@ -27,7 +27,7 @@
#include <KoStore.h>
#include <khtmlreader.h>
#include <tdehtmlreader.h>
#include <kwdwriter.h>
typedef KGenericFactory<HTMLImport, KoFilter> HTMLImportFactory;

@ -1,5 +1,5 @@
/***************************************************************************
khtmlreader.cpp - description
tdehtmlreader.cpp - description
-------------------
begin : Sun Sep 9 2001
copyright : (C) 2001 by Frank Dekervel
@ -16,9 +16,9 @@
* *
***************************************************************************/
#include "khtmlreader.h"
#include "tdehtmlreader.h"
#include "khtmlreader.moc"
#include "tdehtmlreader.moc"
#include <kdebug.h>
#include <dom/dom_text.h>
#include <dom/dom2_views.h>
@ -26,7 +26,7 @@
#include <tqcolor.h>
#include <dom/dom_element.h>
#include <dom/html_table.h>
#include <khtmlview.h>
#include <tdehtmlview.h>
#include <tqwidget.h>
#include <kapplication.h>
#include <dom/html_misc.h>
@ -256,7 +256,7 @@ bool KHTMLReader::parseTag(DOM::Element e)
if (e.tagName().lower()=="table") { return parse_table(e); }
// FIXME we can get rid of these, make things tons more simple
// when khtml finally implements getComputedStyle
// when tdehtml finally implements getComputedStyle
_PF(b,WEIGHT,value,75);
_PF(strong,WEIGHT,value,75);
_PF(u,UNDERLINE,value,1);
@ -470,7 +470,7 @@ void KHTMLReader::parseStyle(DOM::Element e)
{
// styles are broken broken broken broken broken broken.
//FIXME: wait until getComputedStyle is more than
// 'return 0' in khtml
// 'return 0' in tdehtml
kdDebug(30503) << "entering parseStyle" << endl;
DOM::CSSStyleDeclaration s1=e.style();
DOM::Document doc=_html->document();
@ -562,7 +562,7 @@ bool KHTMLReader::parse_table(DOM::Element e)
has_borders=true;
// fixme rewrite this proper
//(maybe using computed sizes from khtml if thats once exported)
//(maybe using computed sizes from tdehtml if thats once exported)
for (DOM::Node rowsnode=table_body.firstChild();!rowsnode.isNull();rowsnode=rowsnode.nextSibling()) {
DOM::Element rows = rowsnode;
if (!rows.isNull() && rows.tagName().string().lower() == "tr") {

@ -1,5 +1,5 @@
/***************************************************************************
khtmlreader.h - description
tdehtmlreader.h - description
-------------------
begin : Sun Sep 9 2001
copyright : (C) 2001 by Frank Dekervel
@ -19,7 +19,7 @@
#ifndef KHTMLREADER_H
#define KHTMLREADER_H
#include <khtml_part.h> // fixme speedup compile time by moving these into the cpp file.
#include <tdehtml_part.h> // fixme speedup compile time by moving these into the cpp file.
#include <tqdom.h>
#include <tqptrstack.h>
#include <kwdwriter.h>

@ -52,7 +52,7 @@
- Crude!<br>
- HTML: basic formatting, simple tables.<br>
- No stylesheets yet, no table size calculating yet<br>
- uses khtml<br>
- uses tdehtml<br>
</td>
</tr>
@ -62,7 +62,7 @@
- &lt;font&gt;<br>
- table size calculation<br>
- images<br>
- implement CSS2, integrate with khtml's css implementation<br>
- implement CSS2, integrate with tdehtml's css implementation<br>
- many other tags<br>
</td>
</tr>
@ -91,7 +91,7 @@
<a href="http://www.w3.org/TR/html401">HTML 4.01</a><br>
<a href="http://www.w3.org/TR/xhtml1">XHTML 1.0</a><br>
<a href="http://www.w3.org/TR/REC-CSS2">Cascaded Style Sheets Level 2 (CSS2)</a><br>
<a href="http://developer.kde.org/documentation/library/2.1-api/classref/khtml/index.html">KHTML Documentation</a><br>
<a href="http://developer.kde.org/documentation/library/2.1-api/classref/tdehtml/index.html">KHTML Documentation</a><br>
</td>
</tr>

@ -20,7 +20,7 @@ libkwordlatexexport_la_SOURCES = anchor.cc config.cc document.cc element.cc file
#check_PROGRAMS = texlauncher
#texlauncher_SOURCES = texlauncher.cc
#texlauncher_LDADD = liblatexexport.la
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
METASOURCES = AUTO

@ -19,7 +19,7 @@ noinst_HEADERS = config.h lateximport.h lateximportdia.h
#check_PROGRAMS = texlauncher
#texlauncher_SOURCES = texlauncher.cc
#texlauncher_LDADD = liblatexexport.la
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
#texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
METASOURCES = AUTO

@ -25,7 +25,7 @@ texscaner.cc: $(srcdir)/texscaner.y
check_PROGRAMS = texlauncher
texlauncher_SOURCES = texlauncher.cc
texlauncher_LDADD = liblatexexport.la
texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
texlauncher_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
METASOURCES = AUTO

@ -8,7 +8,7 @@ kde_module_LTLIBRARIES = libmswordimport.la
libmswordimport_la_SOURCES = mswordimport.cpp document.cpp conversion.cpp \
texthandler.cpp tablehandler.cpp graphicshandler.cpp
libmswordimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libmswordimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libmswordimport_la_LIBADD = $(KOFFICE_LIBS) $(LIBWV2_LIBS)
METASOURCES = AUTO

@ -9,12 +9,12 @@ kde_module_LTLIBRARIES = libmswriteimport.la libmswriteexport.la
libmswriteimport_la_SOURCES = mswriteimport.cc \
libmswrite_defs.cpp structures_generated.cpp structures_private.cpp structures.cpp libmswrite.cpp ImportDialogUI.ui ImportDialog.cc
libmswriteimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libmswriteimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libmswriteimport_la_LIBADD = $(KOFFICE_LIBS)
libmswriteexport_la_SOURCES = mswriteexport.cc \
libmswrite_defs.cpp structures_generated.cpp structures_private.cpp structures.cpp libmswrite.cpp
libmswriteexport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libmswriteexport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libmswriteexport_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KOWMF) ../libexport/libkwordexportfilters.la
noinst_HEADERS = mswriteimport.h mswriteexport.h \

@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = libpdfimport.la
libpdfimport_la_SOURCES = misc.cpp transform.cpp data.cpp fstring.cpp \
FilterPage.cpp FilterDevice.cpp \
pdfdocument.cpp dialog.cpp pdfimport.cpp
libpdfimport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libpdfimport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libpdfimport_la_LIBADD = $(KOFFICE_LIBS) $(LIBPAPER) ./xpdf/xpdf/libxpdf.la ./xpdf/goo/libgoo.la
METASOURCES = dialog.moc pdfimport.moc

@ -8,7 +8,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes) $(LIBXML_CFLAGS) $(LIB
kde_module_LTLIBRARIES = libxsltexport.la
libxsltexport_la_SOURCES = xsltexport.cc xsltexportdia.cc xsltproc.cc xsltdialog.ui
libxsltexport_la_LDFLAGS = $(KDE_RPATH) $(LIBXML_RPATH) $(LIBXSLT_RPATH) $(all_libraries) -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libxsltexport_la_LDFLAGS = $(KDE_RPATH) $(LIBXML_RPATH) $(LIBXSLT_RPATH) $(all_libraries) -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libxsltexport_la_LIBADD = $(KOFFICE_LIBS) $(LIBXSLT_LIBS) $(LIBXML_LIBS)
noinst_HEADERS = xsltexport.h xsltexportdia.h xsltproc.h

@ -7,7 +7,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes) $(LIBXML_CFLAGS) $(LI
kde_module_LTLIBRARIES = libxsltimport.la
libxsltimport_la_SOURCES = xsltimport.cc xsltimportdia.cc xsltproc.cc xsltdialog.ui
libxsltimport_la_LDFLAGS = $(KDE_RPATH) $(LIBXML_RPATH) $(LIBXSLT_RPATH) $(all_libraries) -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libxsltimport_la_LDFLAGS = $(KDE_RPATH) $(LIBXML_RPATH) $(LIBXSLT_RPATH) $(all_libraries) -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libxsltimport_la_LIBADD = $(KOFFICE_LIBS) $(LIBXSLT_LIBS) $(LIBXML_LIBS)
noinst_HEADERS = xsltimport.h xsltimportdia.h xsltproc.h

@ -20,7 +20,7 @@
#ifndef __VKARBONPLUGIN_H__
#define __VKARBONPLUGIN_H__
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <koffice_export.h>
class KARBONBASE_EXPORT VKarbonPlugin : public KParts::Plugin

@ -25,8 +25,8 @@
#include <klocale.h>
#include <kstandarddirs.h>
#include <ktrader.h>
#include <kparts/componentfactory.h>
#include <kparts/plugin.h>
#include <tdeparts/componentfactory.h>
#include <tdeparts/plugin.h>
#include "karbon_factory.h"
#include "karbon_part.h"

@ -20,7 +20,7 @@
#ifndef __FLATTENPATHPLUGIN_H__
#define __FLATTENPATHPLUGIN_H__
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kdialogbase.h>
class KarbonView;

@ -23,7 +23,7 @@
#include <tqstring.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
*/

@ -20,7 +20,7 @@
#ifndef __INSERTKNOTSPLUGIN_H__
#define __INSERTKNOTSPLUGIN_H__
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kdialogbase.h>
#include <commands/vreplacingcmd.h>

@ -20,7 +20,7 @@
#ifndef __ROUNDCORNERSPLUGIN_H__
#define __ROUNDCORNERSPLUGIN_H__
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kdialogbase.h>
#include <commands/vreplacingcmd.h>
#include <koffice_export.h>

@ -20,7 +20,7 @@
#ifndef __SHADOWEFFECTPLUGIN_H__
#define __SHADOWEFFECTPLUGIN_H__
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kdialogbase.h>
#include <commands/vcommand.h>

@ -21,7 +21,7 @@
#define __WHIRLPINCHPLUGIN_H__
#include <kdialogbase.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <commands/vreplacingcmd.h>
class KarbonView;

@ -23,7 +23,7 @@
#include <tqstring.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A module that provides a zoom tool.

@ -23,7 +23,7 @@
#include <tqstring.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
/**
* A module that provides the default tools

@ -1,5 +1,5 @@
#KEXI_VERSION=
AC_SUBST(LIB_KEXI_KMDI, '-lkmdi')
AC_SUBST(LIB_KEXI_KMDI, '-ltdemdi')
AC_SUBST(LIB_KEXI_KMDI_INCLUDES, '')

@ -28,7 +28,7 @@
#include <tqguardedptr.h>
#include <kmdichildview.h>
#include <tdemdichildview.h>
#include <kxmlguiclient.h>
class TQWidgetStack;

@ -31,7 +31,7 @@
#include <klibloader.h>
#include <klocale.h>
#include <ktrader.h>
#include <kparts/componentfactory.h>
#include <tdeparts/componentfactory.h>
#include <kexidb/msghandler.h>
//! @internal

@ -24,7 +24,7 @@
#include <tqmap.h>
#include <tqintdict.h>
#include <kmdimainfrm.h>
#include <tdemdimainfrm.h>
#include <kexiutils/tristate.h>
#include "kexisharedactionhost.h"

@ -22,7 +22,7 @@
#include <ktrader.h>
#include <kdebug.h>
#include <kconfig.h>
#include <kparts/componentfactory.h>
#include <tdeparts/componentfactory.h>
#include "kexipartmanager.h"
#include "kexipart.h"

@ -4653,7 +4653,7 @@ Property Editor:
===================== Kexi 0.1 Beta 2 "Warsaw By Night" =====================
2004-01-20
- kmdi captions fix backported to kexi_compat
- tdemdi captions fix backported to kexi_compat
- kexistartupfiledialog: we're using paths unstead urls now for better compat.
2004-01-19
@ -4994,7 +4994,7 @@ doesn't work)
2003-12-10
- KexiMainWindow:
* "show navigator" action is auto-handled by kmdi
* "show navigator" action is auto-handled by tdemdi
* fixed : pointer to current xmlgui is now cleared before closing kexidialog
- KexiTableView::paintRow() fixed crash when col number was ==-1

@ -723,7 +723,7 @@ TODO:::::::
jstaniek dipesh: it's only within your example project...
dipesh therefore column( col )->readOnly() crashes...
reuse KWallet http://events.kde.org/info/kastle/presentations/kwallet-kastle-2003.ps
reuse KWallet http://events.kde.org/info/kastle/presentations/tdewallet-kastle-2003.ps
=== Interesting features ===
- Add random names/surnames generator: http://www.ruf.rice.edu/~pound/

@ -4,12 +4,12 @@ INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/formeditor \
-I$(top_srcdir)/kexi/core \
-I$(top_srcdir)/lib -I$(top_srcdir)/lib/koproperty -I$(top_srcdir)/lib/kofficecore $(all_includes)
kde_module_LTLIBRARIES = kformdesigner_containers.la kformdesigner_stdwidgets.la
kformdesigner_containers_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kformdesigner_containers_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kformdesigner_containers_la_SOURCES = containerfactory.cpp
kformdesigner_containers_la_LIBADD = $(KOFFICE_LIBS) $(top_builddir)/kexi/formeditor/libkformdesigner.la \
../../../lib/koproperty/libkoproperty.la
kformdesigner_stdwidgets_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kformdesigner_stdwidgets_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kformdesigner_stdwidgets_la_SOURCES = stdwidgetfactory.cpp
kformdesigner_stdwidgets_la_LIBADD = $(KOFFICE_LIBS) $(top_builddir)/kexi/formeditor/libkformdesigner.la \
../../../lib/koproperty/libkoproperty.la

@ -24,7 +24,7 @@
#include <tqpixmap.h>
#include <kinterfacedesigner/designer.h>
#include <kparts/factory.h>
#include <tdeparts/factory.h>
#include "form.h"

@ -11,7 +11,7 @@ INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/formeditor \
-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/core \
-I$(top_srcdir)/lib -I$(top_srcdir)/lib/kofficecore $(all_includes)
kformdesigner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kformdesigner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
kformdesigner_LDADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la

@ -20,7 +20,7 @@
#ifndef KFORMDESIGNER_MAINWINDOW_H
#define KFORMDESIGNER_MAINWINDOW_H
#include <kparts/mainwindow.h>
#include <tdeparts/mainwindow.h>
class KFDMainWindow : public KParts::MainWindow
{

@ -23,8 +23,8 @@
#include <tqwidget.h>
#include <tqpixmap.h>
#include <kparts/part.h>
#include <kparts/factory.h>
#include <tdeparts/part.h>
#include <tdeparts/factory.h>
#include "form.h"

@ -25,7 +25,7 @@
#include <kdebug.h>
#include <klocale.h>
#include <klibloader.h>
#include <kparts/componentfactory.h>
#include <tdeparts/componentfactory.h>
#include <ktrader.h>
#include <kiconloader.h>
#include <kpopupmenu.h>

@ -27,7 +27,7 @@
#include <kexidb/error.h>
#include <klibloader.h>
#include <kparts/componentfactory.h>
#include <tdeparts/componentfactory.h>
#include <ktrader.h>
#include <kdebug.h>
#include <klocale.h>

@ -22,7 +22,7 @@ kexidb_mysqldriver_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KPARTS) \
-lmysqlclient \
../../libkexidb.la
kexidb_mysqldriver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kexidb_mysqldriver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kde_services_DATA = kexidb_mysqldriver.desktop

@ -13,7 +13,7 @@ kexidb_pqxxsqldriver_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KPARTS) $(LIB_QT) -lpqxx
kexidb_pqxxsqldriver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) \
-L$(PQXX_LIBDIR) -L$(PG_LIBDIR) $(VER_INFO) -no-undefined \
-ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
-ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kde_services_DATA = kexidb_pqxxsqldriver.desktop

@ -17,7 +17,7 @@ kexidb_sqlite3driver_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KPARTS) $(LIB_QT) \
$(top_builddir)/kexi/kexidb/parser/libkexidbparser.la \
../../../../kexi/kexiutils/libkexiutils.la
kexidb_sqlite3driver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kexidb_sqlite3driver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kde_services_DATA = kexidb_sqlite3driver.desktop

@ -21,7 +21,7 @@ kexidb_sqlite2driver_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KPARTS) $(LIB_QT) \
$(top_builddir)/kexi/kexidb/parser/libkexidbparser.la \
../../../../kexi/kexiutils/libkexiutils.la
kexidb_sqlite2driver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kexidb_sqlite2driver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kde_services_DATA = kexidb_sqlite2driver.desktop

@ -48,7 +48,7 @@
#include <kedittoolbar.h>
#include <tdeversion.h>
#include <kglobalsettings.h>
#include <kparts/componentfactory.h>
#include <tdeparts/componentfactory.h>
#include <ktip.h>
#include <kstandarddirs.h>
#include <kpushbutton.h>
@ -250,7 +250,7 @@ KexiMainWindowImpl::KexiMainWindowImpl()
resize (kMin (s.width(), desk.width()), kMin(s.height(), desk.height()));
}
setManagedDockPositionModeEnabled(true);//TODO(js): remove this if will be default in kmdi :)
setManagedDockPositionModeEnabled(true);//TODO(js): remove this if will be default in tdemdi :)
manager()->setSplitterHighResolution(true);
manager()->setSplitterKeepSize(true);
setStandardMDIMenuEnabled(false);
@ -316,9 +316,9 @@ KexiMainWindowImpl::KexiMainWindowImpl()
//disabled (possible crash) d->hideMenuItem("file", i18n("&Import"), true);
//disabled (possible crash) d->hideMenuItem("help", i18n( "&Report Bug..." ), true);
#endif
KAction *kmdi_tooldock_menu_action = childClients()->getFirst() ? childClients()->getFirst()->actionCollection()->action("kmdi_tooldock_menu") : 0;
if (kmdi_tooldock_menu_action) {
kmdi_tooldock_menu_action->setEnabled(false);
KAction *tdemdi_tooldock_menu_action = childClients()->getFirst() ? childClients()->getFirst()->actionCollection()->action("tdemdi_tooldock_menu") : 0;
if (tdemdi_tooldock_menu_action) {
tdemdi_tooldock_menu_action->setEnabled(false);
}
if (!isFakingSDIApplication()/* && !userMode()*/) {
@ -2235,7 +2235,7 @@ KexiMainWindowImpl::registerChild(KexiDialogBase *dlg)
}
kdDebug() << "KexiMainWindowImpl::registerChild() ID = " << dlg->id() << endl;
if (m_mdiMode==KMdi::ToplevelMode || m_mdiMode==KMdi::ChildframeMode) {//kmdi fix
if (m_mdiMode==KMdi::ToplevelMode || m_mdiMode==KMdi::ChildframeMode) {//tdemdi fix
//js TODO: check if taskbar is switched in menu
if (m_pTaskBar && !m_pTaskBar->isSwitchedOn())
m_pTaskBar->switchOn(true);

@ -31,11 +31,11 @@
#include <kdebug.h>
#include <kglobalsettings.h>
#include <klocale.h>
#include <kparts/part.h>
#include <tdeparts/part.h>
#if KexitStatusBar_KTEXTEDITOR_USED
#include <ktexteditor/viewcursorinterface.h>
#include <ktexteditor/viewstatusmsginterface.h>
#include <tdetexteditor/viewcursorinterface.h>
#include <tdetexteditor/viewstatusmsginterface.h>
#endif
KexitStatusBar::KexitStatusBar(TQWidget *parent, const char *name)

@ -53,5 +53,5 @@ keximigratetest_LDADD = libkeximigrate.la \
$(top_builddir)/kexi/main/libkeximain.la \
$(LIB_QT) $(LIB_TDECORE)
keximigratetest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
keximigratetest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor

@ -24,7 +24,7 @@
#include "keximigrate.h"
#include <klibloader.h>
#include <kparts/componentfactory.h>
#include <tdeparts/componentfactory.h>
#include <ktrader.h>
#include <kdebug.h>
#include <klocale.h>

@ -12,7 +12,7 @@ keximigrate_mysql_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KPARTS) $(LIB_QT) ../libkexi
../../../kexi/kexidb/libkexidb.la \
../../../kexi/kexiutils/libkexiutils.la
keximigrate_mysql_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
keximigrate_mysql_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kde_services_DATA = keximigrate_mysql.desktop

@ -14,7 +14,7 @@ keximigrate_pqxx_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KPARTS) $(LIB_QT) -lpqxx ../l
../../../kexi/kexidb/libkexidb.la \
../../../kexi/kexiutils/libkexiutils.la
keximigrate_pqxx_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -L$(PQXX_LIBDIR) -L$(PG_LIBDIR) $(VER_INFO) -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
keximigrate_pqxx_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -L$(PQXX_LIBDIR) -L$(PG_LIBDIR) $(VER_INFO) -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kde_services_DATA = keximigrate_pqxx.desktop

@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = kexihandler_form.la kformdesigner_kexidbwidgets.la
kexihandler_form_la_SOURCES = kexiforms.cpp
kexihandler_form_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kexihandler_form_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kexihandler_form_la_LIBADD = $(KOFFICE_LIBS) $(top_builddir)/kexi/core/libkexicore.la \
$(top_builddir)/kexi/widget/utils/libkexiguiutils.la \
$(top_builddir)/kexi/widget/tableview/libkexidatatable.la \
@ -18,7 +18,7 @@ kexihandler_form_la_LIBADD = $(KOFFICE_LIBS) $(top_builddir)/kexi/core/libkexico
../../../kexi/widget/utils/libkexiguiutils.la
kformdesigner_kexidbwidgets_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kformdesigner_kexidbwidgets_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kformdesigner_kexidbwidgets_la_SOURCES = kexidbfactory.cpp
kformdesigner_kexidbwidgets_la_LIBADD = $(KOFFICE_LIBS) $(top_builddir)/kexi/formeditor/libkformdesigner.la \
$(top_builddir)/kexi/widget/libkexiextendedwidgets.la \
@ -34,7 +34,7 @@ libkexiformutils_la_SOURCES = kexiformdataiteminterface.cpp kexidataawarewidgeti
kexidataprovider.cpp kexiformscrollview.cpp kexiformeventhandler.cpp \
kexidbtextwidgetinterface.cpp kexiactionselectiondialog.cpp kexiformmanager.cpp \
kexidatasourcepage.cpp kexiformpart.cpp kexiformview.cpp
libkexiformutils_la_LDFLAGS = $(all_libraries) $(VER_INFO) -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkexiformutils_la_LDFLAGS = $(all_libraries) $(VER_INFO) -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkexiformutils_la_LIBADD = $(KOFFICE_LIBS) $(top_builddir)/kexi/core/libkexicore.la \
$(top_builddir)/kexi/widget/libkexiextendedwidgets.la \
$(top_builddir)/kexi/formeditor/libkformdesigner.la \

@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = kexihandler_csv_importexport.la
kexihandler_csv_importexport_la_SOURCES = kexicsv_importexportpart.cpp kexicsvimportdialog.cpp \
kexicsvimportoptionsdlg.cpp kexicsvwidgets.cpp kexicsvexport.cpp kexicsvexportwizard.cpp
kexihandler_csv_importexport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kexihandler_csv_importexport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kexihandler_csv_importexport_la_LIBADD = $(KOFFICE_LIBS) ../../../core/libkexicore.la \
../../../migration/libkeximigrate.la \
../../../../kexi/kexidb/libkexidb.la \

@ -1,4 +1,4 @@
if include_kunittest
if include_tdeunittest
# Unittest is disabled per default.
# TESTSDIR = tests

@ -1,13 +1,13 @@
# Check for kunittest
AC_MSG_CHECKING([for kunittest])
# Check for tdeunittest
AC_MSG_CHECKING([for tdeunittest])
# First we check if the console unittester could be compiled
have_kunittest_header="no"
KDE_CHECK_HEADER(kunittest/tester.h, have_kunittest_header="yes", , )
AM_CONDITIONAL(include_kunittest, test "$have_kunittest_header" = "yes")
have_tdeunittest_header="no"
KDE_CHECK_HEADER(tdeunittest/tester.h, have_tdeunittest_header="yes", , )
AM_CONDITIONAL(include_tdeunittest, test "$have_tdeunittest_header" = "yes")
# Second we check if the GUI-unittester could be compiled
have_kunittestgui_header="no"
KDE_CHECK_HEADER(kunittest/runnergui.h, have_kunittestgui_header="yes", , )
AM_CONDITIONAL(include_kunittestgui, test "$have_kunittestgui_header" = "yes")
have_tdeunittestgui_header="no"
KDE_CHECK_HEADER(tdeunittest/runnergui.h, have_tdeunittestgui_header="yes", , )
AM_CONDITIONAL(include_tdeunittestgui, test "$have_tdeunittestgui_header" = "yes")

@ -1,4 +1,4 @@
if include_kunittestgui
if include_tdeunittestgui
GUIBINPROGRAM = komacrotestgui
else
GUIBINPROGRAM =
@ -7,13 +7,13 @@ endif
bin_PROGRAMS = komacrotest $(GUIBINPROGRAM)
komacrotest_SOURCES = komacrotest.cpp testobject.cpp testaction.cpp actiontests.cpp macrotests.cpp macroitemtests.cpp variabletests.cpp xmlhandlertests.cpp xmlhandlertests2.cpp
komacrotest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
komacrotest_LDADD = -lkunittest ../lib/libkomacro.la $(LIB_TDEUI) $(LIB_KPARTS)
komacrotest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
komacrotest_LDADD = -ltdeunittest ../lib/libkomacro.la $(LIB_TDEUI) $(LIB_KPARTS)
if include_kunittestgui
if include_tdeunittestgui
komacrotestgui_SOURCES = komacrotestgui.cpp testobject.cpp testaction.cpp actiontests.cpp macrotests.cpp macroitemtests.cpp variabletests.cpp xmlhandlertests.cpp xmlhandlertests2.cpp
komacrotestgui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
komacrotestgui_LDADD = -lkunittestgui ../lib/libkomacro.la $(LIB_TDEUI) $(LIB_KPARTS)
komacrotestgui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
komacrotestgui_LDADD = -ltdeunittestgui ../lib/libkomacro.la $(LIB_TDEUI) $(LIB_KPARTS)
endif
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
@ -21,8 +21,8 @@ INCLUDES = -I$(srcdir)/tests -I$(srcdir)../ $(all_includes)
METASOURCES = AUTO
guicheck: komacrotestgui
kunittest ./komacrotestgui
tdeunittest ./komacrotestgui
check: komacrotest
echo $(srcdir)
kunittest ./komacrotest
tdeunittest ./komacrotest

@ -38,7 +38,7 @@
#include <tqdom.h>
#include <kdebug.h>
#include <kunittest/runner.h>
#include <tdeunittest/runner.h>
#include <kxmlguiclient.h>
using namespace KUnitTest;

@ -20,7 +20,7 @@
#ifndef KOMACROTEST_ACTIONTESTS_H
#define KOMACROTEST_ACTIONTESTS_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
namespace KoMacroTest {

@ -40,7 +40,7 @@
#include <tqdom.h>
#include <kdebug.h>
#include <kunittest/runner.h>
#include <tdeunittest/runner.h>
#include <kxmlguiclient.h>
using namespace KUnitTest;

@ -20,7 +20,7 @@
#ifndef KOMACROTEST_COMMONTESTS_H
#define KOMACROTEST_COMMONTESTS_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
namespace KoMacroTest {

@ -20,7 +20,7 @@
#include <kapplication.h>
#include <kcmdlineargs.h>
#include <klocale.h>
#include <kunittest/runner.h>
#include <tdeunittest/runner.h>
static const char description[] =
I18N_NOOP("KoMacroTester");

@ -21,7 +21,7 @@
#include <kcmdlineargs.h>
#include <klocale.h>
#include "kunittest/runnergui.h"
#include "tdeunittest/runnergui.h"
static const char description[] =
I18N_NOOP("KoMacroTestgui.");

@ -36,7 +36,7 @@
#include <tqdom.h>
#include <kdebug.h>
#include <kunittest/runner.h>
#include <tdeunittest/runner.h>
#include <kxmlguiclient.h>
using namespace KUnitTest;

@ -20,7 +20,7 @@
#ifndef KOMACROTEST_ACTIONTESTS_H
#define KOMACROTEST_ACTIONTESTS_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
namespace KoMacroTest {

@ -38,7 +38,7 @@
#include <tqdom.h>
#include <kdebug.h>
#include <kunittest/runner.h>
#include <tdeunittest/runner.h>
#include <kxmlguiclient.h>
using namespace KUnitTest;

@ -20,7 +20,7 @@
#ifndef KOMACROTEST_MACROTESTS_H
#define KOMACROTEST_MACROTESTS_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
namespace KoMacroTest {

@ -21,7 +21,7 @@
#define KOMACROTEST_TESTOBJECT_H
#include <tqobject.h>
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
namespace KoMacroTest {

@ -38,7 +38,7 @@
#include <tqdom.h>
#include <kdebug.h>
#include <kunittest/runner.h>
#include <tdeunittest/runner.h>
#include <kxmlguiclient.h>
using namespace KUnitTest;

@ -20,7 +20,7 @@
#ifndef KOMACROTEST_VARIABLETESTS_H
#define KOMACROTEST_VARIABLETESTS_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
namespace KoMacroTest {

@ -32,7 +32,7 @@
#include <tqdom.h>
#include <kdebug.h>
#include <kunittest/runner.h>
#include <tdeunittest/runner.h>
#include <kxmlguiclient.h>
using namespace KUnitTest;

@ -19,7 +19,7 @@
#ifndef KOMACROTEST_XMLHandlerTests_H
#define KOMACROTEST_XMLHandlerTests_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
#include "../lib/macro.h"
namespace KoMacroTest {

@ -32,7 +32,7 @@
#include <tqdom.h>
#include <kdebug.h>
#include <kunittest/runner.h>
#include <tdeunittest/runner.h>
#include <kxmlguiclient.h>
using namespace KUnitTest;

@ -19,7 +19,7 @@
#ifndef KOMACROTEST_XMLHandlerTests2_H
#define KOMACROTEST_XMLHandlerTests2_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
#include "../lib/macro.h"
namespace KoMacroTest {

@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = kexihandler_migration.la
kexihandler_migration_la_SOURCES = keximigrationpart.cpp
kexihandler_migration_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kexihandler_migration_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kexihandler_migration_la_LIBADD = $(KOFFICE_LIBS) ../../core/libkexicore.la \
../../migration/libkeximigrate.la \
../../../kexi/kexidb/libkexidb.la \

@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = kexihandler_query.la
kexihandler_query_la_SOURCES = kexiquerypart.cpp kexiquerydesignersql.cpp \
kexiquerydesignersqlhistory.cpp kexiquerydesignerguieditor.cpp \
kexiqueryview.cpp
kexihandler_query_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kexihandler_query_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kexihandler_query_la_LIBADD = $(KOFFICE_LIBS) ../../core/libkexicore.la \
$(top_builddir)/kexi/kexidb/libkexidb.la \
$(top_builddir)/kexi/widget/libkexiextendedwidgets.la \

@ -8,7 +8,7 @@ kde_module_LTLIBRARIES = kexihandler_relation.la
kexihandler_relation_la_SOURCES = kexirelationpartimpl.cpp \
kexirelationmaindlg.cpp
kexihandler_relation_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kexihandler_relation_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kexihandler_relation_la_LIBADD = $(KOFFICE_LIBS) ../../core/libkexicore.la \
../../widget/relations/libkexirelationsview.la \
../../../kexi/kexidb/libkexidb.la \

@ -7,7 +7,7 @@ kexihandler_script_la_SOURCES = \
kexihandler_script_la_LDFLAGS = \
$(KDE_PLUGIN) -module -no-undefined -Wnounresolved $(all_libraries) $(VER_INFO) \
-ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
-ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kexihandler_script_la_LIBADD = $(KOFFICE_LIBS) \
$(top_builddir)/lib/kross/main/libkrossmain.la \

@ -25,9 +25,9 @@
#include <kross/main/scriptaction.h>
#include <kdebug.h>
//#include <kparts/factory.h>
//#include <tdeparts/factory.h>
//#include <klibloader.h>
//#include <kmdimainfrm.h>
//#include <tdemdimainfrm.h>
//#include <kmainwindow.h>
#include <kpopupmenu.h>

@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = kexihandler_table.la
kexihandler_table_la_SOURCES = kexitablepart.cpp kexitabledesignerview.cpp kexitabledesignerview_p.cpp \
kexitabledesigner_dataview.cpp kexitabledesignercommands.cpp kexilookupcolumnpage.cpp
kexihandler_table_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts -lkmdi
kexihandler_table_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -ltdemdi
kexihandler_table_la_LIBADD = $(KOFFICE_LIBS) $(top_builddir)/kexi/core/libkexicore.la \
$(top_builddir)/kexi/kexidb/libkexidb.la \
$(top_builddir)/kexi/widget/tableview/libkexidatatable.la \

@ -18,5 +18,5 @@ kexialtertabletest_LDADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/kexi/kexidb/
$(top_builddir)/kexi/main/libkeximain.la \
$(top_builddir)/kexi/kexidb/parser/libkexidbparser.la \
$(top_builddir)/kexi/widget/libkexiextendedwidgets.la
kexialtertabletest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kexialtertabletest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor

@ -20,14 +20,14 @@ kexidbtest_LDADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/kexi/kexidb/libkexid
../../kexidb/parser/libkexidbparser.la \
$(top_builddir)/kexi/widget/libkexiextendedwidgets.la \
../../widget/tableview/libkexidatatable.la
kexidbtest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kexidbtest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
#kexidbmysqlcursor_SOURCES = mysqlcursor.cpp
#kexidbmysqlcursor_LDADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/kexi/kexidb/libkexidb.la \
# ../../kexidb/parser/libkexidbparser.la
#kexidbmysqlcursor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
#kexidbmysqlcursor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
#kexidbfirebirdcursor_SOURCES = firebirdcursor.cpp
#kexidbfirebirdcursor_LDADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/kexi/kexidb/libkexidb.la
#kexidbfirebirdcursor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
#kexidbfirebirdcursor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor

@ -1,6 +1,6 @@
KexiDB: DriverManagerInternal::incRefCount(): 1
kio (KTrader): KServiceTypeProfile::offers( Kexi/DBDriver, )
kio (KSycoca): Trying to open ksycoca from /var/tmp/tdecache-jowenn/ksycoca
kio (KSycoca): Trying to open tdesycoca from /var/tmp/tdecache-jowenn/tdesycoca
kio (KTrader): Returning 2 offers
KexiDB: KexiDB::DriverManager::lookupDrivers(): registered driver: mySQL(kexidb_mysqldriver)
KexiDB: KexiDB::DriverManager::lookupDrivers(): registered driver: SQLite(kexidb_sqlitedriver)

@ -8,7 +8,7 @@ kexidbdrivercombotest_SOURCES = kexidbdrivercombotest.cpp
kexidbdrivercombotest_LDADD = $(LIB_QT) $(LIB_TDECORE) \
$(top_builddir)/kexi/kexidb/libkexidb.la \
$(top_builddir)/kexi/widget/libkexiextendedwidgets.la
kexidbdrivercombotest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kexidbdrivercombotest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
METASOURCES = AUTO

@ -15,7 +15,7 @@ libkexiextendedwidgets_la_SOURCES = kexidataawareview.cpp \
kexiprjtypeselectorbase.ui kexiprjtypeselector.cpp
libkexiextendedwidgets_la_LDFLAGS = $(all_libraries) $(VER_INFO) -Wnounresolved
libkexiextendedwidgets_la_LIBADD = $(LIB_TDEUI) ./utils/libkexiguiutils.la tableview/libkexidatatable.la ../core/libkexicore.la -lktexteditor
libkexiextendedwidgets_la_LIBADD = $(LIB_TDEUI) ./utils/libkexiguiutils.la tableview/libkexidatatable.la ../core/libkexicore.la -ltdetexteditor
SUBDIRS = utils tableview . relations

@ -34,15 +34,15 @@
#ifdef KTEXTEDIT_BASED_SQL_EDITOR
# include <ktextedit.h>
#else
# include <ktexteditor/document.h>
# include <ktexteditor/view.h>
# include <ktexteditor/editorchooser.h>
# include <ktexteditor/editinterface.h>
# include <ktexteditor/viewcursorinterface.h>
# include <ktexteditor/popupmenuinterface.h>
# include <ktexteditor/undointerface.h>
# include <ktexteditor/configinterface.h>
# include <ktexteditor/highlightinginterface.h>
# include <tdetexteditor/document.h>
# include <tdetexteditor/view.h>
# include <tdetexteditor/editorchooser.h>
# include <tdetexteditor/editinterface.h>
# include <tdetexteditor/viewcursorinterface.h>
# include <tdetexteditor/popupmenuinterface.h>
# include <tdetexteditor/undointerface.h>
# include <tdetexteditor/configinterface.h>
# include <tdetexteditor/highlightinginterface.h>
#endif
/** Used for the shared action framework to redirect shared actions like

@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = libkformulapart.la
libkformulapart_la_SOURCES = kformula_doc.cc \
kformula_view.cc kformula_factory.cc kformulawidget.cc kfconfig.cc \
kformula_view_iface.skel kformula_view_iface.cc formulastring.cc fsparser.cc
libkformulapart_la_LDFLAGS = $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio $(KDE_PLUGIN) -lDCOP -lkparts
libkformulapart_la_LDFLAGS = $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio $(KDE_PLUGIN) -lDCOP -ltdeparts
libkformulapart_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KFORMULA) $(LIB_KOTEXT)
libkformulapart_la_METASOURCES = AUTO

@ -64,7 +64,7 @@
#include <dcopclient.h>
#include <dcopref.h>
#include <kparts/event.h>
#include <tdeparts/event.h>
#include <KoPartSelectDia.h>
#include <KoQueryTrader.h>
#include <KoPageLayoutDia.h>

@ -19,8 +19,8 @@
#include <config.h>
#include "kivio_plugin_stencil_spawner.h"
#include <kparts/part.h>
#include <kparts/componentfactory.h>
#include <tdeparts/part.h>
#include <tdeparts/componentfactory.h>
#include "kiviostencilfactory.h"
#include "kivio_intra_stencil_data.h"
#include "kivio_common.h"

@ -19,7 +19,7 @@
#ifndef KIVIO_PLUGIN_H
#define KIVIO_PLUGIN_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kivio_view.h>
#include <koffice_export.h>

@ -19,7 +19,7 @@
#include "kivio_pluginmanager.h"
#include <kdebug.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include "kivio_plugin.h"

@ -25,7 +25,7 @@ EXTRA_DIST = \
kivio_connector_cursor2.xpm\
kivio_connector_cursor1.xpm
libkivioconnectortool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkivioconnectortool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkivioconnectortool_la_LIBADD = $(LIB_KOPAINTER) $(LIB_KOFFICEUI) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
rc_DATA = kivioconnectortool.rc

@ -19,7 +19,7 @@ EXTRA_DIST = \
tool_select.cpp\
tool_select.h\
kivioselecttool.rc
libkivioselecttool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkivioselecttool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkivioselecttool_la_LIBADD = $(LIB_KOFFICECORE) $(LIB_KOFFICEUI) $(LIB_KOTEXT) $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
rc_DATA = kivioselecttool.rc

@ -8,7 +8,7 @@ INCLUDES = -I$(top_srcdir)/kivio/kiviopart/config \
METASOURCES = AUTO
kde_module_LTLIBRARIES = libkiviotargettool.la
libkiviotargettool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkiviotargettool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkiviotargettool_la_LIBADD = $(LIB_KOFFICECORE) $(LIB_KOFFICEUI) $(LIB_KOTEXT) $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
libkiviotargettool_la_SOURCES = kiviotargettool.cpp kiviotargettoolfactory.cpp

@ -22,7 +22,7 @@ EXTRA_DIST = \
kivio_text_cursor.xpm\
Text.sml\
Text.xpm
libkiviotexttool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkiviotexttool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkiviotexttool_la_LIBADD =$(LIB_KOTEXT) $(LIB_KOPAINTER) $(LIB_KOFFICEUI) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
rc_DATA = kiviotexttool.rc

@ -18,7 +18,7 @@ EXTRA_DIST = \
kiviozoomtool.rc\
tool_zoom.cpp\
tool_zoom.h
libkiviozoomtool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkiviozoomtool_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkiviozoomtool_la_LIBADD = $(LIB_KOFFICECORE) $(LIB_KOFFICEUI) $(LIB_KOTEXT) $(LIB_KOPAINTER) $(top_builddir)/kivio/kiviopart/libkiviocommon.la
rc_DATA = kiviozoomtool.rc

@ -44,7 +44,7 @@
#include <kservice.h>
#include <kmessagebox.h>
#include <krecentdocument.h>
#include <kparts/partmanager.h>
#include <tdeparts/partmanager.h>
#include <kaction.h>
#include <tdeversion.h>
#include <kaboutdata.h>

@ -3,7 +3,7 @@ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
## The part
kde_module_LTLIBRARIES = libkounavailpart.la
libkounavailpart_la_SOURCES = kounavail.cc
libkounavailpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkounavailpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkounavailpart_la_LIBADD = $(LIB_KOFFICECORE)
METASOURCES = AUTO

@ -34,7 +34,7 @@ libkplatopart_la_SOURCES = \
kptcanvasitem.cc kptprojectdialogbase.ui \
resourcespanelbase.ui \
kptresourceview.cc \
kpttaskresourcespanelbase.ui kptrequestresourcespanel.cc \
kpttastderesourcespanelbase.ui kptrequestresourcespanel.cc \
resourcedialogbase.ui kptresourcedialog.cc \
kpttaskgeneralpanelbase.ui \
kpttasknotespanelbase.ui \
@ -102,7 +102,7 @@ noinst_HEADERS = \
## The part
lib_LTLIBRARIES =
kde_module_LTLIBRARIES = libkplatopart.la
libkplatopart_la_LDFLAGS = $(KDE_LDFLAGS) $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts -ltdeprint
libkplatopart_la_LDFLAGS = $(KDE_LDFLAGS) $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -ltdeprint
libkplatopart_la_LIBADD = $(LIB_KABC) $(KOFFICE_LIBS) -lDCOP \
$(top_builddir)/kdgantt/libkdgantt.la
## $(top_builddir)/kugar/lib/libkugarlib.la
@ -113,7 +113,7 @@ libkplatopart_la_METASOURCES = AUTO
tdeinit_LTLIBRARIES = kplato.la
bin_PROGRAMS =
kplato_la_SOURCES = main.cc
kplato_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts -ltdeprint
kplato_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -ltdeprint
kplato_la_LIBADD = $(KOFFICE_LIBS)
xdg_apps_DATA = kplato.desktop

@ -42,7 +42,7 @@
#include <kapplication.h>
#include <kmessagebox.h>
#include <assert.h>
#include <kmultipledrag.h>
#include <tdemultipledrag.h>
#include <klistview.h>
namespace KPlato

@ -20,7 +20,7 @@
#ifndef KPTREQUESTRESOURCESPANEL_H
#define KPTREQUESTRESOURCESPANEL_H
#include "kpttaskresourcespanelbase.h"
#include "kpttastderesourcespanelbase.h"
#include "kptduration.h"
#include <tqlistview.h>

@ -105,7 +105,7 @@
</hbox>
</widget>
<includes>
<include location="local" impldecl="in implementation">kpttaskresourcespanelbase.ui.h</include>
<include location="local" impldecl="in implementation">kpttastderesourcespanelbase.ui.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -21,13 +21,13 @@
#include <kptdatetime.h>
#include <kptduration.h>
#include <kptmap.h>
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include <tqstring.h>
using namespace KUnitTest;
KUNITTEST_MODULE(kunittest_CalendarTester, "Calendar Tester");
KUNITTEST_MODULE(tdeunittest_CalendarTester, "Calendar Tester");
KUNITTEST_MODULE_REGISTER_TESTER(CalendarTester);
void CalendarTester::allTests() {

@ -16,7 +16,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
class KoXmlWriter;

@ -19,14 +19,14 @@
#include "DateTimeTester.h"
#include <kptdatetime.h>
#include <kptduration.h>
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include <tqdatetime.h>
using namespace KUnitTest;
KUNITTEST_MODULE(kunittest_DateTimeTester, "DateTime Tester");
KUNITTEST_MODULE(tdeunittest_DateTimeTester, "DateTime Tester");
KUNITTEST_MODULE_REGISTER_TESTER(DateTimeTester);
void DateTimeTester::allTests() {

@ -20,7 +20,7 @@
#ifndef DATETIMETESTER_H
#define DATETIMETESTER_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
#include <kptduration.h>
class KoXmlWriter;

@ -18,12 +18,12 @@
*/
#include "DurationTester.h"
#include <kptduration.h>
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
using namespace KUnitTest;
KUNITTEST_MODULE(kunittest_DurationTester, "Duration Tester");
KUNITTEST_MODULE(tdeunittest_DurationTester, "Duration Tester");
KUNITTEST_MODULE_REGISTER_TESTER(DurationTester);
void DurationTester::allTests() {

@ -16,7 +16,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
class KoXmlWriter;

@ -4,26 +4,26 @@ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
# The check_ target makes sure we don't install the modules,
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = kunittest_DateTimeTester.la \
kunittest_DurationTester.la \
kunittest_CalendarTester.la
check_LTLIBRARIES = tdeunittest_DateTimeTester.la \
tdeunittest_DurationTester.la \
tdeunittest_CalendarTester.la
kunittest_DateTimeTester_la_SOURCES = DateTimeTester.cpp
kunittest_DateTimeTester_la_LIBADD = -lkunittest ../libkplatopart.la
kunittest_DateTimeTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_DateTimeTester_la_SOURCES = DateTimeTester.cpp
tdeunittest_DateTimeTester_la_LIBADD = -ltdeunittest ../libkplatopart.la
tdeunittest_DateTimeTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
kunittest_DurationTester_la_SOURCES = DurationTester.cpp
kunittest_DurationTester_la_LIBADD = -lkunittest ../libkplatopart.la
kunittest_DurationTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_DurationTester_la_SOURCES = DurationTester.cpp
tdeunittest_DurationTester_la_LIBADD = -ltdeunittest ../libkplatopart.la
tdeunittest_DurationTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
kunittest_CalendarTester_la_SOURCES = CalendarTester.cpp
kunittest_CalendarTester_la_LIBADD = -lkunittest ../libkplatopart.la
kunittest_CalendarTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_CalendarTester_la_SOURCES = CalendarTester.cpp
tdeunittest_CalendarTester_la_LIBADD = -ltdeunittest ../libkplatopart.la
tdeunittest_CalendarTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check-local: kunittest_DateTimeTester.la \
kunittest_DurationTester.la \
kunittest_CalendarTester.la
check-local: tdeunittest_DateTimeTester.la \
tdeunittest_DurationTester.la \
tdeunittest_CalendarTester.la
check:
kunittestmodrunner
tdeunittestmodrunner

@ -39,7 +39,7 @@ Changes:
was and no longer on top.
- If a page is shown more than once during a presentation add the time for
the duration instead of showing only the last duration.
- Use kspell2
- Use tdespell2
- Now PresSpeed is into each page
- Now PageUp/PageDown during presentation go to beginning of the next/previous slide
- Each object effect can have it's own speed now

@ -27,7 +27,7 @@
#include "KoTextIterator.h"
#include "KoTextObject.h"
#include <kspell2/broker.h>
#include <tdespell2/broker.h>
using namespace KSpell2;
#include <kdebug.h>

@ -49,7 +49,7 @@
#include <kdebug.h>
#include <kcursor.h>
#include <kmessagebox.h>
#include <kmultipledrag.h>
#include <tdemultipledrag.h>
#include <kconfig.h>
#include <kurl.h>
#include <kurldrag.h>

@ -74,9 +74,9 @@
#include <kfiledialog.h>
#include <KoEditPath.h>
#include <kspell2/configwidget.h>
#include <kspell2/settings.h>
#include <kspell2/broker.h>
#include <tdespell2/configwidget.h>
#include <tdespell2/settings.h>
#include <tdespell2/broker.h>
using namespace KSpell2;
KPrConfig::KPrConfig( KPrView* parent )

@ -90,7 +90,7 @@
#include <kcommand.h>
#include "KPrDocumentIface.h"
#include <kspell2/settings.h>
#include <tdespell2/settings.h>
#include <KoVariable.h>
#include <KoAutoFormat.h>

@ -313,7 +313,7 @@ class KPrDocument : public KoDocument
}
/**
* get custom kspell config
* get custom tdespell config
*/
bool showStatusBar() const { return m_bShowStatusBar;}

@ -26,7 +26,7 @@
#include <KoDom.h>
#include <KoXmlNS.h>
#include "KoOasisContext.h"
#include <kparts/partmanager.h>
#include <tdeparts/partmanager.h>
#include <tqpainter.h>
#include <kdebug.h>

@ -46,7 +46,7 @@
#include <klocale.h>
#include <kdebug.h>
#include <tdeversion.h>
#include <kmultipledrag.h>
#include <tdemultipledrag.h>
#include <tqfont.h>
#include <tqfile.h>

@ -82,7 +82,7 @@
#include <kfontdialog.h>
#include <kglobal.h>
#include <kimageio.h>
#include <kparts/event.h>
#include <tdeparts/event.h>
#include <kdebug.h>
#include <ktempfile.h>
#include <kcolorbutton.h>
@ -126,7 +126,7 @@
#include <KoGuideLineDia.h>
#include <KoCompletionDia.h>
#include <kspell.h>
#include <tdespell.h>
#include <kstatusbar.h>
#include "KPrTextDocument.h"
@ -153,9 +153,9 @@
#include <KoStore.h>
#include <KoStoreDrag.h>
#include <kspell2/broker.h>
#include <kspell2/defaultdictionary.h>
#include <kspell2/dialog.h>
#include <tdespell2/broker.h>
#include <tdespell2/defaultdictionary.h>
#include <tdespell2/dialog.h>
#include "KoSpell.h"
#include "KPrPrinterDlg.h"
using namespace KSpell2;

@ -97,7 +97,7 @@ class KoTextIterator;
class KStatusBarLabel;
class KoSpell;
#include <kspell2/broker.h>
#include <tdespell2/broker.h>
namespace KSpell2 {
class Dialog;
}

@ -68,7 +68,7 @@ libkpresenterprivate_la_SOURCES = KoPointArray.cpp KPrCanvas.cpp \
slidetransitionwidget.ui KPrSlideTransitionDia.cpp \
KPrPrinterDlg.cpp
libkpresenterprivate_la_LDFLAGS = $(all_libraries) -version-info 4:0 -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts $(LIBKSPELL2)
libkpresenterprivate_la_LDFLAGS = $(all_libraries) -version-info 4:0 -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts $(LIBKSPELL2)
if include_ARTS
ARTSKDE = -lartskde
endif
@ -77,14 +77,14 @@ libkpresenterprivate_la_LIBADD = autoformEdit/libaf.la $(LIB_KOFFICEUI) $(LIB_KO
## The part
kde_module_LTLIBRARIES = libkpresenterpart.la
libkpresenterpart_la_SOURCES = KPrFactoryInit.cpp
libkpresenterpart_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkpresenterpart_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkpresenterpart_la_LIBADD = libkpresenterprivate.la
## The tdeinit loadable module and the executable
tdeinit_LTLIBRARIES = kpresenter.la
bin_PROGRAMS =
kpresenter_la_SOURCES = main.cpp
kpresenter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kpresenter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kpresenter_la_LIBADD = $(LIB_KOFFICECORE)
METASOURCES = AUTO

@ -71,7 +71,7 @@ else
mkdir -p $out/bin
cp $TDEDIR/bin/kpresenter $out/bin/
cp $TDEDIR/bin/dcopserver $out/bin/
# Take kded as well - we could copy the ksycoca file but we would have
# Take kded as well - we could copy the tdesycoca file but we would have
# to install it in ~/.trinity ...
cp $TDEDIR/bin/kded $out/bin/

@ -28,12 +28,12 @@ libkspreadcommon_la_SOURCES = digest.cc commands.cc damages.cc dependencies.cc \
kspread_genvalidationstyle.cc region.cc selection.cc manipulator.cc manipulator_data.cc \
kspread_generalProperty.cpp kspread_propertyEditor.cpp
libkspreadcommon_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts -lkutils
libkspreadcommon_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -ltdeutils
libkspreadcommon_la_LIBADD = $(top_builddir)/interfaces/libkochart.la \
dialogs/libdialogs.la tests/libtests.la \
$(LIB_KOFFICEUI) $(LIB_KOTEXT) -lkspell
$(LIB_KOFFICEUI) $(LIB_KOTEXT) -ltdespell
libkspreadpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkspreadpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkspreadpart_la_LIBADD = libkspreadcommon.la
libkspreadpart_la_SOURCES = kspread_factory_init.cc
@ -44,7 +44,7 @@ METASOURCES = AUTO
tdeinit_LTLIBRARIES = kspread.la
bin_PROGRAMS =
kspread_la_SOURCES = main.cc
kspread_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kspread_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kspread_la_LIBADD = $(LIB_KOFFICECORE)
xdg_apps_DATA = kspread.desktop

@ -35,7 +35,7 @@
#include <kconfig.h>
#include <kstatusbar.h>
#include <knuminput.h>
#include <kspell.h>
#include <tdespell.h>
#include <kmessagebox.h>
#include <tdeversion.h>
#include <kcolorbutton.h>

@ -59,7 +59,7 @@
#include <kcursor.h>
#include <kdebug.h>
#include <kmessagebox.h>
#include <kmultipledrag.h>
#include <tdemultipledrag.h>
#include <krun.h>
#include <kmimetype.h>
#include <ksharedptr.h>

@ -1459,17 +1459,17 @@ MethodOfCalc Doc::getTypeOfCalc() const
return d->calcMethod;
}
void Doc::setKSpellConfig(KSpellConfig _kspell)
void Doc::setKSpellConfig(KSpellConfig _tdespell)
{
if (d->spellConfig == 0 )
d->spellConfig = new KSpellConfig();
d->spellConfig->setNoRootAffix(_kspell.noRootAffix ());
d->spellConfig->setRunTogether(_kspell.runTogether ());
d->spellConfig->setDictionary(_kspell.dictionary ());
d->spellConfig->setDictFromList(_kspell.dictFromList());
d->spellConfig->setEncoding(_kspell.encoding());
d->spellConfig->setClient(_kspell.client());
d->spellConfig->setNoRootAffix(_tdespell.noRootAffix ());
d->spellConfig->setRunTogether(_tdespell.runTogether ());
d->spellConfig->setDictionary(_tdespell.dictionary ());
d->spellConfig->setDictFromList(_tdespell.dictFromList());
d->spellConfig->setEncoding(_tdespell.encoding());
d->spellConfig->setClient(_tdespell.client());
}
KSpellConfig * Doc::getKSpellConfig()

@ -391,9 +391,9 @@ public:
/**
* get custom kspell config
* get custom tdespell config
*/
void setKSpellConfig(KSpellConfig _kspell);
void setKSpellConfig(KSpellConfig _tdespell);
KSpellConfig * getKSpellConfig();
bool dontCheckUpperWord() const;

@ -7,7 +7,7 @@
#include <string.h>
#include <kparts/event.h>
#include <tdeparts/event.h>
#include <koffice_export.h>
#include "region.h"

@ -26,7 +26,7 @@
#include <kapplication.h>
#include <kdebug.h>
#include <kimageeffect.h>
#include <kparts/partmanager.h>
#include <tdeparts/partmanager.h>
#include <koChart.h>
#include <tqbitmap.h>

@ -62,13 +62,13 @@
#include <kprocio.h>
#include <kreplace.h>
#include <kreplacedialog.h>
#include <kspell.h>
#include <kspelldlg.h>
#include <tdespell.h>
#include <tdespelldlg.h>
#include <kstatusbar.h>
#include <kstdaction.h>
#include <kstandarddirs.h>
#include <ktempfile.h>
#include <kparts/partmanager.h>
#include <tdeparts/partmanager.h>
#include <klistview.h>
#include <kpushbutton.h>
@ -246,7 +246,7 @@ public:
// spell-check context
struct
{
KSpell * kspell;
KSpell * tdespell;
Sheet * firstSpellSheet;
Sheet * currentSpellSheet;
Cell * currentCell;
@ -1774,7 +1774,7 @@ View::View( TQWidget *_parent, const char *_name,
d->searchInSheets.firstSheet = 0;
// spell-check context
d->spell.kspell = 0;
d->spell.tdespell = 0;
d->spell.macroCmdSpellCheck = 0;
d->spell.firstSpellSheet = 0;
d->spell.currentSpellSheet = 0;
@ -1873,7 +1873,7 @@ View::~View()
}*/
delete d->spell.kspell;
delete d->spell.tdespell;
d->canvas->endChoose();
d->activeSheet = 0; // set the active sheet to 0L so that when during destruction
@ -2248,7 +2248,7 @@ void View::recalcWorkSheet()
void View::extraSpelling()
{
if ( d->spell.kspell )
if ( d->spell.tdespell )
return; // Already in progress
if (d->activeSheet == 0L)
@ -2296,33 +2296,33 @@ void View::startKSpell()
doc()->getKSpellConfig()->setReplaceAllList( d->spell.replaceAll );
}
d->spell.kspell = new KSpell( this, i18n( "Spell Checking" ), TQT_TQOBJECT(this),
d->spell.tdespell = new KSpell( this, i18n( "Spell Checking" ), TQT_TQOBJECT(this),
TQT_SLOT( spellCheckerReady() ),
doc()->getKSpellConfig() );
d->spell.kspell->setIgnoreUpperWords( doc()->dontCheckUpperWord() );
d->spell.kspell->setIgnoreTitleCase( doc()->dontCheckTitleCase() );
d->spell.tdespell->setIgnoreUpperWords( doc()->dontCheckUpperWord() );
d->spell.tdespell->setIgnoreTitleCase( doc()->dontCheckTitleCase() );
TQT_BASE_OBJECT_NAME::connect( d->spell.kspell, TQT_SIGNAL( death() ),
TQT_BASE_OBJECT_NAME::connect( d->spell.tdespell, TQT_SIGNAL( death() ),
this, TQT_SLOT( spellCheckerFinished() ) );
TQT_BASE_OBJECT_NAME::connect( d->spell.kspell, TQT_SIGNAL( misspelling( const TQString &,
TQT_BASE_OBJECT_NAME::connect( d->spell.tdespell, TQT_SIGNAL( misspelling( const TQString &,
const TQStringList &,
unsigned int) ),
this, TQT_SLOT( spellCheckerMisspelling( const TQString &,
const TQStringList &,
unsigned int) ) );
TQT_BASE_OBJECT_NAME::connect( d->spell.kspell, TQT_SIGNAL( corrected( const TQString &,
TQT_BASE_OBJECT_NAME::connect( d->spell.tdespell, TQT_SIGNAL( corrected( const TQString &,
const TQString &,
unsigned int) ),
this, TQT_SLOT( spellCheckerCorrected( const TQString &,
const TQString &,
unsigned int ) ) );
TQT_BASE_OBJECT_NAME::connect( d->spell.kspell, TQT_SIGNAL( done( const TQString & ) ),
TQT_BASE_OBJECT_NAME::connect( d->spell.tdespell, TQT_SIGNAL( done( const TQString & ) ),
this, TQT_SLOT( spellCheckerDone( const TQString & ) ) );
TQT_BASE_OBJECT_NAME::connect( d->spell.kspell, TQT_SIGNAL( ignoreall (const TQString & ) ),
TQT_BASE_OBJECT_NAME::connect( d->spell.tdespell, TQT_SIGNAL( ignoreall (const TQString & ) ),
this, TQT_SLOT( spellCheckerIgnoreAll( const TQString & ) ) );
TQT_BASE_OBJECT_NAME::connect( d->spell.kspell, TQT_SIGNAL( replaceall( const TQString & , const TQString & )), this, TQT_SLOT( spellCheckerReplaceAll( const TQString & , const TQString & )));
TQT_BASE_OBJECT_NAME::connect( d->spell.tdespell, TQT_SIGNAL( replaceall( const TQString & , const TQString & )), this, TQT_SLOT( spellCheckerReplaceAll( const TQString & , const TQString & )));
}
@ -2354,7 +2354,7 @@ void View::spellCheckerReady()
// check text only
if ( d->spell.currentCell->value().isString() )
{
d->spell.kspell->check( d->spell.currentCell->text(), true );
d->spell.tdespell->check( d->spell.currentCell->text(), true );
return;
}
@ -2397,7 +2397,7 @@ void View::spellCheckerReady()
d->spell.spellCurrCellX = x;
d->spell.spellCurrCellY = y;
d->spell.kspell->check( cell->text(), true );
d->spell.tdespell->check( cell->text(), true );
return;
}
@ -2426,9 +2426,9 @@ void View::spellCleanup()
if ( d->canvas )
d->canvas->setCursor( ArrowCursor );
d->spell.kspell->cleanUp();
delete d->spell.kspell;
d->spell.kspell = 0L;
d->spell.tdespell->cleanUp();
delete d->spell.tdespell;
d->spell.tdespell = 0L;
d->spell.firstSpellSheet = 0L;
d->spell.currentSpellSheet = 0L;
d->spell.currentCell = 0L;
@ -2548,11 +2548,11 @@ void View::spellCheckerCorrected( const TQString & old, const TQString & corr,
void View::spellCheckerDone( const TQString & )
{
int result = d->spell.kspell->dlgResult();
int result = d->spell.tdespell->dlgResult();
d->spell.kspell->cleanUp();
delete d->spell.kspell;
d->spell.kspell = 0L;
d->spell.tdespell->cleanUp();
delete d->spell.tdespell;
d->spell.tdespell = 0L;
if ( result != KS_CANCEL && result != KS_STOP )
{
@ -2591,19 +2591,19 @@ void View::spellCheckerFinished()
if (d->canvas)
d->canvas->setCursor( ArrowCursor );
KSpell::spellStatus status = d->spell.kspell->status();
d->spell.kspell->cleanUp();
delete d->spell.kspell;
d->spell.kspell = 0L;
KSpell::spellStatus status = d->spell.tdespell->status();
d->spell.tdespell->cleanUp();
delete d->spell.tdespell;
d->spell.tdespell = 0L;
d->spell.replaceAll.clear();
bool kspellNotConfigured=false;
bool tdespellNotConfigured=false;
if (status == KSpell::Error)
{
KMessageBox::sorry(this, i18n("ISpell could not be started.\n"
"Please make sure you have ISpell properly configured and in your PATH."));
kspellNotConfigured=true;
tdespellNotConfigured=true;
}
else if (status == KSpell::Crashed)
{
@ -2617,7 +2617,7 @@ void View::spellCheckerFinished()
d->spell.macroCmdSpellCheck=0L;
if (kspellNotConfigured)
if (tdespellNotConfigured)
{
PreferenceDialog configDlg( this, 0 );
configDlg.openPage( PreferenceDialog::KS_SPELLING);

@ -25,7 +25,7 @@
#include <tqobject.h>
#include <klibloader.h>
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <koffice_export.h>

@ -25,7 +25,7 @@
#ifndef KSPREAD_PLUGININSERTCALENDAR_H
#define KSPREAD_PLUGININSERTCALENDAR_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <koffice_export.h>

@ -14,7 +14,7 @@ noinst_HEADERS = scripting.h
kspreadscripting_la_METASOURCES = AUTO
kspreadscripting_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kspreadscripting_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kspreadscripting_la_LIBADD = $(top_builddir)/kspread/libkspreadcommon.la $(top_builddir)/lib/kross/main/libkrossmain.la
kde_services_DATA = kspreadscripting.desktop

@ -7,7 +7,7 @@ kde_module_LTLIBRARIES = krosskspreadcore.la
krosskspreadcore_la_SOURCES = kspreadcoremodule.cpp krs_doc.cpp krs_sheet.cpp krs_cell.cpp
krosskspreadcore_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
krosskspreadcore_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
krosskspreadcore_la_LIBADD = \
$(LIB_KOFFICECORE) $(LIB_KOFFICEUI) \
$(LIB_QT) \

@ -22,7 +22,7 @@
#ifndef SCRIPTING_H
#define SCRIPTING_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <kspread_view.h>
namespace Kross {

@ -8,19 +8,19 @@ bin_PROGRAMS =
lib_LTLIBRARIES = libkudesignercore.la
libkudesignercore_la_SOURCES = kudesigner_view.cpp kudesigner_factory.cpp \
kudesigner_doc.cpp
libkudesignercore_la_LDFLAGS = -avoid-version $(all_libraries) $(KDE_RPATH) -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkudesignercore_la_LDFLAGS = -avoid-version $(all_libraries) $(KDE_RPATH) -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkudesignercore_la_LIBADD = ../kudesigner_lib/libkudesignercommon.la $(LIB_KOFFICEUI) $(LIB_KPARTS) $(LIB_KOFFICECORE) $(LIB_KOPROPERTY) $(LIB_KIO) $(LIB_TDEPRINT)
## The part
kde_module_LTLIBRARIES = libkudesignerpart.la
libkudesignerpart_la_SOURCES = kudesigner_part.cpp
libkudesignerpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(KDE_RPATH) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkudesignerpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(KDE_RPATH) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkudesignerpart_la_LIBADD = libkudesignercore.la $(LIB_KOFFICEUI) $(LIB_KPARTS) $(LIB_KOFFICECORE)
## The tdeinit loadable module
tdeinit_LTLIBRARIES = kudesigner.la
kudesigner_la_SOURCES = main.cpp
kudesigner_la_LDFLAGS = $(all_libraries) -module -avoid-version -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kudesigner_la_LDFLAGS = $(all_libraries) -module -avoid-version -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kudesigner_la_LIBADD = $(LIB_KOFFICECORE)
xdg_apps_DATA = kudesigner.desktop

@ -21,7 +21,7 @@
#include "kudesigner_view.h"
#include <KoTemplateChooseDia.h>
#include <kparts/componentfactory.h>
#include <tdeparts/componentfactory.h>
#include <kdebug.h>
#include <klocale.h>
#include <kstandarddirs.h>

@ -20,7 +20,7 @@
#define KUDESIGNER_VIEW_H
#include <KoView.h>
#include <kparts/event.h>
#include <tdeparts/event.h>
#include <tqdom.h>

@ -40,7 +40,7 @@ Changes after KWord-1.3
- Reorganized and simplified GUI of the configuration dialog
- Support for "protect content" in all types of framesets
- Support for different run-around-gaps on every side of the frame
- Use kspell2
- Use tdespell2
- Copy/paste between kword/kpresenter
- Add statistic variable

@ -27,7 +27,7 @@
#include "KoTextIterator.h"
#include "KoTextObject.h"
#include <kspell2/broker.h>
#include <tdespell2/broker.h>
using namespace KSpell2;
#include <kdebug.h>

@ -55,7 +55,7 @@
#include <kcursor.h>
#include <kdebug.h>
#include <kmessagebox.h>
#include <kmultipledrag.h>
#include <tdemultipledrag.h>
#include <kurl.h>
#include <kurldrag.h>
#include <kio/netaccess.h>
@ -1516,7 +1516,7 @@ void KWCanvas::contentsDropEvent( TQDropEvent *e )
} else if ( KURLDrag::canDecode( e ) ) {
// TODO ask (with a popupmenu) between inserting a link and inserting the contents
// TODO fix khtml to export images when dragging an image+link (as it does when using "Copy")
// TODO fix tdehtml to export images when dragging an image+link (as it does when using "Copy")
KURL::List lst;
KURLDrag::decode( e, lst );
@ -1590,7 +1590,7 @@ void KWCanvas::doAutoScroll()
return;
}
// This code comes from khtml
// This code comes from tdehtml
TQPoint pos( mapFromGlobal( TQCursor::pos() ) );
pos = TQPoint(pos.x() - viewport()->x(), pos.y() - viewport()->y());

@ -54,9 +54,9 @@
#include <KoVariable.h>
#include <kformulaconfigpage.h>
#include <kspell2/configwidget.h>
#include <kspell2/settings.h>
#include <kspell2/broker.h>
#include <tdespell2/configwidget.h>
#include <tdespell2/settings.h>
#include <tdespell2/broker.h>
using namespace KSpell2;
#include <float.h>

@ -76,13 +76,13 @@
#include <kdebug.h>
#include <kglobalsettings.h>
#include <klibloader.h>
#include <kmultipledrag.h>
#include <tdemultipledrag.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kspell.h>
#include <tdespell.h>
#include <kstandarddirs.h>
#include <kspell2/settings.h>
#include <tdespell2/settings.h>
#include <tqfileinfo.h>
#include <tqregexp.h>

@ -100,7 +100,7 @@
#include <tkcoloractions.h>
#include <KoSpeaker.h>
#include <kparts/partmanager.h>
#include <tdeparts/partmanager.h>
#include <kaccelgen.h>
#include <kcolordialog.h>
#include <kdebug.h>
@ -109,7 +109,7 @@
#include <kinputdialog.h>
#include <kio/netaccess.h>
#include <kmessagebox.h>
#include <kparts/event.h>
#include <tdeparts/event.h>
#include <kstandarddirs.h>
#include <kstatusbar.h>
#include <kstdaccel.h>
@ -131,8 +131,8 @@
#include <stdlib.h>
#include <kspell2/dialog.h>
#include <kspell2/defaultdictionary.h>
#include <tdespell2/dialog.h>
#include <tdespell2/defaultdictionary.h>
#include "KoSpell.h"
using namespace KSpell2;

@ -82,7 +82,7 @@ class KFontAction;
class TQResizeEvent;
class TQSplitter;
#include <kspell2/broker.h>
#include <tdespell2/broker.h>
namespace KSpell2 {
class Dialog;
}

@ -24,7 +24,7 @@
#include "KWCanvas.h"
#include <kapplication.h>
#include <kparts/partmanager.h>
#include <tdeparts/partmanager.h>
#include <dcopclient.h>
KWordPartFrameSetIface::KWordPartFrameSetIface( KWPartFrameSet *fs )

@ -9,7 +9,7 @@ lib_LTLIBRARIES = libkwmailmerge_interface.la libkwordprivate.la
## The part
libkwordpart_la_SOURCES = KWFactoryInit.cpp
libkwordpart_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkwordpart_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkwordpart_la_LIBADD = $(KOFFICE_LIBS) libkwordprivate.la
## A lib with all the code
@ -54,14 +54,14 @@ libkwordprivate_la_SOURCES = KWTableFrameSet.cpp KWCanvas.cpp KWFrame.cpp KWForm
KWLoadingInfo.cpp
libkwordprivate_la_LDFLAGS = $(all_libraries) -version-info 4:0 -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts $(LIBKSPELL2)
libkwordprivate_la_LDFLAGS = $(all_libraries) -version-info 4:0 -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts $(LIBKSPELL2)
libkwordprivate_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KOTEXT) ../lib/kformula/libkformulalib.la ./libkwmailmerge_interface.la
METASOURCES = AUTO
## The mailmerge interface library
libkwmailmerge_interface_la_SOURCES = KWMailMergeDataSource.cpp KWMailMergeDataSource.skel
libkwmailmerge_interface_la_LDFLAGS = $(all_libraries) -version-info 4:0 -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
libkwmailmerge_interface_la_LDFLAGS = $(all_libraries) -version-info 4:0 -no-undefined -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkwmailmerge_interface_la_LIBADD = $(KOFFICE_LIBS) $(LIB_QT) -lDCOP
twincludedir = $(includedir)/kword
twinclude_HEADERS = KWMailMergeDataSource.h
@ -73,7 +73,7 @@ kwmailmerge_servicetypedir=$(kde_servicetypesdir)
tdeinit_LTLIBRARIES = kword.la
bin_PROGRAMS =
kword_la_SOURCES = main.cpp
kword_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kword_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kword_la_LIBADD = $(KOFFICE_LIBS)
xdg_apps_DATA = kword.desktop

@ -279,7 +279,7 @@
</LAYOUT>
</PARAGRAPH>
<PARAGRAPH>
<TEXT>kparts: found Plugin ::(formatting): KWTextFrameSet::formatMore finished</TEXT>
<TEXT>tdeparts: found Plugin ::(formatting): KWTextFrameSet::formatMore finished</TEXT>
<LAYOUT>
<NAME value="Standard" />
<FLOW align="left" />

@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = kwmailmerge_classic.la
## Plugin encapsulating the (old) internally stored style
kwmailmerge_classic_la_SOURCES = KWClassicSerialDataSource.cpp
kwmailmerge_classic_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kwmailmerge_classic_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kwmailmerge_classic_la_LIBADD = $(KOFFICE_LIBS) ../libkwmailmerge_interface.la $(LIB_TDEUI) $(LIB_KOTEXT)
METASOURCES = AUTO

@ -7,7 +7,7 @@ kde_module_LTLIBRARIES = kwmailmerge_kabc.la
## Plugin encapsulating the QT SQL database interface
kwmailmerge_kabc_la_SOURCES = KWMailMergeKABC.cpp KWMailMergeKABCConfig.cpp addresspicker.ui
kwmailmerge_kabc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kwmailmerge_kabc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kwmailmerge_kabc_la_LIBADD = $(KOFFICE_LIBS) ../../libkwmailmerge_interface.la $(LIB_TDEUI) $(LIB_KABC)
METASOURCES = AUTO

@ -6,7 +6,7 @@ INCLUDES = $(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) \
kde_module_LTLIBRARIES = kwmailmerge_kspread.la
kwmailmerge_kspread_la_SOURCES = kwmailmerge_kspread.cpp kwmailmerge_kspread_config.cpp
kwmailmerge_kspread_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kwmailmerge_kspread_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kwmailmerge_kspread_la_LIBADD = $(KOFFICE_LIBS) ../../libkwmailmerge_interface.la \
$(top_builddir)/kspread/libkspreadcommon.la $(LIB_TDEUI)

@ -6,13 +6,13 @@ kde_module_LTLIBRARIES = kwmailmerge_qtsqldb.la kwmailmerge_qtsqldb_power.la
## Plugin encapsulating the QT SQL database interface
kwmailmerge_qtsqldb_la_SOURCES = KWQtSqlSerialDataSource.cpp qtsqldatasourceeditor.ui \
KWQtSqlEasyFilter.cpp
kwmailmerge_qtsqldb_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kwmailmerge_qtsqldb_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kwmailmerge_qtsqldb_la_LIBADD = $(KOFFICE_LIBS) libmailmergesqlcommon.la ../../libkwmailmerge_interface.la $(LIB_TDEUI)
kwmailmerge_qtsqldb_la_COMPILE_FIRST = qtsqlopenwidget.h
## 2. Plugin encapsulating the QT SQL database interface
kwmailmerge_qtsqldb_power_la_SOURCES = KWQtSqlPowerSerialDataSource.cpp kwqtsqlpower.ui KWQtSqlPowerSerialDataSource.skel
kwmailmerge_qtsqldb_power_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kwmailmerge_qtsqldb_power_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kwmailmerge_qtsqldb_power_la_LIBADD = $(KOFFICE_LIBS) libmailmergesqlcommon.la ../../libkwmailmerge_interface.la $(LIB_TDEUI)
kwmailmerge_qtsqldb_power_la_COMPILE_FIRST = qtsqlopenwidget.h

@ -19,13 +19,13 @@
#include <KWFrame.h>
#include <KWFrameList.h>
#include <KWDocument.h>
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include <tqapplication.h>
using namespace KUnitTest;
KUNITTEST_MODULE(kunittest_FrameTester, "Frame Tester");
KUNITTEST_MODULE(tdeunittest_FrameTester, "Frame Tester");
KUNITTEST_MODULE_REGISTER_TESTER(KWFrameTester);
void KWFrameTester::allTests() {

@ -15,7 +15,7 @@
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
#include <KWFrameSet.h>
#include <KWTextFrameSet.h>

@ -15,8 +15,8 @@
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include <kdebug.h>
#include "FrameViewTester.h"
@ -30,7 +30,7 @@
using namespace KUnitTest;
KUNITTEST_MODULE(kunittest_FrameViewTester, "FrameView Tester");
KUNITTEST_MODULE(tdeunittest_FrameViewTester, "FrameView Tester");
KUNITTEST_MODULE_REGISTER_TESTER(KWFrameViewTester);
void KWFrameViewTester::allTests() {

@ -15,7 +15,7 @@
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
class KWFrameViewTester : public KUnitTest::Tester {
public:

@ -15,8 +15,8 @@
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include <kdebug.h>
#include "KWPageManagerTester.h"
@ -26,7 +26,7 @@
using namespace KUnitTest;
KUNITTEST_MODULE(kunittest_KWPageManagerTester, "PageManager Tester");
KUNITTEST_MODULE(tdeunittest_KWPageManagerTester, "PageManager Tester");
KUNITTEST_MODULE_REGISTER_TESTER(KWPageManagerTester);
void KWPageManagerTester::allTests() {

@ -15,7 +15,7 @@
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
class KWPageManagerTester : public KUnitTest::Tester {
public:

@ -4,22 +4,22 @@ INCLUDES = $(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) $(all_includes)
# The check_ target makes sure we don't install the modules,
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = kunittest_KWPageManagerTester.la \
kunittest_FrameTester.la \
kunittest_FrameViewTester.la
check_LTLIBRARIES = tdeunittest_KWPageManagerTester.la \
tdeunittest_FrameTester.la \
tdeunittest_FrameViewTester.la
kunittest_KWPageManagerTester_la_SOURCES = KWPageManagerTester.cpp
kunittest_KWPageManagerTester_la_LIBADD = -lkunittest ../libkwordprivate.la
kunittest_KWPageManagerTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_KWPageManagerTester_la_SOURCES = KWPageManagerTester.cpp
tdeunittest_KWPageManagerTester_la_LIBADD = -ltdeunittest ../libkwordprivate.la
tdeunittest_KWPageManagerTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
kunittest_FrameTester_la_SOURCES = FrameTester.cpp
kunittest_FrameTester_la_LIBADD = -lkunittest ../libkwordprivate.la
kunittest_FrameTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_FrameTester_la_SOURCES = FrameTester.cpp
tdeunittest_FrameTester_la_LIBADD = -ltdeunittest ../libkwordprivate.la
tdeunittest_FrameTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
kunittest_FrameViewTester_la_SOURCES = FrameViewTester.cpp
kunittest_FrameViewTester_la_LIBADD = -lkunittest ../libkwordprivate.la
kunittest_FrameViewTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_FrameViewTester_la_SOURCES = FrameViewTester.cpp
tdeunittest_FrameViewTester_la_LIBADD = -ltdeunittest ../libkwordprivate.la
tdeunittest_FrameViewTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check-local: kunittest_KWPageManagerTester.la kunittest_FrameTester.la kunittest_FrameViewTester.la
kunittestmodrunner 2>&1 | perl $(srcdir)/checkFilter.pl
check-local: tdeunittest_KWPageManagerTester.la tdeunittest_FrameTester.la tdeunittest_FrameViewTester.la
tdeunittestmodrunner 2>&1 | perl $(srcdir)/checkFilter.pl

@ -24,5 +24,5 @@ messages:
# $(XGETTEXT) kotext/kohyphen/*.cpp */*.cc */*.cpp -o $(podir)/koffice.pot
# rm -f kformula/symbolnames.cc
DOXYGEN_REFERENCES = dcop kprint tdeui kparts
DOXYGEN_REFERENCES = dcop kprint tdeui tdeparts
include ../admin/Doxyfile.am

@ -10,7 +10,7 @@ store_FILES = *.h
store_LIBS = -ltdecore -lqt
kofficecore_FILES = *.h
kofficecore_LIBS = -lkparts -ltdecore -lqt
kofficecore_LIBS = -ltdeparts -ltdecore -lqt
kofficeui_FILES = *.h
kofficeui_LIBS = -lkofficecore -ltdeui -ltdecore -lqt

@ -45,7 +45,7 @@
#include <klocale.h>
#include <kmessagebox.h>
#include <kmimetype.h>
#include <kparts/partmanager.h>
#include <tdeparts/partmanager.h>
#include <kprinter.h>
#include <ksavefile.h>

@ -27,7 +27,7 @@ namespace std { }
using namespace std;
#include <tqwmatrix.h>
#include <kparts/part.h>
#include <tdeparts/part.h>
#include <kurl.h>
#include <kservice.h>
#include <KoGlobal.h>

@ -28,7 +28,7 @@
#include <KoStore.h>
#include <KoStoreDevice.h>
#include <kparts/partmanager.h>
#include <tdeparts/partmanager.h>
#include <kmimetype.h>
#include <klocale.h>

@ -19,7 +19,7 @@
#ifndef __koDocument_p_h__
#define __koDocument_p_h__
#include <kparts/browserextension.h>
#include <tdeparts/browserextension.h>
class KoDocument;

@ -20,7 +20,7 @@
#ifndef __koFactory_h__
#define __koFactory_h__
#include <kparts/factory.h>
#include <tdeparts/factory.h>
#include <koffice_export.h>
class TDEInstance;

@ -21,7 +21,7 @@
#include <KoView.h>
#include <tqpainter.h>
#include <kparts/event.h>
#include <tdeparts/event.h>
#include <kcursor.h>
#include <kdebug.h>

@ -47,9 +47,9 @@
#include <kdebug.h>
#include <ktempfile.h>
#include <krecentdocument.h>
#include <kparts/partmanager.h>
#include <kparts/plugin.h>
#include <kparts/event.h>
#include <tdeparts/partmanager.h>
#include <tdeparts/plugin.h>
#include <tdeparts/event.h>
#include <klocale.h>
#include <kstatusbar.h>
#include <kglobalsettings.h>
@ -567,7 +567,7 @@ bool KoMainWindow::openDocument( KoDocument *newdoc, const KURL & url )
TQString mime = KMimeType::findByURL(url)->name();
if ( mime.isEmpty() || mime == KMimeType::defaultMimeType() )
mime = newdoc->nativeFormatMimeType();
if ( url.isLocalFile() ) // workaround for kde<=3.3 kparts bug, fixed for 3.4
if ( url.isLocalFile() ) // workaround for kde<=3.3 tdeparts bug, fixed for 3.4
newdoc->setFile(url.path());
newdoc->setMimeTypeAfterLoading( mime );
updateCaption();

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

@ -17,7 +17,7 @@
* Boston, MA 02110-1301, USA.
*/
#include <kparts/factory.h>
#include <tdeparts/factory.h>
#include <KoQueryTrader.h>
#include <KoDocument.h>

@ -73,7 +73,7 @@ public:
KoDocument* createDoc( KoDocument* parent = 0, const char* name = 0 ) const;
/**
* This function will query ksycoca to find all available components.
* This function will query tdesycoca to find all available components.
* The result will only contain parts, which are embeddable into a document
*
* @param _constr is a constraint expression as used by KTrader.

@ -27,8 +27,8 @@
#include <klocale.h>
#include <kglobal.h>
#include <kdebug.h>
#include <kparts/partmanager.h>
#include <kparts/event.h>
#include <tdeparts/partmanager.h>
#include <tdeparts/event.h>
#include <kcursor.h>
#include <assert.h>
#include <kstatusbar.h>

@ -22,7 +22,7 @@
#include <tqwidget.h>
#include <tqguardedptr.h>
#include <kparts/part.h>
#include <tdeparts/part.h>
#include <KoChild.h>
#include <koffice_export.h>

@ -28,7 +28,7 @@
#include <tqdockwindow.h>
#include <kdebug.h>
#include <kparts/event.h>
#include <tdeparts/event.h>
#include <klocale.h>
#include <ktoolbar.h>
#include <kiconloader.h>

@ -23,7 +23,7 @@
#include <tqobject.h>
#include <tqevent.h>
#include <kparts/event.h>
#include <tdeparts/event.h>
#include <kapplication.h>
#include <kpopupmenu.h>
#include <kaction.h>

@ -6,7 +6,7 @@ METASOURCES = AUTO
noinst_PROGRAMS = propertytest
propertytest_SOURCES = main.cpp test.cpp
propertytest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
propertytest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
propertytest_LDADD = $(LIB_KOPROPERTY)
# this is where the shell's XML-GUI resource file goes

@ -31,11 +31,11 @@
#include "KoTextDocument.h"
#include <kspell2/backgroundchecker.h>
#include <kspell2/broker.h>
#include <kspell2/dictionary.h>
#include <kspell2/settings.h>
#include <kspell2/filter.h>
#include <tdespell2/backgroundchecker.h>
#include <tdespell2/broker.h>
#include <tdespell2/dictionary.h>
#include <tdespell2/settings.h>
#include <tdespell2/filter.h>
using namespace KSpell2;
#include <klocale.h>

@ -20,7 +20,7 @@
#ifndef KOBGSPELLCHECK_H
#define KOBGSPELLCHECK_H
#include <kspell2/broker.h>
#include <tdespell2/broker.h>
#include <tqobject.h>
#include <tqstringlist.h>
#include <koffice_export.h>

@ -34,7 +34,7 @@
#include "KoFontDiaPreview.h"
#include <kspell2/broker.h>
#include <tdespell2/broker.h>
class TQComboBox;

@ -22,7 +22,7 @@
#include <kolanguagetabbase.h>
#include <kspell2/broker.h>
#include <tdespell2/broker.h>
class KoLanguageTab : public KoLanguageTabBase
{

@ -26,8 +26,8 @@
#include "KoTextParag.h"
#include "KoTextIterator.h"
#include <kspell2/broker.h>
#include <kspell2/filter.h>
#include <tdespell2/broker.h>
#include <tdespell2/filter.h>
#include <kglobal.h>
#include <klocale.h>

@ -23,7 +23,7 @@
#include <tqstringlist.h>
#include <tqstring.h>
#include <kspell2/backgroundchecker.h>
#include <tdespell2/backgroundchecker.h>
#include <koffice_export.h>
class KoTextIterator;
class KoTextParag;

@ -44,7 +44,7 @@
//#define DEBUG_FORMATS
//#define DEBUG_FORMAT_MORE
const char KoTextObject::s_customItemChar = '#'; // Has to be transparent to kspell but still be saved (not space)
const char KoTextObject::s_customItemChar = '#'; // Has to be transparent to tdespell but still be saved (not space)
struct KoTextObject::KoTextObjectPrivate
{

@ -23,7 +23,7 @@ libkotext_la_SOURCES = KoComplexText.cpp KoRichText.cpp \
libkotext_la_LDFLAGS = $(all_libraries) -version-info 3:0:0 -no-undefined
libkotext_la_LIBADD = $(LIB_KOFFICEUI) kohyphen/libkohyphen.la $(LIBKSPELL2) -lkutils
libkotext_la_LIBADD = $(LIB_KOFFICEUI) kohyphen/libkohyphen.la $(LIBKSPELL2) -ltdeutils
METASOURCES = AUTO

@ -1,6 +1,6 @@
if test -z "$LIBKSPELL2"; then
echo ""
echo "You don't use tdelibs CVS (kspell2 not found). Spell-checking disabled."
echo "You don't use tdelibs CVS (tdespell2 not found). Spell-checking disabled."
echo ""
all_tests=bad
fi

@ -1,13 +1,13 @@
AC_LANG_SAVE
AC_LANG_C
dnl Check for aspell library
KDE_CHECK_HEADERS([kspell2/broker.h])
if test "x$ac_cv_header_kspell2_broker_h" = "xyes"; then
KDE_CHECK_HEADERS([tdespell2/broker.h])
if test "x$ac_cv_header_tdespell2_broker_h" = "xyes"; then
dnl the header and the lib exist -> ok
dnl this is for config.h
AC_DEFINE(HAVE_LIBKSPELL2, 1, [If we are going to use libkspell2 for spell-checking])
LIBKSPELL2="-lkspell2"
AC_MSG_RESULT([found in $ac_kspell2_includes])
AC_DEFINE(HAVE_LIBKSPELL2, 1, [If we are going to use libtdespell2 for spell-checking])
LIBKSPELL2="-ltdespell2"
AC_MSG_RESULT([found in $ac_tdespell2_includes])
else
LIBKSPELL2=""
AC_MSG_RESULT([not found -- spell-checking will be disabled])

@ -18,4 +18,4 @@ check_PROGRAMS = kohyphentest
kohyphentest_SOURCES = kohyphentest.cpp
kohyphentest_LDADD = ./libkohyphen.la $(LIB_QT) $(LIB_TDECORE)
kohyphentest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kohyphentest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor

@ -18,8 +18,8 @@
// KoUserStyle/KoUserStyleCollection test
#include <kunittest/runner.h>
#include <kunittest/module.h>
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include <KoUserStyleCollection.h>
#include <KoUserStyle.h>
@ -29,7 +29,7 @@
#include "KoUserStyleTester.h"
#include "KoUserStyleTester.moc"
KUNITTEST_MODULE(kunittest_KoUserStyleTester, "KoUserStyle Tester");
KUNITTEST_MODULE(tdeunittest_KoUserStyleTester, "KoUserStyle Tester");
KUNITTEST_MODULE_REGISTER_TESTER(KoUserStyleTester);
#undef COMPARE

@ -19,7 +19,7 @@
#ifndef KOUSERSTYLETESTER_H
#define KOUSERSTYLETESTER_H
#include <kunittest/tester.h>
#include <tdeunittest/tester.h>
class KoUserStyleTester : public KUnitTest::SlotTester {
Q_OBJECT

@ -8,17 +8,17 @@ check_PROGRAMS = kotextformattertest kobordertest kovariabletest
TESTS = kotextformattertest kovariabletest
LDADD = ../libkotext.la
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
kobordertest_SOURCES = kobordertest.cpp
kotextformattertest_SOURCES = kotextformattertest.cpp
kovariabletest_SOURCES = kovariabletest.cpp
check_LTLIBRARIES = kunittest_KoUserStyleTester.la
check_LTLIBRARIES = tdeunittest_KoUserStyleTester.la
kunittest_KoUserStyleTester_la_SOURCES = KoUserStyleTester.cpp
kunittest_KoUserStyleTester_la_LIBADD = ../libkotext.la -lkunittest
kunittest_KoUserStyleTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
tdeunittest_KoUserStyleTester_la_SOURCES = KoUserStyleTester.cpp
tdeunittest_KoUserStyleTester_la_LIBADD = ../libkotext.la -ltdeunittest
tdeunittest_KoUserStyleTester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
check-local:
kunittestmodrunner
tdeunittestmodrunner

@ -6,6 +6,6 @@ bin_PROGRAMS = krossrunner
krossrunner_SOURCES = main.cpp
krossrunner_LDADD = $(LIB_QT) $(LIB_TDECORE) ../api/libkrossapi.la ../main/libkrossmain.la
INCLUDES = $(KROSS_INCLUDES) $(all_includes)
krossrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
krossrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
SUBDIRS = .
METASOURCES = AUTO

@ -12,6 +12,6 @@ krosstest_LDADD = \
../main/libkrossmain.la
INCLUDES = $(KROSS_INCLUDES) $(all_includes)
krosstest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
krosstest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
SUBDIRS = .
METASOURCES = AUTO

@ -15,7 +15,7 @@ kde_module_LTLIBRARIES = kofficescan.la
kofficescan_la_SOURCES = scan.cpp
noinst_HEADERS = scan.h
kofficescan_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kofficescan_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kofficescan_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) $(LIB_KOFFICECORE)
kofficescan_la_METASOURCES = AUTO

@ -20,7 +20,7 @@
#ifndef SCAN_H
#define SCAN_H
#include <kparts/plugin.h>
#include <tdeparts/plugin.h>
#include <tqimage.h>
class KScanDialog;

@ -1,2 +1,2 @@
SUBDIRS = converter thumbnail thesaurus kthesaurus kfile-plugins quickprint
# Not ported to kspell2: 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?

@ -2,7 +2,7 @@ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
bin_PROGRAMS = koconverter
koconverter_SOURCES = koconverter.cpp
koconverter_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
koconverter_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
koconverter_LDADD = $(top_builddir)/lib/kofficecore/libkofficecore.la
METASOURCES = AUTO

@ -9,7 +9,7 @@ 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 -lkparts
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)

@ -9,7 +9,7 @@ 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 -lkparts
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)

@ -9,7 +9,7 @@ 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 -lkparts
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)

@ -9,7 +9,7 @@ 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 -lkparts
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)

@ -1,24 +1,24 @@
# This tool is disabled. Not useful and not ported to kspell2.
# This tool is disabled. Not useful and not ported to tdespell2.
#INCLUDES = -I$(srcdir)/../../lib/kofficecore $(all_includes)
#libkspelltool_la_LIBADD = ../../lib/kofficecore/libkofficecore.la
#libtdespelltool_la_LIBADD = ../../lib/kofficecore/libkofficecore.la
####### Files
#kde_module_LTLIBRARIES = libkspelltool.la
#kde_module_LTLIBRARIES = libtdespelltool.la
#libkspelltool_la_SOURCES = main.cc
#libtdespelltool_la_SOURCES = main.cc
#libkspelltool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined
#libtdespelltool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined
#noinst_HEADERS = main.h
#libkspelltool_la_METASOURCES = main.moc
#libtdespelltool_la_METASOURCES = main.moc
#service_DATA = kspelltool.desktop
#service_DATA = tdespelltool.desktop
#servicedir = $(kde_servicesdir)
install-data-local: uninstall.desktop
$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
$(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_servicesdir)/kspelltool.desktop
$(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_servicesdir)/tdespelltool.desktop

@ -37,7 +37,7 @@
*
***************************************************/
K_EXPORT_COMPONENT_FACTORY( libkspelltool, KGenericFactory<SpellChecker> )
K_EXPORT_COMPONENT_FACTORY( libtdespelltool, KGenericFactory<SpellChecker> )
/***************************************************
*
@ -107,7 +107,7 @@ bool SpellChecker::run( const TQString& command, void* data, const TQString& dat
#endif
}
}
#if 0 //PORT to kspell2
#if 0 //PORT to tdespell2
// Call the spell checker
KOSpell::modalCheck( buffer, &kosconfig );
*((TQString*)data) = buffer;

@ -66,7 +66,7 @@ Name[xh]=Isixhobo Sokukhangela Upelo
Name[zh_CN]=拼写检查工具
Name[zh_TW]=拼字檢查工具
Name[zu]=Ithuluzi Lokubhekisisa Kokubhalwa Kwamagama
X-TDE-Library=libkspelltool
X-TDE-Library=libtdespelltool
Type=Service
Commands=spellcheck
Comment=Check this Word's Spelling

@ -5,11 +5,11 @@ kde_module_LTLIBRARIES = clipartthumbnail.la kofficethumbnail.la
clipartthumbnail_la_SOURCES = clipartcreator.cpp
clipartthumbnail_la_LIBADD = $(KOFFICE_LIBS) # for KoClipartCollection
clipartthumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
clipartthumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
kofficethumbnail_la_SOURCES = kofficecreator.cpp
kofficethumbnail_la_LIBADD = $(KOFFICE_LIBS)
kofficethumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
kofficethumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
# otherofficethumbnail.desktop is currently not installed, as it gives too many problems
kde_services_DATA = clipartthumbnail.desktop kofficethumbnail.desktop

@ -29,8 +29,8 @@
#include <kfileitem.h>
#include <ktrader.h>
#include <klibloader.h>
#include <kparts/part.h>
#include <kparts/componentfactory.h>
#include <tdeparts/part.h>
#include <tdeparts/componentfactory.h>
#include "kofficecreator.h"
#include <KoStore.h>

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

Loading…
Cancel
Save