Additional kde to tde renaming

pull/21/head
Timothy Pearson 13 years ago
parent 480ccc4ed6
commit d70ce47c22

@ -14,8 +14,8 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
project( kdepim )
set( PACKAGE kdepim )
project( tdepim )
set( PACKAGE tdepim )
set( VERSION "3.5.13" )
@ -152,7 +152,7 @@ if( BUILD_KADDRESSBOOK OR (BUILD_KRESOURCES AND (WITH_EGROUPWARE OR WITH_BIRTHDA
endif()
##### kdepim directories ########################
##### tdepim directories ########################
tde_conditional_add_subdirectory( BUILD_INDEXLIB indexlib )
tde_conditional_add_subdirectory( BUILD_LIBKMIME libkmime )

@ -1,4 +1,4 @@
## kdepim/Makefile.am
## tdepim/Makefile.am
## (C) 1997 Stephan Kulow
# these are here to control the compilation order, but are only textual

@ -1270,7 +1270,7 @@ Problems addressed
Merges
------
* Enterprise branch is in sync with kdepim 3.5 branch
* Enterprise branch is in sync with tdepim 3.5 branch
* Bugfixes from enterprise ported to 3.5 branch
Friday, July 4th 2008
@ -1284,7 +1284,7 @@ Problems addressed
Merges
------
* Enterprise branch is in sync with kdepim 3.5 branch
* Enterprise branch is in sync with tdepim 3.5 branch
Friday, June 27th 2008
@ -1316,7 +1316,7 @@ Problems addressed
Merges
--------
* Enterprise branch is in sync with kdepim 3.5 branch
* Enterprise branch is in sync with tdepim 3.5 branch
Friday, May 30th 2008
@ -1327,7 +1327,7 @@ Problems addressed
Merges
-------
* Enterprise in sync with kdepim 3.5 branch.
* Enterprise in sync with tdepim 3.5 branch.
@ -1341,7 +1341,7 @@ Problems addressed
Merges
-------
* Enterprise in sync with kdepim 3.5 branch.
* Enterprise in sync with tdepim 3.5 branch.
Friday, May 9th 2008
@ -1359,7 +1359,7 @@ Problems addressed
Merges
--------
* Enterprise in sync with kdepim 3.5 branch.
* Enterprise in sync with tdepim 3.5 branch.
Saturday, May 3rd 2008
@ -1367,7 +1367,7 @@ Saturday, May 3rd 2008
Merges
-------
* Enterprise in sync with kdepim 3.5 branch.
* Enterprise in sync with tdepim 3.5 branch.
Monday, April 28th 2008
@ -1630,7 +1630,7 @@ Problems addressed
Merges
-------
* More merges from all of kdepim.
* More merges from all of tdepim.
Monday, December 4th 2007

@ -41,7 +41,7 @@ What it is
There is also quite an amount of infrastructure in this package:
* calendarsystem: library for handling of non-gregorian calendar systems
* libtdepim: Common code for different kdepim apps
* libtdepim: Common code for different tdepim apps
* libkdenetwork: Common code for apps previously being in the kdenetwork CVS
module (KMail, KNode). This will be merged with libtdepim.
* mimelib: MIME messages library
@ -56,7 +56,7 @@ There is also quite an amount of infrastructure in this package:
* kioslaves/sieve: Sieve kioslave
* ktnef: handling of tnef data
The following subdirectories have been moved to kdenonbeta/kdepim:
The following subdirectories have been moved to kdenonbeta/tdepim:
* empath: a modular e-mail client, designed for reuse, needs a Qt
with threading support
@ -77,7 +77,7 @@ subscribe my@email.address
If you have questions relating to development of this module please post them on
the developers mailing list (kde-pim@kde.org). If you have user questions,
please use kdepim-users@kde.org
please use tdepim-users@kde.org
If you are interested in kmail development use the mailing list
kmail-devel@kde.org.

@ -1,4 +1,4 @@
These are preliminary instructions on how to set up kdepim to work
These are preliminary instructions on how to set up tdepim to work
with a kolab server. It is meant to be a help for people setting
up for testing. It is also meant as a list of things to set up in the
upcoming Kolab setup wizard.

@ -92,7 +92,7 @@ tde_add_library( akregatorprivate SHARED AUTOMOC
tde_add_executable( akregator AUTOMOC
SOURCES main.cpp mainwindow.cpp
LINK akregatorprivate-shared kdepim-shared kparts-shared
LINK akregatorprivate-shared tdepim-shared kparts-shared
DESTINATION ${BIN_INSTALL_DIR}
)
@ -117,6 +117,6 @@ tde_add_kpart( libakregatorpart AUTOMOC
tagpropertieswidgetbase.ui treenodeitem.cpp
viewer.cpp ${TDE_INCLUDE_DIR}/kspeechsink.skel
${TDE_INCLUDE_DIR}/kspeech.stub listtabwidget.cpp
LINK akregatorprivate-shared kdepim-shared khtml-shared
LINK akregatorprivate-shared tdepim-shared khtml-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -20,7 +20,7 @@ bin_PROGRAMS = akregator
# the application source, library search path, and link libraries
akregator_SOURCES = main.cpp mainwindow.cpp
akregator_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
akregator_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
akregator_LDADD = $(LIB_KPARTS) libakregatorprivate.la
#akregator_LDADD = $(LIB_KPARTS) libakregatorprivate.la $(top_builddir)/libtdepim/libtdepim.la
@ -146,7 +146,7 @@ libakregatorpart_la_SOURCES = \
kspeech.stub
libakregatorpart_la_LDFLAGS = $(KDE_RPATH) $(KDE_PLUGIN) $(LIB_KUTILS) -avoid-version -no-undefined $(all_libraries)
libakregatorpart_la_LIBADD = libakregatorprivate.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KHTML) $(LIB_KIO) $(LIB_KPARTS) -lDCOP -L$(top_builddir)/libtdepim -lkdepim
libakregatorpart_la_LIBADD = libakregatorprivate.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KHTML) $(LIB_KIO) $(LIB_KPARTS) -lDCOP -L$(top_builddir)/libtdepim -ltdepim
# this is where the desktop file will go
partdesktopdir = $(kde_servicesdir)
@ -161,6 +161,6 @@ kde_servicetypes_DATA = akregator_plugin.desktop
SUBDIRS = librss about . mk4storage pics
DOXYGEN_REFERENCES = kdeui
DOXYGEN_REFERENCES = tdeui
include $(top_srcdir)/admin/Doxyfile.am

@ -26,7 +26,7 @@
#define ABOUTDATA_H
#include <kaboutdata.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#define AKREGATOR_VERSION "1.2.9"

@ -21,7 +21,7 @@
#ifndef AKREGATOR_AKREGATOREXPORT_H
#define AKREGATOR_AKREGATOREXPORT_H
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#define AKREGATOR_EXPORT KDE_EXPORT

@ -18,5 +18,5 @@ testlibrss_SOURCES = testlibrss.cpp
testlibrss_LDFLAGS = $(all_libraries)
testlibrss_LDADD = librsslocal.la $(LIB_KIO)
DOXYGEN_REFERENCES = kdeui
DOXYGEN_REFERENCES = tdeui
include $(top_srcdir)/admin/Doxyfile.am

@ -11,7 +11,7 @@
#ifndef LIBRSS_GLOBAL_H
#define LIBRSS_GLOBAL_H
#include <kdepimmacros.h>
#include <tdepimmacros.h>
template <class>
class TQValueList;

@ -4,7 +4,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
sodipodi:docname="action-rss_tag.svg"
sodipodi:docbase="/mnt/ablage01/frank/cvs-mirror/kde_3.5_branch/kdepim/akregator/src/pics"
sodipodi:docbase="/mnt/ablage01/frank/cvs-mirror/kde_3.5_branch/tdepim/akregator/src/pics"
inkscape:version="0.40"
sodipodi:version="0.32"
id="svg1291"

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

@ -17,7 +17,7 @@ kleopatra_SOURCES = \
METASOURCES = AUTO
kleopatra_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kleopatra_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kleopatra_LDADD = conf/libconf.la lib/libkleopatra.la $(LIB_KUTILS) $(LIB_KABC)
rcdir = $(kde_datadir)/kleopatra

@ -96,7 +96,7 @@
// other
#include <algorithm>
#include <assert.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kinputdialog.h>
namespace {

@ -36,7 +36,7 @@
//#include <gpgme.h>
#include <kmainwindow.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kurl.h>
#include <tqcstring.h>
#include <tqptrlist.h>

@ -36,7 +36,7 @@
#include <klocale.h>
#include <kdebug.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
AppearanceConfigurationPage::AppearanceConfigurationPage( TQWidget * parent, const char * name )
: KCModule( parent, name )

@ -47,7 +47,7 @@
#include <tqcheckbox.h>
#include <tqlayout.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#if 0 // disabled, since it is apparently confusing
// For sync'ing kabldaprc

@ -34,7 +34,7 @@
#include <kcmodule.h>
#include <kleo/cryptoconfig.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class TQCheckBox;
class TQTimeEdit;

@ -34,7 +34,7 @@
#include <ui/dnattributeorderconfigwidget.h>
#include <kleo/dn.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <tqlayout.h>

@ -13,7 +13,7 @@ kwatchgnupg_SOURCES = \
METASOURCES = AUTO
kwatchgnupg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kwatchgnupg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kwatchgnupg_LDADD = ../conf/libconf.la ../lib/libkleopatra.la $(LIB_KUTILS) $(LIB_KABC)
rcdir = $(kde_datadir)/kwatchgnupg

@ -19,7 +19,7 @@ libkleopatra_la_LIBADD = \
$(top_builddir)/libkdenetwork/qgpgme/libqgpgme.la \
$(LIB_KIO) $(LIB_KDEUI)
# Disabled for kdepim-3.3, see also kleo/cryptobackendfactory.cpp
# Disabled for tdepim-3.3, see also kleo/cryptobackendfactory.cpp
# backends/kpgp/libkleopatra_backend_kpgp.la
# --version-info CURRENT:REVISION:AGE

@ -38,7 +38,7 @@
#include "qgpgmejob.h"
#include <tqcstring.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {
class Error;

@ -43,7 +43,7 @@
#include <tqstring.h>
#include <vector>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {
class Data;

@ -36,7 +36,7 @@
#include <kleo/keygenerationjob.h>
#include "qgpgmejob.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {
class Error;

@ -44,7 +44,7 @@
#include <utility>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {
class Error;
class Context;

@ -26,7 +26,7 @@
#include <gpgmepp/context.h>
#include <gpgme.h> // need it for gpgme_protocol_t :(
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {
class ImportResult;

@ -35,7 +35,7 @@
#include "kleo/cryptobackendfactory.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#ifndef LIBKLEOPATRA_NO_COMPAT
namespace Kleo {

@ -54,7 +54,7 @@
#include <tqpair.h>
#include <tqstringlist.h>
#include <tqstring.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KConfigBase;

@ -36,7 +36,7 @@
#include <tqobject.h>
#include "cryptobackend.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <vector>
#include <map>

@ -35,7 +35,7 @@
#include <tqstring.h>
#include <tqvaluevector.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class TQStringList;
class TQWidget;

@ -33,7 +33,7 @@
#ifndef __KLEO_ENUM_H__
#define __KLEO_ENUM_H__
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class TQString;
class TQStringList;

@ -35,7 +35,7 @@
#include <kleo/keylistjob.h>
#include <kleo/cryptobackend.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <gpgmepp/keylistresult.h>

@ -34,7 +34,7 @@
#define __KLEO_KEYFILTERMANAGER_H__
#include <tqobject.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {
class Key;
}

@ -36,7 +36,7 @@
#include <kleo/job.h>
#include <kleo/cryptobackend.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <tqguardedptr.h>
#include <vector>

@ -35,7 +35,7 @@
#define __KLEO_UI_BACKENDCONFIGWIDGET_H__
#include <tqwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace Kleo {
class CryptoBackendFactory;

@ -33,7 +33,7 @@
#define CRYPTOCONFIGDIALOG_H
#include <kdialogbase.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace Kleo {

@ -34,7 +34,7 @@
#define DIRECTORYSERVICESWIDGET_H
#include "directoryserviceswidgetbase.h"
#include <kurl.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class CryptPlugWrapper;
namespace Kleo {

@ -34,7 +34,7 @@
#define __KLEO_UI_DNATTRIBUTEORDERCONFIGWIDGET_H__
#include <tqwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace Kleo {
class DNAttributeMapper;
}

@ -40,7 +40,7 @@
#include <kleo/enum.h>
#include <kdialogbase.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kpgpkey.h> // for EncryptPref
#include <gpgmepp/key.h>

@ -36,7 +36,7 @@
#include <klistview.h>
#include <gpgmepp/key.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class TQPainter;
class TQColorGroup;

@ -53,7 +53,7 @@
#include <kleo/cryptobackend.h>
#include <vector>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace Kleo {
class KeyListView;

@ -41,7 +41,7 @@
#include <kleo/cryptobackend.h>
#include <gpgmepp/key.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <vector>
class TQVBoxLayout;

@ -34,7 +34,7 @@
#define __KLEO_PROGRESSBAR_H__
#include <tqprogressbar.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class TQTimer;
namespace Kleo {

@ -35,7 +35,7 @@
#include <tqprogressdialog.h>
#include <tqstring.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace Kleo {
class Job;

@ -80,7 +80,7 @@ AC_CHECK_HEADERS(sys/ioctl.h) dnl for kandy/src/modem.cpp
AC_CHECK_HEADERS(sys/file.h sys/stat.h sys/time.h byteswap.h) dnl for at least kmail
dnl the below is copied from kdenetwork's configure as too many apps moved
dnl and noone can say which tests are needed and which are obsolete for kdepim ;(
dnl and noone can say which tests are needed and which are obsolete for tdepim ;(
AC_CHECK_HEADERS(fcntl.h unistd.h sysent.h strings.h paths.h)

@ -1,5 +1,5 @@
# to create a ps file use 'dot -Tps -o dependency-graph.ps dependency-graph.dot' (dot is part of the graphviz package)
digraph "inter-dependency graph for kdepim" {
digraph "inter-dependency graph for tdepim" {
"akregator" -> "kaddressbook";
"akregator" -> "kontact";
"certmanager" -> "kaddressbook";

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY akregator "<application>Akregator</application>">
<!ENTITY kappname "&akregator;">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&kaddressbook;">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&kalarm;">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE"><!-- change language only here -->
]>
@ -51,7 +51,7 @@
<keywordset>
<keyword>KDE</keyword>
<keyword>kdepim</keyword>
<keyword>tdepim</keyword>
<keyword>kalarm</keyword>
<keyword>alarm</keyword>
<keyword>reminder</keyword>
@ -3964,7 +3964,7 @@ together with details of the &kalarm; client application.</para>
files whose format is defined by the document
<ulink url="http://www.w3.org/2002/12/cal/rfc2445.html">RFC2445 -
Internet Calendaring and Scheduling Core Object Specification
(iCalendar)</ulink>. This is the standard format used by all kdepim
(iCalendar)</ulink>. This is the standard format used by all tdepim
applications. &kalarm; uses certain non-standard properties in the
Alarm component, in conformance with RFC2445:
<literal>X-KDE-KALARM-NEXTRECUR</literal>,
@ -4088,7 +4088,7 @@ url="http://www.astrojar.org.uk/kalarm">http://www.astrojar.org.uk/kalarm</ulink
<para>If you cannot obtain a suitable precompiled binary package, you
need to compile &kalarm; yourself from source files. Get the source
package file <filename>kdepim-x.x.tar.bz2</filename> or
package file <filename>tdepim-x.x.tar.bz2</filename> or
<filename>kalarm-x.x.tar.bz2</filename> (or similar), depending on
whether you want to install &package; or just &kalarm;. Unpack it in a
new folder using a command similar to

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&kandy;">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>
@ -27,7 +27,7 @@ with the data on the desktop.</para>
</abstract>
<keywordset>
<keyword>KDE</keyword>
<keyword>kdepim</keyword>
<keyword>tdepim</keyword>
<keyword>kandy</keyword>
<keyword>synchronizing</keyword>
<keyword>phone</keyword>
@ -294,12 +294,12 @@ Watts <email>lauri@kde.org</email>.</para>
<title>Requirements</title>
<para>You will need to have the kdelibs package installed in order to
successfully compile the kdepim package that contains &kandy;. The
kdelibs package may be found at the same location as the kdepim
successfully compile the tdepim package that contains &kandy;. The
kdelibs package may be found at the same location as the tdepim
package.</para>
<para>The &kaddressbook; is part of the kdebase package. This can also
be found at the same location as the kdepim package.</para>
be found at the same location as the tdepim package.</para>
</sect1>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&karm;">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
<!ENTITY % addindex "IGNORE">
]>

@ -6,7 +6,7 @@
<!ENTITY gpg "<application>GPG</application>">
<!ENTITY gpgconf "<application>GpgConf</application>">
<!ENTITY kappname "&kleopatra;">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY smime "<acronym>S/MIME</acronym>">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&kmail;">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY kmail-intro SYSTEM "intro.docbook">
<!ENTITY kmail-getting-started SYSTEM "getting-started.docbook">
<!ENTITY kmail-using-kmail SYSTEM "using-kmail.docbook">
@ -36,7 +36,7 @@
-->
<!-- TODO:
*index (see kdegames/kpat/)
*index (see tdegames/kpat/)
* guisubmenu vs. guititem ??
* more about security?

@ -1256,7 +1256,7 @@ the &kde; address book.</para>
<listitem>
<para>
Starts up <application>kmailcvt</application> (which is
part of kdepim). This application lets you import
part of tdepim). This application lets you import
messages from several email clients &kmail;.
</para>
</listitem>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&knode;">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY introduction SYSTEM "introduction.docbook">
<!ENTITY commands SYSTEM "commands.docbook">
<!ENTITY faq SYSTEM "faq.docbook">

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&knotes;">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>

@ -8,7 +8,7 @@
<!ENTITY konsolekalendar "<application>KonsoleKalendar</application>">
<!ENTITY kappname "KonsoleKalendar">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>
@ -828,7 +828,7 @@ Compiling &kde; 3.2.x</ulink> for complete instructions.</para>
<para>If you cannot obtain a suitable precompiled binary package, you
need to compile &konsolekalendar; yourself from source files. Get the source
package file <filename>kdepim-x.x.tar.bz2</filename>.
package file <filename>tdepim-x.x.tar.bz2</filename>.
Unpack it in a new folder using a command similar to
<userinput><command>tar</command> <option>xvfj
<replaceable>package.tar.bz2</replaceable></option></userinput>, and

@ -3,7 +3,7 @@
"dtd/kdex.dtd" [
<!ENTITY PIM "<acronym>PIM</acronym>">
<!ENTITY kappname "&kontact;">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
<!ENTITY akregator "<application>Akregator</application>">
@ -54,7 +54,7 @@ address book and other &PIM; functionality. </para></abstract>
<keywordset>
<keyword>KDE</keyword>
<keyword>kdepim</keyword>
<keyword>tdepim</keyword>
<keyword>KMail</keyword>
<keyword>Organizer</keyword>
<keyword>KAddressBook</keyword>

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY kappname "&korganizer;">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY plugins-chapter SYSTEM "plugins-chapter.docbook">
<!ENTITY outlook-to-vcalendar-workshop SYSTEM "outlook-to-vcalendar.docbook">
<!ENTITY % addindex "IGNORE">
@ -114,7 +114,7 @@ help you keep your schedule. </para></abstract>
<keywordset>
<keyword>KDE</keyword>
<keyword>KOrganizer</keyword>
<keyword>kdepim</keyword>
<keyword>tdepim</keyword>
<keyword>manager</keyword>
<keyword>time</keyword>
<keyword>schedule</keyword>
@ -4631,7 +4631,7 @@ computer.</para>
<title>Command Line</title>
<para>A nice program to access a &kde; calendar from the command line is konsolekalendar, which
is included in the kdepim package together with &korganizer;.</para>
is included in the tdepim package together with &korganizer;.</para>
</sect1>
@ -4826,7 +4826,7 @@ on your platform and the size of your calendar(s).</para>
<para>All required libraries are part of standard &kde; libraries
(kdelibs). &kde; base package (kdebase) must also be installed to change
localization preferences like date and time formats. &korganizer; itself
is in the kdepim package. All packages can be found on <ulink
is in the tdepim package. All packages can be found on <ulink
url="http://www.kde.org">&kde; home page</ulink>.</para>
<para>The &korganizer; homepage is at <ulink

@ -32,7 +32,7 @@ to vCalendar</quote> was released on October 17, 2002. See the
</abstract>
<keywordset>
<keyword>kdepim</keyword>
<keyword>tdepim</keyword>
<keyword>KOrganizer</keyword>
<keyword>KOrganizer workshop</keyword>
<keyword>Outlook</keyword>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY appname "&korn;" >
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY % English "INCLUDE">
<!ENTITY % addindex "IGNORE">
]>

@ -3,7 +3,7 @@
"dtd/kdex.dtd" [
<!ENTITY kappname "&kpilot;">
<!ENTITY kpilotver "4.4.6">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY USB "<acronym>USB</acronym>">
<!ENTITY PalmOS '<trademark class="registered">Palm OS</trademark>'>
<!ENTITY PalmOne '<trademark class="registered">PalmOne</trademark>'>
@ -87,7 +87,7 @@
<keywordset>
<keyword>KDE</keyword>
<keyword>KPilot</keyword>
<keyword>kdepim</keyword>
<keyword>tdepim</keyword>
<keyword>palm pilot</keyword>
<keyword>synchronization</keyword>
</keywordset>
@ -111,7 +111,7 @@ There is a web page for &kpilot;: the <ulink
url="http://www.kpilot.org/">Official &kpilot; Home Page</ulink>. The <ulink
url="http://pim.kde.org/">KDE-PIM website</ulink> also offers useful information
on the subject of <acronym>PIM</acronym> in general. &kpilot; shares the
kdepim-users mailing list, <email>kdepim-users@kde.org</email>. See <ulink
tdepim-users mailing list, <email>tdepim-users@kde.org</email>. See <ulink
url="http://www.kde.org/mailinglists"> the mailing lists page</ulink> for more
information on subscribing and unsubscribing from the list.
</para>

@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY kappname "&ktnef;">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>

@ -5,7 +5,7 @@
<!ENTITY watchgnupg "<application>WatchGnuPG</application>">
<!ENTITY kwatchgnupg "<application>KWatchGnuPG</application>">
<!ENTITY kappname "&kwatchgnupg;">
<!ENTITY package "kdepim">
<!ENTITY package "tdepim">
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE">
]>

@ -4,7 +4,7 @@ METASOURCES = AUTO
bin_PROGRAMS = kabcfrontend
kabcfrontend_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kabcfrontend_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kabcfrontend_LDADD = -lkabc $(LIB_KDECORE)
kabcfrontend_SOURCES = main.cpp mainWindow.ui

@ -4,7 +4,7 @@ METASOURCES = AUTO
bin_PROGRAMS = kabc2mutt
kabc2mutt_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kabc2mutt_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kabc2mutt_LDADD = -lkabc $(LIB_KDECORE)
kabc2mutt_SOURCES = kabc2mutt.cpp main.cpp

@ -37,6 +37,6 @@ install(
tde_add_executable( kabcdistlistupdater
SOURCES kabcdistlistupdater.cpp
LINK kdepim-shared
LINK tdepim-shared
DESTINATION ${BIN_INSTALL_DIR}
)

@ -4,7 +4,7 @@ METASOURCES = AUTO
bin_PROGRAMS = kabcdistlistupdater
kabcdistlistupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kabcdistlistupdater_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kabcdistlistupdater_LDADD = $(LIB_KABC) $(top_builddir)/libtdepim/libtdepim.la
kabcdistlistupdater_SOURCES = kabcdistlistupdater.cpp

@ -103,6 +103,6 @@ tde_add_library( kaddressbook SHARED AUTOMOC
LINK
kabcommon-static kabim-static printer-static
kabinterfaces-shared
kdepim-shared kabc_file-shared kdeprint-shared kutils-shared
tdepim-shared kabc_file-shared tdeprint-shared kutils-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -17,7 +17,7 @@ INCLUDES= -I$(top_srcdir)/kaddressbook/interfaces \
bin_PROGRAMS = kaddressbook
kaddressbook_SOURCES = main.cpp kaddressbookmain.cpp
kaddressbook_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kaddressbook_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kaddressbook_LDADD = libkaddressbook.la
kde_module_LTLIBRARIES = libkaddressbookpart.la
@ -48,7 +48,7 @@ libkaddressbook_la_LIBADD = $(top_builddir)/kaddressbook/printing/libprinter.la
-lkabc_file $(LIB_KABC) $(LIB_KHTML) \
$(top_builddir)/kaddressbook/common/libkabcommon.la \
$(top_builddir)/kaddressbook/editors/libkabim.la \
-lkdeprint
-ltdeprint
libkaddressbook_la_COMPILE_FIRST = $(top_srcdir)/libtdepim/categoryselectdialog.h \
$(top_srcdir)/libtdepim/categoryeditdialog.h \
$(top_builddir)/kaddressbook/common/kabprefs_base.h

@ -25,7 +25,7 @@
#define KABPREFS_H
#include <tqstringlist.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "kabprefs_base.h"
class KConfig;

@ -21,7 +21,7 @@
<entry type="String" name="FaxHookApplication">
<label>Fax</label>
<whatsthis></whatsthis>
<default>kdeprintfax --phone %N</default>
<default>tdeprintfax --phone %N</default>
</entry>
<entry type="String" name="SMSHookApplication">
<label>SMS</label>

@ -46,7 +46,7 @@ install( FILES
tde_add_kpart( ${TARGET} AUTOMOC
SOURCES ${SOURCE}
LINK kabinterfaces-shared kdepim-shared kabc-shared
LINK kabinterfaces-shared tdepim-shared kabc-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
@ -55,6 +55,6 @@ tde_add_kpart( ${TARGET} AUTOMOC
tde_add_kpart( libkaddrbk_resourceselection AUTOMOC
SOURCES resourceselection.cpp
LINK kabinterfaces-shared kdepim-shared kabc-shared
LINK kabinterfaces-shared tdepim-shared kabc-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -27,7 +27,7 @@
#include <tqwidget.h>
#include <kconfig.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KABC {
class AddressBook;

@ -28,7 +28,7 @@
#include <kabc/addressbook.h>
#include <klibloader.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#define KAB_CEW_PLUGIN_VERSION 1

@ -35,7 +35,7 @@
#include <kabc/field.h>
#include <kcommand.h>
#include <kxmlguiclient.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KABC {
class AddressBook;

@ -28,7 +28,7 @@
#include <kabc/addressbook.h>
#include <klibloader.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#define KAB_EXTENSIONWIDGET_PLUGIN_VERSION 1

@ -30,7 +30,7 @@
#include <kabc/addresseelist.h>
#include <klibloader.h>
#include <kxmlguiclient.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#define KAB_XXPORT_PLUGIN_VERSION 1

@ -33,7 +33,7 @@
#include <tqwidget.h>
#include "core.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KABC {
class AddressBook;

@ -27,7 +27,7 @@
#include <dcopobject.h>
#include <kurl.h>
#include <tqstringlist.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KDE_EXPORT KAddressBookIface : virtual public DCOPObject
{

@ -31,7 +31,7 @@
#include <kabc/field.h>
#include <klibloader.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "filter.h"
#include "viewconfigurewidget.h"

@ -38,7 +38,7 @@ tde_add_kpart( kcm_kabconfig AUTOMOC
SOURCES
kcmkabconfig.cpp kabconfigwidget.cpp extensionconfigdialog.cpp
addresseewidget.cpp
LINK kabcommon-static kdepim-shared
LINK kabcommon-static tdepim-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
@ -48,7 +48,7 @@ tde_add_kpart( kcm_kabconfig AUTOMOC
tde_add_kpart( kcm_kabldapconfig AUTOMOC
SOURCES
addhostdialog.cpp kcmkabldapconfig.cpp ldapoptionswidget.cpp
LINK kdepim-shared
LINK tdepim-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
@ -57,6 +57,6 @@ tde_add_kpart( kcm_kabldapconfig AUTOMOC
tde_add_kpart( kcm_kabcustomfields AUTOMOC
SOURCES kcmkabcustomfields.cpp
LINK kabcommon-static kdepim-shared
LINK kabcommon-static tdepim-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -31,7 +31,7 @@
#include "kcmkabconfig.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
extern "C"
{

@ -29,7 +29,7 @@
#include <tqregexp.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
extern "C"
{

@ -32,7 +32,7 @@
#include "kcmkabldapconfig.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
extern "C"
{

@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = ldifvcardthumbnail.la
ldifvcardthumbnail_la_SOURCES = ldifvcardcreator.cpp
ldifvcardthumbnail_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -no-undefined
ldifvcardthumbnail_la_LIBADD = $(LIB_KDECORE) $(LIB_KABC) -lkdefx
ldifvcardthumbnail_la_LIBADD = $(LIB_KDECORE) $(LIB_KABC) -ltdefx
noinst_HEADERS = ldifvcardcreator.h

@ -25,7 +25,7 @@
#define VIEWCONFIGUREWIDGET_H
#include <kdialogbase.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <tqpixmap.h>
#include "configurewidget.h"

@ -1,7 +1,7 @@
Coding Style
=============
Please use the coding style conventions from kdepim/kaddressbook/HACKING
Please use the coding style conventions from tdepim/kaddressbook/HACKING
if you want to commit your xxport plugin into the cvs.

@ -29,7 +29,7 @@
#include <kurl.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "xxport.h"

@ -141,7 +141,7 @@ bool Daemon::start()
kdError() << "Daemon::startApp(): " DAEMON_APP_NAME " not found" << endl;
return false;
}
KApplication::kdeinitExec(execStr);
KApplication::tdeinitExec(execStr);
kdDebug(5950) << "Daemon::start(): Alarm daemon started" << endl;
mStartTimeout = 5000/startCheckInterval + 1; // check daemon status for 5 seconds before giving up
mStartTimer = new TQTimer(mInstance);

@ -2,13 +2,13 @@ INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/kalarm $(all_includes)
noinst_LTLIBRARIES = libkalarmd.la
libkalarmd_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
libkalarmd_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
libkalarmd_la_LIBADD = $(LIB_KDECORE) $(top_builddir)/libkcal/libkcal.la
libkalarmd_la_SOURCES = alarmdaemoniface.stub alarmguiiface.stub
bin_PROGRAMS = kalarmd
kalarmd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kalarmd_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kalarmd_LDADD = $(LIB_KDEUI) $(top_builddir)/libkcal/libkcal.la libkalarmd.la
kalarmd_SOURCES = alarmdaemon.cpp admain.cpp adapp.cpp \
adcalendar.cpp adconfigdata.cpp clientinfo.cpp \

@ -120,7 +120,7 @@ void AlarmDaemon::autostartKAlarm()
kdDebug(5900) << "AlarmDaemon::autostartKAlarm(): starting KAlarm\n";
TQStringList args;
args << TQString::tqfromLatin1("--tray");
int ret = KApplication::kdeinitExec(TQString::tqfromLatin1("kalarm"), args);
int ret = KApplication::tdeinitExec(TQString::tqfromLatin1("kalarm"), args);
if (ret)
kdError(5900) << "AlarmDaemon::autostartKAlarm(): error=" << ret << endl;
else

@ -18,5 +18,5 @@ noinst_HEADERS = \
timeperiod.h shellprocess.h slider.h spinbox.h spinbox2.h \
synchtimer.h spinbox2private.h
DOXYGEN_REFERENCES=kdecore kdeui libtdepim
DOXYGEN_REFERENCES=tdecore tdeui libtdepim
include $(top_srcdir)/admin/Doxyfile.am

@ -3,7 +3,7 @@
* Program: kalarm
* Copyright (c) 2001 - 2003, 2005 by David Jarvie <software@astrojar.org.uk>
*
* Some code taken from kdelibs/kdeui/kcolorcombo.cpp in the KDE libraries:
* Some code taken from kdelibs/tdeui/kcolorcombo.cpp in the KDE libraries:
* Copyright (C) 1997 Martin Jones (mjones@kde.org)
*
* This program is free software; you can redistribute it and/or modify

@ -46,7 +46,7 @@ tde_add_executable( kandy AUTOMOC
atcommand.cpp commanditem.cpp mobilegui_base.ui mobilegui.cpp
commandscheduler.cpp commandset.cpp kandyprefs.kcfgc
kandyprefsdialog.cpp mobilemain.cpp
LINK kdepim-shared ${LOCKDEV_LIBRARY}
LINK tdepim-shared ${LOCKDEV_LIBRARY}
DESTINATION ${BIN_INSTALL_DIR}
)
@ -55,6 +55,6 @@ tde_add_executable( kandy AUTOMOC
tde_add_executable( kandy_client AUTOMOC
SOURCES kandy_client.cpp
LINK kdecore-shared
LINK tdecore-shared
DESTINATION ${BIN_INSTALL_DIR}
)

@ -2,7 +2,7 @@ bin_PROGRAMS = kandy kandy_client
INCLUDES = -I$(top_srcdir) $(all_includes)
kandy_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kandy_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kandy_LDADD = $(KANDY_LIBLOCKDEV) $(LIB_KFILE) -lkabc $(top_builddir)/libtdepim/libtdepim.la
kandy_SOURCES = main.cpp kandy.cpp \
cmdpropertiesdialog_base.ui cmdpropertiesdialog.cpp \
@ -17,7 +17,7 @@ kandy_SOURCES = main.cpp kandy.cpp \
noinst_HEADERS = kandy.h kandyview.h modem.h atcommand.h \
commanditem.h mobilegui.h commandscheduler.h
kandy_client_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kandy_client_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kandy_client_LDADD = $(LIB_KDECORE)
kandy_client_SOURCES = kandy_client.cpp

@ -55,7 +55,7 @@ tde_add_library( karm SHARED AUTOMOC
csvexportdialog.cpp plannerparser.cpp karmdcopiface.skel
taskviewwhatsthis.cpp
VERSION 0.0.0
LINK kcal_resourceremote-shared kdeprint-shared
LINK kcal_resourceremote-shared tdeprint-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -20,10 +20,10 @@ libkarm_shared_la_SOURCES = kaccelmenuwatch.cpp desktoptracker.cpp \
karmdcopiface.skel taskviewwhatsthis.cpp
libkarm_shared_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \
$(top_builddir)/kresources/remote/libkcal_resourceremote.la \
$(top_builddir)/libtdepim/libtdepim.la $(LIBXSS) -lkdeprint
$(top_builddir)/libtdepim/libtdepim.la $(LIBXSS) -ltdeprint
karm_SOURCES = main.cpp
karm_LDADD = libkarm_shared.la
karm_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
karm_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
noinst_HEADERS = desktoptracker.h edittaskdialog.h printdialog.h \
idletimedetector.h kaccelmenuwatch.h timekard.h \
karmutility.h ktimewidget.h karmstorage.h mainwindow.h \
@ -43,9 +43,9 @@ messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/karm.pot
srcdoc:
kdoc -a -p -H -d $(HOME)/web/src/karm karm *.h -lkdecore -lkdeui -lqt
kdoc -a -p -H -d $(HOME)/web/src/karm karm *.h -ltdecore -ltdeui -lqt
DOXYGEN_REFERENCES = kdeui
DOXYGEN_REFERENCES = tdeui
include $(top_srcdir)/admin/Doxyfile.am
#########################################################################

@ -34,7 +34,7 @@
#include <calendarresources.h>
#include <vector>
#include "resourcecalendar.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class TQDateTime;
class Preferences;

@ -3,11 +3,11 @@ METASOURCES = AUTO
check_PROGRAMS = runscripts locking
runscripts_SOURCES = script.cpp runscripts.cpp
runscripts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
runscripts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
runscripts_LDADD = $(LIB_QT) $(LIB_KDECORE)
locking_SOURCES = locking.cpp lockerthread.cpp
locking_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
locking_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
locking_LDADD = $(LIB_QT) $(top_builddir)/libkcal/libkcal.la
KDE_CXXFLAGS = $(USE_EXCEPTIONS)

@ -5,7 +5,7 @@ It's in very rough tqshape.
How you start:
(1) get and install kdepim including karm
(1) get and install tdepim including karm
(2) get and install xautomation from http://hoopajoo.net/projects/xautomation.html

@ -1,5 +1,5 @@
Begin4
Title: kdepim
Title: tdepim
Version: 3.5.10
Entered-date: 2008-08-26
Description: PIM (Personal Information Management) programs

@ -1,6 +1,6 @@
# Makefile.am for ics file meta info plugin
# set the include path for X, kdepim, qt and KDE
# set the include path for X, tdepim, qt and KDE
INCLUDES = \
-I$(top_srcdir) \
$(all_includes)
@ -11,7 +11,7 @@ noinst_HEADERS = kfile_ics.h
kde_module_LTLIBRARIES = kfile_ics.la
kfile_ics_la_SOURCES = kfile_ics.cpp
kfile_ics_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lkdecore
kfile_ics_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore
kfile_ics_la_LIBADD = $(top_builddir)/libkcal/libkcal.la $(LIB_KSYCOCA)

@ -9,7 +9,7 @@ noinst_HEADERS = kfile_palm.h
kde_module_LTLIBRARIES = kfile_palm.la
kfile_palm_la_SOURCES = kfile_palm.cpp
kfile_palm_la_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lkdecore
kfile_palm_la_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore
kfile_palm_la_LIBADD = $(LIB_KSYCOCA) $(PISOCK_LIB)
# let automoc handle all of the meta source files (moc)

@ -9,7 +9,7 @@ noinst_HEADERS = kfile_vcf.h
kde_module_LTLIBRARIES = kfile_vcf.la
kfile_vcf_la_SOURCES = kfile_vcf.cpp
kfile_vcf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lkdecore
kfile_vcf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore
kfile_vcf_la_LIBADD = $(LIB_KSYCOCA) $(LIB_KABC)
# let automoc handle all of the meta source files (moc)

@ -37,6 +37,6 @@ tde_add_library( kgantt SHARED AUTOMOC
KGanttRelation.cpp xQGanttBarViewPort_Events.cpp xQGanttBarView.cpp
xQGanttListView.cpp KGanttBarConfig.cpp
VERSION 0.0.2
LINK kdeui-shared
LINK tdeui-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -38,7 +38,7 @@
#include <tqsplitter.h>
#include <kpopupmenu.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "KGanttItem.h"
#include "xQGanttListView.h"

@ -38,7 +38,7 @@
#include <tqptrlist.h>
#include <tqpainter.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "KGanttRelation.h"

@ -91,7 +91,7 @@ extern "C" {
#include <kmimetype.h>
#include <kmdcodec.h>
#include "kdepimmacros.h"
#include "tdepimmacros.h"
#define IMAP_PROTOCOL "imap"
#define IMAP_SSL_PROTOCOL "imaps"

@ -34,7 +34,7 @@
#include <stdlib.h>
#include "kdepimmacros.h"
#include "tdepimmacros.h"
#include "mbox.h"

@ -45,7 +45,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KABC {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -49,7 +49,7 @@ using std::exit;
#include <sys/stat.h>
#include <cassert>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
static const int debugArea = 7122;

@ -33,6 +33,6 @@ tde_add_library( qopensync SHARED AUTOMOC
filter.cpp group.cpp member.cpp plugin.cpp result.cpp syncmapping.cpp
syncupdates.cpp syncchange.cpp
VERSION 0.0.0
LINK kdeui-shared ${OSENGINE_LIBRARIES} ${OPENSYNC_LIBRARIES}
LINK tdeui-shared ${OSENGINE_LIBRARIES} ${OPENSYNC_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
)

@ -72,6 +72,6 @@ tde_add_library( kitchensync SHARED AUTOMOC
configguijescs.cpp configguievo2.cpp configguimoto.cpp
configguisynce.cpp configguisunbird.cpp
VERSION 0.0.0
LINK qopensync-shared kdepim-shared khtml-shared
LINK qopensync-shared tdepim-shared khtml-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -10,7 +10,7 @@ INCLUDES = -I$(top_srcdir)/kitchensync/src \
bin_PROGRAMS = kitchensync
kitchensync_SOURCES = main.cpp mainwindow.cpp
kitchensync_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kitchensync_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kitchensync_LDADD = libkitchensync.la
xdg_apps_DATA = kitchensync.desktop

@ -99,7 +99,7 @@ ConfigGui *ConfigGui::Factory::create( const QSync::Member &member,
return new ConfigGuiGoogleCalendar( member, parent );
} else if ( name == "ldap-sync" ) {
return new ConfigGuiLdap( member, parent );
} else if ( name == "kdepim-sync" ) {
} else if ( name == "tdepim-sync" ) {
return new ConfigGuiBlank( member, parent );
} else if ( name == "jescs-sync" ) {
return new ConfigGuiJescs( member, parent );

@ -51,7 +51,7 @@ TQString MemberInfo::name() const
if ( nameMap.isEmpty() ) {
nameMap.insert( "file-sync", i18n( "File" ) );
nameMap.insert( "palm-sync", i18n( "Palm" ) );
nameMap.insert( "kdepim-sync", i18n( "KDE PIM" ) );
nameMap.insert( "tdepim-sync", i18n( "KDE PIM" ) );
nameMap.insert( "kio-sync", i18n( "Remote File" ) );
nameMap.insert( "irmc-sync", i18n( "Mobile Phone" ) );
nameMap.insert( "evo2-sync", i18n( "Evolution" ) );
@ -78,7 +78,7 @@ TQString MemberInfo::pluginIconName( const TQString &pluginName )
{
if ( pluginName == "file-sync" ) return "folder";
if ( pluginName == "palm-sync" ) return "pda_black";
if ( pluginName == "kdepim-sync" ) return "kontact";
if ( pluginName == "tdepim-sync" ) return "kontact";
if ( pluginName == "kio-sync" ) return "network";
if ( pluginName == "irmc-sync" ) return "mobile_phone";
if ( pluginName == "evo2-sync" ) return "evolution";

@ -190,7 +190,7 @@ tde_restore( KDE3_DCOPIDL_EXECUTABLE )
tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS}
LINK
emailfunctions-static kmime-shared kpgp-shared kdepim-shared kpimidentities-shared
emailfunctions-static kmime-shared kpgp-shared tdepim-shared kpimidentities-shared
mimelib-shared ksieve-shared khtml-shared ${INDEX_LIBRARY}
DESTINATION ${LIB_INSTALL_DIR}
)

@ -343,7 +343,7 @@ please visit http://webcvs.kde.org
* Pop: Fixed problems in pop authentication code.
* Pop: Enabled POP3 LAST command which was committed to
kdesupport some time ago.
tdesupport some time ago.
1998-11-15 Alex Zepeda <garbanzo@hooked.net>

@ -49,7 +49,7 @@ linkdir = $(kde_datadir)/kmail/plugins/bodypartformatter
link_DATA = application_octetstream.desktop
bin_PROGRAMS = kmail
kmail_LDFLAGS = $(all_libraries) $(KDE_RPATH) -L$(top_builddir)/libtdepim -lkdepim
kmail_LDFLAGS = $(all_libraries) $(KDE_RPATH) -L$(top_builddir)/libtdepim -ltdepim
kmail_LDADD = libkmailprivate.la
libkmailprivate_la_SOURCES = kmmessage.cpp kmmainwin.cpp configuredialog.cpp \
@ -243,5 +243,5 @@ messages: rc.cpp
kde_kcfg_DATA = kmail.kcfg replyphrases.kcfg custommimeheader.kcfg \
templatesconfiguration_kfg.kcfg customtemplates_kfg.kcfg
DOXYGEN_REFERENCES = kdeui
DOXYGEN_REFERENCES = tdeui
include $(top_srcdir)/admin/Doxyfile.am

@ -33,7 +33,7 @@
#define __KMAIL_ABOUTDATA_H__
#include <kaboutdata.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KMail {

@ -22,7 +22,7 @@
#include <tqobject.h>
#include "kmaccount.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class TQString;
class TQStringList;

@ -32,7 +32,7 @@
#include "interfaces/bodypartformatter.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace {

@ -38,7 +38,7 @@
class KMMessage;
class KMReaderWin;
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <libkcal/attendee.h> // only for an enum, we are not linking

@ -18,7 +18,7 @@
#include <klistview.h>
#include <kcmodule.h>
#include <klocale.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class TQPushButton;
class TQLabel;

@ -50,7 +50,7 @@ using KMail::FolderRequester;
#include "templatesconfiguration_kfg.h"
#include "simplestringlisteditor.h"
// other kdepim headers:
// other tdepim headers:
// libtdepim
#include <libkpimidentities/identity.h>
#include <libtdepim/addresseelineedit.h>

@ -35,7 +35,7 @@
#include <kparts/part.h>
#include <tqwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KInstance;
class KAboutData;

@ -13,7 +13,7 @@
#include <kio/job.h>
#include "kmmsgbase.h" // for KMMsgtqStatus
#include <mimelib/string.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kservice.h>
#include <ktempfile.h>

@ -21,7 +21,7 @@
#include "foldertreebase.h"
#include <klocale.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <tqguardedptr.h>
#include <tqwidget.h>

@ -12,7 +12,7 @@
#include <kconfig.h>
#include <kdeversion.h>
#include <kimproxy.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "kmailIface.h"
#include "kmmsgbase.h"

@ -18,7 +18,7 @@
#ifndef KMSTARTUP
#define KMSTARTUP
#include <kdepimmacros.h>
#include <tdepimmacros.h>
extern "C" {

@ -1,5 +1,5 @@
/****************************************************************************
** Form interface generated from reading ui file '/Users/till/Documents/Code/kde/enterprise/kdepim/kmail/snippetdlg.ui'
** Form interface generated from reading ui file '/Users/till/Documents/Code/kde/enterprise/tdepim/kmail/snippetdlg.ui'
**
** Created: Tue Sep 25 16:03:02 2007
** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $)

@ -1,6 +1,6 @@
/*
Copyright (c) 2008 Pradeepto K. Bhattacharya <pradeepto@kde.org>
( adapted from kdepim/kmail/kmfolderseldlg.cpp and simplefoldertree.h )
( adapted from tdepim/kmail/kmfolderseldlg.cpp and simplefoldertree.h )
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

@ -1,6 +1,6 @@
/*
Copyright (c) 2008 Pradeepto K. Bhattacharya <pradeepto@kde.org>
( adapted from kdepim/kmail/kmfolderseldlg.cpp and simplefoldertree.h )
( adapted from tdepim/kmail/kmfolderseldlg.cpp and simplefoldertree.h )
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

@ -40,7 +40,7 @@ INCLUDES= $(all_includes)
kmailcvt_METASOURCES = AUTO
# the library search path.
kmailcvt_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kmailcvt_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
KDE_ICON=AUTO

@ -11,7 +11,7 @@ Writing a filter
and add "filter_myformat.cxx" to the end of the kmailcvt_SOURCES line in
Makefile.am and "filter_myformat.cxx filter_myformat.hxx" to the end of the
EXTRA_DIST line in Makefile.am. Now run "make -f Makefile.cvs; ./configure" in
your kdepim source directory.
your tdepim source directory.
In the import method of your filter you are passed a FilterInfo object. This has
the following methods that you may want to use:

@ -60,6 +60,6 @@ tde_add_library( kmobiledevice SHARED AUTOMOC
tde_add_library( kmobileclient SHARED AUTOMOC
SOURCES kmobileclient.cpp
LINK kdecore-shared
LINK tdecore-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -8,7 +8,7 @@ lib_LTLIBRARIES = libkmobiledevice.la libkmobileclient.la
INCLUDES = $(all_includes)
kmobile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kmobile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kmobile_LDADD = $(LIB_KFILE) $(LIB_KABC) libkmobiledevice.la
kmobile_SOURCES = main.cpp kmobile.cpp kmobileview.cpp kmobileitem.cpp\
pref.cpp kmobileiface.skel kmobile_selectiondialog.ui \
@ -29,7 +29,7 @@ libkmobileclient_la_LDFLAGS = $(all_libraries) -no-undefined -avoid-version
libkmobileclient_la_LIBADD = $(LIB_KDECORE) -lDCOP
EXTRA_PROGRAMS = testlibkmobile
testlibkmobile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testlibkmobile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testlibkmobile_LDADD = libkmobileclient.la
testlibkmobile_SOURCES = testlibkmobile.cpp

@ -33,7 +33,7 @@
#include "kio_mobile.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
using namespace KIO;

@ -72,7 +72,7 @@ bool KMobileClient::startKMobileApplication()
arg << TQString("kmobile") << params;
TQCString replyType;
TQByteArray replyData;
bool ok = call("klauncher", "klauncher", "kdeinit_exec_wait(TQString,TQStringList)", data, replyType, replyData);
bool ok = call("klauncher", "klauncher", "tdeinit_exec_wait(TQString,TQStringList)", data, replyType, replyData);
PRINT_DEBUG << TQString("DCOP-CALL to klauncher: %1\n").tqarg(ok?"ok.":"failed.");
return ok;
}

@ -6,7 +6,7 @@
#define _KMOBILECLIENT_H_
#include <dcopclient.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KDE_EXPORT KMobileClient : public DCOPClient
{

@ -24,7 +24,7 @@
#include <tqstringlist.h>
#include <tqmutex.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <klibloader.h>
#include <kabc/addressee.h>

@ -9,7 +9,7 @@
#include "kmobileiface.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KConfig;
class KMobileItem;

@ -80,7 +80,7 @@ tde_add_library( knodecommon SHARED AUTOMOC
kncollectionview.cpp articlewidget.cpp csshelper.cpp
smtpaccountwidget_base.ui
VERSION 3.0.0
LINK emailfunctions-static kdepim-shared kpgp-shared khtml-shared
LINK emailfunctions-static tdepim-shared kpgp-shared khtml-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -11,13 +11,13 @@ lib_LTLIBRARIES = libknodecommon.la
kde_module_LTLIBRARIES = kcm_knode.la libknodepart.la
libknodepart_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(KDE_RPATH) $(KDE_PLUGIN)
libknodepart_la_LIBADD = libknodecommon.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO) $(LIB_KPARTS) -lDCOP -L$(top_builddir)/libtdepim -lkdepim
libknodepart_la_LIBADD = libknodecommon.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO) $(LIB_KPARTS) -lDCOP -L$(top_builddir)/libtdepim -ltdepim
SUBDIRS = pics filters
bin_PROGRAMS = knode
knode_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
knode_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
knode_LDADD = libknodecommon.la
kcm_knode_la_SOURCES = knconfigpages.cpp

@ -15,7 +15,7 @@
*/
#include <kaboutdata.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#ifndef KNODE_ABOUTDATA_H
#define KNODE_ABOUTDATA_H

@ -23,7 +23,7 @@
#include "knconfigpages.h"
#include "knconfigwidgets.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
//
// common config page with tabs (code mostly taken from kmail)

@ -21,7 +21,7 @@
#include <tqglobal.h>
#include <tqvaluelist.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class TQListBox;
class TQLabel;

@ -20,7 +20,7 @@
#include <kconfig.h>
#include "resource.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KInstance;
class KNConfigManager;

@ -21,7 +21,7 @@
#include "resource.h"
#include <tqglobal.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class TQListViewItem;

@ -76,7 +76,7 @@ tde_add_library( knotes SHARED AUTOMOC
knotebutton.cpp knoteconfigdlg.cpp knotehostdlg.cpp knotealarmdlg.cpp
knotesalarm.cpp
VERSION 0.0.0
LINK kdepim-shared kutils-shared kdeprint-shared
LINK tdepim-shared kutils-shared tdeprint-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -27,15 +27,15 @@ libknote_la_SOURCES = knote.cpp knotebutton.cpp knoteconfigdlg.cpp knotehostdlg.
knotes_SOURCES = main.cpp knotesapp.cpp KNotesAppIface.skel
knotes_LDADD = libknote.la libknoteseditor.la libknotesnetwork.la libknotesresources.la \
libknoteslegacy.la libknotesconfig.la libknotesprinting.la $(top_builddir)/libkcal/libkcal.la \
$(top_builddir)/libtdepim/libtdepim.la $(LIB_KIO) -lkresources -lkdeprint -lkutils
knotes_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
$(top_builddir)/libtdepim/libtdepim.la $(LIB_KIO) -lkresources -ltdeprint -lkutils
knotes_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
knotes_COMPILE_FIRST = knoteconfig.h
kde_module_LTLIBRARIES = knotes_local.la
knotes_local_la_SOURCES = resourcelocal_plugin.cpp
knotes_local_la_LDFLAGS = $(KDE_LDFLAGS) $(all_libraries) -module $(KDE_PLUGIN)
knotes_local_la_LIBADD = libknotesresources.la libknotesconfig.la libknotesprinting.la \
$(top_builddir)/libkcal/libkcal.la -lkdeprint $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO) -lkresources
$(top_builddir)/libkcal/libkcal.la -ltdeprint $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO) -lkresources
METASOURCES = AUTO

@ -34,7 +34,7 @@
#define RESOURCENOTES_H
#include <kresources/resource.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <libkcal/alarm.h>
class KConfig;

@ -39,6 +39,6 @@ tde_add_library( kode SHARED
function.cpp variable.cpp membervariable.cpp typedef.cpp statemachine.cpp
automakefile.cpp
VERSION 1.0.0
LINK kdecore-shared
LINK tdecore-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -10,11 +10,11 @@ libkode_la_SOURCES = code.cpp enum.cpp style.cpp printer.cpp license.cpp file.cp
typedef.cpp statemachine.cpp automakefile.cpp
libkode_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \
-version-info 1:0:0 -no-undefined
libkode_la_LIBADD = -lkdecore
libkode_la_LIBADD = -ltdecore
bin_PROGRAMS = kode
kode_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kode_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kode_LDADD = libkode.la -lkabc
kode_SOURCES = kodemain.cpp

@ -26,7 +26,7 @@
#include <tqmap.h>
#include <tqstringlist.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KODE {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -26,7 +26,7 @@
#include "membervariable.h"
#include "typedef.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <tqvaluelist.h>
#include <tqstring.h>
#include <tqstringlist.h>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -26,7 +26,7 @@
#include <tqvaluelist.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KODE {
class KDE_EXPORT Code

@ -22,7 +22,7 @@
#define KODE_ENUM_H
#include <tqstringlist.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KODE {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -28,7 +28,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KODE {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -26,7 +26,7 @@
#include <tqvaluelist.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KODE {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -7,11 +7,11 @@ lib_LTLIBRARIES = libwsdl.la
libwsdl_la_SOURCES = binding.cpp message.cpp parser.cpp port.cpp service.cpp \
typemapper.cpp wsdl.cpp
libwsdl_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
libwsdl_la_LIBADD = -lkdecore schema/libschema.la
libwsdl_la_LIBADD = -ltdecore schema/libschema.la
bin_PROGRAMS = kwsdl_compiler
kwsdl_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kwsdl_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kwsdl_compiler_LDADD = ../libkode.la libwsdl.la
kwsdl_compiler_SOURCES = compiler.cpp converter.cpp creator.cpp main.cpp \
namemapper.cpp

@ -60,7 +60,7 @@ void Creator::create( const KODE::Class::List &list )
KODE::AutoMakefile::Target libTarget( "bin_PROGRAMS", "kwsdl" );
libTarget.setSources( "main.cc " + cppFiles.join( " " ) );
libTarget.setLdFlags( "$(all_libraries) $(KDE_RPATH)" );
libTarget.setLdAdd( "-lkdecore -lkio" );
libTarget.setLdAdd( "-ltdecore -lkio" );
KODE::AutoMakefile makefile;
makefile.addTarget( libTarget );

@ -1,7 +1,7 @@
INCLUDES = -I$(top_srcdir) -I.. -I$(top_srcdir)/kode -I$(top_srcdir)/kode/kwsdl -I$(top_srcdir)/libtdepim $(all_includes)
bin_PROGRAMS = kung
kung_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kung_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kung_SOURCES = binaryinputfield.cpp boolinputfield.cpp complexbaseinputfield.cpp dateinputfield.cpp dispatcher.cpp \
doubleinputfield.cpp enuminputfield.cpp generalconversationmanager.cpp \
inputdialog.cpp inputfield.cpp inputfieldfactory.cpp \

@ -5,10 +5,10 @@ lib_LTLIBRARIES = libschema.la
libschema_la_SOURCES = attribute.cpp complextype.cpp element.cpp fileprovider.cpp \
parser.cpp qualifiedname.cpp simpletype.cpp types.cpp typestable.cpp
libschema_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
libschema_la_LIBADD = -lqt-mt -lkdecore -lkio
libschema_la_LIBADD = -lqt-mt -ltdecore -lkio
#bin_PROGRAMS = schematest
#schematest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
#schematest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
#schematest_SOURCES = main.cpp
#schematest_LDADD = libschema.la

@ -4,6 +4,6 @@ METASOURCES = AUTO
bin_PROGRAMS = googletest
googletest_SOURCES = main.cc googlesearch.cc transport.cpp resultelementarray.cpp directorycategoryarray.cpp googlesearchresult.cpp directorycategory.cpp resultelement.cpp serializer.cpp googlesearchservice.cpp
googletest_LDADD = -lkdecore -lkio
googletest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
googletest_LDADD = -ltdecore -lkio
googletest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor

@ -7,7 +7,7 @@ libwscl_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
libwscl_la_LIBADD = -lqt-mt
#bin_PROGRAMS = wscltest
#wscltest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
#wscltest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
#wscltest_SOURCES = main.cpp
#wscltest_LDADD = libwscl.la

@ -2,8 +2,8 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libtdepim $(all_includes)
bin_PROGRAMS = kxml_compiler
kxml_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kxml_compiler_LDADD = ../libkode.la -lkdecore
kxml_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kxml_compiler_LDADD = ../libkode.la -ltdecore
kxml_compiler_SOURCES = parser.cpp creator.cpp kxml_compiler.cpp
METASOURCES = AUTO

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -22,7 +22,7 @@
#define KODE_LICENSE_H
#include <tqstring.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KODE {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -25,7 +25,7 @@
#include <tqvaluelist.h>
#include <tqstring.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KODE {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -26,7 +26,7 @@
#include "style.h"
#include "automakefile.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <tqvaluelist.h>
#include <tqstring.h>
#include <tqstringlist.h>

@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqmap.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KODE {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -27,7 +27,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KODE {

@ -22,7 +22,7 @@
#define KODE_TYPEDEF_H
#include <tqvaluelist.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KODE {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -24,7 +24,7 @@
#include <tqvaluelist.h>
#include <tqstring.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KODE {

@ -64,6 +64,6 @@ tde_add_executable( konsolekalendar AUTOMOC
konsolekalendarchange.cpp konsolekalendarvariables.cpp
konsolekalendaradd.cpp konsolekalendarexports.cpp konsolekalendar.cpp
stdcalendar.cpp main.cpp
LINK kdepim-shared
LINK tdepim-shared
DESTINATION ${BIN_INSTALL_DIR}
)

@ -13,7 +13,7 @@ konsolekalendar_SOURCES = konsolekalendarepoch.cpp konsolekalendardelete.cpp \
konsolekalendaradd.cpp konsolekalendarexports.cpp konsolekalendar.cpp \
stdcalendar.cpp main.cpp
konsolekalendar_LDADD = $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libtdepim/libtdepim.la
konsolekalendar_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
konsolekalendar_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
appsdir = $(kde_appsdir)/Utilities
xdg_apps_DATA = konsolekalendar.desktop

@ -66,10 +66,10 @@ Don't forget to
===============
* Define the service type, using a "Type=ServiceType" .desktop file,
with "X-KDE-ServiceType=DCOP/Foo".
See e.g. kdepim/kaddressbook/dcopaddressbook.desktop
See e.g. tdepim/kaddressbook/dcopaddressbook.desktop
* Add DCOP/Foo to the application's ServiceTypes list, in its .desktop file
See e.g. kdepim/kaddressbook/kaddressbook.desktop
See e.g. tdepim/kaddressbook/kaddressbook.desktop
* Make sure that X-DCOP-ServiceType and X-DCOP-ServiceName are specified too.
Designing DCOP interfaces

@ -1,6 +1,6 @@
SUBDIRS = interfaces plugins src pics profiles
DOXYGEN_REFERENCES = kdeui kparts libkcal
DOXYGEN_REFERENCES = tdeui kparts libkcal
include $(top_srcdir)/admin/Doxyfile.am

@ -188,8 +188,8 @@ Don: If kontact is not running and is not the users preferred application
Don: then a standalone version of X should be started, and an iface for
Don: that standalone app returned.
Don:
Don: I think this library should be in libtdepim ad all the kdepim apps
Don: should be moved into kdepim, so their iface files all be in one
Don: I think this library should be in libtdepim ad all the tdepim apps
Don: should be moved into tdepim, so their iface files all be in one
Don: package. Or alternatively a new kdeinterfaces package be created
Don: and used as a general repository for interface files.
Don:

@ -42,6 +42,6 @@ tde_add_library( kpinterfaces SHARED AUTOMOC
SOURCES
core.cpp plugin.cpp summary.cpp uniqueapphandler.cpp
VERSION 1.0.0
LINK kdepim-shared
LINK tdepim-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -24,7 +24,7 @@
#define KONTACT_CORE_H
#include <tqdatetime.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kparts/mainwindow.h>
#include <kparts/part.h>

@ -26,7 +26,7 @@
#include <tqobject.h>
#include <kxmlguiclient.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <tqptrlist.h>
class TQStringList;

@ -23,7 +23,7 @@
#include <tqwidget.h>
#include <tqpixmap.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KStatusBar;

@ -24,7 +24,7 @@
#include <dcopobject.h>
#include <plugin.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace Kontact
{

@ -9,7 +9,7 @@
#
#################################################
# NOTE kpilot was moved from kdepim
# NOTE kpilot was moved from tdepim
add_subdirectory( kaddressbook )
add_subdirectory( kmail )

@ -87,6 +87,6 @@ tde_add_kpart( libkontact_kmailplugin AUTOMOC
tde_add_kpart( kcm_kmailsummary AUTOMOC
SOURCES kcmkmailsummary.cpp
LINK kdeui-shared
LINK tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -37,7 +37,7 @@
#include "kcmkmailsummary.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
extern "C"
{

@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libkontact_knotesplugin.la
libkontact_knotesplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkontact_knotesplugin_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la \
$(LIB_KPARTS) $(top_builddir)/libtdepim/libtdepim.la \
$(top_builddir)/libkcal/libkcal.la -lkresources -lkdeprint \
$(top_builddir)/libkcal/libkcal.la -lkresources -ltdeprint \
$(top_builddir)/knotes/libknotesresources.la \
$(top_builddir)/knotes/libknoteseditor.la \
$(top_builddir)/knotes/libknotesprinting.la

@ -78,7 +78,7 @@ tde_add_kpart( libkontact_journalplugin AUTOMOC
tde_add_kpart( kcm_korgsummary AUTOMOC
SOURCES kcmkorgsummary.cpp
LINK kdeui-shared
LINK tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -47,7 +47,7 @@ JournalPlugin::JournalPlugin( Kontact::Core *core, const char *, const TQStringL
mIface( 0 )
{
setInstance( JournalPluginFactory::instance() );
instance()->iconLoader()->addAppDir("kdepim");
instance()->iconLoader()->addAppDir("tdepim");
insertNewAction( new KAction( i18n( "New Journal..." ), "newjournal",
CTRL+SHIFT+Key_J, this, TQT_SLOT( slotNewJournal() ), actionCollection(),

@ -37,7 +37,7 @@
#include "kcmkorgsummary.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
extern "C"
{

@ -62,7 +62,7 @@ KOrganizerPlugin::KOrganizerPlugin( Kontact::Core *core, const char *, const TQS
{
setInstance( KOrganizerPluginFactory::instance() );
instance()->iconLoader()->addAppDir("kdepim");
instance()->iconLoader()->addAppDir("tdepim");
insertNewAction( new KAction( i18n( "New Event..." ), "newappointment",
CTRL+SHIFT+Key_E, this, TQT_SLOT( slotNewEvent() ), actionCollection(),

@ -83,7 +83,7 @@ void SummaryWidget::updateView()
mLabels.clear();
mLabels.setAutoDelete( false );
KIconLoader loader( "kdepim" );
KIconLoader loader( "tdepim" );
KConfig config( "kcmkorgsummaryrc" );

@ -59,7 +59,7 @@ TodoPlugin::TodoPlugin( Kontact::Core *core, const char *, const TQStringList& )
mIface( 0 )
{
setInstance( TodoPluginFactory::instance() );
instance()->iconLoader()->addAppDir("kdepim");
instance()->iconLoader()->addAppDir("tdepim");
insertNewAction( new KAction( i18n( "New To-do..." ), "newtodo",
CTRL+SHIFT+Key_T, this, TQT_SLOT( slotNewTodo() ), actionCollection(),

@ -89,7 +89,7 @@ void TodoSummaryWidget::updateView()
config.setGroup( "Todo" );
bool showAllTodos = config.readBoolEntry( "ShowAllTodos", false );
KIconLoader loader( "kdepim" );
KIconLoader loader( "tdepim" );
TQLabel *label = 0;
int counter = 0;

@ -222,7 +222,7 @@ void SummaryWidget::startKPilot()
{
TQString error;
TQCString appID;
if ( !KApplication::kdeinitExec( "kpilotDaemon", TQString( "--fail-silently" ) ) ) {
if ( !KApplication::tdeinitExec( "kpilotDaemon", TQString( "--fail-silently" ) ) ) {
kdDebug(5602) << "No service available..." << endl;
mStartedDaemon = true;
}

@ -42,6 +42,6 @@ tde_add_kpart( libkontact_newstickerplugin AUTOMOC
tde_add_kpart( kcm_kontactknt AUTOMOC
SOURCES kcmkontactknt.cpp
LINK kdeui-shared
LINK tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -45,7 +45,7 @@
#include "newsfeeds.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
extern "C"
{

@ -45,6 +45,6 @@ tde_add_kpart( libkontact_specialdatesplugin AUTOMOC
tde_add_kpart( kcm_sdsummary AUTOMOC
SOURCES kcmsdsummary.cpp
LINK kdeui-shared
LINK tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -39,7 +39,7 @@
#include "kcmsdsummary.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
extern "C"
{

@ -219,7 +219,7 @@ void SDSummaryWidget::updateView()
mLabels.clear();
mLabels.setAutoDelete( false );
KIconLoader loader( "kdepim" );
KIconLoader loader( "tdepim" );
KABC::StdAddressBook *ab = KABC::StdAddressBook::self( true );
TQValueList<SDEntry> dates;

@ -42,7 +42,7 @@ SpecialdatesPlugin::SpecialdatesPlugin( Kontact::Core *core, const char *name, c
mAboutData( 0 )
{
setInstance( SpecialdatesPluginFactory::instance() );
instance()->iconLoader()->addAppDir( "kdepim" );
instance()->iconLoader()->addAppDir( "tdepim" );
}
SpecialdatesPlugin::~SpecialdatesPlugin()

@ -36,7 +36,7 @@ install( FILES kontactsummary_part.rc DESTINATION ${DATA_INSTALL_DIR}/kontactsum
tde_add_kpart( libkontact_summaryplugin AUTOMOC
SOURCES
summaryview_plugin.cpp summaryview_part.cpp dropwidget.cpp
LINK kpinterfaces-shared kdepim-shared kpimidentities-shared kutils-shared
LINK kpinterfaces-shared tdepim-shared kpimidentities-shared kutils-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
@ -45,6 +45,6 @@ tde_add_kpart( libkontact_summaryplugin AUTOMOC
tde_add_kpart( kcm_kontactsummary AUTOMOC
SOURCES kcmkontactsummary.cpp
LINK kdeui-shared kutils-shared
LINK tdeui-shared kutils-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -39,7 +39,7 @@
#include "kcmkontactsummary.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
extern "C"
{

@ -38,7 +38,7 @@ install( FILES kontactui.rc kontact.setdlg DESTINATION ${DATA_INSTALL_DIR}/konta
tde_add_kpart( kcm_kontact AUTOMOC
SOURCES kcmkontact.cpp
LINK kontact-shared kdepim-shared
LINK kontact-shared tdepim-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
@ -60,6 +60,6 @@ tde_add_executable( kontact AUTOMOC
tde_add_library( kontact SHARED
SOURCES prefs.kcfgc
VERSION 1.0.0
LINK kdecore-shared
LINK tdecore-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -10,7 +10,7 @@ libkontact_la_SOURCES = prefs.kcfgc
bin_PROGRAMS = kontact
kontact_METASOURCES = AUTO
kontact_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kontact_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kontact_LDADD = $(top_builddir)/libtdepim/libtdepim.la \
$(top_builddir)/kontact/interfaces/libkpinterfaces.la libkontact.la \
$(LIB_KPARTS) $(LIB_KUTILS) $(LIB_KHTML)

@ -38,7 +38,7 @@
#include <tqlabel.h>
#include <tqlayout.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
extern "C"
{

@ -53,7 +53,7 @@ class KontactApp : public KUniqueApplication {
public:
KontactApp() : mMainWindow( 0 ), mSessionRestored( false )
{
KGlobal::iconLoader()->addAppDir( "kdepim" );
KGlobal::iconLoader()->addAppDir( "tdepim" );
}
~KontactApp() {}

@ -133,7 +133,7 @@ tde_add_kpart( libkorganizerpart AUTOMOC
tde_add_library( korganizer_calendar SHARED
SOURCES stdcalendar.cpp
VERSION 1.0.0
LINK kdepim-shared kcal-shared
LINK tdepim-shared kcal-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -14,7 +14,7 @@ INCLUDES = \
bin_PROGRAMS = korganizer
korganizer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
korganizer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
korganizer_LDADD = libkorganizer.la
korganizer_SOURCES = main.cpp korganizer.cpp koapp.cpp
korganizer_COMPILE_FIRST = koprefs_base.h
@ -29,19 +29,19 @@ kcm_korganizer_la_LIBADD = libkorganizer.la $(top_builddir)/libtdepim/libtdepim.
kcm_korganizer_la_COMPILE_FIRST = koprefs_base.h kogroupwareprefspage.h
libkorganizerpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
libkorganizerpart_la_LIBADD = libkorganizer.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KPARTS) $(LIB_KIO) $(LIB_KHTML) $(LIB_KDEUI) -L$(top_builddir)/libtdepim/ -lkdepim -L$(top_builddir)/libkcal/ -lkcal -lkorganizer_calendar
libkorganizerpart_la_LIBADD = libkorganizer.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KPARTS) $(LIB_KIO) $(LIB_KHTML) $(LIB_KDEUI) -L$(top_builddir)/libtdepim/ -ltdepim -L$(top_builddir)/libkcal/ -lkcal -lkorganizer_calendar
libkorganizerpart_la_SOURCES = korganizer_part.cpp
libkorganizerpart_la_COMPILE_FIRST = publishdialog_base.h koprefs_base.h
check_PROGRAMS = korgplugins timezone
korgplugins_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
korgplugins_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
korgplugins_LDADD = libkorganizer.la $(LIB_KSYCOCA)
korgplugins_SOURCES = korgplugins.cpp
korgplugins_COMPILE_FIRST = koprefs_base.h
timezone_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
timezone_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
timezone_LDADD = libkorganizer.la $(LIB_KSYCOCA)
timezone_SOURCES = timezone.cpp
timezone_COMPILE_FIRST = koprefs_base.h
@ -63,7 +63,7 @@ libkorganizer_la_LIBADD = \
$(top_builddir)/libkholidays/libkholidays.la \
$(top_builddir)/libkmime/libkmime.la \
$(LIB_KPARTS) $(LIB_KFILE) $(LIB_KNEWSTUFF) \
-lkdeprint -lkabc -lkutils
-ltdeprint -lkabc -lkutils
libkorganizer_la_COMPILE_FIRST = \
kogroupwareprefspage.ui \
@ -198,7 +198,7 @@ kde_services_DATA = korganizer_configmain.desktop \
update_DATA = korganizer.upd
updatedir = $(kde_datadir)/kconf_update
DOXYGEN_REFERENCES=libkcal kdeui
DOXYGEN_REFERENCES=libkcal tdeui
include $(top_srcdir)/admin/Doxyfile.am
install-data-local:

@ -25,7 +25,7 @@
#define KORG_ABOUTDATA_H
#include <kaboutdata.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KOrg {

@ -30,7 +30,7 @@
#include <tqobject.h>
#include <kurl.h>
#include <korganizer/part.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "kcalendariface.h"

@ -31,7 +31,7 @@
#include <kfile.h>
#include <korganizer/koeventviewer.h>
#include <libkcal/scheduler.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "koglobals.h"
#include "interfaces/korganizer/calendarviewbase.h"

@ -29,7 +29,7 @@
#include <klocale.h>
#include <kdebug.h>
#include <kmessagebox.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "korganizer/incidencechangerbase.h"
#include "printplugin.h"

@ -29,7 +29,7 @@
#include <korganizer/part.h>
#include <korganizer/printplugin.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <ktrader.h>
namespace KPIM { class IdentityManager; }

@ -29,10 +29,10 @@
#include <libkcal/incidence.h>
#include <libtdepim/kpimurlrequesterdlg.h>
#include <libtdepim/kfileio.h>
#include <libtdepim/kdepimprotocols.h>
#include <libtdepim/tdepimprotocols.h>
#include <libtdepim/maillistdrag.h>
#include <libtdepim/kvcarddrag.h>
#include <libtdepim/kdepimprotocols.h>
#include <libtdepim/tdepimprotocols.h>
#include <klocale.h>
#include <kdebug.h>

@ -24,7 +24,7 @@
#ifndef KOEVENTVIEWER_H
#define KOEVENTVIEWER_H
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kconfig.h>
#include <tqtextbrowser.h>

@ -25,7 +25,7 @@
#define KOEVENTVIEWERDIALOG_H
#include <kdialogbase.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "koeventviewer.h"
namespace KCal {

@ -71,8 +71,8 @@ KOGlobals::KOGlobals()
// in case we are a KPart
mOwnInstance = new KInstance( "korganizer" );
mOwnInstance->config()->setGroup( "General" );
mOwnInstance->iconLoader()->addAppDir( "kdepim" );
KGlobal::iconLoader()->addAppDir( "kdepim" );
mOwnInstance->iconLoader()->addAppDir( "tdepim" );
KGlobal::iconLoader()->addAppDir( "tdepim" );
mAlarmClient = new AlarmClient;
}

@ -23,7 +23,7 @@
#ifndef KORG_GLOBALS_H
#define KORG_GLOBALS_H
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <tqwidget.h>
class TQDate;

@ -617,7 +617,7 @@ For security reasons, it is not recommended to store your password in the config
<tabstop>retrieveSavePassword</tabstop>
</tabstops>
<includes>
<include location="global" impldecl="in declaration">kdepimmacros.h</include>
<include location="global" impldecl="in declaration">tdepimmacros.h</include>
<include location="local" impldecl="in implementation">kogroupwareprefspage.ui.h</include>
</includes>
<Q_SIGNALS>

@ -25,7 +25,7 @@
#ifndef KOHELPER_H
#define KOHELPER_H
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KCal {
class Calendar;

@ -26,7 +26,7 @@
#include <tqdict.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "koprefs_base.h"

@ -77,7 +77,7 @@
#include "ktimeedit.h"
#include "koglobals.h"
#include "stdcalendar.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
KOPrefsDialogMain::KOPrefsDialogMain( TQWidget *parent, const char *name )

@ -2,7 +2,7 @@ INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/korganizer $(all_includes)
bin_PROGRAMS = korgac
korgac_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
korgac_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
korgac_LDADD = $(LIB_KDEUI) \
$(top_builddir)/korganizer/libkorganizer_eventviewer.la
korgac_SOURCES = korgacmain.cpp alarmdialog.cpp \
@ -11,7 +11,7 @@ korgac_SOURCES = korgacmain.cpp alarmdialog.cpp \
check_PROGRAMS = testalarmdlg
testalarmdlg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testalarmdlg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testalarmdlg_LDADD = $(LIB_KDEUI) $(top_builddir)/libkcal/libkcal.la \
$(top_builddir)/korganizer/libkorganizer_eventviewer.la
testalarmdlg_SOURCES = testalarmdlg.cpp alarmdialog.cpp

@ -112,7 +112,7 @@ AlarmDialog::AlarmDialog( KCal::CalendarResources *calendar, TQWidget *parent, c
connect( calendar, TQT_SIGNAL(calendarChanged()),
this, TQT_SLOT(slotCalendarChanged()) );
KGlobal::iconLoader()->addAppDir( "kdepim" );
KGlobal::iconLoader()->addAppDir( "tdepim" );
setButtonOK( i18n( "Suspend" ) );
TQWidget *topBox = plainPage();

@ -34,7 +34,7 @@
#include "korganizeriface.h"
#include <tqobject.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class ActionManager;

@ -88,9 +88,9 @@ int KOWhatsNextView::tqcurrentDateCount()
void KOWhatsNextView::updateView()
{
KIconLoader kil("kdepim");
KIconLoader kil("tdepim");
TQString *ipath = new TQString();
kil.loadIcon("kdepim",KIcon::NoGroup,32,KIcon::DefaultState,ipath);
kil.loadIcon("tdepim",KIcon::NoGroup,32,KIcon::DefaultState,ipath);
mText = "<table width=\"100%\">\n";
mText += "<tr bgcolor=\"#3679AD\"><td><h1>";

@ -32,6 +32,6 @@ install( FILES hebrew.desktop DESTINATION ${SERVICES_INSTALL_DIR}/korganizer )
tde_add_kpart( libkorg_hebrew AUTOMOC
SOURCES
hebrew.cpp configdialog.cpp holiday.cpp parsha.cpp converter.cpp
LINK kdeui-shared
LINK tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libkorg_journalprint.la
libkorg_journalprint_la_SOURCES =calprintjournalconfig_base.ui journalprint.cpp
libkorg_journalprint_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries)
libkorg_journalprint_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(top_builddir)/korganizer/printing/libkorg_stdprinting.la -L$(top_builddir)/libtdepim/ -lkdepim
libkorg_journalprint_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(top_builddir)/korganizer/printing/libkorg_stdprinting.la -L$(top_builddir)/libtdepim/ -ltdepim
noinst_HEADERS =

@ -35,7 +35,7 @@ install( FILES
tde_add_library( kocorehelper SHARED
SOURCES cellitem.cpp
VERSION 1.0.0
LINK kdepim-shared
LINK tdepim-shared
DESTINATION ${LIB_INSTALL_DIR}
)
@ -49,6 +49,6 @@ tde_add_library( korg_stdprinting SHARED AUTOMOC
calprinttodoconfig_base.ui calprintweekconfig_base.ui
calprintincidenceconfig_base.ui
VERSION 1.0.0
LINK kocorehelper-shared kdeprint-shared
LINK kocorehelper-shared tdeprint-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -25,7 +25,7 @@ libkorg_stdprinting_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \
libkorg_stdprinting_la_LIBADD = $(LIB_KDEUI) libkocorehelper.la \
$(top_builddir)/libtdepim/libtdepim.la \
$(top_builddir)/libkcal/libkcal.la \
-lkdeprint
-ltdeprint
calprintdir = $(includedir)/korganizer

@ -31,7 +31,7 @@
#include <kdialogbase.h>
#include <korganizer/baseview.h>
#include <korganizer/printplugin.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KOrg {
class CoreHelper;

@ -30,7 +30,7 @@
#include <tqdatetime.h>
#include <kprinter.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <libkcal/calendar.h>
#include <libkcal/event.h>
#include <libkcal/todo.h>

@ -27,7 +27,7 @@
#include <tqstring.h>
#include <tqptrlist.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KOrg {

@ -24,7 +24,7 @@
#ifndef URIHANDLER_H
#define URIHANDLER_H
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class TQString;
class TQWidget;

@ -3,7 +3,7 @@ KDE_CXXFLAGS = $(USE_RTTI)
INCLUDES = -I$(top_srcdir)/libkmime \
$(all_includes)
#INCLUDES = -I$(top_srcdir)/mimelib -I$(top_srcdir)/libkmime $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
METASOURCES = AUTO
@ -112,7 +112,7 @@ noinst_HEADERS = \
srcdoc:
kdoc -p -u "/~ssk/src/korn/" -n korn -d /home/ssk/web/src/korn *.h \
-lqt -lkdeui -lkdecore
-lqt -ltdeui -ltdecore
messages: rc.cpp
$(XGETTEXT) *.h *.cpp -o $(podir)/korn.pot

@ -8,5 +8,5 @@ kconf_PROGRAMS = korn-3-4-config_change
kconfdir = $(libdir)/kconf_update_bin
korn_3_4_config_change_SOURCES = korn-3-4-config_change.cpp
korn_3_4_config_change_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
korn_3_4_config_change_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
korn_3_4_config_change_LDADD = $(LIB_QT)

@ -41,6 +41,6 @@ install( FILES kabc.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kresources/kcal
tde_add_kpart( kcal_kabc AUTOMOC
SOURCES
resourcekabc.cpp resourcekabcconfig.cpp
LINK kabcommon-static kdepim-shared
LINK kabcommon-static tdepim-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -33,7 +33,7 @@
#include "libkcal/resourcecalendar.h"
#include "libtdepim/kdepimmacros.h"
#include "libtdepim/tdepimmacros.h"
namespace KIO {
class FileCopyJob;

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (C) 2004-05 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
@ -22,7 +22,7 @@
#define KCAL_RESOURCEBLOGGING_H
#include <kcal_resourcegroupwarebase.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KBlog {
class APIBlog;

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
@ -34,7 +34,7 @@ extern "C"
{
void *init_kcal_blogging()
{
KGlobal::locale()->insertCatalogue( "kdepimresources" );
KGlobal::locale()->insertCatalogue( "tdepimresources" );
KGlobal::locale()->insertCatalogue( "kres_blogging" );
return new BloggingFactory;
}

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Reinhold Kainhofer <reinhold@kainhofer.com>
@ -20,7 +20,7 @@
#ifndef KCAL_RESOURCEBLOGGINGCONFIG_H
#define KCAL_RESOURCEBLOGGINGCONFIG_H
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kcal_resourcegroupwarebaseconfig.h>
namespace KCal {

@ -49,6 +49,6 @@ tde_add_library( kcal_caldav SHARED AUTOMOC
resource.cpp config.cpp configwidgets.cpp preferences.cpp job.cpp
reader.cpp writer.cpp prefsskel.kcfgc
VERSION 1.0.0
LINK kdepim-shared ${CALDAV_LIBRARIES}
LINK tdepim-shared ${CALDAV_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
)

@ -26,7 +26,7 @@
#include <kabc/locknull.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kconfig.h>
namespace KCal {

@ -49,6 +49,6 @@ tde_add_library( kabc_carddav SHARED AUTOMOC
resource.cpp config.cpp configwidgets.cpp preferences.cpp job.cpp
reader.cpp writer.cpp prefsskel.kcfgc
VERSION 1.0.0
LINK kdepim-shared ${CARDDAV_LIBRARIES}
LINK tdepim-shared ${CARDDAV_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
)

@ -38,7 +38,7 @@ extern "C"
{
void *init_kabc_carddav()
{
KGlobal::locale()->insertCatalogue( "kdepimresources" );
KGlobal::locale()->insertCatalogue( "tdepimresources" );
KGlobal::locale()->insertCatalogue( "kres_caldav" );
return new CardDavFactory;
}

@ -25,7 +25,7 @@
#include <kabc/locknull.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kconfig.h>
namespace KABC {

@ -53,7 +53,7 @@ tde_add_library( kabc_xmlrpc SHARED AUTOMOC
kabc_resourcexmlrpc.cpp kabc_resourcexmlrpcconfig.cpp
kabc_egroupwareprefs.kcfgc
VERSION 1.0.0
LINK egwcommon-static kabcommon-static kdepim-shared
LINK egwcommon-static kabcommon-static tdepim-shared
DESTINATION ${LIB_INSTALL_DIR}
)
@ -65,7 +65,7 @@ tde_add_library( kcal_xmlrpc SHARED AUTOMOC
kcal_resourcexmlrpc.cpp kcal_resourcexmlrpcconfig.cpp todostatemapper.cpp
kcal_egroupwareprefs.kcfgc
VERSION 1.0.0
LINK egwcommon-static kdepim-shared
LINK egwcommon-static tdepim-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -34,7 +34,7 @@ libkcal_xmlrpc_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \
libknotes_xmlrpc_la_SOURCES = knotes_resourcexmlrpc.cpp knotes_resourcexmlrpcconfig.cpp \
knotes_egroupwareprefs.kcfgc
libknotes_xmlrpc_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined
libknotes_xmlrpc_la_LIBADD = $(top_builddir)/libkcal/libkcal.la -lkdeprint \
libknotes_xmlrpc_la_LIBADD = $(top_builddir)/libkcal/libkcal.la -ltdeprint \
$(top_builddir)/knotes/libknotesresources.la \
$(top_builddir)/libtdepim/libtdepim.la \
libegwcommon.la

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2003 - 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2003 - 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or
@ -22,7 +22,7 @@
#define KABC_RESOURCEXMLRPC_H
#include <tqmap.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "libtdepim/kabcresourcecached.h"

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2002 - 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2002 - 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or
@ -22,7 +22,7 @@
#define RESOURCEXMLRPCCONFIG_H
#include <kresources/configwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KLineEdit;
class KURLRequester;

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2003 - 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2003 - 2004 Tobias Koenig <tokoe@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2003 - 2004 Tobias Koenig <tokoe@kde.org>
@ -29,7 +29,7 @@
#include <kconfig.h>
#include <kurl.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "libkcal/calendarlocal.h"
#include "libkcal/incidence.h"

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2003 - 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2003 - 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or
@ -22,7 +22,7 @@
#define RESOURCEXMLRPCCONFIG_H
#include <kresources/configwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KIntSpinBox;
class KLineEdit;

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2003 - 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>
@ -27,7 +27,7 @@
#include <kconfig.h>
#include <kurl.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "libkcal/calendarlocal.h"
#include "libkcal/journal.h"

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or
@ -22,7 +22,7 @@
#define RESOURCEXMLRPCCONFIG_H
#include <kresources/configwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KIntSpinBox;
class KLineEdit;

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Tobias Koenig <tokoe@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Tobias Koenig <tokoe@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Tobias Koenig <tokoe@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>

@ -69,6 +69,6 @@ tde_add_library( kcal_resourcefeatureplan SHARED AUTOMOC
SOURCES
kcal_resourcefeatureplan.cpp kcal_resourcefeatureplanconfig.cpp
VERSION 1.0.0
LINK featureplancommon-static kdepim-shared
LINK featureplancommon-static tdepim-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -28,12 +28,12 @@ kcal_service_DATA = kcal_resourcefeatureplan.desktop
check_PROGRAMS = dumpfeaturelist benchmarkfeaturelist
dumpfeaturelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
dumpfeaturelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
dumpfeaturelist_LDADD = libfeatureplancommon.la $(LIB_KDECORE)
dumpfeaturelist_SOURCES = dumpfeaturelist.cpp
dumpfeaturelist_COMPILE_FIRST = kde-features.h
benchmarkfeaturelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
benchmarkfeaturelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
benchmarkfeaturelist_LDADD = libfeatureplancommon.la $(LIB_KDECORE)
benchmarkfeaturelist_SOURCES = benchmarkfeaturelist.cpp
benchmarkfeaturelist_COMPILE_FIRST = kde-features.h

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -29,7 +29,7 @@
#include <kabc/locknull.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kconfig.h>
namespace KCal {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -23,7 +23,7 @@
#define RESOURCEFEATUREPLANCONFIG_H
#include <kresources/configwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KLineEdit;
class KURLRequester;

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>
@ -23,7 +23,7 @@
#define KABC_RESOURCEGROUPDAV_H
#include "kabc_resourcegroupwarebase.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KABC {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>
@ -35,7 +35,7 @@ extern "C"
{
void *init_kabc_groupdav()
{
KGlobal::locale()->insertCatalogue( "kdepimresources" );
KGlobal::locale()->insertCatalogue( "tdepimresources" );
KGlobal::locale()->insertCatalogue( "kres_groupdav" );
return new GroupDavFactory;
}

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>
@ -36,7 +36,7 @@ extern "C"
{
void *init_kcal_groupdav()
{
KGlobal::locale()->insertCatalogue( "kdepimresources" );
KGlobal::locale()->insertCatalogue( "tdepimresources" );
KGlobal::locale()->insertCatalogue( "kres_groupdav" );
return new GroupDavFactory;
}

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <wstephenson@suse.de>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <wstephenson@suse.de>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -23,7 +23,7 @@
#include "soap/groupwiseserver.h"
#include <kabcresourcecached.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <libtdepim/progressmanager.h>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -23,7 +23,7 @@
#include "soap/groupwiseserver.h"
#include <kresources/configwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <tqmap.h>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -30,7 +30,7 @@
#include <kabc/locknull.h>
#include <kio/job.h>
#include <kconfig.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class ngwt__Settings;

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -21,7 +21,7 @@
#define KCALRESOURCEGROUPWISECONFIG_H
#include <kurlrequester.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kresources/resource.h>
#include <kresources/configwidget.h>

@ -44,7 +44,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "groupwise.h"

@ -33,6 +33,6 @@ tde_add_library( gwsoap SHARED AUTOMOC
contactconverter.cpp gwconverter.cpp incidenceconverter.cpp groupwiseserver.cpp
gwjobs.cpp ksslsocket.cpp soapC.cpp soapClient.cpp stdsoap2.cpp
VERSION 0.0.0
LINK kdepim-shared
LINK tdepim-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -5,8 +5,8 @@ KDE_CXXFLAGS = -Wno-non-virtual-dtor
check_PROGRAMS = soapdebug
soapdebug_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
soapdebug_LDADD = libgwsoap.la -lkdecore \
soapdebug_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
soapdebug_LDADD = libgwsoap.la -ltdecore \
$(top_builddir)/libkcal/libkcal.la \
$(top_builddir)/libtdepim/libtdepim.la
soapdebug_SOURCES = soapdebug.cpp

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>
This library is free software; you can redistribute it and/or

@ -1,6 +1,6 @@
Index: soap/stdsoap2.cpp
===================================================================
RCS file: /home/kde/kdepim/kresources/groupwise/soap/stdsoap2.cpp,v
RCS file: /home/kde/tdepim/kresources/groupwise/soap/stdsoap2.cpp,v
retrieving revision 1.3
diff -u -3 -p -r1.3 stdsoap2.cpp
--- soap/stdsoap2.cpp 3 Dec 2004 17:15:43 -0000 1.3

@ -1,6 +1,6 @@
Index: soap/soapC.cpp
===================================================================
RCS file: /home/kde/kdepim/kresources/groupwise/soap/soapC.cpp,v
RCS file: /home/kde/tdepim/kresources/groupwise/soap/soapC.cpp,v
retrieving revision 1.4.2.3
diff -u -3 -p -r1.4.2.3 soapC.cpp
--- soap/soapC.cpp 25 Oct 2004 13:58:20 -0000 1.4.2.3

@ -38,7 +38,7 @@
#include "../shared/resourcekolabbase.h"
#include "../shared/subresource.h"
#include <kmail/kmailicalIface.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KABC {

@ -37,7 +37,7 @@
#include <tqtimer.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <libkcal/calendarlocal.h>
#include <libkcal/icalformat.h>
#include <libkcal/resourcecalendar.h>

@ -12,7 +12,7 @@ libknoteskolab_la_LIBADD = \
$(top_builddir)/kresources/kolab/shared/libresourcekolabshared.la \
$(top_builddir)/knotes/libknotesresources.la \
$(top_builddir)/libkcal/libkcal.la \
-lkresources -lkdeprint
-lkresources -ltdeprint
kde_module_LTLIBRARIES = knotes_kolab.la

@ -39,7 +39,7 @@
#include <libkcal/calendarlocal.h>
#include "../shared/resourcekolabbase.h"
#include "../shared/subresource.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace Kolab {

@ -34,7 +34,7 @@ tde_add_library( kgroupwarebase SHARED AUTOMOC
kresources_groupwareprefs.kcfgc kcal_resourcegroupwarebaseconfig.cpp
kabc_resourcegroupwarebaseconfig.cpp kcal_cachesettingsdlg.cpp
VERSION 0.0.0
LINK kdepim-shared
LINK tdepim-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -31,5 +31,5 @@ METASOURCES = AUTO
KDE_OPTIONS = nofinal
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kdepimresources.pot
$(XGETTEXT) *.cpp -o $(podir)/tdepimresources.pot

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>
@ -26,7 +26,7 @@
#include "groupwaredataadaptor.h"
#include <kabc/addressee.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kurl.h>
namespace KABC {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>
@ -27,7 +27,7 @@
#include <libkcal/incidence.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kurl.h>
namespace KPIM {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
@ -24,7 +24,7 @@
#include "addressbookadaptor.h"
#include "folderlister.h"
#include <tqdom.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KABC {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>
@ -24,7 +24,7 @@
#include "calendaradaptor.h"
#include "folderlister.h"
#include <tqdom.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KCal {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004-2005 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004-2005 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -24,7 +24,7 @@
#define KPIM_FOLDERCONFIG_H
#include <kurl.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <tqwidget.h>
// class KListView;

@ -26,7 +26,7 @@
// #include "kresources_groupwareprefs.h"
/*#include "groupwareresourcejob.h"*/
#include <kurl.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <tqvaluelist.h>
#include <tqstring.h>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2008 Kevin Ottens <ervin@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2008 Kevin Ottens <ervin@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>
@ -29,7 +29,7 @@
#include <tqstring.h>
#include <libkcal/listbase.h>
#include <tqobject.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KIO {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>
@ -24,7 +24,7 @@
#include <kurl.h>
#include <kabcresourcecached.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KConfig;

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>
@ -23,7 +23,7 @@
#define KABC_RESOURCEGROUPWAREBASECONFIG_H
#include <kresources/configwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KLineEdit;
class KURLRequester;

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>
@ -23,7 +23,7 @@
#define KCAL_CACHESETTINGSDLG_H
#include <kdialogbase.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KRES {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>
@ -25,7 +25,7 @@
#include <kurl.h>
#include <libkcal/resourcecached.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kabc/locknull.h>
namespace KIO {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>
@ -23,7 +23,7 @@
#define KCAL_RESOURCEGROUPWAREBASECONFIG_H
#include <kresources/configwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KPushButton;
class KLineEdit;

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2004 Till Adam <adam@kde.org>
@ -27,7 +27,7 @@
#include <tqdom.h>
#include <tqdatetime.h>
#include <kurl.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KDE_EXPORT WebdavHandler
{

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com>

@ -51,6 +51,6 @@ tde_add_library( kcal_resourceremote SHARED AUTOMOC
SOURCES
resourceremote.cpp resourceremoteconfig.cpp
VERSION 1.0.0
LINK kdepim-shared
LINK tdepim-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -28,7 +28,7 @@
#include <kurl.h>
#include <kconfig.h>
#include <kdirwatch.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <libtdepim/progressmanager.h>

@ -30,7 +30,7 @@
#include <kresources/resource.h>
#include <kresources/configwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KCal {

@ -39,7 +39,7 @@
#include "../shared/resourcescalixbase.h"
#include "../shared/subresource.h"
#include <kmail/kmailicalIface.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KABC {

@ -36,7 +36,7 @@
#include <tqtimer.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <libkcal/calendarlocal.h>
#include <libkcal/icalformat.h>
#include <libkcal/resourcecalendar.h>

@ -32,6 +32,6 @@ install(
tde_add_kpart( kio_scalix AUTOMOC
SOURCES scalix.cpp
LINK kdepim-shared
LINK tdepim-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -28,7 +28,7 @@
#include <kio/global.h>
#include <klocale.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <stdlib.h>

@ -12,7 +12,7 @@ libknotesscalix_la_LIBADD = \
$(top_builddir)/kresources/scalix/shared/libresourcescalixshared.la \
$(top_builddir)/knotes/libknotesresources.la \
$(top_builddir)/libkcal/libkcal.la \
-lkresources -lkdeprint
-lkresources -ltdeprint
kde_module_LTLIBRARIES = knotes_scalix.la

@ -38,7 +38,7 @@
#include <libkcal/calendarlocal.h>
#include "../shared/resourcescalixbase.h"
#include "../shared/subresource.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace Scalix {

@ -2,7 +2,7 @@ bin_PROGRAMS = scalixadmin
INCLUDES = $(all_includes)
scalixadmin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
scalixadmin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
scalixadmin_LDADD = $(LIB_KABC)
scalixadmin_SOURCES = main.cpp mainwindow.cpp passwordpage.cpp settings.cpp jobs.cpp \
otherusermanager.cpp otheruserview.cpp otheruserpage.cpp ldapview.cpp ldapdialog.cpp \

@ -54,7 +54,7 @@ tde_add_library( kslox SHARED AUTOMOC
sloxaccounts.cpp webdavhandler.cpp sloxfolder.cpp sloxfoldermanager.cpp
sloxfolderdialog.cpp sloxbase.cpp
VERSION 0.0.0
LINK kdepim-shared
LINK tdepim-shared
DESTINATION ${LIB_INSTALL_DIR}
)

@ -34,7 +34,7 @@ kabc_slox_la_LIBADD = libkabc_slox.la
EXTRA_PROGRAMS = testsloxaccounts
testsloxaccounts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testsloxaccounts_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testsloxaccounts_LDADD = libkslox.la
testsloxaccounts_SOURCES = testsloxaccounts.cpp

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2005 Volker Krause <volker.krause@rwth-aachen.de>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -24,7 +24,7 @@
#include "webdavhandler.h"
#include <libtdepim/kabcresourcecached.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kabc/addressee.h>
#include <tqmap.h>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -21,7 +21,7 @@
#define RESOURCESLOXCONFIG_H
#include <kresources/configwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class TQCheckBox;
class KLineEdit;

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2005 Volker Krause <volker.krause@rwth-aachen.de>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -31,7 +31,7 @@
#include <kurl.h>
#include <kconfig.h>
#include <kdirwatch.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <libkcal/incidence.h>
#include <libkcal/todo.h>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -21,7 +21,7 @@
#define KCALRESOURCESLOXCONFIG_H
#include <kurlrequester.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kresources/resource.h>
#include <kresources/configwidget.h>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2005 Volker Krause <volker.krause@rwth-aachen.de>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -21,7 +21,7 @@
#define SLOXACCOUNTS_H
#include <kabc/addressee.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <tqobject.h>
namespace KIO {

@ -21,7 +21,7 @@
#define SLOXUTILS_H
#include <tqstring.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KRES {
class Resource;

@ -21,7 +21,7 @@
#define SLOXFOLDER_H
#include <tqstring.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KListViewItem;

@ -25,7 +25,7 @@
#include <kurl.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KIO {
class Job;

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -25,7 +25,7 @@
#include <tqdatetime.h>
#include <tqdom.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kabc/addressee.h>
namespace KCal {

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <wstephenson@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <wstephenson@kde.org>
@ -30,7 +30,7 @@
#include <kabc/locknull.h>
#include <kio/job.h>
#include <kconfig.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "service.h"

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <wstephenson@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2005 Will Stephenson <wstephenson@kde.org>
@ -21,7 +21,7 @@
#define KCALRESOURCETVANYTIMECONFIG_H
#include <kurlrequester.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <kresources/resource.h>
#include <kresources/configwidget.h>

@ -37,13 +37,13 @@
</optimized>
<debug>
<configargs>--enable-debug=full</configargs>
<builddir>/space/kde/svn/head/build/kdepim/kresources/tvanytime</builddir>
<builddir>/space/kde/svn/head/build/tdepim/kresources/tvanytime</builddir>
<ccompiler>kdevgccoptions</ccompiler>
<cxxcompiler>kdevgppoptions</cxxcompiler>
<f77compiler>kdevg77options</f77compiler>
<cxxflags>-O0 -g3</cxxflags>
<envvars/>
<topsourcedir>/space/kde/svn/head/src/kdepim/kresources/tvanytime</topsourcedir>
<topsourcedir>/space/kde/svn/head/src/tdepim/kresources/tvanytime</topsourcedir>
<cppflags/>
<ldflags/>
<ccompilerbinary/>
@ -159,7 +159,7 @@
<LICENSEFILE>COPYING</LICENSEFILE>
<VERSION>0.1</VERSION>
<YEAR>2005</YEAR>
<dest>/space/kde/head/src/kdepim/kresources/tvanytime</dest>
<dest>/space/kde/head/src/tdepim/kresources/tvanytime</dest>
</substmap>
<kdevcppsupport>
<references>

@ -1,2 +1,2 @@
Michael Goffioul <kdeprint@swing.be>
Michael Goffioul <tdeprint@swing.be>
- Main developer

@ -4,7 +4,7 @@ SUBDIRS = pics
bin_PROGRAMS = ktnef
ktnef_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
ktnef_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
ktnef_LDADD = $(LIB_KFILE) $(top_builddir)/ktnef/lib/libktnef.la
ktnef_SOURCES = ktnefmain.cpp ktnefview.cpp attachpropertydialogbase.ui \
attachpropertydialog.cpp messagepropertydialog.cpp \

@ -1,7 +1,7 @@
/*
attachpropertydialog.cpp
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
attachpropertydialog.h
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
ktnefmain.cpp
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
ktnefmain.h
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
ktnefview.cpp
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
ktnefview.h
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@ -20,7 +20,7 @@
#include <klistview.h>
#include <tqptrlist.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KTNEFAttach;

@ -1,7 +1,7 @@
/*
main.cpp
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@ -39,7 +39,7 @@ int main(int argc, char *argv[])
KAboutData aboutData( "ktnef", I18N_NOOP("KTnef"),
"1.0", description, KAboutData::License_GPL,
"(c) 2000, Michael Goffioul");
aboutData.addAuthor("Michael Goffioul",0, "kdeprint@swing.be");
aboutData.addAuthor("Michael Goffioul",0, "tdeprint@swing.be");
KCmdLineArgs::init( argc, argv, &aboutData );
KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication::addCmdLineOptions();

@ -1,7 +1,7 @@
/*
messagepropertydialog.cpp
Copyright (C) 2003 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2003 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
messagepropertydialog.h
Copyright (C) 2003 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2003 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
ktnefattach.h
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@ -22,7 +22,7 @@
#include <tqmap.h>
#include <tqvariant.h>
#include <ktnef/ktnefpropertyset.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KTNEFProperty;

@ -1,7 +1,7 @@
/*
ktnefmessage.h
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@ -20,7 +20,7 @@
#include <ktnef/ktnefpropertyset.h>
#include <tqptrlist.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KTNEFAttach;

@ -1,7 +1,7 @@
/*
ktnefparser.h
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@ -21,7 +21,7 @@
#include <tqptrlist.h>
#include <tqstring.h>
#include <tqmap.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KTNEFAttach;
class KTNEFMessage;

@ -1,7 +1,7 @@
/*
ktnefproperty.h
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@ -20,7 +20,7 @@
#include <tqvariant.h>
#include <tqstring.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KDE_EXPORT KTNEFProperty
{

@ -1,7 +1,7 @@
/*
ktnefpropertyset.h
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.
@ -20,7 +20,7 @@
#include <tqmap.h>
#include <tqvariant.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KTNEFProperty;

@ -1,7 +1,7 @@
/*
ktnefattach.cpp
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
ktnefmessage.cpp
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
ktnefparser.cpp
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
ktnefproperty.cpp
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
ktnefpropertyset.cpp
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
lzfu.cpp
Copyright (C) 2003 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2003 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
lzfu.h
Copyright (C) 2003 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2003 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
mapi.cpp
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -1,7 +1,7 @@
/*
mapi.h
Copyright (C) 2002 Michael Goffioul <kdeprint@swing.be>
Copyright (C) 2002 Michael Goffioul <tdeprint@swing.be>
This file is part of KTNEF, the KDE TNEF support library/program.

@ -4,7 +4,7 @@ LDADD = ../lib/libktnef.la $(LIB_KDECORE)
check_PROGRAMS = parsertest
TESTS = parsertest
parsertest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
parsertest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
parsertest_SOURCES = parsertest.cpp
METASOURCES = AUTO

@ -1,6 +1,6 @@
/* -*- mode: C++; c-file-style: "gnu" -*-
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 KDEPIM developers
This library is free software; you can redistribute it and/or

@ -1,6 +1,6 @@
/* -*- mode: C++; c-file-style: "gnu" -*-
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 KDEPIM developers
This library is free software; you can redistribute it and/or
@ -25,7 +25,7 @@
#include <tqstringlist.h>
#include <tqcstring.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
/** @file */

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -1,5 +1,5 @@
/*
This file is part of kdepim.
This file is part of tdepim.
Copyright (c) 2004 Tobias Koenig <tokoe@kde.org>
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>
@ -25,7 +25,7 @@
#include <tqmap.h>
#include <tqvariant.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KPIM {

@ -20,7 +20,7 @@
#if ! KDE_IS_VERSION(3,3,89)
static unsigned char kdepim_ASCIIToLower( unsigned char ch )
static unsigned char tdepim_ASCIIToLower( unsigned char ch )
{
if ( ch >= 'A' && ch <= 'Z' )
return ch - 'A' + 'a';
@ -28,7 +28,7 @@ static unsigned char kdepim_ASCIIToLower( unsigned char ch )
return ch;
}
int kdepim_kasciistricmp( const char *str1, const char *str2 )
int tdepim_kasciistricmp( const char *str1, const char *str2 )
{
const unsigned char *s1 = (const unsigned char *) str1;
const unsigned char *s2 = (const unsigned char *) str2;
@ -37,7 +37,7 @@ int kdepim_kasciistricmp( const char *str1, const char *str2 )
if ( !s1 || !s2 )
return s1 ? 1 : ( s2 ? -1 : 0 );
for ( ; !( res = ( c = kdepim_ASCIIToLower( *s1 ) ) - kdepim_ASCIIToLower( *s2 ) );
for ( ; !( res = ( c = tdepim_ASCIIToLower( *s1 ) ) - tdepim_ASCIIToLower( *s2 ) );
++s1, ++s2 )
if ( !c ) // strings are equal
break;

@ -22,7 +22,7 @@
// get kasciistricmp from kglobal.h
#include <kglobal.h>
#else
// define kasciistricmp to this kdepim symbol (renamed to avoid problems when upgrading kdelibs later)
int kdepim_kasciistricmp( const char *str1, const char *str2 );
#define kasciistricmp kdepim_kasciistricmp
// define kasciistricmp to this tdepim symbol (renamed to avoid problems when upgrading kdelibs later)
int tdepim_kasciistricmp( const char *str1, const char *str2 );
#define kasciistricmp tdepim_kasciistricmp
#endif

@ -4,10 +4,10 @@ LDADD = ../libemailfunctions.la ../../libkmime/libkmime.la $(LIB_KDECORE)
check_PROGRAMS = testidmapper testemail
TESTS = testemail
testidmapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testidmapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testidmapper_SOURCES = testidmapper.cpp
testemail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testemail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testemail_SOURCES = testemail.cpp
METASOURCES = AUTO

@ -6,7 +6,7 @@ standard formats iCalendar and vCalendar and the group scheduling standard iTIP.
<b>Important:</b> This is mainly a KDE PIM internal library. The API might be
subject to source and binary incompatible changes.
If you use this library for kdepim-external projects, please let us know, so we
If you use this library for tdepim-external projects, please let us know, so we
can coordinate possible changes.
libkcal development is discussed on the <a

@ -6,7 +6,7 @@ INCLUDES = -I$(srcdir)/versit -I$(top_srcdir)/ \
$(all_includes)
lib_LTLIBRARIES = libkcal.la
libkcal_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 2:0:0 $(LIB_QT) -lkdecore
libkcal_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 2:0:0 $(LIB_QT) -ltdecore
libkcal_la_LIBADD = versit/libversit.la $(LIB_KIO) \
-lical -licalss \
$(top_builddir)/ktnef/lib/libktnef.la \
@ -54,11 +54,11 @@ libkcalinclude_HEADERS = alarm.h attachment.h attendee.h calendar.h \
kde_module_LTLIBRARIES = kcal_local.la kcal_localdir.la
kcal_local_la_SOURCES = resourcelocal_plugin.cpp
kcal_local_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lkdecore
kcal_local_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore
kcal_local_la_LIBADD = libkcal.la
kcal_localdir_la_SOURCES = resourcelocaldir_plugin.cpp
kcal_localdir_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -lkdecore
kcal_localdir_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore
kcal_localdir_la_LIBADD = libkcal.la
EXTRA_PROGRAMS = convertqtopia

@ -1,4 +1,4 @@
The directory libical contains version 0.23 of libical with a few minor
modifications to let it compile in the kdepim module. You can get the original
modifications to let it compile in the tdepim module. You can get the original
distribution from http://www.softwarestudio.org/download. More information about
libical can be found at http://www.softwarestudio.org/libical.

@ -33,7 +33,7 @@
#include "listbase.h"
#include "libkcal_export.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KCal {

@ -39,7 +39,7 @@
#include "kcalversion.h"
#include "person.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include <tqobject.h>
#include <tqstring.h>

@ -24,7 +24,7 @@
#include "calendar.h"
#include <tqdict.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KCal {

@ -23,7 +23,7 @@
#include <libkcal/incidence.h>
#include <kdialogbase.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KListView;

@ -24,7 +24,7 @@
#include <tqstring.h>
#include <tqmap.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "libkcal_export.h"

@ -22,7 +22,7 @@
#define KCAL_EVENT_H
#include "incidence.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KCal {

@ -26,7 +26,7 @@
#include "scheduler.h"
#include "calformat.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KCal {

@ -32,7 +32,7 @@
#include "libkcal_export.h"
#include "incidencebase.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KCal {

@ -23,7 +23,7 @@
#define KCAL_JOURNAL_H
#include "incidence.h"
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KCal {

@ -21,7 +21,7 @@
#ifndef KCAL_KCALEXPORT_H
#define KCAL_KCALEXPORT_H
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#define LIBKCAL_EXPORT KDE_EXPORT

@ -34,7 +34,7 @@
#include <tqdatetime.h>
#include <tqtimer.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KCal {

@ -22,7 +22,7 @@
#define KCAL_RESOURCECACHEDCONFIG_H
#include <tqwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class TQButtonGroup;
class TQSpinBox;

@ -41,7 +41,7 @@
#include <kresources/resource.h>
#include <kresources/manager.h>
#include <kabc/lock.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace KCal {

@ -27,7 +27,7 @@
#include <kurl.h>
#include <kdirwatch.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
class KConfig;
#include "calendarlocal.h"

@ -28,7 +28,7 @@
#include <kresources/resource.h>
#include <kresources/configwidget.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "libkcal_export.h"

@ -23,7 +23,7 @@
#include <kurl.h>
#include <kdirwatch.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
#include "resourcecached.h"

@ -25,60 +25,60 @@ check_PROGRAMS = testtostring \
METASOURCES = AUTO
testincidence_SOURCES = testincidence.cpp
testincidence_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testincidence_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testincidence_LDADD = ../libkcal.la
testcalendar_SOURCES = testcalendar.cpp
testcalendar_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testcalendar_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testcalendar_LDADD = ../libkcal.la
testtostring_SOURCES = testtostring.cpp
testtostring_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testtostring_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testtostring_LDADD = ../libkcal.la
fbrecurring_SOURCES = fbrecurring.cpp
fbrecurring_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
fbrecurring_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
fbrecurring_LDADD = ../libkcal.la
readandwrite_SOURCES = readandwrite.cpp
readandwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
readandwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
readandwrite_LDADD = ../libkcal.la
testresource_SOURCES = testresource.cpp
testresource_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testresource_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testresource_LDADD = ../libkcal.la
testrecurrence_SOURCES = testrecurrence.cpp
testrecurrence_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testrecurrence_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testrecurrence_LDADD = ../libkcal.la
testrecurprevious_SOURCES = testrecurprevious.cpp
testrecurprevious_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testrecurprevious_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testrecurprevious_LDADD = ../libkcal.la
testrecurson_SOURCES = testrecurson.cpp
testrecurson_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testrecurson_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testrecurson_LDADD = ../libkcal.la
testrecurrencetype_SOURCES = testrecurrencetype.cpp
testrecurrencetype_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testrecurrencetype_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testrecurrencetype_LDADD = ../libkcal.la
testvcalexport_SOURCES = testvcalexport.cpp
testvcalexport_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testvcalexport_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testvcalexport_LDADD = ../libkcal.la
testfields_SOURCES = testfields.cpp
testfields_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testfields_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testfields_LDADD = ../libkcal.la
testfields_CXXFLAGS= -DINPUT='"$(srcdir)/data/test_pilot.ics"'
testfb_SOURCES = testfb.cpp
testfb_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testfb_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testfb_LDADD = ../libkcal.la
testcalselectdialog_SOURCES = testcalselectdialog.cpp
testcalselectdialog_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
testcalselectdialog_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testcalselectdialog_LDADD = ../libkcal.la
TESTFILES = test1.ics test2.ics test3.ics test4.ics test5.ics test_Mozilla.ics

@ -1,4 +1,4 @@
if test -z "$GPGME_LIBS" || test -n "$kdepim_needs_gpgme_copy" ; then
if test -z "$GPGME_LIBS" || test -n "$tdepim_needs_gpgme_copy" ; then
echo
echo "You are missing gpgme 0.4.5 or higher."
echo "Gpgme will be built statically from libkdenetwork/libgpgme-copy."

@ -90,12 +90,12 @@ dnl END inline of gpgme.m4
# It was the first useable one for C++ (class keyword) and KDE (largefile support).
# If you change this minimum version here, update also configure.in.bot
kdepim_needs_gpgme_copy=""
tdepim_needs_gpgme_copy=""
KDEPIM_PATH_GPGME(0.4.5,[
AC_LANG_SAVE
AC_LANG_C
kdepim_gpgmepp_save_cflags="$CFLAGS"
kdepim_gpgmepp_save_libs="$LIBS"
tdepim_gpgmepp_save_cflags="$CFLAGS"
tdepim_gpgmepp_save_libs="$LIBS"
CFLAGS="$GPGME_CFLAGS"
LIBS="$GPGME_LIBS"
@ -165,12 +165,12 @@ KDEPIM_PATH_GPGME(0.4.5,[
AC_MSG_RESULT([no])
])
CFLAGS="$kdepim_gpgmepp_save_cflags"
LIBS="$kdepim_gpgmepp_save_libs"
CFLAGS="$tdepim_gpgmepp_save_cflags"
LIBS="$tdepim_gpgmepp_save_libs"
AC_LANG_RESTORE
],[
kdepim_needs_gpgme_copy="true"
tdepim_needs_gpgme_copy="true"
GPGME_CFLAGS='-I$(top_srcdir)/libkdenetwork/libgpgme-copy/gpgme -I$(top_srcdir)/libkdenetwork/libgpg-error-copy -I$(top_builddir)/libkdenetwork/libgpg-error-copy'
GPGME_LIBS='$(top_builddir)/libkdenetwork/libgpgme-copy/gpgme/libgpgme.la'
GPGME_LIBS_DEP='$(GPGME_LIBS)'
@ -182,7 +182,7 @@ KDEPIM_PATH_GPGME(0.4.5,[
AC_SUBST(GPGME_LIBS_DEP)
AM_CONDITIONAL(needs_gpgme_copy, test -n "$kdepim_needs_gpgme_copy")
AM_CONDITIONAL(needs_gpgme_copy, test -n "$tdepim_needs_gpgme_copy")
dnl Always true - either from the local copy or from the system lib.
dnl Still used in gpgmepp/gpgmefw.h for some reason.

@ -27,7 +27,7 @@
#include <utility>
#include <iosfwd>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {

@ -25,7 +25,7 @@
#include <sys/types.h> // for size_t, off_t
#include <cstdio> // FILE
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {

@ -26,7 +26,7 @@
#include <iosfwd>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {

@ -27,7 +27,7 @@
#include <vector>
#include <iosfwd>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {

@ -24,7 +24,7 @@
#include <gpgmepp/gpgmefw.h>
#include <gpgmepp/context.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {

@ -21,7 +21,7 @@
#ifndef __GPGMEPP_EVENTLOOPINTERACTOR_H__
#define __GPGMEPP_EVENTLOOPINTERACTOR_H__
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {

@ -25,7 +25,7 @@
#include <gpgmepp/result.h>
#include <vector>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {

@ -23,7 +23,7 @@
#include <sys/types.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {

@ -27,7 +27,7 @@
#include <sys/time.h>
#include <vector>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {

@ -23,7 +23,7 @@
#include <gpgmepp/gpgmefw.h>
#include <gpgmepp/result.h>
#include <kdepimmacros.h>
#include <tdepimmacros.h>
namespace GpgME {
class Error;

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save