Additional k => tde renaming and fixes

pull/16/head
Slávek Banko 11 years ago
parent f41d2ce0f1
commit c6cb3f2794

@ -70,7 +70,7 @@ or <a href="http://doc.trolltech.com/porting.html">this page online</a>.<P>
The first step to get your KDE application to compile under KDE 2.0, The first step to get your KDE application to compile under KDE 2.0,
is to detect KDE 2.0 and Qt 2.x at configure time. The easiest way to is to detect KDE 2.0 and Qt 2.x at configure time. The easiest way to
get a working autoconf/automake framework, is to either use get a working autoconf/automake framework, is to either use
<a href="http://www.tdevelop.org">KDevelop</a> or <a href="http://www.kdevelop.org">KDevelop</a> or
<a href="http://home.earthlink.net/~granroth/kapptemplate/index.html">kapptemplate</a> <a href="http://home.earthlink.net/~granroth/kapptemplate/index.html">kapptemplate</a>
(available in CVS under the module "tdesdk"), to generate a new (available in CVS under the module "tdesdk"), to generate a new
application template. Replace the generated source files by yours application template. Replace the generated source files by yours
@ -910,7 +910,7 @@ Stefan Westerfeld <A HREF="mailto:stefan@space.twc.de">stefan@space.twc.de</A>
<H3><A NAME="KImageIO">KImageIO (kimgio.h)</A></H3> <H3><A NAME="KImageIO">KImageIO (kimgio.h)</A></H3>
<p> <p>
KImageIO has moved from 'kimgio.h' to 'kimageio.h'. LIB_KIMGIO does no longer KImageIO has moved from 'kimgio.h' to 'kimageio.h'. LIB_KIMGIO does no longer
exists, you need to link against LIB_KSYCOCA instead. exists, you need to link against LIB_TDESYCOCA instead.
</p> </p>
<p> <p>
kimgioRegister() has been replaced by KImageIO::registerFormats(). kimgioRegister() has been replaced by KImageIO::registerFormats().

@ -19,7 +19,7 @@ or <a href="http://doc.trolltech.com/3.0/porting.html">this page online</a>.<P>
<LI><A HREF="#kab">Changes in kab</A></LI> <LI><A HREF="#kab">Changes in kab</A></LI>
<LI><A HREF="#tdecore">Changes in tdecore</A></LI> <LI><A HREF="#tdecore">Changes in tdecore</A></LI>
<LI><A HREF="#tdeui">Changes in tdeui</A></LI> <LI><A HREF="#tdeui">Changes in tdeui</A></LI>
<LI><A HREF="#kio">Changes in kio</A></LI> <LI><A HREF="#tdeio">Changes in tdeio</A></LI>
<LI><A HREF="#tdeparts">Changes in tdeparts</A></LI> <LI><A HREF="#tdeparts">Changes in tdeparts</A></LI>
<LI><A HREF="#tdespell">Changes in tdespell</A></LI> <LI><A HREF="#tdespell">Changes in tdespell</A></LI>
<LI><A HREF="#tdehtmlpart">API-cleanup in TDEHTML</A></LI> <LI><A HREF="#tdehtmlpart">API-cleanup in TDEHTML</A></LI>
@ -33,7 +33,7 @@ or <a href="http://doc.trolltech.com/3.0/porting.html">this page online</a>.<P>
The first step to get your KDE application to compile under KDE 3.0, The first step to get your KDE application to compile under KDE 3.0,
is to detect KDE 3.0 and Qt 3.x at configure time. The easiest way to is to detect KDE 3.0 and Qt 3.x at configure time. The easiest way to
get a working autoconf/automake framework, is to either use get a working autoconf/automake framework, is to either use
<a href="http://www.tdevelop.org">KDevelop</a> or <a href="http://www.kdevelop.org">KDevelop</a> or
<a href="http://home.earthlink.net/~granroth/kapptemplate/index.html">kapptemplate</a> <a href="http://home.earthlink.net/~granroth/kapptemplate/index.html">kapptemplate</a>
(available in CVS under the module "tdesdk"), to generate a new (available in CVS under the module "tdesdk"), to generate a new
application template. Replace the generated source files by yours application template. Replace the generated source files by yours
@ -214,7 +214,7 @@ The preferred means of defining a shortcut, however, is to use <b>TDEAction</b>.
<H4>TDEIconLoader, TDEIconTheme</H4> <H4>TDEIconLoader, TDEIconTheme</H4>
Methods now use TDEIcon::Group and TDEIcon::Context instead of int as types for group and context arguments. Methods now use TDEIcon::Group and TDEIcon::Context instead of int as types for group and context arguments.
The change should affect only code using hardcoded numeric values instead of using the proper enum constants. The change should affect only code using hardcoded numeric values instead of using the proper enum constants.
This applies to classes TDEIconLoader, TDEIconTheme and (in kio and tdefile) KMimeType, KService, TDEIconDialog, TDEIconButton, This applies to classes TDEIconLoader, TDEIconTheme and (in tdeio and tdefile) KMimeType, KService, TDEIconDialog, TDEIconButton,
KURLBar and KURLBarItem. KURLBar and KURLBarItem.
<H4><P ALIGN="RIGHT"><A HREF="#TOC">Return to the Table of Contents</A></P></H4> <H4><P ALIGN="RIGHT"><A HREF="#TOC">Return to the Table of Contents</A></P></H4>
@ -345,7 +345,7 @@ TQString&) is not a slot anymore.
<H4><P ALIGN="RIGHT"><A HREF="#TOC">Return to the Table of Contents</A></P></H4> <H4><P ALIGN="RIGHT"><A HREF="#TOC">Return to the Table of Contents</A></P></H4>
<H3><A NAME="kio">Changes in kio</A></H3> <H3><A NAME="tdeio">Changes in tdeio</A></H3>
<H4>KPropertiesDialog</H4> <H4>KPropertiesDialog</H4>
<ul> <ul>
@ -361,7 +361,7 @@ TQString&) is not a slot anymore.
<li>KTarGz is now KTar (#define for source compatibility)</li> <li>KTarGz is now KTar (#define for source compatibility)</li>
<li>A base class KArchive has been written, to support other archive formats in the future</li> <li>A base class KArchive has been written, to support other archive formats in the future</li>
<li>KTarEntry is now KArchiveEntry, KTarDirectory is now KArchiveDirectory, and KTarFile is now KArchiveFile.</li> <li>KTarEntry is now KArchiveEntry, KTarDirectory is now KArchiveDirectory, and KTarFile is now KArchiveFile.</li>
<li>The classes ProgressBase, StatusbarProgress and DefaultProgress have been moved to the KIO namespace.</li> <li>The classes ProgressBase, StatusbarProgress and DefaultProgress have been moved to the TDEIO namespace.</li>
<li>The signal KDirLister::started(const TQString &amp;url) has changed to KDirLister::started(const KURL &amp;url).<li> <li>The signal KDirLister::started(const TQString &amp;url) has changed to KDirLister::started(const KURL &amp;url).<li>
<li>KServiceTypeProfile::preferredService( const TQString &amp; serviceType, bool needApp ) has been removed, use <li>KServiceTypeProfile::preferredService( const TQString &amp; serviceType, bool needApp ) has been removed, use
KServiceTypeProfile::preferredService( ..., "Application") if needApp was true, or KServiceTypeProfile::preferredService( ..., "Application") if needApp was true, or
@ -531,7 +531,7 @@ parts are rarely used outside of tdefile.
<p> <p>
The changes are: The changes are:
<H4>KFileItem</H4> <H4>KFileItem</H4>
The KFileViewItem class is completely replaced with KFileItem from kio. All its functionality has The KFileViewItem class is completely replaced with KFileItem from tdeio. All its functionality has
been merged with its former base class KFileItem. Additionally, some of its methods have been been merged with its former base class KFileItem. Additionally, some of its methods have been
modified: modified:
<table> <table>
@ -543,7 +543,7 @@ modified:
</table> </table>
<H4>KFileReader</H4> <H4>KFileReader</H4>
This class has been merged with KDirLister from kio. This class has been merged with KDirLister from tdeio.
<H4>KDirOperator</H4> <H4>KDirOperator</H4>
<table> <table>

@ -20,7 +20,7 @@
* - <a target="_top" href="kjs/html/index.html"><b>kjs</b></a> * - <a target="_top" href="kjs/html/index.html"><b>kjs</b></a>
* (<a target="_top" href="kjs/html/classes.html">classes</a>)\n * (<a target="_top" href="kjs/html/classes.html">classes</a>)\n
* <i>Javascript (aka. ECMAScript and JScript) support.</i> * <i>Javascript (aka. ECMAScript and JScript) support.</i>
* - <a target="_top" href="tdeio/html/index.html"><b>kio</b></a> * - <a target="_top" href="tdeio/html/index.html"><b>tdeio</b></a>
* (<a target="_top" href="tdeio/tdeio/html/classes.html">classes</a>)\n * (<a target="_top" href="tdeio/tdeio/html/classes.html">classes</a>)\n
* <i>Low level access to network files. Also provides access to facilities * <i>Low level access to network files. Also provides access to facilities
* such as KDirWatcher which monitors directories for changes.</i> * such as KDirWatcher which monitors directories for changes.</i>
@ -49,7 +49,7 @@
* (<a target="_top" href="interfaces/html/classes.html">classes</a>)\n * (<a target="_top" href="interfaces/html/classes.html">classes</a>)\n
* <i>Defines interfaces for common components so that new implementations * <i>Defines interfaces for common components so that new implementations
* can be dropped in.</i> * can be dropped in.</i>
* - <a target="_top" href="tdeabc/html/index.html"><b>kabc</b></a> * - <a target="_top" href="tdeabc/html/index.html"><b>tdeabc</b></a>
* (<a target="_top" href="tdeabc/html/classes.html">classes</a>)\n * (<a target="_top" href="tdeabc/html/classes.html">classes</a>)\n
* <i>Access to the Trinity address book.</i> * <i>Access to the Trinity address book.</i>
* - <a target="_top" href="tderesources/html/index.html"><b>tderesources</b></a> * - <a target="_top" href="tderesources/html/index.html"><b>tderesources</b></a>

@ -18,18 +18,18 @@
# Boston, MA 02110-1301, USA. # Boston, MA 02110-1301, USA.
COMPILE_FIRST = dcop libltdl tdefx tdecore tdeunittest tdeui tdesu kjs tdewallet kio kded kded_post COMPILE_FIRST = dcop libltdl tdefx tdecore tdeunittest tdeui tdesu kjs tdewallet tdeio kded kded_post
COMPILE_BEFORE_doc = kdoctools COMPILE_BEFORE_doc = kdoctools
COMPILE_AFTER_tdeparts = tdespell2 tdemdi tdeprint tdeinit kate interfaces tdecert tdehtml tderandr COMPILE_AFTER_tdeparts = tdespell2 tdemdi tdeprint tdeinit kate interfaces tdecert tdehtml tderandr
COMPILE_AFTER_tdeprint = kate tdehtml COMPILE_AFTER_tdeprint = kate tdehtml
COMPILE_BEFORE_tdehtml = tdeutils COMPILE_BEFORE_tdehtml = tdeutils
COMPILE_BEFORE_kabc = kab tderesources COMPILE_BEFORE_tdeabc = kab tderesources
COMPILE_BEFORE_kate = interfaces tdeutils COMPILE_BEFORE_kate = interfaces tdeutils
COMPILE_BEFORE_tdemdi = tdeutils COMPILE_BEFORE_tdemdi = tdeutils
COMPILE_BEFORE_tdespell2 = tdeutils COMPILE_BEFORE_tdespell2 = tdeutils
COMPILE_BEFORE_tdecmshell = tdeutils COMPILE_BEFORE_tdecmshell = tdeutils
COMPILE_BEFORE_kdewidgets = kabc tdehtml COMPILE_BEFORE_kdewidgets = tdeabc tdehtml
COMPILE_BEFORE_interfaces = arts kabc COMPILE_BEFORE_interfaces = arts tdeabc
$(top_srcdir)/acinclude.m4: $(top_srcdir)/libltdl/ltdl.m4 $(top_srcdir)/acinclude.m4: $(top_srcdir)/libltdl/ltdl.m4

@ -30,10 +30,10 @@ Here is an alphabetical list:
tdeparts interface for text editors, mediaplayer and scripting. tdeparts interface for text editors, mediaplayer and scripting.
* kab * kab
OBSOLETE, see kabc: Used to be the address book library, but now only OBSOLETE, see tdeabc: Used to be the address book library, but now only
used to convert kab-Addressbooks into kabc format. used to convert kab-Addressbooks into tdeabc format.
* kabc * tdeabc
The address book library. The address book library.
* kate * kate
@ -84,7 +84,7 @@ Here is an alphabetical list:
* tdeinit * tdeinit
Process launcher, used for fast KDE startup Process launcher, used for fast KDE startup
* kio * tdeio
Classes that fetch and decode URLs are contained here. This library also Classes that fetch and decode URLs are contained here. This library also
contains "tdesycoca", the system configure cache containing services, contains "tdesycoca", the system configure cache containing services,
applications, servicetypes and mimetypes. applications, servicetypes and mimetypes.

@ -50,11 +50,11 @@ that we would like to make for the next binary incompatible release.
Konqueror and KMail tend to stall occasionally too, but that's harder to refactor Konqueror and KMail tend to stall occasionally too, but that's harder to refactor
because the bulk of the work there is X11-related. because the bulk of the work there is X11-related.
- Make it possible to use SSL-ed sockets outside KIO. KSSL isn't very suitable for - Make it possible to use SSL-ed sockets outside TDEIO. KSSL isn't very suitable for
reuse, and the certificate dialogs are not even available in public API at all, reuse, and the certificate dialogs are not even available in public API at all,
leading e.g. to Kopete IRC duplicating a lot of stuff and all KDE Jabber clients leading e.g. to Kopete IRC duplicating a lot of stuff and all KDE Jabber clients
based on libpsi (PSI, Light Hawk and Kopete) using homebrewn solutions. [How based on libpsi (PSI, Light Hawk and Kopete) using homebrewn solutions. [How
does this have to do with changing KIO? It's just a request to have that does this have to do with changing TDEIO? It's just a request to have that
code in a different form....] code in a different form....]
- Manually, properly clean up the includes in all of the headers. Remove - Manually, properly clean up the includes in all of the headers. Remove
@ -174,7 +174,7 @@ that we would like to make for the next binary incompatible release.
too many problems in the past. Not worth the trouble. too many problems in the past. Not worth the trouble.
- Split KProtocolInfo into KProtocolInfoBase in tdecore (with almost everything) - Split KProtocolInfo into KProtocolInfoBase in tdecore (with almost everything)
and KProtocolInfo in kio (with the methods taking a KURL, which need KProtocolManager) and KProtocolInfo in tdeio (with the methods taking a KURL, which need KProtocolManager)
- Rename KDirNotify_stub and update API (no need for '*' arguments anymore) - Rename KDirNotify_stub and update API (no need for '*' arguments anymore)
@ -223,7 +223,7 @@ an alternative help->contents action)
- Move KRichTextLabel into tdeui if still required with Qt 4. - Move KRichTextLabel into tdeui if still required with Qt 4.
- Add the concept of a session to KIO, in particular for TDEHTML so that it can - Add the concept of a session to TDEIO, in particular for TDEHTML so that it can
have all of its jobs associated in some way (a unique key of sorts). Will have all of its jobs associated in some way (a unique key of sorts). Will
make SSL much easier to implement and allow removal of many hacks, mostly make SSL much easier to implement and allow removal of many hacks, mostly
involving metadata. involving metadata.

@ -4,6 +4,6 @@ else
SUBDIRS = knotify SUBDIRS = knotify
endif endif
DOXYGEN_REFERENCES = kio tdecore tdeui DOXYGEN_REFERENCES = tdeio tdecore tdeui
include ../admin/Doxyfile.am include ../admin/Doxyfile.am

@ -8,7 +8,7 @@ libartskde_la_SOURCES = artskde.cc kioinputstream_impl.cpp kplayobject.cc \
kartsserver.cpp kdatarequest_impl.cpp kaudioconverter.cc \ kartsserver.cpp kdatarequest_impl.cpp kaudioconverter.cc \
kvideowidget.cpp kplayobjectcreator.cc \ kvideowidget.cpp kplayobjectcreator.cc \
kaudiomanagerplay.cpp kaudiomanagerplay.cpp
libartskde_la_LIBADD = $(LIB_KIO) -lqtmcop -lsoundserver_idl -lartsflow_idl -lmcop $(LIB_QT) $(LIB_TDECORE) -lkmedia2_idl -lartsflow $(LIB_TDEUI) $(LIB_X11) libartskde_la_LIBADD = $(LIB_TDEIO) -lqtmcop -lsoundserver_idl -lartsflow_idl -lmcop $(LIB_QT) $(LIB_TDECORE) -lkmedia2_idl -lartsflow $(LIB_TDEUI) $(LIB_X11)
libartskde_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2 libartskde_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2
libartskde_la_METASOURCES = AUTO libartskde_la_METASOURCES = AUTO
libartskde_la_COMPILE_FIRST = artskde.h libartskde_la_COMPILE_FIRST = artskde.h

@ -64,7 +64,7 @@ KPlayObject *KPlayObjectFactory::createPlayObject(const KURL& url, bool createBU
KPlayObject *KPlayObjectFactory::createPlayObject(const KURL& _url, const TQString &mimetype, bool createBUS) KPlayObject *KPlayObjectFactory::createPlayObject(const KURL& _url, const TQString &mimetype, bool createBUS)
{ {
// WHY DOES BROKEN KIO_MEDIA GIVE WRONG URLS? // WHY DOES BROKEN TDEIO_MEDIA GIVE WRONG URLS?
// I hate it // I hate it
// I hate it // I hate it
// It sucks // It sucks
@ -135,7 +135,7 @@ KDE::PlayObject *KDE::PlayObjectFactory::createPlayObject(const KURL& url, bool
KDE::PlayObject *KDE::PlayObjectFactory::createPlayObject(const KURL& _url, const TQString &mimetype, bool createBUS) KDE::PlayObject *KDE::PlayObjectFactory::createPlayObject(const KURL& _url, const TQString &mimetype, bool createBUS)
{ {
// WHY DOES BROKEN KIO_MEDIA GIVE WRONG URLS? // WHY DOES BROKEN TDEIO_MEDIA GIVE WRONG URLS?
// I hate it // I hate it
// I hate it // I hate it
// It sucks // It sucks

@ -15,7 +15,7 @@ knotify_la_METASOURCES = AUTO
check_PROGRAMS = knotifytest check_PROGRAMS = knotifytest
knotifytest_SOURCES = knotifytest.cpp knotifytest_SOURCES = knotifytest.cpp
knotifytest_LDADD = $(LIB_TDECORE) knotifytest_LDADD = $(LIB_TDECORE)
knotifytest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor knotifytest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
noinst_HEADERS = knotify.h noinst_HEADERS = knotify.h

@ -249,18 +249,18 @@ AC_SUBST(LIBRESOLV)
AC_SUBST(LIBICE) AC_SUBST(LIBICE)
AC_SUBST(LIB_KAB, '$(top_builddir)/kab/libkab.la') AC_SUBST(LIB_KAB, '$(top_builddir)/kab/libkab.la')
AC_SUBST(LIB_TDEABC, '$(top_builddir)/tdeabc/libkabc.la') AC_SUBST(LIB_TDEABC, '$(top_builddir)/tdeabc/libtdeabc.la')
AC_SUBST(LIB_TDECORE, '$(top_builddir)/tdecore/libtdecore.la') AC_SUBST(LIB_TDECORE, '$(top_builddir)/tdecore/libtdecore.la')
AC_SUBST(LIB_TDEUI, '$(top_builddir)/tdeui/libtdeui.la') AC_SUBST(LIB_TDEUI, '$(top_builddir)/tdeui/libtdeui.la')
AC_SUBST(LIB_KIO, '$(top_builddir)/tdeio/libtdeio.la') AC_SUBST(LIB_TDEIO, '$(top_builddir)/tdeio/libtdeio.la')
AC_SUBST(LIB_TDEFILE, '$(top_builddir)/tdeio/libtdeio.la') AC_SUBST(LIB_TDEFILE, '$(top_builddir)/tdeio/libtdeio.la')
AC_SUBST(LIB_KSYCOCA, '$(top_builddir)/tdeio/libtdeio.la') AC_SUBST(LIB_TDESYCOCA, '$(top_builddir)/tdeio/libtdeio.la')
AC_SUBST(LIB_TDEHTML, '$(top_builddir)/tdehtml/libtdehtml.la') AC_SUBST(LIB_TDEHTML, '$(top_builddir)/tdehtml/libtdehtml.la')
AC_SUBST(LIB_TDEPRINT, '$(top_builddir)/tdeprint/libtdeprint.la') AC_SUBST(LIB_TDEPRINT, '$(top_builddir)/tdeprint/libtdeprint.la')
AC_SUBST(LIB_KPARTS, '$(top_builddir)/tdeparts/libtdeparts.la') AC_SUBST(LIB_TDEPARTS, '$(top_builddir)/tdeparts/libtdeparts.la')
AC_SUBST(LIB_KIMGIO, '$(top_builddir)/kimgio/libkimgio.la') AC_SUBST(LIB_KIMGIO, '$(top_builddir)/kimgio/libkimgio.la')
AC_SUBST(LIB_KNEWSTUFF, '$(top_builddir)/knewstuff/libknewstuff.la') AC_SUBST(LIB_KNEWSTUFF, '$(top_builddir)/knewstuff/libknewstuff.la')
AC_SUBST(LIB_KUNITTEST, '$(top_builddir)/tdeunittest/libtdeunittest.la') AC_SUBST(LIB_TDEUNITTEST, '$(top_builddir)/tdeunittest/libtdeunittest.la')
case $host in case $host in
*cygwin*) lib_kded='$(top_builddir)/kded/libtdeinit_kded.la' ;; *cygwin*) lib_kded='$(top_builddir)/kded/libtdeinit_kded.la' ;;
*) lib_kded='' ;; *) lib_kded='' ;;

@ -50,15 +50,15 @@ dcopserver_la_LIBADD = libDCOP.la $(LIB_QT)
dcopserver_shutdown_SOURCES = dcopserver_shutdown.c dcopserver_shutdown_SOURCES = dcopserver_shutdown.c
testdcop_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testdcop_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testdcop_SOURCES = testdcop.cpp testdcop_SOURCES = testdcop.cpp
testdcop_LDADD = libDCOP.la testdcop_LDADD = libDCOP.la
dcop_deadlock_test_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor dcop_deadlock_test_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
dcop_deadlock_test_SOURCES = dcop_deadlock_test.cpp dcop_deadlock_test_SOURCES = dcop_deadlock_test.cpp
dcop_deadlock_test_LDADD = ../tdecore/libtdecore.la dcop_deadlock_test_LDADD = ../tdecore/libtdecore.la
testdcopc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testdcopc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testdcopc_SOURCES = testdcopc.c dcopc.c testdcopc_SOURCES = testdcopc.c dcopc.c
testdcopc_LDADD = KDE-ICE/libkICE.la $(LIBSM) testdcopc_LDADD = KDE-ICE/libkICE.la $(LIBSM)

@ -38,7 +38,7 @@ class DomainBrowserPrivate;
@short Class used to provide current list of domains for browsing. @short Class used to provide current list of domains for browsing.
@author Jakub Stachowski @author Jakub Stachowski
*/ */
class KDNSSD_EXPORT DomainBrowser : public TQObject class TDEDNSSD_EXPORT DomainBrowser : public TQObject
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -58,7 +58,7 @@ service->publishAsync();
@author Jakub Stachowski @author Jakub Stachowski
*/ */
class KDNSSD_EXPORT PublicService : public TQObject, public ServiceBase class TDEDNSSD_EXPORT PublicService : public TQObject, public ServiceBase
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -36,7 +36,7 @@ name, either multicast or unicast DNS will be used.
@short Class that represents service query in one domain. @short Class that represents service query in one domain.
@author Jakub Stachowski @author Jakub Stachowski
*/ */
class KDNSSD_EXPORT Query : public TQObject class TDEDNSSD_EXPORT Query : public TQObject
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -39,7 +39,7 @@ service is resolved are name, type.and domain.
@short class representing service announced on remote machine. @short class representing service announced on remote machine.
@author Jakub Stachowski @author Jakub Stachowski
*/ */
class KDNSSD_EXPORT RemoteService : public TQObject, public ServiceBase class TDEDNSSD_EXPORT RemoteService : public TQObject, public ServiceBase
{ {
Q_OBJECT Q_OBJECT
public: public:
@ -101,8 +101,8 @@ private:
const char* txtRecord); const char* txtRecord);
RemoteServicePrivate *d; RemoteServicePrivate *d;
friend KDNSSD_EXPORT TQDataStream & operator<< (TQDataStream & s, const RemoteService & a); friend TDEDNSSD_EXPORT TQDataStream & operator<< (TQDataStream & s, const RemoteService & a);
friend KDNSSD_EXPORT TQDataStream & operator>> (TQDataStream & s, RemoteService & a); friend TDEDNSSD_EXPORT TQDataStream & operator>> (TQDataStream & s, RemoteService & a);
}; };

@ -37,7 +37,7 @@ services of given type are present in given domain.
@short Describes any type of service. @short Describes any type of service.
@author Jakub Stachowski @author Jakub Stachowski
*/ */
class KDNSSD_EXPORT ServiceBase : public TDEShared class TDEDNSSD_EXPORT ServiceBase : public TDEShared
{ {
public: public:
typedef TDESharedPtr<ServiceBase> Ptr; typedef TDESharedPtr<ServiceBase> Ptr;
@ -107,8 +107,8 @@ protected:
*/ */
void decode(const TQString& name); void decode(const TQString& name);
friend KDNSSD_EXPORT TQDataStream & operator<< (TQDataStream & s, const ServiceBase & a); friend TDEDNSSD_EXPORT TQDataStream & operator<< (TQDataStream & s, const ServiceBase & a);
friend KDNSSD_EXPORT TQDataStream & operator>> (TQDataStream & s, ServiceBase & a); friend TDEDNSSD_EXPORT TQDataStream & operator>> (TQDataStream & s, ServiceBase & a);
virtual void virtual_hook(int, void*); virtual void virtual_hook(int, void*);
private: private:

@ -51,7 +51,7 @@ to constructor, domains configured by user will be searched.
@author Jakub Stachowski @author Jakub Stachowski
@short Browsing for specific type of services or all available service types @short Browsing for specific type of services or all available service types
*/ */
class KDNSSD_EXPORT ServiceBrowser : public TQObject class TDEDNSSD_EXPORT ServiceBrowser : public TQObject
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -8,4 +8,4 @@ Mutators=true
NameSpace=DNSSD NameSpace=DNSSD
SetUserTexts=false SetUserTexts=false
Singleton=true Singleton=true
Visibility=KDNSSD_EXPORT Visibility=TDEDNSSD_EXPORT

@ -1,4 +1,4 @@
SUBDIRS = tdetexteditor tdescript kregexpeditor tdemediaplayer kio terminal khexedit tdeimproxy kspeech SUBDIRS = tdetexteditor tdescript kregexpeditor tdemediaplayer tdeio terminal khexedit tdeimproxy kspeech
DOXYGEN_REFERENCES = tdecore tdefx tdeui tdeparts dcop DOXYGEN_REFERENCES = tdecore tdefx tdeui tdeparts dcop
DOXYGEN_SET_RECURSIVE = YES DOXYGEN_SET_RECURSIVE = YES

@ -6,5 +6,5 @@ include_HEADERS = kspeech.h kspeechsink.h
# Define DCOP/Text-to-Speech Service Type. # Define DCOP/Text-to-Speech Service Type.
kde_servicetypes_DATA = dcoptexttospeech.desktop kde_servicetypes_DATA = dcoptexttospeech.desktop
DOXYGEN_REFERENCES = tdecore dcop kio tdeui tdeparts DOXYGEN_REFERENCES = tdecore dcop tdeio tdeui tdeparts
include ../../admin/Doxyfile.am include ../../admin/Doxyfile.am

@ -10,4 +10,4 @@ kcm_instantmessenger_DATA = kcm_instantmessenger.desktop
kcm_instantmessengerdir = $(kde_datadir)/kcm_componentchooser kcm_instantmessengerdir = $(kde_datadir)/kcm_componentchooser
include $(top_srcdir)/admin/Doxyfile.am include $(top_srcdir)/admin/Doxyfile.am
DOXYGEN_REFERENCES = kabc DOXYGEN_REFERENCES = tdeabc

@ -16,11 +16,11 @@ tdeimproxyinclude_HEADERS = tdeimproxy.h tdeimproxyiface.h
lib_LTLIBRARIES = libtdeimproxy.la lib_LTLIBRARIES = libtdeimproxy.la
libtdeimproxy_la_LDFLAGS = -no-undefined $(all_libraries) libtdeimproxy_la_LDFLAGS = -no-undefined $(all_libraries)
libtdeimproxy_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_TDEUI) libtdeimproxy_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_TDEUI)
libtdeimproxy_la_SOURCES = tdeimproxy.cpp kimiface.stub tdeimproxyiface.skel libtdeimproxy_la_SOURCES = tdeimproxy.cpp kimiface.stub tdeimproxyiface.skel
kimiface_DIR = $(top_srcdir)/interfaces/tdeimproxy/interface kimiface_DIR = $(top_srcdir)/interfaces/tdeimproxy/interface
include $(top_srcdir)/admin/Doxyfile.am include $(top_srcdir)/admin/Doxyfile.am
DOXYGEN_REFERENCES = kabc dcop DOXYGEN_REFERENCES = tdeabc dcop

@ -21,8 +21,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KIMPROXY_H #ifndef TDEIMPROXY_H
#define KIMPROXY_H #define TDEIMPROXY_H
#include <tqdict.h> #include <tqdict.h>
#include <tqmap.h> #include <tqmap.h>
@ -104,7 +104,7 @@ typedef TQMap<TQString, ContactPresenceListCurrent> PresenceStringMap;
* @since 3.3 * @since 3.3
* @author Will Stephenson <lists@stevello.free-online.co.uk> * @author Will Stephenson <lists@stevello.free-online.co.uk>
*/ */
class KIMPROXY_EXPORT KIMProxy : public TQObject, virtual public KIMProxyIface class TDEIMPROXY_EXPORT KIMProxy : public TQObject, virtual public KIMProxyIface
{ {
Q_OBJECT Q_OBJECT
struct Private; struct Private;

@ -23,8 +23,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KIMPROXYIFACE_H #ifndef TDEIMPROXYIFACE_H
#define KIMPROXYIFACE_H #define TDEIMPROXYIFACE_H
#include <dcopobject.h> #include <dcopobject.h>

@ -9,7 +9,7 @@ lib_LTLIBRARIES = libtdemediaplayer.la
libtdemediaplayer_la_SOURCES = player.cpp playerdcopobject.skel view.cpp libtdemediaplayer_la_SOURCES = player.cpp playerdcopobject.skel view.cpp
libtdemediaplayer_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined libtdemediaplayer_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
libtdemediaplayer_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDEUI) $(LIB_TDECORE) libtdemediaplayer_la_LIBADD = $(LIB_TDEPARTS) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDEUI) $(LIB_TDECORE)
libtdemediaplayer_la_METASOURCES = AUTO libtdemediaplayer_la_METASOURCES = AUTO
tdemediaplayerinclude_HEADERS = player.h playerdcopobject.h view.h tdemediaplayerinclude_HEADERS = player.h playerdcopobject.h view.h

@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = tdefileaudiopreview.la
tdefileaudiopreview_la_SOURCES = tdefileaudiopreview.cpp tdefileaudiopreview_la_SOURCES = tdefileaudiopreview.cpp
tdefileaudiopreview_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version -no-undefined tdefileaudiopreview_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version -no-undefined
tdefileaudiopreview_la_LIBADD = $(top_builddir)/interfaces/tdemediaplayer/libtdemediaplayer.la $(top_builddir)/arts/kde/libartskde.la $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) tdefileaudiopreview_la_LIBADD = $(top_builddir)/interfaces/tdemediaplayer/libtdemediaplayer.la $(top_builddir)/arts/kde/libartskde.la $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE)
noinst_HEADERS = tdefileaudiopreview.h noinst_HEADERS = tdefileaudiopreview.h

@ -5,12 +5,12 @@ INCLUDES = -I$(top_srcdir)/tdeio -I$(top_srcdir) -I$(srcdir) -I$(srcdir)/.. $(al
#lib_LTLIBRARIES = libtdescriptloader.la libtdescript.la #lib_LTLIBRARIES = libtdescriptloader.la libtdescript.la
lib_LTLIBRARIES = libtdescript.la lib_LTLIBRARIES = libtdescript.la
#libtdescriptloader_la_SOURCES = scriptloader.cpp #libtdescriptloader_la_SOURCES = scriptloader.cpp
#libtdescriptloader_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor #libtdescriptloader_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
#libtdescriptloader_la_LIBADD = $(LIB_KPARTS) #libtdescriptloader_la_LIBADD = $(LIB_TDEPARTS)
libtdescript_la_SOURCES = scriptmanager.cpp libtdescript_la_SOURCES = scriptmanager.cpp
libtdescript_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined libtdescript_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
libtdescript_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) libtdescript_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
tdescriptinclude_HEADERS = scriptinterface.h scriptclientinterface.h scriptmanager.h tdescriptinclude_HEADERS = scriptinterface.h scriptclientinterface.h scriptmanager.h
tdescriptincludedir = $(includedir) tdescriptincludedir = $(includedir)

@ -22,8 +22,8 @@ libtdetexteditor_la_SOURCES = tdetexteditor.cpp \
texthintinterface.cpp editinterfaceext.cpp variableinterface.cpp templateinterface.cpp texthintinterface.cpp editinterfaceext.cpp variableinterface.cpp templateinterface.cpp
libtdetexteditor_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor libtdetexteditor_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
libtdetexteditor_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/dcop/libDCOP.la $(LIB_TDEABC) $(LIB_TDECORE) $(LIB_QT) $(LIB_TDEFILE) $(LIB_TDEUI) libtdetexteditor_la_LIBADD = $(LIB_TDEPARTS) $(top_builddir)/dcop/libDCOP.la $(LIB_TDEABC) $(LIB_TDECORE) $(LIB_QT) $(LIB_TDEFILE) $(LIB_TDEUI)
tdetexteditorinclude_HEADERS = document.h view.h editor.h plugin.h editinterface.h undointerface.h \ tdetexteditorinclude_HEADERS = document.h view.h editor.h plugin.h editinterface.h undointerface.h \
selectioninterface.h cursorinterface.h \ selectioninterface.h cursorinterface.h \

@ -82,10 +82,10 @@ class KTEXTEDITOR_EXPORT TemplateInterface //should be named AbstractTemplateInt
* *
* - index: "i" * - index: "i"
* - loginname: The current users's loginname * - loginname: The current users's loginname
* - firstname: The current user's first name retrieved from kabc * - firstname: The current user's first name retrieved from tdeabc
* - lastname: The current user's last name retrieved from kabc * - lastname: The current user's last name retrieved from tdeabc
* - fullname: The current user's first and last name retrieved from kabc * - fullname: The current user's first and last name retrieved from tdeabc
* - email: The current user's primary email adress retrieved from kabc * - email: The current user's primary email adress retrieved from tdeabc
* - date: current date * - date: current date
* - time: current time * - time: current time
* - year: current year * - year: current year

@ -1,6 +1,6 @@
Note: libkab is now obsolete. Please use libkabc in tdelibs/tdeabc. libkab is Note: libkab is now obsolete. Please use libtdeabc in tdelibs/tdeabc. libkab is
no longer installed. It's only needed for the conversion tool converting no longer installed. It's only needed for the conversion tool converting
libkab data to libkabc data. libkab data to libtdeabc data.
Cornelius Schumacher, February 2002. Cornelius Schumacher, February 2002.

@ -42,7 +42,7 @@
by using run length encoding for the attributes if they are by using run length encoding for the attributes if they are
dumped into the bytearray dumped into the bytearray
2002-06-01 Christian Couder <christian@tdevelop.org> 2002-06-01 Christian Couder <christian@kdevelop.org>
* Move view stuff from katedocument to kateviewinternal. * Move view stuff from katedocument to kateviewinternal.
2002-05-20 Christoph Cullmann <cullmann@kde.org> 2002-05-20 Christoph Cullmann <cullmann@kde.org>
@ -51,11 +51,11 @@
(mem leak, KateUndo is now only for internal use in KateUndoGroup) (mem leak, KateUndo is now only for internal use in KateUndoGroup)
* start of convertion my*** to m_*** and add m_ to any other private stuff * start of convertion my*** to m_*** and add m_ to any other private stuff
2002-05-17 Christian Couder <christian@tdevelop.org> 2002-05-17 Christian Couder <christian@kdevelop.org>
* Move font stuff from katedocument into new katefont.h and * Move font stuff from katedocument into new katefont.h and
katefont.cpp files, and clean up katedocument font stuff. katefont.cpp files, and clean up katedocument font stuff.
2002-05-14 Christian Couder <christian@tdevelop.org> 2002-05-14 Christian Couder <christian@kdevelop.org>
* Big clean up in katedocument using new katecursor stuff. * Big clean up in katedocument using new katecursor stuff.
2002-05-12 Bernd Gehrmann <bernd@mail.berlios.de> 2002-05-12 Bernd Gehrmann <bernd@mail.berlios.de>
@ -63,17 +63,17 @@
* If servicetype in the browser extension specifies an encoding, * If servicetype in the browser extension specifies an encoding,
use that instead of user's local encoding use that instead of user's local encoding
2002-05-11 Christian Couder <christian@tdevelop.org> 2002-05-11 Christian Couder <christian@kdevelop.org>
* implement the KTextEditor::Cursor in the KateCursor class * implement the KTextEditor::Cursor in the KateCursor class
2002-05-04 Christoph Cullmann <cullmann@kde.org> 2002-05-04 Christoph Cullmann <cullmann@kde.org>
* first KTextEditor::ViewPlugin which works * first KTextEditor::ViewPlugin which works
drop the helloworld plugin, as it is really no good example (bad code, ..) drop the helloworld plugin, as it is really no good example (bad code, ..)
2002-05-04 Christian Couder <christian@tdevelop.org> 2002-05-04 Christian Couder <christian@kdevelop.org>
* fix undo for comment and uncomment * fix undo for comment and uncomment
2002-05-01 Christian Couder <christian@tdevelop.org> 2002-05-01 Christian Couder <christian@kdevelop.org>
* cleanups related to the uncomment feature in katetextline and katedocument * cleanups related to the uncomment feature in katetextline and katedocument
2002-01-04 Christoph Cullmann <cullmann@kde.org> 2002-01-04 Christoph Cullmann <cullmann@kde.org>
@ -166,16 +166,16 @@
* myself back again ;) * myself back again ;)
* now kate is clean (only qt3), no backports ;) * now kate is clean (only qt3), no backports ;)
2001-08-24 christian@tdevelop.org 2001-08-24 christian@kdevelop.org
* reimplement the commenting of selections on some languages * reimplement the commenting of selections on some languages
2001-08-19 christian@tdevelop.org 2001-08-19 christian@kdevelop.org
* added back Sather highlighting support * added back Sather highlighting support
* improved Eiffel language syntax highlighting support * improved Eiffel language syntax highlighting support
* added Eiffel language comment directive in eiffel.xml * added Eiffel language comment directive in eiffel.xml
* added Ada language comment directive in ada.xml * added Ada language comment directive in ada.xml
2001-08-15 christian@tdevelop.org 2001-08-15 christian@kdevelop.org
* committed Eiffel language syntax highlighting support * committed Eiffel language syntax highlighting support
2001-08-08 rokrau@yahoo.com 2001-08-08 rokrau@yahoo.com

@ -31,6 +31,6 @@ Christoph Cullmann \<cullmann@kde.org\>
@lgpl @lgpl
*/ */
// DOXYGEN_REFERENCES = tdecore kio tdeui tdeparts interfaces/kdocument interfaces/tdetexteditor kjs // DOXYGEN_REFERENCES = tdecore tdeio tdeui tdeparts interfaces/kdocument interfaces/tdetexteditor kjs
// DOXYGEN_SET_PROJECT_NAME = Kate // DOXYGEN_SET_PROJECT_NAME = Kate
// vim:ts=4:sw=4:expandtab:filetype=doxygen // vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -6,6 +6,6 @@ messages:
$(EXTRACTATTR) --attr=language,name,Language --attr="language,section,Language Section" data/*.xml >> rc.cpp $(EXTRACTATTR) --attr=language,name,Language --attr="language,section,Language Section" data/*.xml >> rc.cpp
$(XGETTEXT) `find . -name "*.cpp"` part/*.h -o $(podir)/katepart.pot $(XGETTEXT) `find . -name "*.cpp"` part/*.h -o $(podir)/katepart.pot
DOXYGEN_REFERENCES = tdecore dcop kio tdeui tdeparts DOXYGEN_REFERENCES = tdecore dcop tdeio tdeui tdeparts
include ../admin/Doxyfile.am include ../admin/Doxyfile.am

@ -3,7 +3,7 @@
<!-- Author: Anders Lund <anders@alweb.dk> //--> <!-- Author: Anders Lund <anders@alweb.dk> //-->
<!-- Minor changes: Joseph Wenninger <jowenn@kde.org> //--> <!-- Minor changes: Joseph Wenninger <jowenn@kde.org> //-->
<!-- Full JavaScript 1.0 support by Whitehawk Stormchaser //--> <!-- Full JavaScript 1.0 support by Whitehawk Stormchaser //-->
<language name="JavaScript" version="1.19" kateversion="2.4" section="Scripts" extensions="*.js;*.kwinscript" <language name="JavaScript" version="1.19" kateversion="2.4" section="Scripts" extensions="*.js;*.twinscript"
mimetype="text/x-javascript;application/x-javascript" indenter="cstyle" mimetype="text/x-javascript;application/x-javascript" indenter="cstyle"
author="Anders Lund (anders@alweb.dk), Joseph Wenninger (jowenn@kde.org), Whitehawk Stormchaser (zerokode@gmx.net)" license=""> author="Anders Lund (anders@alweb.dk), Joseph Wenninger (jowenn@kde.org), Whitehawk Stormchaser (zerokode@gmx.net)" license="">
<highlighting> <highlighting>

@ -3,7 +3,7 @@ METASOURCES = document.moc view.moc
lib_LTLIBRARIES = libkatepartinterfaces.la lib_LTLIBRARIES = libkatepartinterfaces.la
libkatepartinterfaces_la_SOURCES = interfaces.cpp katecmd.cpp libkatepartinterfaces_la_SOURCES = interfaces.cpp katecmd.cpp
libkatepartinterfaces_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_QT) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_TDECORE) libkatepartinterfaces_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_QT) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDECORE)
libkatepartinterfaces_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined libkatepartinterfaces_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
kateinclude_HEADERS = document.h view.h kateinclude_HEADERS = document.h view.h

@ -16,7 +16,7 @@ libkate_la_SOURCES = katesearch.cpp katebuffer.cpp katecmds.cpp \
libkatepart_la_SOURCES = dummy.cpp libkatepart_la_SOURCES = dummy.cpp
libkatepart_la_LIBADD = libkate.la ../interfaces/libkatepartinterfaces.la $(LIB_TDEPRINT) $(top_builddir)/tdeutils/libtdeutils.la $(top_builddir)/kjs/libkjs.la $(LUA_LIBS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KPARTS) $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_TDEFILE) $(top_builddir)/dcop/libDCOP.la libkatepart_la_LIBADD = libkate.la ../interfaces/libkatepartinterfaces.la $(LIB_TDEPRINT) $(top_builddir)/tdeutils/libtdeutils.la $(top_builddir)/kjs/libkjs.la $(LUA_LIBS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEPARTS) $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_TDEFILE) $(top_builddir)/dcop/libDCOP.la
libkatepart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) libkatepart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)

@ -2,7 +2,7 @@
Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org> Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 2002 John Firebaugh <jfirebaugh@kde.org> Copyright (C) 2002 John Firebaugh <jfirebaugh@kde.org>
Copyright (C) 2001 by Victor Röder <Victor_Roeder@GMX.de> Copyright (C) 2001 by Victor Röder <Victor_Roeder@GMX.de>
Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -3,7 +3,7 @@
Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org> Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 2002 John Firebaugh <jfirebaugh@kde.org> Copyright (C) 2002 John Firebaugh <jfirebaugh@kde.org>
Copyright (C) 2001 by Victor Röder <Victor_Roeder@GMX.de> Copyright (C) 2001 by Victor Röder <Victor_Roeder@GMX.de>
Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org> Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* This file is part of the KDE libraries /* This file is part of the KDE libraries
Copyright (C) 2002 Christian Couder <christian@tdevelop.org> Copyright (C) 2002 Christian Couder <christian@kdevelop.org>
Copyright (C) 2001, 2003 Christoph Cullmann <cullmann@kde.org> Copyright (C) 2001, 2003 Christoph Cullmann <cullmann@kde.org>
Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org> Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de> Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de>

@ -1,5 +1,5 @@
/* This file is part of the KDE libraries /* This file is part of the KDE libraries
Copyright (C) 2002 Christian Couder <christian@tdevelop.org> Copyright (C) 2002 Christian Couder <christian@kdevelop.org>
Copyright (C) 2001, 2003 Christoph Cullmann <cullmann@kde.org> Copyright (C) 2001, 2003 Christoph Cullmann <cullmann@kde.org>
Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org> Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de> Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de>

@ -2399,7 +2399,7 @@ bool KateDocument::openFile(TDEIO::Job * job)
if (pos != -1) if (pos != -1)
setEncoding (serviceType.mid(pos+1)); setEncoding (serviceType.mid(pos+1));
// if the encoding is set here - on the command line/from the dialog/from KIO // if the encoding is set here - on the command line/from the dialog/from TDEIO
// we prevent file type and document variables from changing it // we prevent file type and document variables from changing it
bool encodingSticky = m_encodingSticky; bool encodingSticky = m_encodingSticky;
m_encodingSticky = m_config->isSetEncoding(); m_encodingSticky = m_config->isSetEncoding();

@ -1,5 +1,5 @@
/* This file is part of the KDE libraries /* This file is part of the KDE libraries
Copyright (C) 2002 Christian Couder <christian@tdevelop.org> Copyright (C) 2002 Christian Couder <christian@kdevelop.org>
Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org> Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org>
Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org> Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de> Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de>

@ -1,5 +1,5 @@
/* This file is part of the KDE libraries /* This file is part of the KDE libraries
Copyright (C) 2002 Christian Couder <christian@tdevelop.org> Copyright (C) 2002 Christian Couder <christian@kdevelop.org>
Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org> Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org>
Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org> Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de> Copyright (C) 1999 Jochen Wilhelmy <digisnap@cs.tu-berlin.de>

@ -8,7 +8,7 @@ msgstr ""
"POT-Creation-Date: 2005-06-13 01:26+0200\n" "POT-Creation-Date: 2005-06-13 01:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <tde-i18n-doc@kde.org>\n" "Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

@ -21,6 +21,6 @@ Waldo Bastian \<bastian@kde.org\>
*/ */
// DOXYGEN_REFERENCES = tdecore tdeui kio // DOXYGEN_REFERENCES = tdecore tdeui tdeio
// DOXYGEN_SET_PROJECT_NAME = TrinityD // DOXYGEN_SET_PROJECT_NAME = TrinityD
// vim:ts=4:sw=4:expandtab:filetype=doxygen // vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -23,11 +23,11 @@ lib_LTLIBRARIES =
tdeinit_LTLIBRARIES = kded.la tdebuildsycoca.la tdeinit_LTLIBRARIES = kded.la tdebuildsycoca.la
kded_la_LDFLAGS = $(all_libraries) -module -avoid-version kded_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) kded_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
kded_la_SOURCES = kded.cpp kdedmodule.cpp kded_la_SOURCES = kded.cpp kdedmodule.cpp
tdebuildsycoca_la_LDFLAGS = $(all_libraries) -module -avoid-version tdebuildsycoca_la_LDFLAGS = $(all_libraries) -module -avoid-version
tdebuildsycoca_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) tdebuildsycoca_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE)
tdebuildsycoca_la_SOURCES = tdebuildsycoca.cpp kbuildservicetypefactory.cpp \ tdebuildsycoca_la_SOURCES = tdebuildsycoca.cpp kbuildservicetypefactory.cpp \
kbuildservicefactory.cpp \ kbuildservicefactory.cpp \
kbuildservicegroupfactory.cpp \ kbuildservicegroupfactory.cpp \
@ -38,16 +38,16 @@ tdebuildsycoca_la_SOURCES = tdebuildsycoca.cpp kbuildservicetypefactory.cpp \
bin_PROGRAMS = kdontchangethehostname tde-menu tdemimelist bin_PROGRAMS = kdontchangethehostname tde-menu tdemimelist
kdontchangethehostname_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kdontchangethehostname_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kdontchangethehostname_LDADD = $(LIB_TDECORE) kdontchangethehostname_LDADD = $(LIB_TDECORE)
kdontchangethehostname_SOURCES = khostname.cpp kdontchangethehostname_SOURCES = khostname.cpp
tdemimelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor tdemimelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
tdemimelist_LDADD = ../tdeio/libtdeio.la tdemimelist_LDADD = ../tdeio/libtdeio.la
tdemimelist_SOURCES = tdemimelist.cpp tdemimelist_SOURCES = tdemimelist.cpp
kde_menu_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kde_menu_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kde_menu_LDADD = $(LIB_KIO) kde_menu_LDADD = $(LIB_TDEIO)
kde_menu_SOURCES = tde-menu.cpp kde_menu_SOURCES = tde-menu.cpp
METASOURCES = AUTO METASOURCES = AUTO

@ -25,12 +25,12 @@ INCLUDES = -I$(top_srcdir)/tdefile $(all_includes)
bin_PROGRAMS = maketdewidgets bin_PROGRAMS = maketdewidgets
maketdewidgets_SOURCES = maketdewidgets.cpp maketdewidgets_SOURCES = maketdewidgets.cpp
maketdewidgets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor maketdewidgets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
maketdewidgets_LDADD = $(LIB_QT) ../tdecore/libtdecore.la maketdewidgets_LDADD = $(LIB_QT) ../tdecore/libtdecore.la
kde_widget_LTLIBRARIES = kdewidgets.la kde_widget_LTLIBRARIES = kdewidgets.la
kdewidgets_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) kdewidgets_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries)
kdewidgets_la_LIBADD = $(LIB_KIO) $(LIB_TDEABC) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) kdewidgets_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEABC) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE)
kdewidgets_la_SOURCES = classpreviews.cpp kdewidgets.cpp kdewidgets_la_SOURCES = classpreviews.cpp kdewidgets.cpp
kdewidgets.cpp: $(srcdir)/kde.widgets maketdewidgets kdewidgets.cpp: $(srcdir)/kde.widgets maketdewidgets

@ -262,6 +262,6 @@ ConstructorArgs=(parent, 210, 16)
[TDEABC::AddressLineEdit] [TDEABC::AddressLineEdit]
IncludeFile=tdeabc/addresslineedit.h IncludeFile=tdeabc/addresslineedit.h
ToolTip=A lineedit with LDAP and kabc completion. ToolTip=A lineedit with LDAP and tdeabc completion.
Group=Input (KDE) Group=Input (KDE)
ConstructorArgs=(parent, true, name) ConstructorArgs=(parent, true, name)

@ -11,11 +11,11 @@ libkbzipfilter_dummy_la_SOURCES = kbzip2filter.cpp
kde_module_LTLIBRARIES = tdeio_help.la tdeio_ghelp.la kde_module_LTLIBRARIES = tdeio_help.la tdeio_ghelp.la
tdeio_help_la_SOURCES = tdeio_help.cpp main.cpp xslt.cpp tdeio_help_la_SOURCES = tdeio_help.cpp main.cpp xslt.cpp
tdeio_help_la_LIBADD = $(LIBXSLT_LIBS) $(LIBXML_LIBS) libkbzipfilter_dummy.la $(LIB_KIO) $(LIBBZ2) $(LIB_QT) $(LIB_TDECORE) tdeio_help_la_LIBADD = $(LIBXSLT_LIBS) $(LIBXML_LIBS) libkbzipfilter_dummy.la $(LIB_TDEIO) $(LIBBZ2) $(LIB_QT) $(LIB_TDECORE)
tdeio_help_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_help_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdeio_ghelp_la_SOURCES = tdeio_help.cpp main_ghelp.cpp xslt.cpp tdeio_ghelp_la_SOURCES = tdeio_help.cpp main_ghelp.cpp xslt.cpp
tdeio_ghelp_la_LIBADD = $(LIBXSLT_LIBS) $(LIBXML_LIBS) libkbzipfilter_dummy.la $(LIB_KIO) $(LIBBZ2) $(LIB_QT) $(LIB_TDECORE) tdeio_ghelp_la_LIBADD = $(LIBXSLT_LIBS) $(LIBXML_LIBS) libkbzipfilter_dummy.la $(LIB_TDEIO) $(LIBBZ2) $(LIB_QT) $(LIB_TDECORE)
tdeio_ghelp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_ghelp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = tdeio_help.h noinst_HEADERS = tdeio_help.h
@ -24,7 +24,7 @@ kdelnk_DATA = help.protocol ghelp.protocol
kdelnkdir = $(kde_servicesdir) kdelnkdir = $(kde_servicesdir)
bin_PROGRAMS = meinproc bin_PROGRAMS = meinproc
meinproc_LDADD = xslt_pure.o libkbzipfilter_dummy.la $(LIBXSLT_LIBS) $(LIBXML_LIBS) $(LIB_KIO) $(LIBBZ2) $(LIB_TDECORE) meinproc_LDADD = xslt_pure.o libkbzipfilter_dummy.la $(LIBXSLT_LIBS) $(LIBXML_LIBS) $(LIB_TDEIO) $(LIBBZ2) $(LIB_TDECORE)
meinproc_SOURCES = meinproc.cpp meinproc_SOURCES = meinproc.cpp
xslt_pure.o: xslt.cpp xslt_pure.o: xslt.cpp

@ -30,6 +30,6 @@ Jeremy Whiting \<jeremy@scitools.com\>
*/ */
// DOXYGEN_REFERENCES = tdecore tdeui kio // DOXYGEN_REFERENCES = tdecore tdeui tdeio
// DOXYGEN_SET_PROJECT_NAME = KNewStuff // DOXYGEN_SET_PROJECT_NAME = KNewStuff
// vim:ts=4:sw=4:expandtab:filetype=doxygen // vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -5,24 +5,24 @@ METASOURCES = AUTO
lib_LTLIBRARIES = libknewstuff.la lib_LTLIBRARIES = libknewstuff.la
libknewstuff_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info 1:0 libknewstuff_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info 1:0
libknewstuff_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) libknewstuff_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
libknewstuff_la_SOURCES = engine.cpp entry.cpp downloaddialog.cpp \ libknewstuff_la_SOURCES = engine.cpp entry.cpp downloaddialog.cpp \
uploaddialog.cpp providerdialog.cpp provider.cpp knewstuff.cpp \ uploaddialog.cpp providerdialog.cpp provider.cpp knewstuff.cpp \
knewstuffgeneric.cpp knewstuffbutton.cpp knewstuffsecure.cpp security.cpp knewstuffgeneric.cpp knewstuffbutton.cpp knewstuffsecure.cpp security.cpp
bin_PROGRAMS = tdehotnewstuff bin_PROGRAMS = tdehotnewstuff
tdehotnewstuff_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor tdehotnewstuff_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
tdehotnewstuff_LDADD = libknewstuff.la tdehotnewstuff_LDADD = libknewstuff.la
tdehotnewstuff_SOURCES = tdehotnewstuff.cpp tdehotnewstuff_SOURCES = tdehotnewstuff.cpp
EXTRA_PROGRAMS = testnewstuff ghns EXTRA_PROGRAMS = testnewstuff ghns
testnewstuff_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testnewstuff_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testnewstuff_LDADD = libknewstuff.la testnewstuff_LDADD = libknewstuff.la
testnewstuff_SOURCES = testnewstuff.cpp testnewstuff_SOURCES = testnewstuff.cpp
ghns_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor ghns_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
ghns_LDADD = libknewstuff.la ghns_LDADD = libknewstuff.la
ghns_SOURCES = ghns.cpp ghns_SOURCES = ghns.cpp

@ -22,8 +22,8 @@
Send comments and bug fixes to Antonio Larrosa <larrosa@kde.org> Send comments and bug fixes to Antonio Larrosa <larrosa@kde.org>
***************************************************************************/ ***************************************************************************/
#ifndef _LIBKMID_H #ifndef _LIBTDEMID_H
#define _LIBKMID_H #define _LIBTDEMID_H
#ifdef __cplusplus #ifdef __cplusplus

@ -18,8 +18,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KSCREENSAVER_H #ifndef TDESCREENSAVER_H
#define KSCREENSAVER_H #define TDESCREENSAVER_H
#include <tqwidget.h> #include <tqwidget.h>

@ -18,7 +18,7 @@ libconnectionmanager_la_SOURCES = connectionmanager.cpp networkstatusindicator.c
kded_networkstatus_la_SOURCES = networkstatus.cpp networkstatus.skel \ kded_networkstatus_la_SOURCES = networkstatus.cpp networkstatus.skel \
clientiface.skel serviceiface.skel network.cpp clientiface.skel serviceiface.skel network.cpp
#kclientiface.skel serviceiface.skel #kclientiface.skel serviceiface.skel
kded_networkstatus_la_LIBADD = $(LIB_TDECORE) $(LIB_KIO) ./libnetworkstatus.la kded_networkstatus_la_LIBADD = $(LIB_TDECORE) $(LIB_TDEIO) ./libnetworkstatus.la
kded_networkstatus_la_LDFLAGS = $(all_libraries) -module -avoid-version kded_networkstatus_la_LDFLAGS = $(all_libraries) -module -avoid-version
servicesdir = $(kde_servicesdir)/kded servicesdir = $(kde_servicesdir)/kded

@ -10,7 +10,7 @@ bin_PROGRAMS = $(KSVGTOPNG)
ksvgtopng_SOURCES = ksvgtopng.cpp ksvgtopng_SOURCES = ksvgtopng.cpp
ksvgtopng_LDADD = $(LIB_TDECORE) $(top_builddir)/tdecore/svgicons/libkdesvgicons.la ksvgtopng_LDADD = $(LIB_TDECORE) $(top_builddir)/tdecore/svgicons/libkdesvgicons.la
ksvgtopng_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor ksvgtopng_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
install-data-local: install-data-local:
-rm -f $(DESTDIR)$(kde_icondir)/default.tde -rm -f $(DESTDIR)$(kde_icondir)/default.tde

@ -5,13 +5,13 @@ The KDE address book framework tries to provide an easy to use and powerful
mechanism to handle contacts in all KDE applications. mechanism to handle contacts in all KDE applications.
If you want to make use of it, this small introduction to programming If you want to make use of it, this small introduction to programming
with libkabc may be helpful. with libtdeabc may be helpful.
General Concepts General Concepts
================= =================
In libkabc the storage and management of contacts is devided in 2 layers. In libtdeabc the storage and management of contacts is devided in 2 layers.
****************** ******************
Management Layer * Management Layer *
@ -63,7 +63,7 @@ The Storage Layer
The Storage Layer consists of the class TDEABC::Resource and its derived classes. The Storage Layer consists of the class TDEABC::Resource and its derived classes.
These classes are used by TDEABC::AddressBook to load and store the contacts to These classes are used by TDEABC::AddressBook to load and store the contacts to
the single backends. the single backends.
At the moment libkabc provides 4 types of resources: At the moment libtdeabc provides 4 types of resources:
1) ResourceFile 1) ResourceFile
- stores all contacts in a single file - stores all contacts in a single file
@ -76,7 +76,7 @@ At the moment libkabc provides 4 types of resources:
4) ResourceNet 4) ResourceNet
- stores all contacts in a single file, which can be accessable via HTTP, - stores all contacts in a single file, which can be accessable via HTTP,
FTP, Fish, WebDAV, POP3, IMAP or whatever the KIO frame work supports FTP, Fish, WebDAV, POP3, IMAP or whatever the TDEIO frame work supports
In general the developer does not have to take how to save the single contacts. In general the developer does not have to take how to save the single contacts.
He just has to plug one of the above mentioned resources into TDEABC::AddressBook He just has to plug one of the above mentioned resources into TDEABC::AddressBook
@ -85,7 +85,7 @@ and perform a save action.
Examples Examples
========= =========
Like a picture, C/C++ code is worth a 1000 words I'd like to give you a Like a picture, C/C++ code is worth a 1000 words I'd like to give you a
lot of examples now, how to use libkabc for several tasks: lot of examples now, how to use libtdeabc for several tasks:
Using TDEABC::StdAddressBook and Iterators Using TDEABC::StdAddressBook and Iterators
@ -217,7 +217,7 @@ The following code will create a file resource and save a contact into it:
In line 1 the TDEABC::AddressBook is created. In line 4 you creat the In line 1 the TDEABC::AddressBook is created. In line 4 you creat the
TDEABC::ResourceFile (which will handle the loading/saving). TDEABC::ResourceFile (which will handle the loading/saving).
The resource takes 2 arguments, the first is the file name and the The resource takes 2 arguments, the first is the file name and the
second one the file format. At the moment libkabc supports two file formats: second one the file format. At the moment libtdeabc supports two file formats:
1) vCard, as specified in RFC 2426 1) vCard, as specified in RFC 2426
2) Binary, which increases performance during loading and saving 2) Binary, which increases performance during loading and saving
@ -262,7 +262,7 @@ From 49 - 50 we insert 2 email addresses with the first one as preferred
(second argument is true). (second argument is true).
In 53 and the following 3 lines we add two telephone numbers. For this purpose In 53 and the following 3 lines we add two telephone numbers. For this purpose
libkabc provides the TDEABC::PhoneNumber class, which takes the phone number in libtdeabc provides the TDEABC::PhoneNumber class, which takes the phone number in
string representation as first argument and the type as second. The types can string representation as first argument and the type as second. The types can
be combined, so 'TDEABC::PhoneNumber::Home | TDEABC::PhoneNumber::Fax' would be be combined, so 'TDEABC::PhoneNumber::Home | TDEABC::PhoneNumber::Fax' would be
the Home Fax. the Home Fax.
@ -312,7 +312,7 @@ please take a look at the official API documentation or the header files.
Distribution Lists Distribution Lists
------------------- -------------------
libkabc provides so called distribution lists to group contacts. These lists libtdeabc provides so called distribution lists to group contacts. These lists
just store the uid of contacts, so they can be used for every kind of contact just store the uid of contacts, so they can be used for every kind of contact
grouping. There are 2 classes which handle the whole distribution list tasks, grouping. There are 2 classes which handle the whole distribution list tasks,
TDEABC::DistributionListManager and TDEABC::DistributionList. The first one keeps TDEABC::DistributionListManager and TDEABC::DistributionList. The first one keeps

@ -21,7 +21,7 @@ CLEANFILES = addressee.h addressee.cpp field.cpp
lib_LTLIBRARIES = libtdeabc.la lib_LTLIBRARIES = libtdeabc.la
libtdeabc_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 3:0:2 -no-undefined libtdeabc_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 3:0:2 -no-undefined
libtdeabc_la_LIBADD = vcard/libvcard.la vcardparser/libvcards.la $(LIB_KIO) \ libtdeabc_la_LIBADD = vcard/libvcard.la vcardparser/libvcards.la $(LIB_TDEIO) \
$(top_builddir)/tderesources/libtderesources.la $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDEUI) $(LIB_TDECORE) $(top_builddir)/tderesources/libtderesources.la $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDEUI) $(LIB_TDECORE)
libtdeabc_la_COMPILE_FIRST = addressee.h libtdeabc_la_COMPILE_FIRST = addressee.h
@ -52,7 +52,7 @@ METASOURCES = AUTO
bin_PROGRAMS = tdeab2tdeabc bin_PROGRAMS = tdeab2tdeabc
tdeab2tdeabc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor tdeab2tdeabc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
tdeab2tdeabc_LDADD = libtdeabc.la ../kab/libkab.la tdeab2tdeabc_LDADD = libtdeabc.la ../kab/libkab.la
tdeab2tdeabc_SOURCES = tdeab2tdeabc.cpp tdeab2tdeabc_SOURCES = tdeab2tdeabc.cpp

@ -2,7 +2,7 @@ LIBKABC - new address book API for KDE
PURPOSE: PURPOSE:
libkabc provides an API for address book data. This can be used by all KDE libtdeabc provides an API for address book data. This can be used by all KDE
application using data of this type, e.g. KAddressBook, KMail, KOrganizer, application using data of this type, e.g. KAddressBook, KMail, KOrganizer,
KPilot etc. It is meant as replacement for libkab (in tdebase/kab). KPilot etc. It is meant as replacement for libkab (in tdebase/kab).
@ -18,7 +18,7 @@ FEATURES:
selection, supports automatic name completion. selection, supports automatic name completion.
- GUI client for viewing, modifying address book data. This is aimed at - GUI client for viewing, modifying address book data. This is aimed at
developers not end users. developers not end users.
- Tool for converting data, written with libkab, to libkabc format. - Tool for converting data, written with libkab, to libtdeabc format.
- Multiple backends (resources) for storing entries e.g. LDAP - Multiple backends (resources) for storing entries e.g. LDAP
AUTHOR: Cornelius Schumacher <schumacher@kde.org> AUTHOR: Cornelius Schumacher <schumacher@kde.org>

@ -1,4 +1,4 @@
Address formats can be a tricky thing. libkabc tries very hard to perfectly fit Address formats can be a tricky thing. libtdeabc tries very hard to perfectly fit
the needs of ~95% of users and to be at least sufficient for the other 5%. the needs of ~95% of users and to be at least sufficient for the other 5%.
The formatting of an address depends on the destination country as well as on The formatting of an address depends on the destination country as well as on
@ -15,7 +15,7 @@ format in a field "AddressFormat". Note that for most countries one field
however, in some countries (eg. Hungary) business addresses differ in their however, in some countries (eg. Hungary) business addresses differ in their
structure. In this case you have the possibility of adding another field structure. In this case you have the possibility of adding another field
"BusinessAddressFormat" which will be preferred for formatting of business "BusinessAddressFormat" which will be preferred for formatting of business
addresses; if libkabc can't find such a field, it will fall back to addresses; if libtdeabc can't find such a field, it will fall back to
"AddressFormat". (Please use BusinessAddressFormat ONLY if you really need to) "AddressFormat". (Please use BusinessAddressFormat ONLY if you really need to)
The format consists mainly of tags that will be replaced by address fields. The format consists mainly of tags that will be replaced by address fields.

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -81,7 +81,7 @@ void AddresseeHelper::initSettings()
mPrefixes.insert( "von" ); mPrefixes.insert( "von" );
mPrefixes.insert( "de" ); mPrefixes.insert( "de" );
TDEConfig config( "kabcrc", true, false ); // readonly, no kdeglobals TDEConfig config( "tdeabcrc", true, false ); // readonly, no kdeglobals
config.setGroup( "General" ); config.setGroup( "General" );
addToSet( config.readListEntry( "Prefixes" ), mTitles ); addToSet( config.readListEntry( "Prefixes" ), mTitles );

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2002 Jost Schenck <jost@schenck.de> Copyright (c) 2002 Jost Schenck <jost@schenck.de>
2003 Tobias Koenig <tokoe@kde.org> 2003 Tobias Koenig <tokoe@kde.org>

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2002 Jost Schenck <jost@schenck.de> Copyright (c) 2002 Jost Schenck <jost@schenck.de>
2003 Tobias Koenig <tokoe@kde.org> 2003 Tobias Koenig <tokoe@kde.org>

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2002 Helge Deller <deller@gmx.de> Copyright (c) 2002 Helge Deller <deller@gmx.de>
2002 Lubos Lunak <llunak@suse.cz> 2002 Lubos Lunak <llunak@suse.cz>
2001,2003 Carsten Pfeiffer <pfeiffer@kde.org> 2001,2003 Carsten Pfeiffer <pfeiffer@kde.org>

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2002 Helge Deller <deller@gmx.de> Copyright (c) 2002 Helge Deller <deller@gmx.de>
2002 Lubos Lunak <llunak@suse.cz> 2002 Lubos Lunak <llunak@suse.cz>
@ -37,7 +37,7 @@ namespace TDEABC {
class LdapSearch; class LdapSearch;
/** /**
* A lineedit with LDAP and kabc completion * A lineedit with LDAP and tdeabc completion
* *
* This lineedit is supposed to be used wherever the user types email addresses * This lineedit is supposed to be used wherever the user types email addresses
* and might want a completion. You can simply use it as a replacement for * and might want a completion. You can simply use it as a replacement for

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

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

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2002 Tobias Koenig <tokoe@kde.org> Copyright (c) 2002 Tobias Koenig <tokoe@kde.org>
Copyright (c) 2003 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2003 Cornelius Schumacher <schumacher@kde.org>
@ -39,7 +39,7 @@ void ConsoleErrorHandler::error( const TQString &msg )
void GUIErrorHandler::error( const TQString &msg ) void GUIErrorHandler::error( const TQString &msg )
{ {
KMessageBox::error( 0, msg, i18n( "Error in libkabc" ) ); KMessageBox::error( 0, msg, i18n( "Error in libtdeabc" ) );
} }

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2002 Tobias Koenig <tokoe@kde.org> Copyright (c) 2002 Tobias Koenig <tokoe@kde.org>
Copyright (c) 2003 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2003 Cornelius Schumacher <schumacher@kde.org>
@ -32,7 +32,7 @@ namespace TDEABC {
/** /**
Abstract class that provides displaying of error messages. Abstract class that provides displaying of error messages.
We need this to make libkabc gui independent on the one side We need this to make libtdeabc gui independent on the one side
and provide user friendly error messages on the other side. and provide user friendly error messages on the other side.
Use @p ConsoleErrorHandler or @p GuiErrorHandler in your Use @p ConsoleErrorHandler or @p GuiErrorHandler in your
application or provide your own ErrorHandler. application or provide your own ErrorHandler.

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2002 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2002 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

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

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

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

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

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

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

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

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

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu> Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu> Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu> Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu> Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu> Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2004 Szombathelyi Gyorgy <gyurco@freemail.hu> Copyright (c) 2004 Szombathelyi Gyorgy <gyurco@freemail.hu>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2003 Helge Deller <deller@kde.org> Copyright (c) 2003 Helge Deller <deller@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
@ -142,7 +142,7 @@ bool LDIFConverter::addresseeToLDIF( const Addressee &addr, TQString &str )
ldif_out( t, "organization", addr.organization() ); ldif_out( t, "organization", addr.organization() );
ldif_out( t, "organizationname", addr.organization() ); ldif_out( t, "organizationname", addr.organization() );
// Compatibility with older kabc versions. // Compatibility with older tdeabc versions.
if ( !addr.department().isEmpty() ) if ( !addr.department().isEmpty() )
ldif_out( t, "department", addr.department() ); ldif_out( t, "department", addr.department() );
else else
@ -321,7 +321,7 @@ addComment:
} }
if ( a.url().prettyURL() == KURL(value).prettyURL() ) if ( a.url().prettyURL() == KURL(value).prettyURL() )
return true; return true;
// TODO: current version of kabc only supports one URL. // TODO: current version of tdeabc only supports one URL.
// TODO: change this with KDE 4 // TODO: change this with KDE 4
} }

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2003 Helge Deller <deller@kde.org> Copyright (c) 2003 Helge Deller <deller@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001,2003 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001,2003 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001,2003 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001,2003 Cornelius Schumacher <schumacher@kde.org>

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

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

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

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

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

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

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

@ -19,8 +19,8 @@ METASOURCES = AUTO
messages: rc.cpp messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/tdeabc_dir.pot $(XGETTEXT) *.cpp -o $(podir)/tdeabc_dir.pot
kabcincludedir = $(includedir)/tdeabc tdeabcincludedir = $(includedir)/tdeabc
kabcinclude_HEADERS = resourcedir.h tdeabcinclude_HEADERS = resourcedir.h
servicedir = $(kde_servicesdir)/tderesources/tdeabc servicedir = $(kde_servicesdir)/tderesources/tdeabc
service_DATA = dir.desktop service_DATA = dir.desktop

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

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

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

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

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

@ -8,7 +8,7 @@ kde_module_LTLIBRARIES = tdeabc_evo.la
tdeabc_evo_la_SOURCES = dbwrapper.cpp resourceevo.cpp tdeabc_evo_la_SOURCES = dbwrapper.cpp resourceevo.cpp
tdeabc_evo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeabc_evo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdeabc_evo_la_LIBADD = ../../../tdeabc/libkabc.la ../../../tdeui/libtdeui.la -ldb ../../../tdeabc/vcardparser/libvcards.la tdeabc_evo_la_LIBADD = ../../../tdeabc/libtdeabc.la ../../../tdeui/libtdeui.la -ldb ../../../tdeabc/vcardparser/libvcards.la
METASOURCES = AUTO METASOURCES = AUTO

@ -21,8 +21,8 @@ METASOURCES = AUTO
messages: rc.cpp messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/tdeabc_file.pot $(XGETTEXT) *.cpp -o $(podir)/tdeabc_file.pot
kabcincludedir = $(includedir)/tdeabc tdeabcincludedir = $(includedir)/tdeabc
kabcinclude_HEADERS = resourcefile.h tdeabcinclude_HEADERS = resourcefile.h
servicedir = $(kde_servicesdir)/tderesources/tdeabc servicedir = $(kde_servicesdir)/tderesources/tdeabc
service_DATA = file.desktop service_DATA = file.desktop

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001,2003 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001,2003 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2006 Tom Abers <tomalbers@kde.nl> Copyright (c) 2006 Tom Abers <tomalbers@kde.nl>

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

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

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

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -6,7 +6,7 @@ noinst_HEADERS = resourceldaptdeioconfig.h
lib_LTLIBRARIES = libtdeabc_ldaptdeio.la lib_LTLIBRARIES = libtdeabc_ldaptdeio.la
libtdeabc_ldaptdeio_la_SOURCES = resourceldaptdeio.cpp resourceldaptdeioconfig.cpp libtdeabc_ldaptdeio_la_SOURCES = resourceldaptdeio.cpp resourceldaptdeioconfig.cpp
libtdeabc_ldaptdeio_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined libtdeabc_ldaptdeio_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined
libtdeabc_ldaptdeio_la_LIBADD = $(LIB_TDEABC) $(LIB_KIO) $(LIB_QT) $(top_builddir)/tderesources/libtderesources.la $(LIB_TDEUI) $(LIB_TDECORE) libtdeabc_ldaptdeio_la_LIBADD = $(LIB_TDEABC) $(LIB_TDEIO) $(LIB_QT) $(top_builddir)/tderesources/libtderesources.la $(LIB_TDEUI) $(LIB_TDECORE)
libtdeabc_ldaptdeio_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h libtdeabc_ldaptdeio_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h
kde_module_LTLIBRARIES = tdeabc_ldaptdeio.la kde_module_LTLIBRARIES = tdeabc_ldaptdeio.la
@ -19,8 +19,8 @@ METASOURCES = AUTO
messages: rc.cpp messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/tdeabc_ldaptdeio.pot $(XGETTEXT) *.cpp -o $(podir)/tdeabc_ldaptdeio.pot
kabcincludedir = $(includedir)/tdeabc tdeabcincludedir = $(includedir)/tdeabc
kabcinclude_HEADERS = resourceldaptdeio.h tdeabcinclude_HEADERS = resourceldaptdeio.h
servicedir = $(kde_servicesdir)/tderesources/tdeabc servicedir = $(kde_servicesdir)/tderesources/tdeabc
service_DATA = ldaptdeio.desktop service_DATA = ldaptdeio.desktop

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2003 Tobias Koenig <tokoe@kde.org> Copyright (c) 2003 Tobias Koenig <tokoe@kde.org>
Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu> Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu>

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2003 Tobias Koenig <tokoe@kde.org> Copyright (c) 2003 Tobias Koenig <tokoe@kde.org>
Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu> Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu>

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

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

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

@ -6,7 +6,7 @@ noinst_HEADERS = resourcenetconfig.h
lib_LTLIBRARIES = libtdeabc_net.la lib_LTLIBRARIES = libtdeabc_net.la
libtdeabc_net_la_SOURCES = resourcenet.cpp resourcenetconfig.cpp libtdeabc_net_la_SOURCES = resourcenet.cpp resourcenetconfig.cpp
libtdeabc_net_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined libtdeabc_net_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined
libtdeabc_net_la_LIBADD = $(top_builddir)/tdeabc/libkabc.la $(LIB_KIO) libtdeabc_net_la_LIBADD = $(top_builddir)/tdeabc/libtdeabc.la $(LIB_TDEIO)
libtdeabc_net_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h libtdeabc_net_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h
kde_module_LTLIBRARIES = tdeabc_net.la kde_module_LTLIBRARIES = tdeabc_net.la
@ -19,8 +19,8 @@ METASOURCES = AUTO
messages: rc.cpp messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/tdeabc_net.pot $(XGETTEXT) *.cpp -o $(podir)/tdeabc_net.pot
kabcincludedir = $(includedir)/tdeabc tdeabcincludedir = $(includedir)/tdeabc
kabcinclude_HEADERS = resourcenet.h tdeabcinclude_HEADERS = resourcenet.h
servicedir = $(kde_servicesdir)/tderesources/tdeabc servicedir = $(kde_servicesdir)/tderesources/tdeabc
service_DATA = net.desktop service_DATA = net.desktop

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

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

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

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

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

@ -8,7 +8,7 @@ kde_module_LTLIBRARIES = tdeabc_sql.la
tdeabc_sql_la_SOURCES = resourcesql.cpp resourcesqlconfig.cpp tdeabc_sql_la_SOURCES = resourcesql.cpp resourcesqlconfig.cpp
tdeabc_sql_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeabc_sql_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdeabc_sql_la_LIBADD = ../../libkabc.la ../../../tdeui/libtdeui.la tdeabc_sql_la_LIBADD = ../../libtdeabc.la ../../../tdeui/libtdeui.la
METASOURCES = AUTO METASOURCES = AUTO

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

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

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

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

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

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

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

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2003 Carsten Pfeiffer <pfeiffer@kde.org> Copyright (c) 2003 Carsten Pfeiffer <pfeiffer@kde.org>
Copyright (c) 2005 Ingo Kloecker <kloecker@kde.org> Copyright (c) 2005 Ingo Kloecker <kloecker@kde.org>

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2002 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2002 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

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

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

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

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

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

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

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
@ -188,7 +188,7 @@ bool StdAddressBook::automaticSave()
// should get const for 4.X // should get const for 4.X
Addressee StdAddressBook::whoAmI() Addressee StdAddressBook::whoAmI()
{ {
TDEConfig config( "kabcrc" ); TDEConfig config( "tdeabcrc" );
config.setGroup( "General" ); config.setGroup( "General" );
return findByUid( config.readEntry( "WhoAmI" ) ); return findByUid( config.readEntry( "WhoAmI" ) );
@ -196,7 +196,7 @@ Addressee StdAddressBook::whoAmI()
void StdAddressBook::setWhoAmI( const Addressee &addr ) void StdAddressBook::setWhoAmI( const Addressee &addr )
{ {
TDEConfig config( "kabcrc" ); TDEConfig config( "tdeabcrc" );
config.setGroup( "General" ); config.setGroup( "General" );
config.writeEntry( "WhoAmI", addr.uid() ); config.writeEntry( "WhoAmI", addr.uid() );

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
@ -292,7 +292,7 @@ void importKab( TDEABC::AddressBook *ab, bool override, bool quiet )
} }
kdDebug(5700) << "Converting old-style kab addressbook to " kdDebug(5700) << "Converting old-style kab addressbook to "
"new-style kabc addressbook." << endl; "new-style tdeabc addressbook." << endl;
KabAPI kab( 0 ); KabAPI kab( 0 );
if ( kab.init() != ::AddressBook::NoError ) { if ( kab.init() != ::AddressBook::NoError ) {
@ -463,14 +463,14 @@ int main( int argc, char **argv )
config->writeEntry( "EnableAutostart", false ); config->writeEntry( "EnableAutostart", false );
} }
TDEABC::AddressBook *kabcBook = StdAddressBook::self(); TDEABC::AddressBook *tdeabcBook = StdAddressBook::self();
importKMailAddressBook( kabcBook ); importKMailAddressBook( tdeabcBook );
importKab( kabcBook, override, quiet ); importKab( tdeabcBook, override, quiet );
StdAddressBook::save(); StdAddressBook::save();
kdDebug(5700) << "Saved kabc addressbook to '" << kabcBook->identifier() << "'" << endl; kdDebug(5700) << "Saved tdeabc addressbook to '" << tdeabcBook->identifier() << "'" << endl;
} }

@ -1,15 +1,15 @@
[Desktop Entry] [Desktop Entry]
Name=tdeab2tdeabc Name=tdeab2tdeabc
Name[af]=kab-na-kabc Name[af]=kab-na-tdeabc
Name[csb]=Kònwersëjô adresowi knéżczi Name[csb]=Kònwersëjô adresowi knéżczi
Name[eo]=Konvertilo de "kab" al "kabc" Name[eo]=Konvertilo de "kab" al "tdeabc"
Name[fr]=KAB2KABC Name[fr]=KAB2KABC
Name[fy]=Kab2kabc Name[fy]=Kab2kabc
Name[hu]=Kab2kabc Name[hu]=Kab2kabc
Name[it]=Kab2Kabc Name[it]=Kab2Kabc
Name[nl]=Kab2kabc Name[nl]=Kab2kabc
Name[pl]=Konwersja książki adresowej Name[pl]=Konwersja książki adresowej
Name[pt_BR]=Conversão de kab para kabc Name[pt_BR]=Conversão de kab para tdeabc
Name[ro]=Kab2kabc Name[ro]=Kab2kabc
Name[sv]=Kab2kabc Name[sv]=Kab2kabc
Name[te]=కెఎబి2కెఎబిసి Name[te]=కెఎబి2కెఎబిసి
@ -17,88 +17,88 @@ Name[zu]=i-tdeab2tdeabc
Exec=tdeab2tdeabc --disable-autostart --quiet Exec=tdeab2tdeabc --disable-autostart --quiet
Icon=misc Icon=misc
Type=Application Type=Application
Comment=libkab to libkabc conversion tool. Comment=libkab to libtdeabc conversion tool.
Comment[af]=libkab na libkabc omskakeling program. Comment[af]=libkab na libtdeabc omskakeling program.
Comment[ar]=أداة تحويل libkab إلى libkabc. Comment[ar]=أداة تحويل libkab إلى libtdeabc.
Comment[az]=libkab - libkabc dönüşdürmə vasitəsi. Comment[az]=libkab - libtdeabc dönüşdürmə vasitəsi.
Comment[be]=Інструмент пераўтварэння libkab у libkabc. Comment[be]=Інструмент пераўтварэння libkab у libtdeabc.
Comment[bg]=Програма за конвертиране на libkab до libkabc. Comment[bg]=Програма за конвертиране на libkab до libtdeabc.
Comment[bn]=libkab থেকে libtdeabc-তে পরিবর্তন করার প্রোগ্রাম। Comment[bn]=libkab থেকে libtdeabc-তে পরিবর্তন করার প্রোগ্রাম।
Comment[bs]=alat za pretvaranje libkab u libkabc. Comment[bs]=alat za pretvaranje libkab u libtdeabc.
Comment[ca]=Eina de conversió de libkab a libkabc. Comment[ca]=Eina de conversió de libkab a libtdeabc.
Comment[cs]=Převod dat z libkab do libkabc. Comment[cs]=Převod dat z libkab do libtdeabc.
Comment[csb]=Nôrzãdze do kònwersëji z libkab do libkabc. Comment[csb]=Nôrzãdze do kònwersëji z libkab do libtdeabc.
Comment[cy]=erfyn trosi libkab i libkabc Comment[cy]=erfyn trosi libkab i libtdeabc
Comment[da]=libkab-til-libtdeabc-konverteringsværktøj. Comment[da]=libkab-til-libtdeabc-konverteringsværktøj.
Comment[de]=Konvertierung von libkab in libkabc Comment[de]=Konvertierung von libkab in libtdeabc
Comment[el]=Εργαλείο μετατροπής από το libkab στο libkabc. Comment[el]=Εργαλείο μετατροπής από το libkab στο libtdeabc.
Comment[eo]=Konvertilo de "libkab" al "libkabc" Comment[eo]=Konvertilo de "libkab" al "libtdeabc"
Comment[es]=Conversor libkab a libkabc. Comment[es]=Conversor libkab a libtdeabc.
Comment[et]=libkab -> libkabc teisendamine Comment[et]=libkab -> libtdeabc teisendamine
Comment[eu]=libkab-etik libtdeabc-era bihurtzeko tresna. Comment[eu]=libkab-etik libtdeabc-era bihurtzeko tresna.
Comment[fa]=ابزار تبدیل libkab به libcabc. Comment[fa]=ابزار تبدیل libkab به libcabc.
Comment[fi]=libkab-libkabc -muunnin Comment[fi]=libkab-libtdeabc -muunnin
Comment[fr]=Outil de conversion de libkab vers libkabc. Comment[fr]=Outil de conversion de libkab vers libtdeabc.
Comment[fy]=Konversjeprogramma fan libkab nei libkabc. Comment[fy]=Konversjeprogramma fan libkab nei libtdeabc.
Comment[ga]=Uirlis tiontaithe ó libkab go libkabc. Comment[ga]=Uirlis tiontaithe ó libkab go libtdeabc.
Comment[gl]=Ferramenta de conversión de libkab a libkabc. Comment[gl]=Ferramenta de conversión de libkab a libtdeabc.
Comment[he]=כלי המרה מ־libkab ל־libkabc Comment[he]=כלי המרה מ־libkab ל־libtdeabc
Comment[hi]=libkab से libkabc बदलने वाला औजार Comment[hi]=libkab से libtdeabc बदलने वाला औजार
Comment[hr]=Alat za pretvaranje iz libkab u libkabc Comment[hr]=Alat za pretvaranje iz libkab u libtdeabc
Comment[hsb]=libkab -> libkabc konwerter Comment[hsb]=libkab -> libtdeabc konwerter
Comment[hu]=libkab -> libkabc konvertáló. Comment[hu]=libkab -> libtdeabc konvertáló.
Comment[id]=konverter libkab ke libkabc. Comment[id]=konverter libkab ke libtdeabc.
Comment[is]=libkab í libkabc breytingatól. Comment[is]=libkab í libtdeabc breytingatól.
Comment[it]=Strumento di conversione da libkab a libkabc. Comment[it]=Strumento di conversione da libkab a libtdeabc.
Comment[ja]=libkab から libkabc への変換ツール Comment[ja]=libkab から libtdeabc への変換ツール
Comment[ka]=libkab => libkabc გარდაქმნის ხელსაწყო. Comment[ka]=libkab => libtdeabc გარდაქმნის ხელსაწყო.
Comment[kk]=libkab дегеннен libkabc дегенге айналдыру құралы. Comment[kk]=libkab дегеннен libtdeabc дегенге айналдыру құралы.
Comment[km]=ឧបករណ៍​បម្លែង​ពី libkab ទៅ libkabc Comment[km]=ឧបករណ៍​បម្លែង​ពី libkab ទៅ libtdeabc
Comment[ko]=libkab을 libkabc로 바꿔주는 연장. Comment[ko]=libkab을 libtdeabc로 바꿔주는 연장.
Comment[lb]=libkab op libkabc Konvertéierungs-Hëllefsmëttel. Comment[lb]=libkab op libtdeabc Konvertéierungs-Hëllefsmëttel.
Comment[lt]=libkab į libkabc konvertavimo įrankis. Comment[lt]=libkab į libtdeabc konvertavimo įrankis.
Comment[lv]=libkab uz libkabc kovertēšanas rīks. Comment[lv]=libkab uz libtdeabc kovertēšanas rīks.
Comment[mk]=алатка за претворање од libkab во libkabc. Comment[mk]=алатка за претворање од libkab во libtdeabc.
Comment[mn]=libkab-аас libtdeabc-руу хөрвүүлэгч Comment[mn]=libkab-аас libtdeabc-руу хөрвүүлэгч
Comment[ms]=perkakasan penukaran libkab to libkabc. Comment[ms]=perkakasan penukaran libkab to libtdeabc.
Comment[mt]=Għodda għall-konverżjoni libkab għal libkabc Comment[mt]=Għodda għall-konverżjoni libkab għal libtdeabc
Comment[nb]=libkab til libkabc konverteringsverktøy. Comment[nb]=libkab til libtdeabc konverteringsverktøy.
Comment[nds]=Warktüüch för't Ümwanneln vun libkab na libkabc. Comment[nds]=Warktüüch för't Ümwanneln vun libkab na libtdeabc.
Comment[ne]=libkab to libkabc रूपान्तरण उपकरण । Comment[ne]=libkab to libtdeabc रूपान्तरण उपकरण ।
Comment[nl]=Conversieprogramma van libkab naar libkabc. Comment[nl]=Conversieprogramma van libkab naar libtdeabc.
Comment[nn]=Konverterer libkab til libkabc Comment[nn]=Konverterer libkab til libtdeabc
Comment[nso]=Sebereka sa phetosetso ya libkab go libkabc Comment[nso]=Sebereka sa phetosetso ya libkab go libtdeabc
Comment[pa]=libkab ਤੋ libkabc ਤਬਦੀਲੀ ਸੰਦ। Comment[pa]=libkab ਤੋ libtdeabc ਤਬਦੀਲੀ ਸੰਦ।
Comment[pl]=Narzędzie do konwersji z libkab do libkabc. Comment[pl]=Narzędzie do konwersji z libkab do libtdeabc.
Comment[pt]=Ferramenta de conversão de libkab para libkabc. Comment[pt]=Ferramenta de conversão de libkab para libtdeabc.
Comment[pt_BR]=Ferramenta de conversão de libkab para libkabc. Comment[pt_BR]=Ferramenta de conversão de libkab para libtdeabc.
Comment[ro]=Utilitar de conversie de la "libkab" la "libkabc". Comment[ro]=Utilitar de conversie de la "libkab" la "libtdeabc".
Comment[ru]=утилита преобразования libkab в libkabc. Comment[ru]=утилита преобразования libkab в libtdeabc.
Comment[rw]=Igikoresho cy'ihindura libkab muri libkabc. Comment[rw]=Igikoresho cy'ihindura libkab muri libtdeabc.
Comment[se]=konverterenreaidu libkab:as libkabc:ai Comment[se]=konverterenreaidu libkab:as libtdeabc:ai
Comment[sk]=Prevod dát z libkab do libkabc. Comment[sk]=Prevod dát z libkab do libtdeabc.
Comment[sl]=Orodje za pretvorbo iz libkab v libkabc Comment[sl]=Orodje za pretvorbo iz libkab v libtdeabc
Comment[sq]=Vegla për shëndrimin e libkab në libkabc. Comment[sq]=Vegla për shëndrimin e libkab në libtdeabc.
Comment[sr]=Алат за конверзију из libkab-а у libkabc. Comment[sr]=Алат за конверзију из libkab-а у libtdeabc.
Comment[sr@Latn]=Alat za konverziju iz libkab-a u libkabc. Comment[sr@Latn]=Alat za konverziju iz libkab-a u libtdeabc.
Comment[ss]=Lithulusi lekutjintja le-libkab kuya ku-libkabc. Comment[ss]=Lithulusi lekutjintja le-libkab kuya ku-libtdeabc.
Comment[sv]=Konverteringsverktyg från libkab till libkabc Comment[sv]=Konverteringsverktyg från libkab till libtdeabc
Comment[ta]=libkab இலிருந்து libkabc க்கு மாற்றும் கருவி. Comment[ta]=libkab இலிருந்து libtdeabc க்கு மாற்றும் கருவி.
Comment[te]=libkab నుంచి libkabc కు మార్చు పనిముట్టు Comment[te]=libkab నుంచి libtdeabc కు మార్చు పనిముట్టు
Comment[tg]=асбоби дигаргунсози libkab ба libkabc Comment[tg]=асбоби дигаргунсози libkab ба libtdeabc
Comment[th]=เครื่องมือเปลี่ยน libkab เป็น libkabc Comment[th]=เครื่องมือเปลี่ยน libkab เป็น libtdeabc
Comment[tr]=libkab' tan libkabc' ye dönüştürme aracı Comment[tr]=libkab' tan libtdeabc' ye dönüştürme aracı
Comment[tt]=libkab-libkabc äyländerü qoralı. Comment[tt]=libkab-libtdeabc äyländerü qoralı.
Comment[uk]=Засіб перетворення libkab до libkabc. Comment[uk]=Засіб перетворення libkab до libtdeabc.
Comment[uz]=libkab'ni libkabc'ga aylantiradigan vosita. Comment[uz]=libkab'ni libtdeabc'ga aylantiradigan vosita.
Comment[uz@cyrillic]=libkab'ни libkabc'га айлантирадиган восита. Comment[uz@cyrillic]=libkab'ни libtdeabc'га айлантирадиган восита.
Comment[ven]=Tshishumiswa tsha u shandukisa libkab itshi ya kha libkabc Comment[ven]=Tshishumiswa tsha u shandukisa libkab itshi ya kha libtdeabc
Comment[vi]=Công cụ chuyển đổi libkab sang libkabc. Comment[vi]=Công cụ chuyển đổi libkab sang libtdeabc.
Comment[xh]=libkab kwi libkabc isixhobo sokuguqulela. Comment[xh]=libkab kwi libtdeabc isixhobo sokuguqulela.
Comment[zh_CN]=libkab 到 libkabc 的转换工具。 Comment[zh_CN]=libkab 到 libtdeabc 的转换工具。
Comment[zh_HK]=libkab 至 libkabc 的轉換工具 Comment[zh_HK]=libkab 至 libtdeabc 的轉換工具
Comment[zh_TW]=libkab 至 libkabc 轉換工具 Comment[zh_TW]=libkab 至 libtdeabc 轉換工具
Comment[zu]=Ithuluzi lokuguqula le-libkab kuyaku-libkabc Comment[zu]=Ithuluzi lokuguqula le-libkab kuyaku-libtdeabc
Terminal=false Terminal=false
NoDisplay=true NoDisplay=true
X-TDE-autostart-condition=tdeab2tdeabcrc:Startup:EnableAutostart:true X-TDE-autostart-condition=tdeab2tdeabcrc:Startup:EnableAutostart:true

@ -3,7 +3,7 @@ INCLUDES = -I$(top_builddir)/tdeabc -I$(top_srcdir)/tdeabc -I$(top_srcdir)/kab \
-I$(srcdir)/../vcardparser/ -I$(srcdir)/../vcard/include \ -I$(srcdir)/../vcardparser/ -I$(srcdir)/../vcard/include \
-I$(srcdir)/../vcard/include/generated \ -I$(srcdir)/../vcard/include/generated \
-I$(srcdir)/../vcardparser $(all_includes) -I$(srcdir)/../vcardparser $(all_includes)
LDADD = ../libkabc.la LDADD = ../libtdeabc.la
METASOURCES = AUTO METASOURCES = AUTO
@ -12,44 +12,44 @@ check_PROGRAMS = testlock testldapclient
testlock_LDFLAGS = $(all_libraries) testlock_LDFLAGS = $(all_libraries)
testlock_SOURCES = testlock.cpp testlock_SOURCES = testlock.cpp
testldapclient_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testldapclient_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testldapclient_SOURCES = testldapclient.cpp testldapclient_SOURCES = testldapclient.cpp
EXTRA_PROGRAMS = testkabc testkabcdlg testdistlist bigread bigwrite testdb \ EXTRA_PROGRAMS = testkabc testkabcdlg testdistlist bigread bigwrite testdb \
testaddressee testaddresseelist testaddressfmt kabcargl testaddresslineedit testaddressee testaddresseelist testaddressfmt tdeabcargl testaddresslineedit
testtdeabc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testtdeabc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testtdeabc_SOURCES = testkabc.cpp testtdeabc_SOURCES = testkabc.cpp
testaddressee_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testaddressee_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testaddressee_SOURCES = testaddressee.cpp testaddressee_SOURCES = testaddressee.cpp
testaddresseelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testaddresseelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testaddresseelist_SOURCES = testaddresseelist.cpp testaddresseelist_SOURCES = testaddresseelist.cpp
testaddressfmt_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testaddressfmt_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testaddressfmt_SOURCES = testaddressfmt.cpp testaddressfmt_SOURCES = testaddressfmt.cpp
testkabcdlg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testkabcdlg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testkabcdlg_SOURCES = testkabcdlg.cpp testkabcdlg_SOURCES = testkabcdlg.cpp
testdistlist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testdistlist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testdistlist_SOURCES = testdistlist.cpp testdistlist_SOURCES = testdistlist.cpp
testaddresslineedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testaddresslineedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testaddresslineedit_SOURCES = testaddresslineedit.cpp testaddresslineedit_SOURCES = testaddresslineedit.cpp
bigread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor bigread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
bigread_LDADD = ../libkabc.la $(top_builddir)/tdeabc/plugins/file/libtdeabc_file.la bigread_LDADD = ../libtdeabc.la $(top_builddir)/tdeabc/plugins/file/libtdeabc_file.la
bigread_SOURCES = bigread.cpp bigread_SOURCES = bigread.cpp
bigwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor bigwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
bigwrite_LDADD = ../libkabc.la $(top_builddir)/tdeabc/plugins/file/libtdeabc_file.la bigwrite_LDADD = ../libtdeabc.la $(top_builddir)/tdeabc/plugins/file/libtdeabc_file.la
bigwrite_SOURCES = bigwrite.cpp bigwrite_SOURCES = bigwrite.cpp
testdb_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testdb_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testdb_SOURCES = testdb.cpp testdb_SOURCES = testdb.cpp
kabcargl_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor tdeabcargl_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kabcargl_SOURCES = kabcargl.cpp tdeabcargl_SOURCES = tdeabcargl.cpp

@ -24,7 +24,7 @@ int main(int argc,char **argv)
AddressBook ab; AddressBook ab;
ResourceFile r( "my.kabc", "vcard2" ); ResourceFile r( "my.tdeabc", "vcard2" );
ab.addResource( &r ); ab.addResource( &r );
#if 0 #if 0

@ -20,7 +20,7 @@ int main(int argc,char **argv)
TDEApplication app( false, false ); TDEApplication app( false, false );
AddressBook ab; AddressBook ab;
ResourceFile r( "my.kabc", "vcard" ); ResourceFile r( "my.tdeabc", "vcard" );
ab.addResource( &r ); ab.addResource( &r );
for( int i = 0; i < 5000; ++i ) { for( int i = 0; i < 5000; ++i ) {

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
@ -35,7 +35,7 @@ using namespace TDEABC;
int main(int argc,char **argv) int main(int argc,char **argv)
{ {
TDEAboutData aboutData("kabcargl","Fix broken pre3.0rc3 format","0.1"); TDEAboutData aboutData("tdeabcargl","Fix broken pre3.0rc3 format","0.1");
aboutData.addAuthor("Cornelius Schumacher", 0, "schumacher@kde.org"); aboutData.addAuthor("Cornelius Schumacher", 0, "schumacher@kde.org");
TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::init(argc,argv,&aboutData);

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2003 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2003 Cornelius Schumacher <schumacher@kde.org>
@ -165,7 +165,7 @@ static const TDECmdLineOptions options[] =
int main(int argc,char **argv) int main(int argc,char **argv)
{ {
TDEAboutData aboutData("testlock",I18N_NOOP("Test libkabc Lock"),"0.1"); TDEAboutData aboutData("testlock",I18N_NOOP("Test libtdeabc Lock"),"0.1");
TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions( options ); TDECmdLineArgs::addCmdLineOptions( options );

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

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -12,10 +12,10 @@ libvcard_la_LIBADD = $(LIB_TDECORE) $(LIB_QT)
check_PROGRAMS = testwrite testread check_PROGRAMS = testwrite testread
testwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testwrite_LDADD = libvcard.la testwrite_LDADD = libvcard.la
testwrite_SOURCES = testwrite.cpp testwrite_SOURCES = testwrite.cpp
testread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testread_LDADD = libvcard.la testread_LDADD = libvcard.la
testread_SOURCES = testread.cpp testread_SOURCES = testread.cpp

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Mark Westcott <mark@houseoffish.org> Copyright (c) 2001 Mark Westcott <mark@houseoffish.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2002 Mark Westcott <mark@houseoffish.org> Copyright (c) 2002 Mark Westcott <mark@houseoffish.org>
Copyright (c) 2000 George Staikos <staikos@kde.org> Copyright (c) 2000 George Staikos <staikos@kde.org>

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

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

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
@ -162,7 +162,7 @@ bool VCardFormatImpl::loadAddressee( Addressee& addressee, VCARD::VCard &v )
break; break;
case EntityLabel: case EntityLabel:
// not yet supported by kabc // not yet supported by tdeabc
break; break;
case EntityMailer: case EntityMailer:

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or

@ -8,16 +8,16 @@ vcardsinclude_HEADERS = vcard.h vcardline.h vcardparser.h
check_PROGRAMS = testread testwrite testread2 check_PROGRAMS = testread testwrite testread2
testread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testread_LDADD = libvcards.la $(top_builddir)/tdeabc/libkabc.la testread_LDADD = libvcards.la $(top_builddir)/tdeabc/libtdeabc.la
testread_SOURCES = testread.cpp testread_SOURCES = testread.cpp
testread2_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testread2_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testread2_LDADD = libvcards.la $(top_builddir)/tdeabc/libkabc.la testread2_LDADD = libvcards.la $(top_builddir)/tdeabc/libtdeabc.la
testread2_SOURCES = testread2.cpp testutils.cpp testread2_SOURCES = testread2.cpp testutils.cpp
testwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testwrite_LDADD = libvcards.la $(top_builddir)/tdeabc/libkabc.la testwrite_LDADD = libvcards.la $(top_builddir)/tdeabc/libtdeabc.la
testwrite_SOURCES = testwrite.cpp testwrite_SOURCES = testwrite.cpp
TESTFILES = vcard1.vcf vcard2.vcf vcard3.vcf vcard4.vcf vcard6.vcf vcard7.vcf TESTFILES = vcard1.vcf vcard2.vcf vcard3.vcf vcard4.vcf vcard6.vcf vcard7.vcf

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* /*
This file is part of libkabc. This file is part of libtdeabc.
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public modify it under the terms of the GNU Library General Public

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

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

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

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

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

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

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

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

@ -5,8 +5,8 @@ kde_module_LTLIBRARIES = libtdecertpart.la
libtdecertpart_la_SOURCES = tdecertpart.cc libtdecertpart_la_SOURCES = tdecertpart.cc
libtdecertpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) libtdecertpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
libtdecertpart_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDEFILE) $(LIB_TDECORE) libtdecertpart_la_LIBADD = $(LIB_TDEPARTS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDEFILE) $(LIB_TDECORE)
libtdecertpart_la_DEPENDENCIES = $(LIB_KPARTS) libtdecertpart_la_DEPENDENCIES = $(LIB_TDEPARTS)
libtdecertpart_la_METASOURCES = AUTO libtdecertpart_la_METASOURCES = AUTO

@ -17,8 +17,8 @@
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#ifndef _INCLUDE_KCERTPART_H #ifndef _INCLUDE_TDECERTPART_H
#define _INCLUDE_KCERTPART_H #define _INCLUDE_TDECERTPART_H
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>

@ -188,7 +188,7 @@ install-exec-hook:
DISTCLEANFILES = tde-config.cpp DISTCLEANFILES = tde-config.cpp
DOXYGEN_REFERENCES = dcop tdeui tdeparts kio DOXYGEN_REFERENCES = dcop tdeui tdeparts tdeio
DOXYGEN_EXCLUDE = malloc kde_file.h DOXYGEN_EXCLUDE = malloc kde_file.h
DOXYGEN_SET_WARN_IF_UNDOCUMENTED = YES DOXYGEN_SET_WARN_IF_UNDOCUMENTED = YES

@ -7,10 +7,10 @@
125 tdecore (TDEAccel) 125 tdecore (TDEAccel)
126 tdecore (KURL) 126 tdecore (KURL)
127 kio (KProtocolInfo) 127 tdeio (KProtocolInfo)
128 tdecore (KRegExp) 128 tdecore (KRegExp)
129 tdecore (TDEAction) 129 tdecore (TDEAction)
130 kio (KPasswdServer) 130 tdeio (KPasswdServer)
131 tdecore (TDEAcceleratorManager) 131 tdecore (TDEAcceleratorManager)
150 tdecore (KLibLoader) 150 tdecore (KLibLoader)
160 tdecore (KNotifyClient) 160 tdecore (KNotifyClient)
@ -183,7 +183,7 @@
5601 kontact (interfaces) 5601 kontact (interfaces)
5602 kontact (plugins) 5602 kontact (plugins)
5650 tderesources 5650 tderesources
5700 kabc 5700 tdeabc
5710 tdeabc/vcard 5710 tdeabc/vcard
5720 kaddressbook 5720 kaddressbook
5800 libkcal 5800 libkcal
@ -221,44 +221,44 @@
6210 tdehtml (editor) 6210 tdehtml (editor)
# libtdeio # libtdeio
7000 kio 7000 tdeio
7001 kio (KDirWatch) 7001 tdeio (KDirWatch)
7002 kio (Slave) 7002 tdeio (Slave)
7003 kio (KDirLister) 7003 tdeio (KDirLister)
7004 kio (KDirListerCache) 7004 tdeio (KDirListerCache)
7005 kio (Filter) 7005 tdeio (Filter)
7006 kio (Scheduler) 7006 tdeio (Scheduler)
7007 kio (TDEIOJob) 7007 tdeio (TDEIOJob)
7009 kio (KMimeType) 7009 tdeio (KMimeType)
7010 kio (KRun) 7010 tdeio (KRun)
7011 kio (KSycoca) 7011 tdeio (KSycoca)
7012 kio (KService*) 7012 tdeio (KService*)
7013 kio (KPing) 7013 tdeio (KPing)
7014 kio (TDETrader) 7014 tdeio (TDETrader)
7015 kio (KAutoMount) 7015 tdeio (KAutoMount)
7016 kio (TDELauncher) 7016 tdeio (TDELauncher)
7017 kio (KIOConnection) 7017 tdeio (KIOConnection)
7018 kio (KMimeMagic) 7018 tdeio (KMimeMagic)
7019 kio (tdeioslave) 7019 tdeio (tdeioslave)
7020 kded 7020 kded
7021 tdebuildsycoca 7021 tdebuildsycoca
7022 kurifilter 7022 kurifilter
7023 kurifilter (plugins) 7023 kurifilter (plugins)
7024 kio (UIServer) 7024 tdeio (UIServer)
7025 kpac 7025 kpac
7026 kio (KShred) 7026 tdeio (KShred)
7027 kio (TCPSlaveBase) 7027 tdeio (TCPSlaveBase)
7028 kio (Observer) 7028 tdeio (Observer)
7029 kssl 7029 kssl
7030 kio (KEMailSettings) 7030 tdeio (KEMailSettings)
7031 KImageIO 7031 KImageIO
7032 kio (KURLCompletion) 7032 tdeio (KURLCompletion)
7033 KFileMetaInfo 7033 KFileMetaInfo
7034 KFileMetainfo (plugins) 7034 KFileMetainfo (plugins)
7040 KZip 7040 KZip
7041 KTar 7041 KTar
7042 KAr 7042 KAr
7043 kio (bookmarks) 7043 tdeio (bookmarks)
# 71xx are for tdeioslaves # 71xx are for tdeioslaves
7101 tdeio_file 7101 tdeio_file

@ -70,7 +70,7 @@ class TDEInstance;
* <li>catastrophe * <li>catastrophe
*</ul> *</ul>
* *
* The events can be configured in an application using KNotifyDialog, which is part of KIO. * The events can be configured in an application using KNotifyDialog, which is part of TDEIO.
* *
* @author Charles Samuels <charles@kde.org> * @author Charles Samuels <charles@kde.org>
*/ */

@ -19,7 +19,7 @@
// KSimpleDirWatch is a basic copy of KDirWatch // KSimpleDirWatch is a basic copy of KDirWatch
// but with the KIO linking requirement removed // but with the TDEIO linking requirement removed
#include <config.h> #include <config.h>
#include <errno.h> #include <errno.h>

@ -30,7 +30,7 @@ class KSimpleDirWatchPrivate;
/** /**
* KSimpleDirWatch is a basic copy of KDirWatch * KSimpleDirWatch is a basic copy of KDirWatch
* but with the KIO linking requirement removed * but with the TDEIO linking requirement removed
* *
* Watch directories and files for changes. * Watch directories and files for changes.
* The watched directories or files don't have to exist yet. * The watched directories or files don't have to exist yet.

@ -4,7 +4,7 @@
* because KSimpleDirWatchPrivate has signals and slots * because KSimpleDirWatchPrivate has signals and slots
* *
* KSimpleDirWatch is a basic copy of KDirWatch * KSimpleDirWatch is a basic copy of KDirWatch
* but with the KIO linking requirement removed * but with the TDEIO linking requirement removed
*/ */
#ifndef _KSIMPLEDIRWATCH_P_H #ifndef _KSIMPLEDIRWATCH_P_H

@ -128,7 +128,7 @@ bool KURLDrag::decode( const TQMimeSource *e, KURL::List &uris, TQMap<TQString,T
{ {
if ( decode( e, uris ) ) // first decode the URLs (see above) if ( decode( e, uris ) ) // first decode the URLs (see above)
{ {
TQByteArray ba = e->encodedData( "application/x-kio-metadata" ); TQByteArray ba = e->encodedData( "application/x-tdeio-metadata" );
if ( ba.size() ) if ( ba.size() )
{ {
TQString s = ba.data(); TQString s = ba.data();
@ -175,7 +175,7 @@ const char * KURLDrag::format( int i ) const
if ( i == 0 ) if ( i == 0 )
return "text/uri-list"; return "text/uri-list";
else if ( i == 1 ) else if ( i == 1 )
return "application/x-kio-metadata"; return "application/x-tdeio-metadata";
if ( d && d->m_exportAsText == false ) if ( d && d->m_exportAsText == false )
return 0; return 0;
if ( i == 2 ) if ( i == 2 )
@ -230,7 +230,7 @@ TQByteArray KURLDrag::encodedData( const char* mime ) const
a.resize( s.length()); a.resize( s.length());
memcpy( a.data(), s.data(), s.length()); memcpy( a.data(), s.data(), s.length());
} }
else if ( mimetype == "application/x-kio-metadata" ) else if ( mimetype == "application/x-tdeio-metadata" )
{ {
if ( !m_metaData.isEmpty() ) if ( !m_metaData.isEmpty() )
{ {

@ -22,8 +22,8 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#ifndef KIOBUFFER_H #ifndef TDEIOBUFFER_H
#define KIOBUFFER_H #define TDEIOBUFFER_H
#include <tqcstring.h> #include <tqcstring.h>

@ -22,8 +22,8 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#ifndef KMULTICASTSOCKET_H #ifndef TDEMULTICASTSOCKET_H
#define KMULTICASTSOCKET_H #define TDEMULTICASTSOCKET_H
#include "kdatagramsocket.h" #include "kdatagramsocket.h"
#include "tdemulticastsocketdevice.h" #include "tdemulticastsocketdevice.h"

@ -22,8 +22,8 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#ifndef KMULTICASTSOCKETDEVICE_H #ifndef TDEMULTICASTSOCKETDEVICE_H
#define KMULTICASTSOCKETDEVICE_H #define TDEMULTICASTSOCKETDEVICE_H
#include "tdesocketdevice.h" #include "tdesocketdevice.h"
#include "knetworkinterface.h" #include "knetworkinterface.h"

@ -24,8 +24,8 @@
#include <tqimage.h> #include <tqimage.h>
#include <tdelocale.h> #include <tdelocale.h>
#ifndef _KABOUTDATA_H_ #ifndef _TDEABOUTDATA_H_
#define _KABOUTDATA_H_ #define _TDEABOUTDATA_H_
class TDEAboutPersonPrivate; class TDEAboutPersonPrivate;
class TDEAboutDataPrivate; class TDEAboutDataPrivate;

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KACCEL_H #ifndef _TDEACCEL_H
#define _KACCEL_H #define _TDEACCEL_H
#include <tqaccel.h> #include <tqaccel.h>
#include <tdeshortcut.h> #include <tdeshortcut.h>
@ -387,4 +387,4 @@ class TDECORE_EXPORT TDEAccel : public TQAccel
friend class TDEAccelPrivate; friend class TDEAccelPrivate;
}; };
#endif // _KACCEL_H #endif // _TDEACCEL_H

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KACCELACTION_H #ifndef _TDEACCELACTION_H
#define _KACCELACTION_H #define _TDEACCELACTION_H
#include <tqmap.h> #include <tqmap.h>
#include <tqptrvector.h> #include <tqptrvector.h>
@ -573,4 +573,4 @@ class TDECORE_EXPORT TDEAccelActions
friend class TDEAccelBase; friend class TDEAccelBase;
}; };
#endif // _KACCELACTION_H #endif // _TDEACCELACTION_H

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KACCELBASE_H #ifndef _TDEACCELBASE_H
#define _KACCELBASE_H #define _TDEACCELBASE_H
#include <tqmap.h> #include <tqmap.h>
#include <tqptrvector.h> #include <tqptrvector.h>
@ -279,4 +279,4 @@ class TDECORE_EXPORT TDEAccelBase
friend class TDEAccelActions; friend class TDEAccelActions;
}; };
#endif // _KACCELBASE_H #endif // _TDEACCELBASE_H

@ -18,8 +18,8 @@
*/ */
#ifndef __K_ACCELMANAGER_H__ #ifndef __TDE_ACCELMANAGER_H__
#define __K_ACCELMANAGER_H__ #define __TDE_ACCELMANAGER_H__
class TQWidget; class TQWidget;

@ -18,8 +18,8 @@
*/ */
#ifndef __KACCELMANAGER_PRIVATE_H__ #ifndef __TDEACCELMANAGER_PRIVATE_H__
#define __KACCELMANAGER_PRIVATE_H__ #define __TDEACCELMANAGER_PRIVATE_H__
#include <tqstring.h> #include <tqstring.h>

@ -1,5 +1,5 @@
#ifndef __KACCELPRIVATE_H #ifndef __TDEACCELPRIVATE_H
#define __KACCELPRIVATE_H #define __TDEACCELPRIVATE_H
#include "kkeyserver_x11.h" #include "kkeyserver_x11.h"
#include <tqtimer.h> #include <tqtimer.h>
@ -50,4 +50,4 @@ class TDECORE_EXPORT TDEAccelPrivate : public TQObject, public TDEAccelBase
bool eventFilter( TQObject* pWatched, TQEvent* pEvent ); // virtual method from QObject bool eventFilter( TQObject* pWatched, TQEvent* pEvent ); // virtual method from QObject
}; };
#endif // !__KACCELPRIVATE_H #endif // !__TDEACCELPRIVATE_H

@ -18,8 +18,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KAPP_H #ifndef _TDEAPP_H
#define _KAPP_H #define _TDEAPP_H
// Version macros. Never put this further down. // Version macros. Never put this further down.
#include "tdeversion.h" #include "tdeversion.h"

@ -16,8 +16,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KCMDLINEARGS_H_ #ifndef _TDECMDLINEARGS_H_
#define _KCMDLINEARGS_H_ #define _TDECMDLINEARGS_H_
#include "tdelibs_export.h" #include "tdelibs_export.h"
#include <kurl.h> #include <kurl.h>

@ -19,8 +19,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KCONFIG_H #ifndef _TDECONFIG_H
#define _KCONFIG_H #define _TDECONFIG_H
class TQTimer; class TQTimer;

@ -4,7 +4,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/tdecore -I$(top_srcdir) $(all_includes)
bin_PROGRAMS = tdeconfig_compiler bin_PROGRAMS = tdeconfig_compiler
tdeconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor tdeconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
tdeconfig_compiler_LDADD = $(LIB_TDECORE) tdeconfig_compiler_LDADD = $(LIB_TDECORE)
tdeconfig_compiler_SOURCES = tdeconfig_compiler.cpp tdeconfig_compiler_SOURCES = tdeconfig_compiler.cpp

@ -3,11 +3,11 @@ AM_CPPFLAGS = -I$(top_srcdir)/tdecore -I$(top_srcdir) $(all_includes)
check_PROGRAMS = example # autoexample check_PROGRAMS = example # autoexample
EXTRA_PROGRAMS = autoexample EXTRA_PROGRAMS = autoexample
example_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor example_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
example_LDADD = $(LIB_TDECORE) example_LDADD = $(LIB_TDECORE)
example_SOURCES = example.cpp exampleprefs_base.cpp example_SOURCES = example.cpp exampleprefs_base.cpp
autoexample_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor autoexample_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
autoexample_LDADD = $(LIB_TDECORE) $(LIB_TDEUI) autoexample_LDADD = $(LIB_TDECORE) $(LIB_TDEUI)
autoexample_SOURCES = exampleprefs_base.cpp general_base.ui myoptions_base.ui \ autoexample_SOURCES = exampleprefs_base.cpp general_base.ui myoptions_base.ui \
autoexample.cpp autoexample.cpp

@ -14,43 +14,43 @@ CLEANFILES = test1.cpp test1.h \
test_dpointer.cpp test_dpointer.h \ test_dpointer.cpp test_dpointer.h \
md5sums md5sums
test1_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor test1_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
test1_LDADD = $(LIB_TDECORE) test1_LDADD = $(LIB_TDECORE)
test1_SOURCES = test1main.cpp test1.cpp test1_SOURCES = test1main.cpp test1.cpp
test2_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor test2_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
test2_LDADD = $(LIB_TDECORE) test2_LDADD = $(LIB_TDECORE)
test2_SOURCES = test2main.cpp test2.cpp test2_SOURCES = test2main.cpp test2.cpp
test3_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor test3_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
test3_LDADD = $(LIB_TDECORE) test3_LDADD = $(LIB_TDECORE)
test3_SOURCES = test3main.cpp test3.cpp test3_SOURCES = test3main.cpp test3.cpp
test4_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor test4_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
test4_LDADD = $(LIB_TDECORE) test4_LDADD = $(LIB_TDECORE)
test4_SOURCES = test4main.cpp test4.cpp test4_SOURCES = test4main.cpp test4.cpp
test5_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor test5_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
test5_LDADD = $(LIB_TDECORE) test5_LDADD = $(LIB_TDECORE)
test5_SOURCES = test5main.cpp test5.cpp test5_SOURCES = test5main.cpp test5.cpp
test6_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor test6_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
test6_LDADD = $(LIB_TDECORE) test6_LDADD = $(LIB_TDECORE)
test6_SOURCES = test6main.cpp test6.cpp test6_SOURCES = test6main.cpp test6.cpp
test7_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor test7_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
test7_LDADD = $(LIB_TDECORE) test7_LDADD = $(LIB_TDECORE)
test7_SOURCES = test7main.cpp test7.cpp test7_SOURCES = test7main.cpp test7.cpp
test8_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor test8_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
test8_LDADD = $(LIB_TDECORE) test8_LDADD = $(LIB_TDECORE)
test8_SOURCES = test8main.cpp test8a.cpp test8b.cpp test8_SOURCES = test8main.cpp test8a.cpp test8b.cpp
test9_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor test9_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
test9_LDADD = $(LIB_TDECORE) test9_LDADD = $(LIB_TDECORE)
test9_SOURCES = test9main.cpp test9.cpp test9_SOURCES = test9main.cpp test9.cpp
test_dpointer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor test_dpointer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
test_dpointer_LDADD = $(LIB_TDECORE) test_dpointer_LDADD = $(LIB_TDECORE)
test_dpointer_SOURCES = test_dpointer_main.cpp test_dpointer.cpp test_dpointer_SOURCES = test_dpointer_main.cpp test_dpointer.cpp

@ -21,8 +21,8 @@
using namespace KUnitTest; using namespace KUnitTest;
KUNITTEST_MODULE( tdeunittest_tdeconfigcompiler_test, "TDEConfigXT") TDEUNITTEST_MODULE( tdeunittest_tdeconfigcompiler_test, "TDEConfigXT")
KUNITTEST_MODULE_REGISTER_TESTER( TDEConfigCompiler_Test ) TDEUNITTEST_MODULE_REGISTER_TESTER( TDEConfigCompiler_Test )
typedef const char * CompilerTestSet[]; typedef const char * CompilerTestSet[];

@ -13,8 +13,8 @@
************************************************************************* *************************************************************************
*/ */
#ifndef KCONFIGCOMPILER_TEST_H #ifndef TDECONFIGCOMPILER_TEST_H
#define KCONFIGCOMPILER_TEST_H #define TDECONFIGCOMPILER_TEST_H
#include <tdeunittest/tester.h> #include <tdeunittest/tester.h>

@ -19,8 +19,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KCONFIGBACKEND_H #ifndef _TDECONFIGBACKEND_H
#define _KCONFIGBACKEND_H #define _TDECONFIGBACKEND_H
#include "tdeconfigdata.h" #include "tdeconfigdata.h"
#include <tdeconfigbase.h> #include <tdeconfigbase.h>

@ -20,8 +20,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KCONFIGBASE_H #ifndef _TDECONFIGBASE_H
#define _KCONFIGBASE_H #define _TDECONFIGBASE_H
#include <tqobject.h> #include <tqobject.h>
#include <tqcolor.h> #include <tqcolor.h>

@ -19,8 +19,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KCONFIGDATA_H #ifndef _TDECONFIGDATA_H
#define _KCONFIGDATA_H #define _TDECONFIGDATA_H
#include <tqmap.h> // generic red-black tree class #include <tqmap.h> // generic red-black tree class
#include "tdelibs_export.h" #include "tdelibs_export.h"

@ -18,8 +18,8 @@
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#ifndef KCONFIGDIALOGMANAGER_H #ifndef TDECONFIGDIALOGMANAGER_H
#define KCONFIGDIALOGMANAGER_H #define TDECONFIGDIALOGMANAGER_H
#include <tqobject.h> #include <tqobject.h>
#include <tqptrlist.h> #include <tqptrlist.h>
@ -232,5 +232,5 @@ private:
}; };
#endif // KCONFIGDIALOGMANAGER_H #endif // TDECONFIGDIALOGMANAGER_H

@ -20,8 +20,8 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#ifndef _KCONFIGSKELETON_H #ifndef _TDECONFIGSKELETON_H
#define _KCONFIGSKELETON_H #define _TDECONFIGSKELETON_H
#include <tqcolor.h> #include <tqcolor.h>
#include <tqdatetime.h> #include <tqdatetime.h>

@ -15,8 +15,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KGLOBAL_H #ifndef _TDEGLOBAL_H
#define _KGLOBAL_H #define _TDEGLOBAL_H
#include "tdelibs_export.h" #include "tdelibs_export.h"
#include <kinstance.h> // KDE4: class TDEInstance is enough here #include <kinstance.h> // KDE4: class TDEInstance is enough here
@ -247,5 +247,5 @@ int TDECORE_EXPORT kasciistricmp( const char *str1, const char *str2 );
* KDE environment. * KDE environment.
*/ */
#endif // _KGLOBAL_H #endif // _TDEGLOBAL_H

@ -15,8 +15,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KGLOBALSETTINGS_H #ifndef _TDEGLOBALSETTINGS_H
#define _KGLOBALSETTINGS_H #define _TDEGLOBALSETTINGS_H
#include <tqstring.h> #include <tqstring.h>
#include <tqcolor.h> #include <tqcolor.h>

@ -382,7 +382,7 @@ bool TDERootSystemDevice::canPowerOff() {
#else // WITH_CONSOLEKIT #else // WITH_CONSOLEKIT
// FIXME // FIXME
// Can we power down this system? // Can we power down this system?
// This should probably be checked via DCOP and therefore interface with KDM // This should probably be checked via DCOP and therefore interface with TDM
if (config->readBoolEntry( "offerShutdown", true )/* && DM().canShutdown()*/) { // FIXME if (config->readBoolEntry( "offerShutdown", true )/* && DM().canShutdown()*/) { // FIXME
maysd = true; maysd = true;
} }
@ -424,7 +424,7 @@ bool TDERootSystemDevice::canReboot() {
#else // WITH_CONSOLEKIT #else // WITH_CONSOLEKIT
// FIXME // FIXME
// Can we power down this system? // Can we power down this system?
// This should probably be checked via DCOP and therefore interface with KDM // This should probably be checked via DCOP and therefore interface with TDM
if (config->readBoolEntry( "offerShutdown", true )/* && DM().canShutdown()*/) { // FIXME if (config->readBoolEntry( "offerShutdown", true )/* && DM().canShutdown()*/) { // FIXME
mayrb = true; mayrb = true;
} }

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KDELIBS_EXPORT_H #ifndef _TDELIBS_EXPORT_H
#define _KDELIBS_EXPORT_H #define _TDELIBS_EXPORT_H
/* needed for KDE_EXPORT macros */ /* needed for KDE_EXPORT macros */
#include <kdemacros.h> #include <kdemacros.h>
@ -36,10 +36,10 @@
#define TDEUI_EXPORT KDE_EXPORT #define TDEUI_EXPORT KDE_EXPORT
#define TDEFX_EXPORT KDE_EXPORT #define TDEFX_EXPORT KDE_EXPORT
#define TDEPRINT_EXPORT KDE_EXPORT #define TDEPRINT_EXPORT KDE_EXPORT
#define KDNSSD_EXPORT KDE_EXPORT #define TDEDNSSD_EXPORT KDE_EXPORT
#define TDEIO_EXPORT KDE_EXPORT #define TDEIO_EXPORT KDE_EXPORT
#define DCOP_EXPORT KDE_EXPORT #define DCOP_EXPORT KDE_EXPORT
#define KPARTS_EXPORT KDE_EXPORT #define TDEPARTS_EXPORT KDE_EXPORT
#define KTEXTEDITOR_EXPORT KDE_EXPORT #define KTEXTEDITOR_EXPORT KDE_EXPORT
#define KABC_EXPORT KDE_EXPORT #define KABC_EXPORT KDE_EXPORT
#define TDESU_EXPORT KDE_EXPORT #define TDESU_EXPORT KDE_EXPORT
@ -48,14 +48,14 @@
#define TDESTYLE_EXPORT KDE_EXPORT #define TDESTYLE_EXPORT KDE_EXPORT
#define TDEHTML_EXPORT KDE_EXPORT #define TDEHTML_EXPORT KDE_EXPORT
#define KMDI_EXPORT KDE_EXPORT #define KMDI_EXPORT KDE_EXPORT
#define KUTILS_EXPORT KDE_EXPORT #define TDEUTILS_EXPORT KDE_EXPORT
#define KATEPARTINTERFACES_EXPORT KDE_EXPORT #define KATEPARTINTERFACES_EXPORT KDE_EXPORT
#define KATEPART_EXPORT KDE_EXPORT #define KATEPART_EXPORT KDE_EXPORT
#define KMID_EXPORT KDE_EXPORT #define KMID_EXPORT KDE_EXPORT
#define TDERANDR_EXPORT KDE_EXPORT #define TDERANDR_EXPORT KDE_EXPORT
#define KIMPROXY_EXPORT KDE_EXPORT #define TDEIMPROXY_EXPORT KDE_EXPORT
#define KDE_ARTS_EXPORT KDE_EXPORT #define KDE_ARTS_EXPORT KDE_EXPORT
#define KUNITTEST_EXPORT KDE_EXPORT #define TDEUNITTEST_EXPORT KDE_EXPORT
#define KPATH_SEPARATOR ':' #define KPATH_SEPARATOR ':'
@ -65,7 +65,7 @@
#endif #endif
#endif /*_KDELIBS_EXPORT_H*/ #endif /*_TDELIBS_EXPORT_H*/
/* workaround for tdecore: stupid moc's grammar doesn't accept two macros /* workaround for tdecore: stupid moc's grammar doesn't accept two macros
between 'class' keyword and <classname>: */ between 'class' keyword and <classname>: */

@ -137,7 +137,7 @@ void TDELocale::initMainCatalogues(const TQString & catalog)
d->catalogNames.append( mainCatalogue ); // application catalog d->catalogNames.append( mainCatalogue ); // application catalog
if (mainCatalogue.contains("desktop") == 0 || mainCatalogue.contains("kdesktop") == 1) { //don't bother if we're looking up desktop translations if (mainCatalogue.contains("desktop") == 0 || mainCatalogue.contains("kdesktop") == 1) { //don't bother if we're looking up desktop translations
d->catalogNames.append( SYSTEM_MESSAGES ); // always include tdelibs.mo d->catalogNames.append( SYSTEM_MESSAGES ); // always include tdelibs.mo
d->catalogNames.append( "kio" ); // always include kio.mo d->catalogNames.append( "tdeio" ); // always include tdeio.mo
d->catalogNames.append( "xdg-user-dirs" ); d->catalogNames.append( "xdg-user-dirs" );
} }
updateCatalogues(); // evaluate this for all languages updateCatalogues(); // evaluate this for all languages
@ -440,7 +440,7 @@ bool TDELocale::setLanguage(const TQStringList & languages)
// 1) some empty strings that we have to eliminate // 1) some empty strings that we have to eliminate
// 2) duplicate entries like in de:fr:de, where we have to keep the first occurrance of a language in order // 2) duplicate entries like in de:fr:de, where we have to keep the first occurrance of a language in order
// to preserve the order of precenence of the user => iterate backwards // to preserve the order of precenence of the user => iterate backwards
// 3) languages into which the application is not translated. For those languages we should not even load tdelibs.mo or kio.po. // 3) languages into which the application is not translated. For those languages we should not even load tdelibs.mo or tdeio.po.
// these langugage have to be dropped. Otherwise we get strange side effects, e.g. with Hebrew: // these langugage have to be dropped. Otherwise we get strange side effects, e.g. with Hebrew:
// the right/left switch for languages that write from // the right/left switch for languages that write from
// right to left (like Hebrew or Arabic) is set in tdelibs.mo. If you only have tdelibs.mo // right to left (like Hebrew or Arabic) is set in tdelibs.mo. If you only have tdelibs.mo

@ -19,8 +19,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KLOCALE_H #ifndef _TDELOCALE_H
#define _KLOCALE_H #define _TDELOCALE_H
#include <tqstring.h> #include <tqstring.h>
#include <tdelibs_export.h> #include <tdelibs_export.h>
@ -1188,7 +1188,7 @@ private:
void initFormat(TDEConfig *config); void initFormat(TDEConfig *config);
/** /**
* @internal Initializes the catalogs appname, tdelibs and kio for all chosen languages. * @internal Initializes the catalogs appname, tdelibs and tdeio for all chosen languages.
* *
* @param config The configuration object used for init * @param config The configuration object used for init
* @param useEnv True if we should use environment variables * @param useEnv True if we should use environment variables

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KMULTIPLEDRAG_H #ifndef TDEMULTIPLEDRAG_H
#define KMULTIPLEDRAG_H #define TDEMULTIPLEDRAG_H
#ifndef QT_NO_DRAGANDDROP #ifndef QT_NO_DRAGANDDROP
@ -102,4 +102,4 @@ private:
#endif // QT_NO_DRAGANDDROP #endif // QT_NO_DRAGANDDROP
#endif // KMULTIPLEDRAG_H #endif // TDEMULTIPLEDRAG_H

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef __KSHORTCUT_H #ifndef __TDESHORTCUT_H
#define __KSHORTCUT_H #define __TDESHORTCUT_H
#include <tqkeysequence.h> #include <tqkeysequence.h>
#include <tqstring.h> #include <tqstring.h>
@ -848,4 +848,4 @@ class TDECORE_EXPORT TDEShortcut
#endif #endif
}; };
#endif // __KSHORTCUT_H #endif // __TDESHORTCUT_H

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef __KSHORTCUTLIST_H #ifndef __TDESHORTCUTLIST_H
#define __KSHORTCUTLIST_H #define __TDESHORTCUTLIST_H
#include <tqglobal.h> // For uint #include <tqglobal.h> // For uint
#include <tqstring.h> #include <tqstring.h>
@ -292,4 +292,4 @@ class TDECORE_EXPORT ShortcutList : public TDEShortcutList
}; };
} }
#endif // __KSHORTCUTLIST_H #endif // __TDESHORTCUTLIST_H

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef __KSHORTCUTMENU_H #ifndef __TDESHORTCUTMENU_H
#define __KSHORTCUTMENU_H #define __TDESHORTCUTMENU_H
#include <tqmap.h> #include <tqmap.h>
#include <tqpopupmenu.h> #include <tqpopupmenu.h>
@ -58,4 +58,4 @@ class TDECORE_EXPORT TDEShortcutMenu : public TQPopupMenu
IndexToKKeySequence m_seqs; IndexToKKeySequence m_seqs;
}; };
#endif // __KSHORTCUTMENU_H #endif // __TDESHORTCUTMENU_H

@ -22,8 +22,8 @@ DEALINGS IN THE SOFTWARE.
****************************************************************************/ ****************************************************************************/
#ifndef __KSTARTUPINFO_H #ifndef __TDESTARTUPINFO_H
#define __KSTARTUPINFO_H #define __TDESTARTUPINFO_H
#include <sys/types.h> #include <sys/types.h>
#include <tqobject.h> #include <tqobject.h>

@ -17,8 +17,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KSTDACCEL_H #ifndef TDESTDACCEL_H
#define KSTDACCEL_H #define TDESTDACCEL_H
#include <tqstring.h> #include <tqstring.h>
#include <tdeshortcut.h> #include <tdeshortcut.h>

@ -82,7 +82,7 @@ public:
int KSycoca::version() int KSycoca::version()
{ {
return KSYCOCA_VERSION; return TDESYCOCA_VERSION;
} }
// Read-only constructor // Read-only constructor
@ -181,7 +181,7 @@ bool KSycoca::openDatabase( bool openDummyIfNotFound )
buffer->setBuffer(TQByteArray()); buffer->setBuffer(TQByteArray());
buffer->open(IO_ReadWrite); buffer->open(IO_ReadWrite);
m_str = new TQDataStream( buffer); m_str = new TQDataStream( buffer);
(*m_str) << (TQ_INT32) KSYCOCA_VERSION; (*m_str) << (TQ_INT32) TDESYCOCA_VERSION;
(*m_str) << (TQ_INT32) 0; (*m_str) << (TQ_INT32) 0;
} }
else else
@ -309,9 +309,9 @@ bool KSycoca::checkVersion(bool abortOnError)
m_str->device()->at(0); m_str->device()->at(0);
TQ_INT32 aVersion; TQ_INT32 aVersion;
(*m_str) >> aVersion; (*m_str) >> aVersion;
if ( aVersion < KSYCOCA_VERSION ) if ( aVersion < TDESYCOCA_VERSION )
{ {
kdWarning(7011) << "Found version " << aVersion << ", expecting version " << KSYCOCA_VERSION << " or higher." << endl; kdWarning(7011) << "Found version " << aVersion << ", expecting version " << TDESYCOCA_VERSION << " or higher." << endl;
if (!abortOnError) return false; if (!abortOnError) return false;
kdError(7011) << "Outdated database ! Stop kded and restart it !" << endl; kdError(7011) << "Outdated database ! Stop kded and restart it !" << endl;
abort(); abort();

@ -35,7 +35,7 @@ class KSycocaFactoryList;
* If the existing file is outdated, it will not get read * If the existing file is outdated, it will not get read
* but instead we'll ask kded to regenerate a new one... * but instead we'll ask kded to regenerate a new one...
*/ */
#define KSYCOCA_VERSION 94 #define TDESYCOCA_VERSION 94
/** /**
* @internal * @internal

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KTEMPFILE_H_ #ifndef _TDETEMPFILE_H_
#define _KTEMPFILE_H_ #define _TDETEMPFILE_H_
#include <tqstring.h> #include <tqstring.h>
#include <stdio.h> #include <stdio.h>

@ -82,5 +82,5 @@ ktimezonestest_SOURCES = ktimezonestest.cpp
check_LTLIBRARIES = tdeunittest_tdeconfig.la check_LTLIBRARIES = tdeunittest_tdeconfig.la
tdeunittest_tdeconfig_la_SOURCES = tdeconfigtest.cpp tdeunittest_tdeconfig_la_SOURCES = tdeconfigtest.cpp
tdeunittest_tdeconfig_la_LIBADD = $(LIB_KUNITTEST) tdeunittest_tdeconfig_la_LIBADD = $(LIB_TDEUNITTEST)
tdeunittest_tdeconfig_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) tdeunittest_tdeconfig_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN)

@ -31,8 +31,8 @@ private:
void revertEntries(); void revertEntries();
}; };
KUNITTEST_MODULE( tdeunittest_tdeconfig, "TDEConfigTest" ) TDEUNITTEST_MODULE( tdeunittest_tdeconfig, "TDEConfigTest" )
KUNITTEST_MODULE_REGISTER_TESTER( TDEConfigTest ) TDEUNITTEST_MODULE_REGISTER_TESTER( TDEConfigTest )
// test data // test data
#define BOOLENTRY1 true #define BOOLENTRY1 true

@ -16,8 +16,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KCONFIG_TEST_H #ifndef _TDECONFIG_TEST_H
#define _KCONFIG_TEST_H #define _TDECONFIG_TEST_H
#include <tdeapplication.h> #include <tdeapplication.h>
#include <tqdialog.h> #include <tqdialog.h>

@ -40,7 +40,7 @@ Maksim Orlovich
@lgpl @lgpl
*/ */
// DOXYGEN_REFERENCES = tdecore tdeui kio tdeparts kjs // DOXYGEN_REFERENCES = tdecore tdeui tdeio tdeparts kjs
// DOXYGEN_EXCLUDE = test*.* html rendering xml misc ecma css imload pics test // DOXYGEN_EXCLUDE = test*.* html rendering xml misc ecma css imload pics test
// DOXYGEN_SET_PROJECT_NAME = TDEHTML // DOXYGEN_SET_PROJECT_NAME = TDEHTML
// vim:ts=4:sw=4:expandtab:filetype=doxygen // vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -53,7 +53,7 @@ libtdehtml_la_LDFLAGS = -version-info 6:0:2 -no-undefined $(VSCRIPT) $(all_libra
libtdehtml_la_LIBADD = ./xml/libtdehtmlxml.la ./html/libtdehtmlhtml.la \ libtdehtml_la_LIBADD = ./xml/libtdehtmlxml.la ./html/libtdehtmlhtml.la \
./rendering/libtdehtmlrender.la ./css/libtdehtmlcss.la \ ./rendering/libtdehtmlrender.la ./css/libtdehtmlcss.la \
./misc/libtdehtmlmisc.la ecma/libkjs_html.la ./dom/libtdehtmldom.la $(LIBKJAVA) \ ./misc/libtdehtmlmisc.la ecma/libkjs_html.la ./dom/libtdehtmldom.la $(LIBKJAVA) \
$(LIB_KPARTS) \ $(LIB_TDEPARTS) \
$(LIBTHAI) \ $(LIBTHAI) \
$(top_builddir)/tdeprint/libtdeprint.la \ $(top_builddir)/tdeprint/libtdeprint.la \
$(top_builddir)/tdeutils/libtdeutils.la \ $(top_builddir)/tdeutils/libtdeutils.la \
@ -124,7 +124,7 @@ testtdehtml_static_LDFLAGS = -static
testregression_SOURCES = test_regression.cpp test_regression_fontoverload.cpp testregression_SOURCES = test_regression.cpp test_regression_fontoverload.cpp
testregression_LDADD = libtdehtml.la testregression_LDADD = libtdehtml.la
DOXYGEN_REFERENCES = tdecore tdeui kio tdefx tdeparts DOXYGEN_REFERENCES = tdecore tdeui tdeio tdefx tdeparts
DOXYGEN_EXCLUDE = test*.* css ecma html java tdemultipart misc pics rendering test xml DOXYGEN_EXCLUDE = test*.* css ecma html java tdemultipart misc pics rendering test xml
include ../admin/Doxyfile.am include ../admin/Doxyfile.am

@ -377,7 +377,7 @@ void XMLHttpRequest::send(const TQString& _body)
TQString key = i.key(); TQString key = i.key();
TQString value = i.data(); TQString value = i.data();
if (key == "accept") { if (key == "accept") {
// The HTTP KIO slave supports an override this way // The HTTP TDEIO slave supports an override this way
job->addMetaData("accept", value); job->addMetaData("accept", value);
} else { } else {
if (i != begin) if (i != begin)

@ -12,7 +12,7 @@ noinst_HEADERS = kjavaappletwidget.h kqeventutil.h kxeventutil.h \
METASOURCES = AUTO METASOURCES = AUTO
libkjava_la_LDFLAGS = $(KDE_MT_LDFLAGS) -no-undefined libkjava_la_LDFLAGS = $(KDE_MT_LDFLAGS) -no-undefined
libkjava_la_LIBADD = $(LIB_KPARTS) libkjava_la_LIBADD = $(LIB_TDEPARTS)
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tdehtml \ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tdehtml \
-I$(top_srcdir)/tdeio/kssl -I$(top_builddir)/tdeio/kssl \ -I$(top_srcdir)/tdeio/kssl -I$(top_builddir)/tdeio/kssl \
@ -32,6 +32,6 @@ kjavaappletviewer_la_SOURCES= kjavaapplet.cpp kjavaappletcontext.cpp \
kjavadownloader.cpp kjavaappletviewer.cpp kjavadownloader.cpp kjavaappletviewer.cpp
kjavaappletviewer_la_LDFLAGS= $(all_libraries) -module $(KDE_PLUGIN) kjavaappletviewer_la_LDFLAGS= $(all_libraries) -module $(KDE_PLUGIN)
kjavaappletviewer_la_LIBADD= $(LIB_KPARTS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEFILE) $(top_builddir)/dcop/libDCOP.la kjavaappletviewer_la_LIBADD= $(LIB_TDEPARTS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEFILE) $(top_builddir)/dcop/libDCOP.la
kde_services_DATA= kjavaappletviewer.desktop kde_services_DATA= kjavaappletviewer.desktop

@ -19,4 +19,4 @@ both versions.
- Better support for Java 2 - Better support for Java 2
- Use a factory to create the classloader and security managers - Use a factory to create the classloader and security managers
- Use URLClassLoader- this is done - Use URLClassLoader- this is done
- Support for KIO URLs - Support for TDEIO URLs

@ -484,7 +484,7 @@ void KJavaAppletServer::slotJavaRequest( const TQByteArray& qb )
contextID += qb[ index++ ]; contextID += qb[ index++ ];
} }
bool ok; bool ok;
const int ID_num = contextID.toInt( &ok ); // context id or kio job id const int ID_num = contextID.toInt( &ok ); // context id or tdeio job id
/*if (d->locked_context > -1 && /*if (d->locked_context > -1 &&
ID_num != d->locked_context && ID_num != d->locked_context &&
(cmd_code == KJAS_JAVASCRIPT_EVENT || (cmd_code == KJAS_JAVASCRIPT_EVENT ||
@ -500,7 +500,7 @@ void KJavaAppletServer::slotJavaRequest( const TQByteArray& qb )
++index; //skip the sep ++index; //skip the sep
if (cmd_code == KJAS_PUT_DATA) { if (cmd_code == KJAS_PUT_DATA) {
// rest of the data is for kio put // rest of the data is for tdeio put
if (ok) { if (ok) {
TDEIOJobMap::iterator it = d->kiojobs.find( ID_num ); TDEIOJobMap::iterator it = d->kiojobs.find( ID_num );
if (ok && it != d->kiojobs.end()) { if (ok && it != d->kiojobs.end()) {
@ -568,9 +568,9 @@ void KJavaAppletServer::slotJavaRequest( const TQByteArray& qb )
TDEIOJobMap::iterator it = d->kiojobs.find( ID_num ); TDEIOJobMap::iterator it = d->kiojobs.find( ID_num );
if (ok && it != d->kiojobs.end()) if (ok && it != d->kiojobs.end())
it.data()->jobCommand( cmd ); it.data()->jobCommand( cmd );
kdDebug(6100) << "KIO Data command: " << ID_num << " " << args.first() << endl; kdDebug(6100) << "TDEIO Data command: " << ID_num << " " << args.first() << endl;
} else } else
kdError(6100) << "KIO Data command error " << ok << " args:" << args.size() << endl; kdError(6100) << "TDEIO Data command error " << ok << " args:" << args.size() << endl;
return; return;
case KJAS_JAVASCRIPT_EVENT: case KJAS_JAVASCRIPT_EVENT:
cmd = TQString::fromLatin1( "JS_Event" ); cmd = TQString::fromLatin1( "JS_Event" );

@ -25,7 +25,7 @@
#include <tqobject.h> #include <tqobject.h>
/** /**
* @short A class for handling downloads from KIO * @short A class for handling downloads from TDEIO
* *
* This class handles a TDEIO::get job and passes the data * This class handles a TDEIO::get job and passes the data
* back to the AppletServer. * back to the AppletServer.

@ -238,7 +238,7 @@ public class KJASProtocolHandler
String id = getArg( command ); String id = getArg( command );
String code = getArg( command ); String code = getArg( command );
Main.debug( "KIO URLData received(" + id + ") code:" + code ); Main.debug( "TDEIO URLData received(" + id + ") code:" + code );
//rest of the command should be the data... //rest of the command should be the data...
byte[] data = null; byte[] data = null;

@ -50,7 +50,7 @@ class KIOConnection
static void setData(String jobid, int code, byte [] data) { static void setData(String jobid, int code, byte [] data) {
KIOConnection job = (KIOConnection) jobs.get(jobid); KIOConnection job = (KIOConnection) jobs.get(jobid);
if (job == null || !job.setData(code, data)) if (job == null || !job.setData(code, data))
Main.info("KIO KJASHttpURLConnection gone (timedout/closed)"); Main.info("TDEIO KJASHttpURLConnection gone (timedout/closed)");
else else
Thread.yield(); Thread.yield();
} }
@ -119,11 +119,11 @@ class KIOConnection
protected URL url; protected URL url;
protected int connect_status = 0; protected int connect_status = 0;
protected String jobid = null; // connection id with KIO protected String jobid = null; // connection id with TDEIO
protected LinkedList data = new LinkedList(); // not thread safe protected LinkedList data = new LinkedList(); // not thread safe
protected int errorcode = 0; protected int errorcode = 0;
protected boolean finished = false; // all data has arived protected boolean finished = false; // all data has arived
protected boolean onhold = false; // KIO job is suspended protected boolean onhold = false; // TDEIO job is suspended
protected boolean request_data = false; // need data for put job protected boolean request_data = false; // need data for put job
private KJASOutputStream out = null; private KJASOutputStream out = null;
private KJASInputStream in = null; private KJASInputStream in = null;
@ -156,12 +156,12 @@ class KIOConnection
finished = true; finished = true;
onhold = false; onhold = false;
jobs.remove(jobid); jobs.remove(jobid);
Main.debug ("KIO FINISHED (" + jobid + ") " + data.size()); Main.debug ("TDEIO FINISHED (" + jobid + ") " + data.size());
break; break;
case DATA: case DATA:
if (d.length > 0) if (d.length > 0)
data.addLast(d); data.addLast(d);
// Main.debug ("KIO DATA (" + jobid + ") " + data.size()); // Main.debug ("TDEIO DATA (" + jobid + ") " + data.size());
if (!onhold && data.size() > HIGH_BUFFER_LIMIT) { if (!onhold && data.size() > HIGH_BUFFER_LIMIT) {
Main.protocol.sendDataCmd(jobid, HOLD); Main.protocol.sendDataCmd(jobid, HOLD);
onhold = true; onhold = true;
@ -170,15 +170,15 @@ class KIOConnection
case ERRORCODE: case ERRORCODE:
String codestr = new String(d); String codestr = new String(d);
errorcode = Integer.parseInt(codestr); errorcode = Integer.parseInt(codestr);
Main.debug ("KIO ERRORECODE(" + jobid + ") " + errorcode); Main.debug ("TDEIO ERRORECODE(" + jobid + ") " + errorcode);
break; break;
case CONNECT: case CONNECT:
Main.debug ("KIO CONNECT(" + jobid + ") "); Main.debug ("TDEIO CONNECT(" + jobid + ") ");
request_data = true; request_data = true;
errorcode = 0; errorcode = 0;
break; break;
case REQUESTDATA: case REQUESTDATA:
Main.debug ("KIO REQUESTDATA(" + jobid + ") "); Main.debug ("TDEIO REQUESTDATA(" + jobid + ") ");
request_data = true; request_data = true;
break; break;
} }
@ -234,7 +234,7 @@ class KIOConnection
return total; return total;
} }
synchronized private void sendData(byte [] d, boolean force) throws IOException { synchronized private void sendData(byte [] d, boolean force) throws IOException {
Main.debug ("KIO sendData(" + jobid + ") force:" + force + " request_data:" + request_data); Main.debug ("TDEIO sendData(" + jobid + ") force:" + force + " request_data:" + request_data);
if (d != null) if (d != null)
data.addLast(d); data.addLast(d);
if (!request_data && !force) return; if (!request_data && !force) return;
@ -246,7 +246,7 @@ class KIOConnection
return; return;
} }
if (!request_data) { if (!request_data) {
Main.debug ("KIO sendData(" + jobid + ") timeout"); Main.debug ("TDEIO sendData(" + jobid + ") timeout");
data.clear(); data.clear();
disconnect(); disconnect();
throw new IOException("timeout"); throw new IOException("timeout");
@ -273,7 +273,7 @@ class KIOConnection
if (connect_status == CONNECTED) if (connect_status == CONNECTED)
return; // javadocs: call is ignored return; // javadocs: call is ignored
//(new Exception()).printStackTrace(); //(new Exception()).printStackTrace();
Main.debug ("KIO connect " + url); Main.debug ("TDEIO connect " + url);
errorcode = 0; errorcode = 0;
finished = in_eof = false; finished = in_eof = false;
jobid = String.valueOf(id++); jobid = String.valueOf(id++);
@ -294,7 +294,7 @@ class KIOConnection
in = new KJASInputStream(); in = new KJASInputStream();
else else
out = new KJASOutputStream(); out = new KJASOutputStream();
Main.debug ("KIO connect(" + jobid + ") " + url); Main.debug ("TDEIO connect(" + jobid + ") " + url);
return; return;
} }
connect_status = NOT_CONNECTED; connect_status = NOT_CONNECTED;
@ -302,16 +302,16 @@ class KIOConnection
if (isconnected) { if (isconnected) {
if (!finished) if (!finished)
Main.protocol.sendDataCmd(jobid, STOP); Main.protocol.sendDataCmd(jobid, STOP);
Main.debug ("KIO connect error " + url); Main.debug ("TDEIO connect error " + url);
throw new ConnectException("connection failed (not found)"); throw new ConnectException("connection failed (not found)");
} }
Main.debug ("KIO connect timeout " + url); Main.debug ("TDEIO connect timeout " + url);
throw new IOException("connection failed (timeout)"); throw new IOException("connection failed (timeout)");
} }
synchronized void disconnect() { synchronized void disconnect() {
if (connect_status == NOT_CONNECTED) if (connect_status == NOT_CONNECTED)
return; return;
Main.debug ("KIO disconnect " + jobid); Main.debug ("TDEIO disconnect " + jobid);
//(new Exception()).printStackTrace(); //(new Exception()).printStackTrace();
if (out != null) { if (out != null) {
try { try {
@ -328,11 +328,11 @@ class KIOConnection
notifyAll(); notifyAll();
} }
InputStream getInputStream() throws IOException { InputStream getInputStream() throws IOException {
Main.debug ("KIO getInputStream(" + jobid + ") " + url); Main.debug ("TDEIO getInputStream(" + jobid + ") " + url);
return in; return in;
} }
OutputStream getOutputStream() throws IOException { OutputStream getOutputStream() throws IOException {
Main.debug ("KIO getOutputStream(" + jobid + ") " + url); Main.debug ("TDEIO getOutputStream(" + jobid + ") " + url);
return out; return out;
} }
} }
@ -367,7 +367,7 @@ final class KIOHttpConnection extends KIOConnection
}; };
headers.add(entry); headers.add(entry);
headersmap.put(entry[0], entry[1]); headersmap.put(entry[0], entry[1]);
// Main.debug ("KIO header " + entry[0] + "=" + entry[1]); // Main.debug ("TDEIO header " + entry[0] + "=" + entry[1]);
} }
responseCode = 0; responseCode = 0;
if (headersmap.size() > 0) { if (headersmap.size() > 0) {
@ -379,7 +379,7 @@ final class KIOHttpConnection extends KIOConnection
if (epos < 0) break; if (epos < 0) break;
responseCode = Integer.parseInt(token.substring(spos+1, epos)); responseCode = Integer.parseInt(token.substring(spos+1, epos));
responseMessage = token.substring(epos+1); responseMessage = token.substring(epos+1);
Main.debug ("KIO responsecode=" + responseCode); Main.debug ("TDEIO responsecode=" + responseCode);
} }
break; break;
} }
@ -408,7 +408,7 @@ final class KJASHttpURLConnection extends HttpURLConnection
} catch (IOException e) { } catch (IOException e) {
Main.debug ("Error on implicit connect()"); Main.debug ("Error on implicit connect()");
} }
Main.debug ("KIO getHeaderFields"); Main.debug ("TDEIO getHeaderFields");
return kioconnection.headersmap; return kioconnection.headersmap;
} }
public String getHeaderField(String name) { public String getHeaderField(String name) {
@ -418,7 +418,7 @@ final class KJASHttpURLConnection extends HttpURLConnection
Main.debug ("Error on implicit connect()"); Main.debug ("Error on implicit connect()");
} }
String field = (String) kioconnection.headersmap.get(name); String field = (String) kioconnection.headersmap.get(name);
Main.debug ("KIO getHeaderField:" + name + "=" + field); Main.debug ("TDEIO getHeaderField:" + name + "=" + field);
//(new Exception()).printStackTrace(); //(new Exception()).printStackTrace();
return field; return field;
} }
@ -428,14 +428,14 @@ final class KJASHttpURLConnection extends HttpURLConnection
} catch (IOException e) { } catch (IOException e) {
Main.debug ("Error on implicit connect()"); Main.debug ("Error on implicit connect()");
} }
Main.debug ("KIO getHeaderField(" + n + ") size=" + kioconnection.headersmap.size()); Main.debug ("TDEIO getHeaderField(" + n + ") size=" + kioconnection.headersmap.size());
if (n >= kioconnection.headersmap.size()) if (n >= kioconnection.headersmap.size())
return null; return null;
String [] entry = (String []) kioconnection.headers.get(n); String [] entry = (String []) kioconnection.headers.get(n);
String line = entry[0]; String line = entry[0];
if (entry[1].length() > 0) if (entry[1].length() > 0)
line += ":" + entry[1]; line += ":" + entry[1];
Main.debug ("KIO getHeaderField(" + n + ")=#" + line + "#"); Main.debug ("TDEIO getHeaderField(" + n + ")=#" + line + "#");
return line; return line;
} }
public String getHeaderFieldKey(int n) { public String getHeaderFieldKey(int n) {
@ -444,13 +444,13 @@ final class KJASHttpURLConnection extends HttpURLConnection
} catch (IOException e) { } catch (IOException e) {
Main.debug ("Error on implicit connect()"); Main.debug ("Error on implicit connect()");
} }
Main.debug ("KIO getHeaderFieldKey " + n); Main.debug ("TDEIO getHeaderFieldKey " + n);
if (n >= kioconnection.headersmap.size()) if (n >= kioconnection.headersmap.size())
return null; return null;
return ((String []) kioconnection.headers.get(n))[0]; return ((String []) kioconnection.headers.get(n))[0];
} }
public int getResponseCode() throws IOException { public int getResponseCode() throws IOException {
Main.debug ("KIO getResponseCode"); Main.debug ("TDEIO getResponseCode");
if (kioconnection.responseCode == -1) { if (kioconnection.responseCode == -1) {
try { try {
connect(); connect();
@ -468,7 +468,7 @@ final class KJASHttpURLConnection extends HttpURLConnection
public void connect() throws IOException { public void connect() throws IOException {
if (connected) if (connected)
return; return;
Main.debug ("KIO KJASHttpURLConnection.connect " + url); Main.debug ("TDEIO KJASHttpURLConnection.connect " + url);
SecurityManager security = System.getSecurityManager(); SecurityManager security = System.getSecurityManager();
if (security != null) if (security != null)
security.checkPermission(getPermission()); security.checkPermission(getPermission());
@ -494,7 +494,7 @@ final class KJASHttpURLConnection extends HttpURLConnection
return kioconnection.getOutputStream(); return kioconnection.getOutputStream();
} }
public InputStream getErrorStream() { public InputStream getErrorStream() {
Main.debug("KIO KJASHttpURLConnection.getErrorStream" + url); Main.debug("TDEIO KJASHttpURLConnection.getErrorStream" + url);
try { try {
if (connected && kioconnection.responseCode == 404) if (connected && kioconnection.responseCode == 404)
return kioconnection.getInputStream(); return kioconnection.getInputStream();
@ -524,7 +524,7 @@ final class KJASSimpleURLConnection extends URLConnection
public void connect() throws IOException { public void connect() throws IOException {
if (kioconnection != null) if (kioconnection != null)
return; return;
Main.debug ("KIO KJASSimpleURLConnection.connection " + url); Main.debug ("TDEIO KJASSimpleURLConnection.connection " + url);
SecurityManager security = System.getSecurityManager(); SecurityManager security = System.getSecurityManager();
if (security != null) if (security != null)
security.checkPermission(getPermission()); security.checkPermission(getPermission());
@ -593,7 +593,7 @@ public final class KJASURLStreamHandlerFactory
if (protocol.equals("jar") || protocol.equals("file")) if (protocol.equals("jar") || protocol.equals("file"))
return null; return null;
//outputs to early: Main.debug ("createURLStreamHandler " + protocol); //outputs to early: Main.debug ("createURLStreamHandler " + protocol);
Main.debug ("KIO createURLStreamHandler " + protocol); Main.debug ("TDEIO createURLStreamHandler " + protocol);
if (protocol.equals("http")) if (protocol.equals("http"))
return new KJASHttpURLStreamHandler(80); return new KJASHttpURLStreamHandler(80);
else if (protocol.equals("https")) else if (protocol.equals("https"))

@ -80,7 +80,7 @@ namespace tdehtml
* A cached object. Classes who want to use this object should derive * A cached object. Classes who want to use this object should derive
* from CachedObjectClient, to get the function calls in case the requested data has arrived. * from CachedObjectClient, to get the function calls in case the requested data has arrived.
* *
* This class also does the actual communication with kio and loads the file. * This class also does the actual communication with tdeio and loads the file.
*/ */
class CachedObject class CachedObject
{ {

@ -29,7 +29,7 @@ class TDEHTMLPageCachePrivate;
/** /**
* Singleton Object that handles a binary cache on top of * Singleton Object that handles a binary cache on top of
* the http cache management of kio. * the http cache management of tdeio.
* *
* A limited number of HTML pages are stored in this cache. This * A limited number of HTML pages are stored in this cache. This
* cache is used for the history and operations like "view source". * cache is used for the history and operations like "view source".

@ -580,7 +580,7 @@ bool TDEHTMLPart::openURL( const KURL &url )
/** /**
* The format of the error url is that two variables are passed in the query: * The format of the error url is that two variables are passed in the query:
* error = int kio error code, errText = TQString error text from kio * error = int tdeio error code, errText = TQString error text from tdeio
* and the URL where the error happened is passed as a sub URL. * and the URL where the error happened is passed as a sub URL.
*/ */
KURL::List urls = KURL::split( url ); KURL::List urls = KURL::split( url );
@ -1576,7 +1576,7 @@ void TDEHTMLPart::slotData( TDEIO::Job* tdeio_job, const TQByteArray &data )
{ {
//kdDebug( 6050 ) << "begin!" << endl; //kdDebug( 6050 ) << "begin!" << endl;
// We must suspend KIO while we're inside begin() because it can cause // We must suspend TDEIO while we're inside begin() because it can cause
// crashes if a window (such as kjsdebugger) goes back into the event loop, // crashes if a window (such as kjsdebugger) goes back into the event loop,
// more data arrives, and begin() gets called again (re-entered). // more data arrives, and begin() gets called again (re-entered).
d->m_job->suspend(); d->m_job->suspend();
@ -1827,7 +1827,7 @@ void TDEHTMLPart::slotFinished( TDEIO::Job * job )
// The following catches errors that occur as a result of HTTP // The following catches errors that occur as a result of HTTP
// to FTP redirections where the FTP URL is a directory. Since // to FTP redirections where the FTP URL is a directory. Since
// KIO cannot change a redirection request from GET to LISTDIR, // TDEIO cannot change a redirection request from GET to LISTDIR,
// we have to take care of it here once we know for sure it is // we have to take care of it here once we know for sure it is
// a directory... // a directory...
if (job->error() == TDEIO::ERR_IS_DIRECTORY) if (job->error() == TDEIO::ERR_IS_DIRECTORY)
@ -2460,7 +2460,7 @@ void TDEHTMLPart::slotRedirect()
void TDEHTMLPart::slotRedirection(TDEIO::Job*, const KURL& url) void TDEHTMLPart::slotRedirection(TDEIO::Job*, const KURL& url)
{ {
// the slave told us that we got redirected // the slave told us that we got redirected
//kdDebug( 6050 ) << "redirection by KIO to " << url.url() << endl; //kdDebug( 6050 ) << "redirection by TDEIO to " << url.url() << endl;
emit d->m_extension->setLocationBarURL( url.prettyURL() ); emit d->m_extension->setLocationBarURL( url.prettyURL() );
d->m_workingURL = url; d->m_workingURL = url;
} }

@ -270,7 +270,7 @@ public:
/** /**
* Called when a certain error situation (i.e. connection timed out) occurred. * Called when a certain error situation (i.e. connection timed out) occurred.
* The default implementation either shows a KIO error dialog or loads a more * The default implementation either shows a TDEIO error dialog or loads a more
* verbose error description a as page, depending on the users configuration. * verbose error description a as page, depending on the users configuration.
* @p job is the job that signaled the error situation * @p job is the job that signaled the error situation
*/ */
@ -1118,8 +1118,8 @@ protected:
/** /**
* presents a detailed error message to the user. * presents a detailed error message to the user.
* @p errorCode kio error code, eg TDEIO::ERR_SERVER_TIMEOUT. * @p errorCode tdeio error code, eg TDEIO::ERR_SERVER_TIMEOUT.
* @p text kio additional information text. * @p text tdeio additional information text.
* @p url the url that triggered the error. * @p url the url that triggered the error.
*/ */
void htmlError( int errorCode, const TQString& text, const KURL& reqUrl ); void htmlError( int errorCode, const TQString& text, const KURL& reqUrl );

@ -47,7 +47,7 @@ TDEHTMLRun::TDEHTMLRun( TDEHTMLPart *part, tdehtml::ChildFrame *child, const KUR
void TDEHTMLRun::foundMimeType( const TQString &_type ) void TDEHTMLRun::foundMimeType( const TQString &_type )
{ {
Q_ASSERT(!m_bFinished); Q_ASSERT(!m_bFinished);
TQString mimeType = _type; // this ref comes from the job, we lose it when using KIO again TQString mimeType = _type; // this ref comes from the job, we lose it when using TDEIO again
if ( static_cast<TDEHTMLPart *>(m_part)->processObjectRequest( m_child, m_strURL, mimeType ) ) if ( static_cast<TDEHTMLPart *>(m_part)->processObjectRequest( m_child, m_strURL, mimeType ) )
m_bFinished = true; m_bFinished = true;
else { else {

@ -5,8 +5,8 @@ INCLUDES = -I$(top_srcdir)/tdehtml -I$(top_srcdir)/tdeio/httpfilter -I$(top_srcd
kde_module_LTLIBRARIES = libtdemultipart.la kde_module_LTLIBRARIES = libtdemultipart.la
libtdemultipart_la_SOURCES = tdemultipart.cpp libtdemultipart_la_SOURCES = tdemultipart.cpp
libtdemultipart_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/tdeio/httpfilter/libhttpfilter.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) $(LIBZ) libtdemultipart_la_LIBADD = $(LIB_TDEPARTS) $(top_builddir)/tdeio/httpfilter/libhttpfilter.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) $(LIBZ)
libtdemultipart_la_DEPENDENCIES = $(LIB_KPARTS) libtdemultipart_la_DEPENDENCIES = $(LIB_TDEPARTS)
libtdemultipart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) libtdemultipart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
# Automatically generate moc files # Automatically generate moc files

@ -189,7 +189,7 @@ void KMultiPart::slotData( TDEIO::Job *job, const TQByteArray &data )
if (m_boundary.isNull()) if (m_boundary.isNull())
{ {
TQString tmp = job->queryMetaData("media-boundary"); TQString tmp = job->queryMetaData("media-boundary");
kdDebug() << "Got Boundary from kio-http '" << tmp << "'" << endl; kdDebug() << "Got Boundary from tdeio-http '" << tmp << "'" << endl;
if ( !tmp.isEmpty() ) { if ( !tmp.isEmpty() ) {
if (tmp.startsWith("--")) if (tmp.startsWith("--"))
m_boundary = tmp.latin1(); m_boundary = tmp.latin1();

@ -33,12 +33,12 @@ AM_LDFLAGS = $(LDFLAGS_AS_NEEDED) $(LDFLAGS_NEW_DTAGS)
tdeinit_LDFLAGS = $(KDE_MT_LDFLAGS) $(QT_LDFLAGS) $(X_LDFLAGS) $(USER_LDFLAGS) \ tdeinit_LDFLAGS = $(KDE_MT_LDFLAGS) $(QT_LDFLAGS) $(X_LDFLAGS) $(USER_LDFLAGS) \
$(KDE_RPATH) $(KDE_RPATH)
tdeinit_LDADD = $(LIB_KPARTS) -lXft $(LIB_QT) tdeinit_LDADD = $(LIB_TDEPARTS) -lXft $(LIB_QT)
tdeioslave_SOURCES = tdeioslave.cpp tdeioslave_SOURCES = tdeioslave.cpp
tdeioslave_LDFLAGS = $(KDE_MT_LDFLAGS) $(QT_LDFLAGS) $(X_LDFLAGS) $(USER_LDFLAGS) \ tdeioslave_LDFLAGS = $(KDE_MT_LDFLAGS) $(QT_LDFLAGS) $(X_LDFLAGS) $(USER_LDFLAGS) \
$(KDE_RPATH) $(KDE_RPATH)
tdeioslave_LDADD = $(LIB_KIO) tdeioslave_LDADD = $(LIB_TDEIO)
tdeinit_wrapper_SOURCES = wrapper.c tdeinit_wrapper_SOURCES = wrapper.c
tdeinit_wrapper_LDADD = $(LIBSOCKET) tdeinit_wrapper_LDADD = $(LIBSOCKET)
@ -56,7 +56,7 @@ kwrapper_SOURCES = kwrapper.c
kwrapper_LDADD = $(LIBSOCKET) kwrapper_LDADD = $(LIBSOCKET)
tdelauncher_la_LDFLAGS = $(all_libraries) -module -avoid-version tdelauncher_la_LDFLAGS = $(all_libraries) -module -avoid-version
tdelauncher_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) tdelauncher_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
tdelauncher_la_SOURCES = tdelauncher.cpp tdelauncher_main.cpp autostart.cpp tdelauncher_la_SOURCES = tdelauncher.cpp tdelauncher_main.cpp autostart.cpp
tdestartupconfig_SOURCES = tdestartupconfig.cpp tdestartupconfig_SOURCES = tdestartupconfig.cpp

@ -171,7 +171,7 @@ int tdeinit_x_errhandler( Display *, XErrorEvent *err );
extern "C" KParts::Plugin* _tdeinit_init_tdeparts() { return new KParts::Plugin(); } extern "C" KParts::Plugin* _tdeinit_init_tdeparts() { return new KParts::Plugin(); }
/* These are to link libtdeio even if 'smart' linker is used */ /* These are to link libtdeio even if 'smart' linker is used */
#include <tdeio/authinfo.h> #include <tdeio/authinfo.h>
extern "C" TDEIO::AuthInfo* _tdeioslave_init_kio() { return new TDEIO::AuthInfo(); } extern "C" TDEIO::AuthInfo* _tdeioslave_init_tdeio() { return new TDEIO::AuthInfo(); }
/* /*
* Close fd's which are only useful for the parent process. * Close fd's which are only useful for the parent process.

@ -49,7 +49,7 @@
/* These are to link libtdeio even if 'smart' linker is used */ /* These are to link libtdeio even if 'smart' linker is used */
#include <tdeio/authinfo.h> #include <tdeio/authinfo.h>
extern "C" TDEIO::AuthInfo* _tdeioslave_init_kio() { return new TDEIO::AuthInfo(); } extern "C" TDEIO::AuthInfo* _tdeioslave_init_tdeio() { return new TDEIO::AuthInfo(); }
int main(int argc, char **argv) int main(int argc, char **argv)
{ {

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KLAUNCHER_H_ #ifndef _TDELAUNCHER_H_
#define _KLAUNCHER_H_ #define _TDELAUNCHER_H_
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KLAUNCHER_CMDS_H_ #ifndef _TDELAUNCHER_CMDS_H_
#define _KLAUNCHER_CMDS_H_ #define _TDELAUNCHER_CMDS_H_
typedef struct typedef struct
{ {

@ -6,5 +6,5 @@ INCLUDES= -I$(srcdir)/../.. $(all_includes)
check_PROGRAMS = tdelaunchertest check_PROGRAMS = tdelaunchertest
tdelaunchertest_SOURCES = tdelaunchertest.cpp tdelaunchertest_SOURCES = tdelaunchertest.cpp
tdelaunchertest_LDADD = $(LIB_KIO) tdelaunchertest_LDADD = $(LIB_TDEIO)

@ -171,7 +171,7 @@ A. progress handling
--------------------- ---------------------
There will be two ways how the application can display progress : There will be two ways how the application can display progress :
1. regular apps will use NetAccess for all kio operations and will not care 1. regular apps will use NetAccess for all tdeio operations and will not care
about progress handling : about progress handling :
- NetAccess creates Job - NetAccess creates Job
- NetAccess creates JobObserver that will connect to the Job's signals and - NetAccess creates JobObserver that will connect to the Job's signals and

@ -82,7 +82,7 @@
* KDirOperator: * KDirOperator:
* The class encapsulating different KFileViews, offering file browsing and * The class encapsulating different KFileViews, offering file browsing and
* file selection. Asynchronous, network transparent reading of directories * file selection. Asynchronous, network transparent reading of directories
* is performed via the KIO library. * is performed via the TDEIO library.
* *
* KURLRequester: * KURLRequester:
* A widget to be used for asking for a filename/path/URL. It consists of a * A widget to be used for asking for a filename/path/URL. It consists of a

@ -44,7 +44,7 @@
* <title>My own bookmarks</title> * <title>My own bookmarks</title>
* <bookmark href="http://www.koffice.org"><title>KOffice Web Site</title></bookmark> * <bookmark href="http://www.koffice.org"><title>KOffice Web Site</title></bookmark>
* <separator/> * <separator/>
* <bookmark href="http://www.tdevelop.org"><title>KDevelop Web Site</title></bookmark> * <bookmark href="http://www.kdevelop.org"><title>KDevelop Web Site</title></bookmark>
* </folder> * </folder>
* </folder> * </folder>
* </xbel> * </xbel>

@ -36,7 +36,7 @@ Description[kk]=URI деректерді өңдеу tdeioslave модулі (rfc
Description[km]=tdeioslave មួយ​សម្រាប់​ទិន្នន័យ URIs (rfc2397) Description[km]=tdeioslave មួយ​សម្រាប់​ទិន្នន័យ URIs (rfc2397)
Description[lb]=E tdeioslave fir Donnéen-URIs (rfc2397) Description[lb]=E tdeioslave fir Donnéen-URIs (rfc2397)
Description[lt]=Antrinė KDE programa duomenų URI (rfc2397) Description[lt]=Antrinė KDE programa duomenų URI (rfc2397)
Description[mk]=kio-служител за податочни URI (rfc2397) Description[mk]=tdeio-служител за податочни URI (rfc2397)
Description[ms]=Kioslave untuk URI data (rfc2397) Description[ms]=Kioslave untuk URI data (rfc2397)
Description[nb]=tdeioslave for data URI-er (rfc2397) Description[nb]=tdeioslave for data URI-er (rfc2397)
Description[nds]=In-/Utgaavmoduul för Daten-URIs (rfc2397) Description[nds]=In-/Utgaavmoduul för Daten-URIs (rfc2397)

@ -10,6 +10,6 @@ kde_module_LTLIBRARIES = kded_kpasswdserver.la
kded_kpasswdserver_la_SOURCES = kpasswdserver.cpp kpasswdserver.skel kded_kpasswdserver_la_SOURCES = kpasswdserver.cpp kpasswdserver.skel
kded_kpasswdserver_la_METASOURCES = AUTO kded_kpasswdserver_la_METASOURCES = AUTO
kded_kpasswdserver_la_LDFLAGS = $(all_libraries) -module -avoid-version kded_kpasswdserver_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_kpasswdserver_la_LIBADD = $(top_builddir)/tdewallet/client/libtdewalletclient.la $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11) kded_kpasswdserver_la_LIBADD = $(top_builddir)/tdewallet/client/libtdewalletclient.la $(LIB_TDEIO) $(LIB_KDED) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
include $(top_srcdir)/admin/Doxyfile.am include $(top_srcdir)/admin/Doxyfile.am

@ -29,7 +29,7 @@ bin_PROGRAMS = tdemailservice tdetelnetservice
observer_DIR = $(top_srcdir)/tdeio/tdeio observer_DIR = $(top_srcdir)/tdeio/tdeio
tdeio_uiserver_la_SOURCES = uiserver.cpp uiserver.skel observer.stub tdeio_uiserver_la_SOURCES = uiserver.cpp uiserver.skel observer.stub
tdeio_uiserver_la_LIBADD = $(LIB_KIO) $(LIB_TDEUI) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) tdeio_uiserver_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE)
tdeio_uiserver_la_LDFLAGS = $(all_libraries) -module -avoid-version tdeio_uiserver_la_LDFLAGS = $(all_libraries) -module -avoid-version
METASOURCES = AUTO METASOURCES = AUTO
@ -38,11 +38,11 @@ kde_services_DATA = tdeio_uiserver.desktop
tdemailservice_SOURCES = tdemailservice.cpp tdemailservice_SOURCES = tdemailservice.cpp
tdemailservice_LDADD = $(LIB_TDECORE) tdemailservice_LDADD = $(LIB_TDECORE)
tdemailservice_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor tdemailservice_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
tdetelnetservice_SOURCES = tdetelnetservice.cpp tdetelnetservice_SOURCES = tdetelnetservice.cpp
tdetelnetservice_LDADD = $(LIB_TDEUI) tdetelnetservice_LDADD = $(LIB_TDEUI)
tdetelnetservice_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor tdetelnetservice_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
protocol_DATA = tdemailservice.protocol telnet.protocol rlogin.protocol rtsp.protocol ssh.protocol \ protocol_DATA = tdemailservice.protocol telnet.protocol rlogin.protocol rtsp.protocol ssh.protocol \
mms.protocol mmst.protocol mmsu.protocol pnm.protocol rtspt.protocol rtspu.protocol mms.protocol mmst.protocol mmsu.protocol pnm.protocol rtspt.protocol rtspu.protocol

@ -10,7 +10,7 @@ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
kded_proxyscout_la_SOURCES = proxyscout.skel proxyscout.cpp script.cpp \ kded_proxyscout_la_SOURCES = proxyscout.skel proxyscout.cpp script.cpp \
downloader.cpp discovery.cpp downloader.cpp discovery.cpp
kded_proxyscout_la_LDFLAGS = $(all_libraries) -module -avoid-version kded_proxyscout_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_proxyscout_la_LIBADD = $(LIB_KIO) $(top_builddir)/kjs/libkjs.la $(LIB_KDED) $(LIB_QT) \ kded_proxyscout_la_LIBADD = $(LIB_TDEIO) $(top_builddir)/kjs/libkjs.la $(LIB_KDED) $(LIB_QT) \
$(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(LIBRESOLV) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(LIBRESOLV)
kpac_dhcp_helper_SOURCES = kpac_dhcp_helper.c kpac_dhcp_helper_SOURCES = kpac_dhcp_helper.c

@ -21,7 +21,7 @@ INCLUDES= -I$(srcdir)/.. -I$(top_srcdir) $(SSL_INCLUDES) -I$(top_srcdir)/tdeio/k
kde_module_LTLIBRARIES = kded_kssld.la kde_module_LTLIBRARIES = kded_kssld.la
kded_kssld_la_LDFLAGS = $(all_libraries) -module -avoid-version kded_kssld_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_kssld_la_LIBADD = $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) kded_kssld_la_LIBADD = $(LIB_TDEIO) $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE)
kded_kssld_la_SOURCES = kssld.cpp kssld.skel kded_kssld_la_SOURCES = kssld.cpp kssld.skel
METASOURCES = AUTO METASOURCES = AUTO

@ -5,6 +5,6 @@ INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/tdeio/tdeio $(all_includes)
bin_PROGRAMS = tdefile bin_PROGRAMS = tdefile
tdefile_SOURCES = fileprops.cpp tdefile_SOURCES = fileprops.cpp
tdefile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor tdefile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
tdefile_LDADD = $(LIB_KIO) tdefile_LDADD = $(LIB_TDEIO)

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KNTLM_H #ifndef TDENTLM_H
#define KNTLM_H #define TDENTLM_H
#include <tqglobal.h> #include <tqglobal.h>
#include <tqcstring.h> #include <tqcstring.h>
@ -230,4 +230,4 @@ private:
static void convertKey( unsigned char *key_56, void* ks ); static void convertKey( unsigned char *key_56, void* ks );
}; };
#endif /* KNTLM_H */ #endif /* TDENTLM_H */

@ -20,7 +20,7 @@ bin_PROGRAMS = tdesendbugmail
INCLUDES= -I$(srcdir)/.. $(all_includes) INCLUDES= -I$(srcdir)/.. $(all_includes)
tdesendbugmail_SOURCES = main.cpp smtp.cpp tdesendbugmail_SOURCES = main.cpp smtp.cpp
tdesendbugmail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor tdesendbugmail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
tdesendbugmail_LDADD = ../../libtdeio.la tdesendbugmail_LDADD = ../../libtdeio.la
METASOURCES = AUTO METASOURCES = AUTO

@ -21,7 +21,7 @@ INCLUDES= -I$(srcdir)/.. -I$(top_srcdir) -I$(top_srcdir)/tdewallet/backend -I$(t
kde_module_LTLIBRARIES = kded_tdewalletd.la kde_module_LTLIBRARIES = kded_tdewalletd.la
kded_tdewalletd_la_LDFLAGS = $(all_libraries) -module -avoid-version kded_tdewalletd_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_tdewalletd_la_LIBADD = $(LIB_KIO) ../../../tdewallet/backend/libtdewalletbackend.la ../../../tdewallet/client/libtdewalletclient.la $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(LIB_TDEUI) kded_tdewalletd_la_LIBADD = $(LIB_TDEIO) ../../../tdewallet/backend/libtdewalletbackend.la ../../../tdewallet/client/libtdewalletclient.la $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(LIB_TDEUI)
kded_tdewalletd_la_SOURCES = tdewalletd.cpp tdewalletd.skel ktimeout.cpp tdewalletwizard.ui kbetterthankdialogbase.ui kded_tdewalletd_la_SOURCES = tdewalletd.cpp tdewalletd.skel ktimeout.cpp tdewalletwizard.ui kbetterthankdialogbase.ui
METASOURCES = AUTO METASOURCES = AUTO

@ -48,7 +48,7 @@ KFileView's requests to KDirLister's methods.
This class inherits from KFileChooserWidget and adds the file management This class inherits from KFileChooserWidget and adds the file management
operations. It uses a KFileOperations class (taken from the current operations. It uses a KFileOperations class (taken from the current
KonqOperations) for all KIO operations, and it uses KFileUndo, taken from KonqOperations) for all TDEIO operations, and it uses KFileUndo, taken from
the KonqUndo stuff. The popupMenu method is reimplemented to add those the KonqUndo stuff. The popupMenu method is reimplemented to add those
operations to it. operations to it.

@ -3193,7 +3193,10 @@ KDesktopPropsPlugin::KDesktopPropsPlugin( KPropertiesDialog *_props )
m_terminalBool = config.readBoolEntry( "Terminal" ); m_terminalBool = config.readBoolEntry( "Terminal" );
m_terminalOptionStr = config.readEntry( "TerminalOptions" ); m_terminalOptionStr = config.readEntry( "TerminalOptions" );
m_suidBool = config.readBoolEntry( "X-TDE-SubstituteUID" ) || config.readBoolEntry( "X-KDE-SubstituteUID" ); m_suidBool = config.readBoolEntry( "X-TDE-SubstituteUID" ) || config.readBoolEntry( "X-KDE-SubstituteUID" );
m_suidUserStr = config.readEntry( "X-TDE-Username" ); if( config.hasKey( "X-TDE-Username" ))
m_suidUserStr = config.readEntry( "X-TDE-Username" );
else
m_suidUserStr = config.readEntry( "X-KDE-Username" );
if( config.hasKey( "StartupNotify" )) if( config.hasKey( "StartupNotify" ))
m_startupBool = config.readBoolEntry( "StartupNotify", true ); m_startupBool = config.readBoolEntry( "StartupNotify", true );
else else

@ -18,8 +18,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KDIROPERATOR_H_ #ifndef TDEDIROPERATOR_H_
#define KDIROPERATOR_H_ #define TDEDIROPERATOR_H_
#include <tqwidget.h> #include <tqwidget.h>
#include <tqptrstack.h> #include <tqptrstack.h>

@ -25,8 +25,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
*/ */
#ifndef __KRECENTDIRS_H #ifndef __TDERECENTDIRS_H
#define __KRECENTDIRS_H #define __TDERECENTDIRS_H
#include <tqstringlist.h> #include <tqstringlist.h>

@ -25,8 +25,8 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
*/ */
#ifndef __KRECENTDOCUMENT_H #ifndef __TDERECENTDOCUMENT_H
#define __KRECENTDOCUMENT_H #define __TDERECENTDOCUMENT_H
#include <tqstring.h> #include <tqstring.h>
#include <kurl.h> #include <kurl.h>

@ -29,7 +29,7 @@ check_PROGRAMS = kfstest kurlrequestertest tdefiletreeviewtest \
METASOURCES = AUTO METASOURCES = AUTO
LDADD = $(LIB_KIO) LDADD = $(LIB_TDEIO)
kcustommenueditortest_SOURCES = kcustommenueditortest.cpp kcustommenueditortest_SOURCES = kcustommenueditortest.cpp
kurlrequestertest_SOURCES = kurlrequestertest.cpp kurlrequestertest_SOURCES = kurlrequestertest.cpp
kfstest_SOURCES = kfstest.cpp kfdtest.cpp kfstest_SOURCES = kfstest.cpp kfdtest.cpp

@ -18,8 +18,8 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#ifndef __KIO_AUTHINFO_H #ifndef __TDEIO_AUTHINFO_H
#define __KIO_AUTHINFO_H #define __TDEIO_AUTHINFO_H
#include <tqmap.h> #include <tqmap.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>

@ -30,7 +30,7 @@
using namespace TDEIO; using namespace TDEIO;
#define KIO_DATA_POLL_INTERVAL 0 #define TDEIO_DATA_POLL_INTERVAL 0
// don't forget to sync DISPATCH_DECL in dataslave.h // don't forget to sync DISPATCH_DECL in dataslave.h
#define DISPATCH_IMPL(type) \ #define DISPATCH_IMPL(type) \
@ -38,7 +38,7 @@ using namespace TDEIO;
if (_suspended) { \ if (_suspended) { \
QueueStruct q(Queue_##type); \ QueueStruct q(Queue_##type); \
dispatchQueue.push_back(q); \ dispatchQueue.push_back(q); \
if (!timer->isActive()) timer->start(KIO_DATA_POLL_INTERVAL); \ if (!timer->isActive()) timer->start(TDEIO_DATA_POLL_INTERVAL); \
} else \ } else \
type(); \ type(); \
} }
@ -50,7 +50,7 @@ using namespace TDEIO;
QueueStruct q(Queue_##type); \ QueueStruct q(Queue_##type); \
q.paramname = paramname; \ q.paramname = paramname; \
dispatchQueue.push_back(q); \ dispatchQueue.push_back(q); \
if (!timer->isActive()) timer->start(KIO_DATA_POLL_INTERVAL); \ if (!timer->isActive()) timer->start(TDEIO_DATA_POLL_INTERVAL); \
} else \ } else \
type(paramname); \ type(paramname); \
} }
@ -85,7 +85,7 @@ void DataSlave::resume() {
// aarrrgh! This makes the once hyper fast and efficient data protocol // aarrrgh! This makes the once hyper fast and efficient data protocol
// implementation slow as molasses. But it wouldn't work otherwise, // implementation slow as molasses. But it wouldn't work otherwise,
// and I don't want to start messing around with threads // and I don't want to start messing around with threads
timer->start(KIO_DATA_POLL_INTERVAL); timer->start(TDEIO_DATA_POLL_INTERVAL);
} }
// finished is a special case. If we emit it right away, then // finished is a special case. If we emit it right away, then
@ -93,7 +93,7 @@ void DataSlave::resume() {
void DataSlave::dispatch_finished() { void DataSlave::dispatch_finished() {
QueueStruct q(Queue_finished); QueueStruct q(Queue_finished);
dispatchQueue.push_back(q); dispatchQueue.push_back(q);
if (!timer->isActive()) timer->start(KIO_DATA_POLL_INTERVAL); if (!timer->isActive()) timer->start(TDEIO_DATA_POLL_INTERVAL);
} }
void DataSlave::dispatchNext() { void DataSlave::dispatchNext() {

@ -19,8 +19,8 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
**/ **/
#ifndef __KIO_DATASLAVE_H__ #ifndef __TDEIO_DATASLAVE_H__
#define __KIO_DATASLAVE_H__ #define __TDEIO_DATASLAVE_H__
#include <tdeio/global.h> #include <tdeio/global.h>
#include <tdeio/slave.h> #include <tdeio/slave.h>
@ -43,7 +43,7 @@ namespace TDEIO {
* *
* @internal * @internal
* Do not use this class in external applications. It is an implementation * Do not use this class in external applications. It is an implementation
* detail of KIO and subject to change without notice. * detail of TDEIO and subject to change without notice.
* @author Leo Savernik * @author Leo Savernik
*/ */
class DataSlave : public TDEIO::Slave { class DataSlave : public TDEIO::Slave {
@ -123,4 +123,4 @@ namespace TDEIO {
#undef DISPATCH_DECL #undef DISPATCH_DECL
#undef DISPATCH_DECL1 #undef DISPATCH_DECL1
#endif /*__KIO_DATASLAVE_H__*/ #endif /*__TDEIO_DATASLAVE_H__*/

@ -38,7 +38,7 @@
#include <tdeio/job.h> #include <tdeio/job.h>
#include <tdeio/slaveinterface.h> #include <tdeio/slaveinterface.h>
#define KIO_ARGS TQByteArray packedArgs; TQDataStream stream( packedArgs, IO_WriteOnly ); stream #define TDEIO_ARGS TQByteArray packedArgs; TQDataStream stream( packedArgs, IO_WriteOnly ); stream
using namespace TDEIO; using namespace TDEIO;

@ -28,7 +28,7 @@
#include <kurl.h> #include <kurl.h>
/** /**
* @short A namespace for KIO globals * @short A namespace for TDEIO globals
* *
*/ */
namespace TDEIO namespace TDEIO
@ -170,7 +170,7 @@ namespace TDEIO
}; };
/** /**
* Error codes that can be emitted by KIO. * Error codes that can be emitted by TDEIO.
*/ */
enum Error { enum Error {
ERR_CANNOT_OPEN_FOR_READING = 1, ERR_CANNOT_OPEN_FOR_READING = 1,

@ -16,8 +16,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KIO_HTTP_SLAVE_DEFAULTS_H #ifndef _TDEIO_HTTP_SLAVE_DEFAULTS_H
#define _KIO_HTTP_SLAVE_DEFAULTS_H #define _TDEIO_HTTP_SLAVE_DEFAULTS_H
// CONNECTION // CONNECTION
#define DEFAULT_KEEP_ALIVE_TIMEOUT 60 // 60 seconds #define DEFAULT_KEEP_ALIVE_TIMEOUT 60 // 60 seconds

@ -16,8 +16,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KIO_IOSLAVE_DEFAULTS_H #ifndef _TDEIO_IOSLAVE_DEFAULTS_H
#define _KIO_IOSLAVE_DEFAULTS_H #define _TDEIO_IOSLAVE_DEFAULTS_H
// TIMEOUT VALUES // TIMEOUT VALUES
#define DEFAULT_RESPONSE_TIMEOUT 600 // 10 min. #define DEFAULT_RESPONSE_TIMEOUT 600 // 10 min.

@ -84,7 +84,7 @@ template class TQPtrList<TDEIO::Job>;
//this will update the report dialog with 5 Hz, I think this is fast enough, aleXXX //this will update the report dialog with 5 Hz, I think this is fast enough, aleXXX
#define REPORT_TIMEOUT 200 #define REPORT_TIMEOUT 200
#define KIO_ARGS TQByteArray packedArgs; TQDataStream stream( packedArgs, IO_WriteOnly ); stream #define TDEIO_ARGS TQByteArray packedArgs; TQDataStream stream( packedArgs, IO_WriteOnly ); stream
class Job::JobPrivate class Job::JobPrivate
{ {
@ -552,13 +552,13 @@ void SimpleJob::start(Slave *slave)
if (!m_outgoingMetaData.isEmpty()) if (!m_outgoingMetaData.isEmpty())
{ {
KIO_ARGS << m_outgoingMetaData; TDEIO_ARGS << m_outgoingMetaData;
slave->send( CMD_META_DATA, packedArgs ); slave->send( CMD_META_DATA, packedArgs );
} }
if (!m_subUrl.isEmpty()) if (!m_subUrl.isEmpty())
{ {
KIO_ARGS << m_subUrl; TDEIO_ARGS << m_subUrl;
m_slave->send( CMD_SUBURL, packedArgs ); m_slave->send( CMD_SUBURL, packedArgs );
} }
@ -751,35 +751,35 @@ void MkdirJob::slotFinished()
SimpleJob *TDEIO::mkdir( const KURL& url, int permissions ) SimpleJob *TDEIO::mkdir( const KURL& url, int permissions )
{ {
//kdDebug(7007) << "mkdir " << url << endl; //kdDebug(7007) << "mkdir " << url << endl;
KIO_ARGS << url << permissions; TDEIO_ARGS << url << permissions;
return new MkdirJob(url, CMD_MKDIR, packedArgs, false); return new MkdirJob(url, CMD_MKDIR, packedArgs, false);
} }
SimpleJob *TDEIO::rmdir( const KURL& url ) SimpleJob *TDEIO::rmdir( const KURL& url )
{ {
//kdDebug(7007) << "rmdir " << url << endl; //kdDebug(7007) << "rmdir " << url << endl;
KIO_ARGS << url << TQ_INT8(false); // isFile is false TDEIO_ARGS << url << TQ_INT8(false); // isFile is false
return new SimpleJob(url, CMD_DEL, packedArgs, false); return new SimpleJob(url, CMD_DEL, packedArgs, false);
} }
SimpleJob *TDEIO::chmod( const KURL& url, int permissions ) SimpleJob *TDEIO::chmod( const KURL& url, int permissions )
{ {
//kdDebug(7007) << "chmod " << url << endl; //kdDebug(7007) << "chmod " << url << endl;
KIO_ARGS << url << permissions; TDEIO_ARGS << url << permissions;
return new SimpleJob(url, CMD_CHMOD, packedArgs, false); return new SimpleJob(url, CMD_CHMOD, packedArgs, false);
} }
SimpleJob *TDEIO::rename( const KURL& src, const KURL & dest, bool overwrite ) SimpleJob *TDEIO::rename( const KURL& src, const KURL & dest, bool overwrite )
{ {
//kdDebug(7007) << "rename " << src << " " << dest << endl; //kdDebug(7007) << "rename " << src << " " << dest << endl;
KIO_ARGS << src << dest << (TQ_INT8) overwrite; TDEIO_ARGS << src << dest << (TQ_INT8) overwrite;
return new SimpleJob(src, CMD_RENAME, packedArgs, false); return new SimpleJob(src, CMD_RENAME, packedArgs, false);
} }
SimpleJob *TDEIO::symlink( const TQString& target, const KURL & dest, bool overwrite, bool showProgressInfo ) SimpleJob *TDEIO::symlink( const TQString& target, const KURL & dest, bool overwrite, bool showProgressInfo )
{ {
//kdDebug(7007) << "symlink target=" << target << " " << dest << endl; //kdDebug(7007) << "symlink target=" << target << " " << dest << endl;
KIO_ARGS << target << dest << (TQ_INT8) overwrite; TDEIO_ARGS << target << dest << (TQ_INT8) overwrite;
return new SimpleJob(dest, CMD_SYMLINK, packedArgs, showProgressInfo); return new SimpleJob(dest, CMD_SYMLINK, packedArgs, showProgressInfo);
} }
@ -791,7 +791,7 @@ SimpleJob *TDEIO::special(const KURL& url, const TQByteArray & data, bool showPr
SimpleJob *TDEIO::mount( bool ro, const char *fstype, const TQString& dev, const TQString& point, bool showProgressInfo ) SimpleJob *TDEIO::mount( bool ro, const char *fstype, const TQString& dev, const TQString& point, bool showProgressInfo )
{ {
KIO_ARGS << int(1) << TQ_INT8( ro ? 1 : 0 ) TDEIO_ARGS << int(1) << TQ_INT8( ro ? 1 : 0 )
<< TQString::fromLatin1(fstype) << dev << point; << TQString::fromLatin1(fstype) << dev << point;
SimpleJob *job = special( KURL("file:/"), packedArgs, showProgressInfo ); SimpleJob *job = special( KURL("file:/"), packedArgs, showProgressInfo );
if ( showProgressInfo ) if ( showProgressInfo )
@ -801,7 +801,7 @@ SimpleJob *TDEIO::mount( bool ro, const char *fstype, const TQString& dev, const
SimpleJob *TDEIO::unmount( const TQString& point, bool showProgressInfo ) SimpleJob *TDEIO::unmount( const TQString& point, bool showProgressInfo )
{ {
KIO_ARGS << int(2) << point; TDEIO_ARGS << int(2) << point;
SimpleJob *job = special( KURL("file:/"), packedArgs, showProgressInfo ); SimpleJob *job = special( KURL("file:/"), packedArgs, showProgressInfo );
if ( showProgressInfo ) if ( showProgressInfo )
Observer::self()->unmounting( job, point ); Observer::self()->unmounting( job, point );
@ -839,7 +839,7 @@ void LocalURLJob::slotFinished()
LocalURLJob *TDEIO::localURL( const KURL& remoteUrl ) LocalURLJob *TDEIO::localURL( const KURL& remoteUrl )
{ {
KIO_ARGS << remoteUrl; TDEIO_ARGS << remoteUrl;
return new LocalURLJob(remoteUrl, CMD_LOCALURL, packedArgs, false); return new LocalURLJob(remoteUrl, CMD_LOCALURL, packedArgs, false);
} }
@ -926,7 +926,7 @@ StatJob *TDEIO::stat(const KURL& url, bool showProgressInfo)
StatJob *TDEIO::stat(const KURL& url, bool sideIsSource, short int details, bool showProgressInfo) StatJob *TDEIO::stat(const KURL& url, bool sideIsSource, short int details, bool showProgressInfo)
{ {
kdDebug(7007) << "stat " << url << endl; kdDebug(7007) << "stat " << url << endl;
KIO_ARGS << url; TDEIO_ARGS << url;
StatJob * job = new StatJob(url, CMD_STAT, packedArgs, showProgressInfo ); StatJob * job = new StatJob(url, CMD_STAT, packedArgs, showProgressInfo );
job->setSide( sideIsSource ); job->setSide( sideIsSource );
job->setDetails( details ); job->setDetails( details );
@ -939,7 +939,7 @@ SimpleJob *TDEIO::http_update_cache( const KURL& url, bool no_cache, time_t expi
{ {
assert( (url.protocol() == "http") || (url.protocol() == "https") ); assert( (url.protocol() == "http") || (url.protocol() == "https") );
// Send http update_cache command (2) // Send http update_cache command (2)
KIO_ARGS << (int)2 << url << no_cache << expireDate; TDEIO_ARGS << (int)2 << url << no_cache << expireDate;
SimpleJob * job = new SimpleJob( url, CMD_SPECIAL, packedArgs, false ); SimpleJob * job = new SimpleJob( url, CMD_SPECIAL, packedArgs, false );
Scheduler::scheduleJob(job); Scheduler::scheduleJob(job);
return job; return job;
@ -1254,7 +1254,7 @@ void TransferJob::slotResult( TDEIO::Job *job)
TransferJob *TDEIO::get( const KURL& url, bool reload, bool showProgressInfo ) TransferJob *TDEIO::get( const KURL& url, bool reload, bool showProgressInfo )
{ {
// Send decoded path and encoded query // Send decoded path and encoded query
KIO_ARGS << url; TDEIO_ARGS << url;
TransferJob * job = new TransferJob( url, CMD_GET, packedArgs, TQByteArray(), showProgressInfo ); TransferJob * job = new TransferJob( url, CMD_GET, packedArgs, TQByteArray(), showProgressInfo );
if (reload) if (reload)
job->addMetaData("cache", "reload"); job->addMetaData("cache", "reload");
@ -1384,13 +1384,13 @@ TransferJob *TDEIO::http_post( const KURL& url, const TQByteArray &postData, boo
// if request is not valid, return an invalid transfer job // if request is not valid, return an invalid transfer job
if (_error) if (_error)
{ {
KIO_ARGS << (int)1 << url; TDEIO_ARGS << (int)1 << url;
TransferJob * job = new PostErrorJob(_error, url.prettyURL(), packedArgs, postData, showProgressInfo); TransferJob * job = new PostErrorJob(_error, url.prettyURL(), packedArgs, postData, showProgressInfo);
return job; return job;
} }
// Send http post command (1), decoded path and encoded query // Send http post command (1), decoded path and encoded query
KIO_ARGS << (int)1 << _url; TDEIO_ARGS << (int)1 << _url;
TransferJob * job = new TransferJob( _url, CMD_SPECIAL, TransferJob * job = new TransferJob( _url, CMD_SPECIAL,
packedArgs, postData, showProgressInfo ); packedArgs, postData, showProgressInfo );
@ -1414,7 +1414,7 @@ void TransferJob::slotPostRedirection()
TransferJob *TDEIO::put( const KURL& url, int permissions, TransferJob *TDEIO::put( const KURL& url, int permissions,
bool overwrite, bool resume, bool showProgressInfo ) bool overwrite, bool resume, bool showProgressInfo )
{ {
KIO_ARGS << url << TQ_INT8( overwrite ? 1 : 0 ) << TQ_INT8( resume ? 1 : 0 ) << permissions; TDEIO_ARGS << url << TQ_INT8( overwrite ? 1 : 0 ) << TQ_INT8( resume ? 1 : 0 ) << permissions;
TransferJob * job = new TransferJob( url, CMD_PUT, packedArgs, TQByteArray(), showProgressInfo ); TransferJob * job = new TransferJob( url, CMD_PUT, packedArgs, TQByteArray(), showProgressInfo );
return job; return job;
} }
@ -1475,7 +1475,7 @@ void StoredTransferJob::slotStoredDataReq( TDEIO::Job *, TQByteArray &data )
StoredTransferJob *TDEIO::storedGet( const KURL& url, bool reload, bool showProgressInfo ) StoredTransferJob *TDEIO::storedGet( const KURL& url, bool reload, bool showProgressInfo )
{ {
// Send decoded path and encoded query // Send decoded path and encoded query
KIO_ARGS << url; TDEIO_ARGS << url;
StoredTransferJob * job = new StoredTransferJob( url, CMD_GET, packedArgs, TQByteArray(), showProgressInfo ); StoredTransferJob * job = new StoredTransferJob( url, CMD_GET, packedArgs, TQByteArray(), showProgressInfo );
if (reload) if (reload)
job->addMetaData("cache", "reload"); job->addMetaData("cache", "reload");
@ -1485,7 +1485,7 @@ StoredTransferJob *TDEIO::storedGet( const KURL& url, bool reload, bool showProg
StoredTransferJob *TDEIO::storedPut( const TQByteArray& arr, const KURL& url, int permissions, StoredTransferJob *TDEIO::storedPut( const TQByteArray& arr, const KURL& url, int permissions,
bool overwrite, bool resume, bool showProgressInfo ) bool overwrite, bool resume, bool showProgressInfo )
{ {
KIO_ARGS << url << TQ_INT8( overwrite ? 1 : 0 ) << TQ_INT8( resume ? 1 : 0 ) << permissions; TDEIO_ARGS << url << TQ_INT8( overwrite ? 1 : 0 ) << TQ_INT8( resume ? 1 : 0 ) << permissions;
StoredTransferJob * job = new StoredTransferJob( url, CMD_PUT, packedArgs, TQByteArray(), showProgressInfo ); StoredTransferJob * job = new StoredTransferJob( url, CMD_PUT, packedArgs, TQByteArray(), showProgressInfo );
job->setData( arr ); job->setData( arr );
return job; return job;
@ -1542,7 +1542,7 @@ void MimetypeJob::slotFinished( )
MimetypeJob *TDEIO::mimetype(const KURL& url, bool showProgressInfo ) MimetypeJob *TDEIO::mimetype(const KURL& url, bool showProgressInfo )
{ {
KIO_ARGS << url; TDEIO_ARGS << url;
MimetypeJob * job = new MimetypeJob(url, CMD_MIMETYPE, packedArgs, showProgressInfo); MimetypeJob * job = new MimetypeJob(url, CMD_MIMETYPE, packedArgs, showProgressInfo);
if ( showProgressInfo ) if ( showProgressInfo )
Observer::self()->stating( job, url ); Observer::self()->stating( job, url );
@ -1697,7 +1697,7 @@ void FileCopyJob::startCopyJob()
void FileCopyJob::startCopyJob(const KURL &slave_url) void FileCopyJob::startCopyJob(const KURL &slave_url)
{ {
//kdDebug(7007) << "FileCopyJob::startCopyJob()" << endl; //kdDebug(7007) << "FileCopyJob::startCopyJob()" << endl;
KIO_ARGS << m_src << m_dest << m_permissions << (TQ_INT8) m_overwrite; TDEIO_ARGS << m_src << m_dest << m_permissions << (TQ_INT8) m_overwrite;
m_copyJob = new DirectCopyJob(slave_url, CMD_COPY, packedArgs, false); m_copyJob = new DirectCopyJob(slave_url, CMD_COPY, packedArgs, false);
addSubjob( m_copyJob ); addSubjob( m_copyJob );
connectSubjob( m_copyJob ); connectSubjob( m_copyJob );
@ -1707,7 +1707,7 @@ void FileCopyJob::startCopyJob(const KURL &slave_url)
void FileCopyJob::startRenameJob(const KURL &slave_url) void FileCopyJob::startRenameJob(const KURL &slave_url)
{ {
KIO_ARGS << m_src << m_dest << (TQ_INT8) m_overwrite; TDEIO_ARGS << m_src << m_dest << (TQ_INT8) m_overwrite;
m_moveJob = new SimpleJob(slave_url, CMD_RENAME, packedArgs, false); m_moveJob = new SimpleJob(slave_url, CMD_RENAME, packedArgs, false);
addSubjob( m_moveJob ); addSubjob( m_moveJob );
connectSubjob( m_moveJob ); connectSubjob( m_moveJob );
@ -2008,7 +2008,7 @@ FileCopyJob *TDEIO::file_move( const KURL& src, const KURL& dest, int permission
SimpleJob *TDEIO::file_delete( const KURL& src, bool showProgressInfo) SimpleJob *TDEIO::file_delete( const KURL& src, bool showProgressInfo)
{ {
KIO_ARGS << src << TQ_INT8(true); // isFile TDEIO_ARGS << src << TQ_INT8(true); // isFile
return new SimpleJob(src, CMD_DEL, packedArgs, showProgressInfo ); return new SimpleJob(src, CMD_DEL, packedArgs, showProgressInfo );
} }
@ -2797,7 +2797,7 @@ void CopyJob::startRenameJob( const KURL& slave_url )
files.append(info); files.append(info);
emit aboutToCreate( this, files ); emit aboutToCreate( this, files );
KIO_ARGS << m_currentSrcURL << dest << (TQ_INT8) false /*no overwrite*/; TDEIO_ARGS << m_currentSrcURL << dest << (TQ_INT8) false /*no overwrite*/;
SimpleJob * newJob = new SimpleJob(slave_url, CMD_RENAME, packedArgs, false); SimpleJob * newJob = new SimpleJob(slave_url, CMD_RENAME, packedArgs, false);
Scheduler::scheduleJob(newJob); Scheduler::scheduleJob(newJob);
addSubjob( newJob ); addSubjob( newJob );
@ -4469,7 +4469,7 @@ void MultiGetJob::flushQueue(TQPtrList<GetRequest> &queue)
} }
} }
// Send number of URLs, (URL, metadata)* // Send number of URLs, (URL, metadata)*
KIO_ARGS << (TQ_INT32) queue.count(); TDEIO_ARGS << (TQ_INT32) queue.count();
for(entry = queue.first(); entry; entry = queue.next()) for(entry = queue.first(); entry; entry = queue.next())
{ {
stream << entry->url << entry->metaData; stream << entry->url << entry->metaData;
@ -4490,7 +4490,7 @@ void MultiGetJob::start(Slave *slave)
if (!entry->url.protocol().startsWith("http")) if (!entry->url.protocol().startsWith("http"))
{ {
// Use normal get // Use normal get
KIO_ARGS << entry->url; TDEIO_ARGS << entry->url;
m_packedArgs = packedArgs; m_packedArgs = packedArgs;
m_outgoingMetaData = entry->metaData; m_outgoingMetaData = entry->metaData;
m_command = CMD_GET; m_command = CMD_GET;

@ -37,7 +37,7 @@
class Observer; class Observer;
class TQTimer; class TQTimer;
#define KIO_COPYJOB_HAS_SETINTERACTIVE // new in 3.4. Used by tdeio_trash. #define TDEIO_COPYJOB_HAS_SETINTERACTIVE // new in 3.4. Used by tdeio_trash.
namespace TDEIO { namespace TDEIO {
@ -682,7 +682,7 @@ namespace TDEIO {
}; };
/** /**
* A KIO job that retrieves information about a file or directory. * A TDEIO job that retrieves information about a file or directory.
* @see TDEIO::stat() * @see TDEIO::stat()
*/ */
class TDEIO_EXPORT StatJob : public SimpleJob { class TDEIO_EXPORT StatJob : public SimpleJob {
@ -773,7 +773,7 @@ namespace TDEIO {
}; };
/** /**
* A KIO job that creates a directory * A TDEIO job that creates a directory
* @see TDEIO::mkdir() * @see TDEIO::mkdir()
* @since 3.3 * @since 3.3
*/ */
@ -1859,7 +1859,7 @@ namespace TDEIO {
}; };
/** /**
* A KIO job that finds a local URL * A TDEIO job that finds a local URL
* @see TDEIO::localURL() * @see TDEIO::localURL()
* @since R14.0.0 * @since R14.0.0
*/ */

@ -24,7 +24,7 @@
/** /**
* @internal * @internal
* Allows KIO classes to display dialog boxes with the correct * Allows TDEIO classes to display dialog boxes with the correct
* theme/style even in non-GUI apps like kded and kfmclient * theme/style even in non-GUI apps like kded and kfmclient
*/ */
class TDEIO_EXPORT KMessageBoxWrapper : public KMessageBox class TDEIO_EXPORT KMessageBoxWrapper : public KMessageBox

@ -728,7 +728,7 @@ TQString KDEDesktopMimeType::icon( const KURL& _url, bool _is_local ) const
const TQString u = cfg.readPathEntry( "URL" ); const TQString u = cfg.readPathEntry( "URL" );
const KURL url( u ); const KURL url( u );
if ( url.protocol() == "trash" ) { if ( url.protocol() == "trash" ) {
// We need to find if the trash is empty, preferrably without using a KIO job. // We need to find if the trash is empty, preferrably without using a TDEIO job.
// So instead tdeio_trash leaves an entry in its config file for us. // So instead tdeio_trash leaves an entry in its config file for us.
KSimpleConfig trashConfig( "trashrc", true ); KSimpleConfig trashConfig( "trashrc", true );
trashConfig.setGroup( "Status" ); trashConfig.setGroup( "Status" );

@ -544,7 +544,7 @@ public:
/** /**
* Returns a list of services for the given .desktop file that are handled * Returns a list of services for the given .desktop file that are handled
* by kio itself. Namely mount/unmount for FSDevice files. * by tdeio itself. Namely mount/unmount for FSDevice files.
* @return the list of services * @return the list of services
*/ */
static TQValueList<Service> builtinServices( const KURL& _url ); static TQValueList<Service> builtinServices( const KURL& _url );

@ -403,7 +403,7 @@ public:
/** /**
* Returns whether the protocol can recursively delete directories by itself. * Returns whether the protocol can recursively delete directories by itself.
* If not (the usual case) then KIO will list the directory and delete files * If not (the usual case) then TDEIO will list the directory and delete files
* and empty directories one by one. * and empty directories one by one.
* *
* This corresponds to the "deleteRecursive=" field in the protocol description file. * This corresponds to the "deleteRecursive=" field in the protocol description file.

@ -697,7 +697,7 @@ static pid_t runTempService( const KService& _service, const KURL::List& _urls,
static KURL::List resolveURLs( const KURL::List& _urls, const KService& _service ) static KURL::List resolveURLs( const KURL::List& _urls, const KService& _service )
{ {
// Check which protocols the application supports. // Check which protocols the application supports.
// This can be a list of actual protocol names, or just KIO for KDE apps. // This can be a list of actual protocol names, or just TDEIO for KDE apps.
TQStringList supportedProtocols = _service.property("X-TDE-Protocols").toStringList(); TQStringList supportedProtocols = _service.property("X-TDE-Protocols").toStringList();
KRunMX1 mx1( _service ); KRunMX1 mx1( _service );
TQString exec = _service.exec(); TQString exec = _service.exec();
@ -706,10 +706,10 @@ static KURL::List resolveURLs( const KURL::List& _urls, const KService& _service
} else { } else {
if ( supportedProtocols.isEmpty() ) if ( supportedProtocols.isEmpty() )
{ {
// compat mode: assume KIO if not set and it's a KDE app // compat mode: assume TDEIO if not set and it's a KDE app
TQStringList categories = _service.property("Categories").toStringList(); TQStringList categories = _service.property("Categories").toStringList();
if (( categories.find("TDE") != categories.end() ) && ( categories.find("KDE") != categories.end() )) if (( categories.find("TDE") != categories.end() ) && ( categories.find("KDE") != categories.end() ))
supportedProtocols.append( "KIO" ); supportedProtocols.append( "TDEIO" );
else { // if no KDE app, be a bit over-generic else { // if no KDE app, be a bit over-generic
supportedProtocols.append( "http"); supportedProtocols.append( "http");
supportedProtocols.append( "ftp"); supportedProtocols.append( "ftp");
@ -719,7 +719,7 @@ static KURL::List resolveURLs( const KURL::List& _urls, const KService& _service
kdDebug(7010) << "supportedProtocols:" << supportedProtocols << endl; kdDebug(7010) << "supportedProtocols:" << supportedProtocols << endl;
KURL::List urls( _urls ); KURL::List urls( _urls );
if ( supportedProtocols.find( "KIO" ) == supportedProtocols.end() ) { if ( supportedProtocols.find( "TDEIO" ) == supportedProtocols.end() ) {
for( KURL::List::Iterator it = urls.begin(); it != urls.end(); ++it ) { for( KURL::List::Iterator it = urls.begin(); it != urls.end(); ++it ) {
const KURL url = *it; const KURL url = *it;
bool supported = url.isLocalFile() || supportedProtocols.find( url.protocol().lower() ) != supportedProtocols.end(); bool supported = url.isLocalFile() || supportedProtocols.find( url.protocol().lower() ) != supportedProtocols.end();
@ -1155,7 +1155,7 @@ void KRun::scanFile()
} }
// No mimetype found, and the URL is not local (or fast mode not allowed). // No mimetype found, and the URL is not local (or fast mode not allowed).
// We need to apply the 'KIO' method, i.e. either asking the server or // We need to apply the 'TDEIO' method, i.e. either asking the server or
// getting some data out of the file, to know what mimetype it is. // getting some data out of the file, to know what mimetype it is.
if ( !KProtocolInfo::supportsReading( m_strURL ) ) if ( !KProtocolInfo::supportsReading( m_strURL ) )
@ -1311,7 +1311,7 @@ void KRun::foundMimeType( const TQString& type )
/* /*
// Automatically unzip stuff // Automatically unzip stuff
// Disabled since the new KIO doesn't have filters yet. // Disabled since the new TDEIO doesn't have filters yet.
if ( type == "application/x-gzip" || if ( type == "application/x-gzip" ||
type == "application/x-bzip" || type == "application/x-bzip" ||

@ -288,7 +288,7 @@ protected:
* - <tt>('KParts/ReadOnlyPart' in ServiceTypes) and ('text/plain' in ServiceTypes)</tt>@n * - <tt>('KParts/ReadOnlyPart' in ServiceTypes) and ('text/plain' in ServiceTypes)</tt>@n
* All read-only KParts that handle the mime type 'text/plain'. * All read-only KParts that handle the mime type 'text/plain'.
* *
* @author Bernd Gehrmann <a href="mailto:bernd@tdevelop.org">bernd@tdevelop.org</a> * @author Bernd Gehrmann <a href="mailto:bernd@kdevelop.org">bernd@kdevelop.org</a>
*/ */

@ -215,7 +215,7 @@ void DirectoryListThread::run()
} }
} }
// A trick from KIO that helps performance by a little bit: // A trick from TDEIO that helps performance by a little bit:
// chdir to the directroy so we won't have to deal with full paths // chdir to the directroy so we won't have to deal with full paths
// with stat() // with stat()
@ -459,12 +459,12 @@ public:
bool replace_home; bool replace_home;
bool complete_url; // if true completing a URL (i.e. 'prepend' is a URL), otherwise a path bool complete_url; // if true completing a URL (i.e. 'prepend' is a URL), otherwise a path
TDEIO::ListJob *list_job; // kio job to list directories TDEIO::ListJob *list_job; // tdeio job to list directories
TQString prepend; // text to prepend to listed items TQString prepend; // text to prepend to listed items
TQString compl_text; // text to pass on to TDECompletion TQString compl_text; // text to pass on to TDECompletion
// Filters for files read with kio // Filters for files read with tdeio
bool list_urls_only_exe; // true = only list executables bool list_urls_only_exe; // true = only list executables
bool list_urls_no_hidden; bool list_urls_no_hidden;
TQString list_urls_filter; // filter for listed files TQString list_urls_filter; // filter for listed files
@ -667,7 +667,7 @@ TQString KURLCompletion::finished()
/* /*
* isRunning * isRunning
* *
* Return true if either a KIO job or the DirLister * Return true if either a TDEIO job or the DirLister
* is running * is running
*/ */
bool KURLCompletion::isRunning() const bool KURLCompletion::isRunning() const
@ -678,7 +678,7 @@ bool KURLCompletion::isRunning() const
/* /*
* stop * stop
* *
* Stop and delete a running KIO job or the DirLister * Stop and delete a running TDEIO job or the DirLister
*/ */
void KURLCompletion::stop() void KURLCompletion::stop()
{ {
@ -1129,7 +1129,7 @@ void KURLCompletion::addMatches( const TQStringList &matches )
* files, and eventually finished() when the listing is done * files, and eventually finished() when the listing is done
* *
* Returns the match if available, or TQString::null if * Returns the match if available, or TQString::null if
* DirLister timed out or using kio * DirLister timed out or using tdeio
*/ */
TQString KURLCompletion::listDirectories( TQString KURLCompletion::listDirectories(
const TQStringList &dirList, const TQStringList &dirList,
@ -1141,11 +1141,11 @@ TQString KURLCompletion::listDirectories(
{ {
assert( !isRunning() ); assert( !isRunning() );
if ( !::getenv("KURLCOMPLETION_LOCAL_KIO") ) { if ( !::getenv("KURLCOMPLETION_LOCAL_TDEIO") ) {
//kdDebug() << "Listing (listDirectories): " << dirList << " filter=" << filter << " without KIO" << endl; //kdDebug() << "Listing (listDirectories): " << dirList << " filter=" << filter << " without TDEIO" << endl;
// Don't use KIO // Don't use TDEIO
if ( d->dirListThread ) if ( d->dirListThread )
d->dirListThread->requestTermination(); d->dirListThread->requestTermination();
@ -1172,8 +1172,8 @@ TQString KURLCompletion::listDirectories(
} }
else { else {
// Use KIO // Use TDEIO
//kdDebug() << "Listing (listDirectories): " << dirList << " with KIO" << endl; //kdDebug() << "Listing (listDirectories): " << dirList << " with TDEIO" << endl;
TQValueList<KURL*> url_list; TQValueList<KURL*> url_list;
@ -1192,7 +1192,7 @@ TQString KURLCompletion::listDirectories(
/* /*
* listURLs * listURLs
* *
* Use KIO to list the given urls * Use TDEIO to list the given urls
* *
* addMatches() is called with the listed files * addMatches() is called with the listed files
* finished() is called when the listing is done * finished() is called when the listing is done
@ -1224,7 +1224,7 @@ void KURLCompletion::listURLs(
/* /*
* slotEntries * slotEntries
* *
* Receive files listed by KIO and call addMatches() * Receive files listed by TDEIO and call addMatches()
*/ */
void KURLCompletion::slotEntries(TDEIO::Job*, const TDEIO::UDSEntryList& entries) void KURLCompletion::slotEntries(TDEIO::Job*, const TDEIO::UDSEntryList& entries)
{ {
@ -1296,7 +1296,7 @@ void KURLCompletion::slotEntries(TDEIO::Job*, const TDEIO::UDSEntryList& entries
/* /*
* slotIOFinished * slotIOFinished
* *
* Called when a KIO job is finished. * Called when a TDEIO job is finished.
* *
* Start a new list job if there are still urls in * Start a new list job if there are still urls in
* d->list_urls, otherwise call finished() * d->list_urls, otherwise call finished()
@ -1320,7 +1320,7 @@ void KURLCompletion::slotIOFinished( TDEIO::Job * job )
d->list_urls.remove( kurl ); d->list_urls.remove( kurl );
// kdDebug() << "Start KIO: " << kurl->prettyURL() << endl; // kdDebug() << "Start TDEIO: " << kurl->prettyURL() << endl;
d->list_job = TDEIO::listDir( *kurl, false ); d->list_job = TDEIO::listDir( *kurl, false );
d->list_job->addMetaData("no-auth-prompt", "true"); d->list_job->addMetaData("no-auth-prompt", "true");

@ -33,7 +33,7 @@ class KURLCompletionPrivate;
/** /**
* This class does completion of URLs including user directories (~user) * This class does completion of URLs including user directories (~user)
* and environment variables. Remote URLs are passed to KIO. * and environment variables. Remote URLs are passed to TDEIO.
* *
* @short Completion of a single URL * @short Completion of a single URL
* @author David Smith <dsmith@algonet.se> * @author David Smith <dsmith@algonet.se>
@ -47,7 +47,7 @@ public:
* Determines how completion is done. * Determines how completion is done.
* @li ExeCompletion - executables in $PATH or with full path. * @li ExeCompletion - executables in $PATH or with full path.
* @li FileCompletion - all files with full path or in dir(), URLs * @li FileCompletion - all files with full path or in dir(), URLs
* are listed using KIO. * are listed using TDEIO.
* @li DirCompletion - Same as FileCompletion but only returns directories. * @li DirCompletion - Same as FileCompletion but only returns directories.
*/ */
enum Mode { ExeCompletion=1, FileCompletion, DirCompletion, SystemExeCompletion }; enum Mode { ExeCompletion=1, FileCompletion, DirCompletion, SystemExeCompletion };
@ -69,12 +69,12 @@ public:
/** /**
* Finds completions to the given text. * Finds completions to the given text.
* *
* Remote URLs are listed with KIO. For performance reasons, local files * Remote URLs are listed with TDEIO. For performance reasons, local files
* are listed with KIO only if KURLCOMPLETION_LOCAL_KIO is set. * are listed with TDEIO only if KURLCOMPLETION_LOCAL_TDEIO is set.
* The completion is done asyncronously if KIO is used. * The completion is done asyncronously if TDEIO is used.
* *
* Returns the first match for user, environment, and local dir completion * Returns the first match for user, environment, and local dir completion
* and TQString::null for asynchronous completion (KIO or threaded). * and TQString::null for asynchronous completion (TDEIO or threaded).
* *
* @param text the text to complete * @param text the text to complete
* @return the first match, or TQString::null if not found * @return the first match, or TQString::null if not found

@ -27,9 +27,9 @@
namespace TDEIO { namespace TDEIO {
/** /**
* MetaInfoJob is a KIO Job to retrieve meta information from files. * MetaInfoJob is a TDEIO Job to retrieve meta information from files.
* *
* @short KIO Job to retrieve meta information from files. * @short TDEIO Job to retrieve meta information from files.
* @since 3.1 * @since 3.1
*/ */
class TDEIO_EXPORT MetaInfoJob : public TDEIO::Job class TDEIO_EXPORT MetaInfoJob : public TDEIO::Job

@ -52,9 +52,9 @@ namespace TDEIO {
* namespace for static functions, though an instance of the class * namespace for static functions, though an instance of the class
* is built for internal purposes. * is built for internal purposes.
* *
* Port to kio done by David Faure, faure@kde.org * Port to tdeio done by David Faure, faure@kde.org
* *
* @short Provides an easy, synchronous interface to KIO file operations. * @short Provides an easy, synchronous interface to TDEIO file operations.
*/ */
class TDEIO_EXPORT NetAccess : public TQObject class TDEIO_EXPORT NetAccess : public TQObject
{ {

@ -29,7 +29,7 @@ namespace TDEIO {
/** /**
* A dialog for requesting a login and a password from the end user. * A dialog for requesting a login and a password from the end user.
* *
* KIO-Slave authors are encouraged to use SlaveBase::openPassDlg * TDEIO-Slave authors are encouraged to use SlaveBase::openPassDlg
* instead of directly instantiating this dialog. * instead of directly instantiating this dialog.
* @short dialog for requesting login and password from the end user * @short dialog for requesting login and password from the end user
*/ */

@ -32,7 +32,7 @@ class TQPixmap;
namespace TDEIO { namespace TDEIO {
/*! /*!
* This class catches a preview (thumbnail) for files. * This class catches a preview (thumbnail) for files.
* @short KIO Job to get a thumbnail picture * @short TDEIO Job to get a thumbnail picture
*/ */
class TDEIO_EXPORT PreviewJob : public TDEIO::Job class TDEIO_EXPORT PreviewJob : public TDEIO::Job
{ {

@ -234,7 +234,7 @@ namespace TDEIO {
* Send the slave that was put on hold back to TDELauncher. This * Send the slave that was put on hold back to TDELauncher. This
* allows another process to take over the slave and resume the job * allows another process to take over the slave and resume the job
* the that was started. * the that was started.
* Register the mainwindow @p wid with the KIO subsystem * Register the mainwindow @p wid with the TDEIO subsystem
* Do not call this, it is called automatically from * Do not call this, it is called automatically from
* void TDEIO::Job::setWindow(TQWidget*). * void TDEIO::Job::setWindow(TQWidget*).
* @param wid the window to register * @param wid the window to register

@ -18,8 +18,8 @@
Fifth Floor, Boston, MA 02110-1301, USA. Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef __KIO_SESSIONDATA_H #ifndef __TDEIO_SESSIONDATA_H
#define __KIO_SESSIONDATA_H #define __TDEIO_SESSIONDATA_H
#include <tqobject.h> #include <tqobject.h>
#include <tdeio/global.h> #include <tdeio/global.h>

@ -19,8 +19,8 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
**/ **/
#ifndef KIO_SLAVE_H #ifndef TDEIO_SLAVE_H
#define KIO_SLAVE_H #define TDEIO_SLAVE_H
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>

@ -65,8 +65,8 @@ using namespace TDEIO;
template class TQPtrList<TQValueList<UDSAtom> >; template class TQPtrList<TQValueList<UDSAtom> >;
typedef TQValueList<TQCString> AuthKeysList; typedef TQValueList<TQCString> AuthKeysList;
typedef TQMap<TQString,TQCString> AuthKeysMap; typedef TQMap<TQString,TQCString> AuthKeysMap;
#define KIO_DATA TQByteArray data; TQDataStream stream( data, IO_WriteOnly ); stream #define TDEIO_DATA TQByteArray data; TQDataStream stream( data, IO_WriteOnly ); stream
#define KIO_FILESIZE_T(x) (unsigned long)(x & 0xffffffff) << (unsigned long)(x >> 32) #define TDEIO_FILESIZE_T(x) (unsigned long)(x & 0xffffffff) << (unsigned long)(x >> 32)
namespace TDEIO { namespace TDEIO {
@ -329,7 +329,7 @@ void SlaveBase::dispatchLoop()
} }
} }
#else #else
#error The KIO slave system only works under UNIX #error The TDEIO slave system only works under UNIX
#endif #endif
} }
@ -390,7 +390,7 @@ TDEConfigBase *SlaveBase::config()
void SlaveBase::sendMetaData() void SlaveBase::sendMetaData()
{ {
KIO_DATA << mOutgoingMetaData; TDEIO_DATA << mOutgoingMetaData;
slaveWriteError = false; slaveWriteError = false;
m_pConnection->send( INF_META_DATA, data ); m_pConnection->send( INF_META_DATA, data );
@ -430,7 +430,7 @@ void SlaveBase::error( int _errid, const TQString &_text )
{ {
mIncomingMetaData.clear(); // Clear meta data mIncomingMetaData.clear(); // Clear meta data
mOutgoingMetaData.clear(); mOutgoingMetaData.clear();
KIO_DATA << (TQ_INT32) _errid << _text; TDEIO_DATA << (TQ_INT32) _errid << _text;
m_pConnection->send( MSG_ERROR, data ); m_pConnection->send( MSG_ERROR, data );
//reset //reset
@ -468,7 +468,7 @@ void SlaveBase::slaveStatus( const TQString &host, bool connected )
{ {
pid_t pid = getpid(); pid_t pid = getpid();
TQ_INT8 b = connected ? 1 : 0; TQ_INT8 b = connected ? 1 : 0;
KIO_DATA << pid << mProtocol << host << b; TDEIO_DATA << pid << mProtocol << host << b;
if (d->onHold) if (d->onHold)
stream << d->onHoldUrl; stream << d->onHoldUrl;
m_pConnection->send( MSG_SLAVE_STATUS, data ); m_pConnection->send( MSG_SLAVE_STATUS, data );
@ -481,7 +481,7 @@ void SlaveBase::canResume()
void SlaveBase::totalSize( TDEIO::filesize_t _bytes ) void SlaveBase::totalSize( TDEIO::filesize_t _bytes )
{ {
KIO_DATA << KIO_FILESIZE_T(_bytes); TDEIO_DATA << TDEIO_FILESIZE_T(_bytes);
slaveWriteError = false; slaveWriteError = false;
m_pConnection->send( INF_TOTAL_SIZE, data ); m_pConnection->send( INF_TOTAL_SIZE, data );
if (slaveWriteError) exit(); if (slaveWriteError) exit();
@ -519,7 +519,7 @@ void SlaveBase::processedSize( TDEIO::filesize_t _bytes )
} }
if( emitSignal ) { if( emitSignal ) {
KIO_DATA << KIO_FILESIZE_T(_bytes); TDEIO_DATA << TDEIO_FILESIZE_T(_bytes);
slaveWriteError = false; slaveWriteError = false;
m_pConnection->send( INF_PROCESSED_SIZE, data ); m_pConnection->send( INF_PROCESSED_SIZE, data );
if (slaveWriteError) exit(); if (slaveWriteError) exit();
@ -539,7 +539,7 @@ void SlaveBase::processedPercent( float /* percent */ )
void SlaveBase::speed( unsigned long _bytes_per_second ) void SlaveBase::speed( unsigned long _bytes_per_second )
{ {
KIO_DATA << (TQ_UINT32) _bytes_per_second; TDEIO_DATA << (TQ_UINT32) _bytes_per_second;
slaveWriteError = false; slaveWriteError = false;
m_pConnection->send( INF_SPEED, data ); m_pConnection->send( INF_SPEED, data );
if (slaveWriteError) exit(); if (slaveWriteError) exit();
@ -547,7 +547,7 @@ void SlaveBase::speed( unsigned long _bytes_per_second )
void SlaveBase::redirection( const KURL& _url ) void SlaveBase::redirection( const KURL& _url )
{ {
KIO_DATA << _url; TDEIO_DATA << _url;
m_pConnection->send( INF_REDIRECTION, data ); m_pConnection->send( INF_REDIRECTION, data );
} }
@ -578,10 +578,10 @@ void SlaveBase::mimeType( const TQString &_type)
if (!mOutgoingMetaData.isEmpty()) if (!mOutgoingMetaData.isEmpty())
{ {
// kdDebug(7019) << "(" << getpid() << ") mimeType: emitting meta data" << endl; // kdDebug(7019) << "(" << getpid() << ") mimeType: emitting meta data" << endl;
KIO_DATA << mOutgoingMetaData; TDEIO_DATA << mOutgoingMetaData;
m_pConnection->send( INF_META_DATA, data ); m_pConnection->send( INF_META_DATA, data );
} }
KIO_DATA << _type; TDEIO_DATA << _type;
m_pConnection->send( INF_MIME_TYPE, data ); m_pConnection->send( INF_MIME_TYPE, data );
while(true) while(true)
{ {
@ -613,19 +613,19 @@ void SlaveBase::exit()
void SlaveBase::warning( const TQString &_msg) void SlaveBase::warning( const TQString &_msg)
{ {
KIO_DATA << _msg; TDEIO_DATA << _msg;
m_pConnection->send( INF_WARNING, data ); m_pConnection->send( INF_WARNING, data );
} }
void SlaveBase::infoMessage( const TQString &_msg) void SlaveBase::infoMessage( const TQString &_msg)
{ {
KIO_DATA << _msg; TDEIO_DATA << _msg;
m_pConnection->send( INF_INFOMESSAGE, data ); m_pConnection->send( INF_INFOMESSAGE, data );
} }
bool SlaveBase::requestNetwork(const TQString& host) bool SlaveBase::requestNetwork(const TQString& host)
{ {
KIO_DATA << host << d->slaveid; TDEIO_DATA << host << d->slaveid;
m_pConnection->send( MSG_NET_REQUEST, data ); m_pConnection->send( MSG_NET_REQUEST, data );
if ( waitForAnswer( INF_NETWORK_STATUS, 0, data ) != -1 ) if ( waitForAnswer( INF_NETWORK_STATUS, 0, data ) != -1 )
@ -640,13 +640,13 @@ bool SlaveBase::requestNetwork(const TQString& host)
void SlaveBase::dropNetwork(const TQString& host) void SlaveBase::dropNetwork(const TQString& host)
{ {
KIO_DATA << host << d->slaveid; TDEIO_DATA << host << d->slaveid;
m_pConnection->send( MSG_NET_DROP, data ); m_pConnection->send( MSG_NET_DROP, data );
} }
void SlaveBase::statEntry( const UDSEntry& entry ) void SlaveBase::statEntry( const UDSEntry& entry )
{ {
KIO_DATA << entry; TDEIO_DATA << entry;
slaveWriteError = false; slaveWriteError = false;
m_pConnection->send( MSG_STAT_ENTRY, data ); m_pConnection->send( MSG_STAT_ENTRY, data );
if (slaveWriteError) exit(); if (slaveWriteError) exit();
@ -696,7 +696,7 @@ void SlaveBase::listEntry( const UDSEntry& entry, bool _ready )
void SlaveBase::listEntries( const UDSEntryList& list ) void SlaveBase::listEntries( const UDSEntryList& list )
{ {
KIO_DATA << (TQ_UINT32)list.count(); TDEIO_DATA << (TQ_UINT32)list.count();
UDSEntryListConstIterator it = list.begin(); UDSEntryListConstIterator it = list.begin();
UDSEntryListConstIterator end = list.end(); UDSEntryListConstIterator end = list.end();
for (; it != end; ++it) for (; it != end; ++it)
@ -711,13 +711,13 @@ void SlaveBase::sendAuthenticationKey( const TQCString& key,
const TQCString& group, const TQCString& group,
bool keepPass ) bool keepPass )
{ {
KIO_DATA << key << group << keepPass; TDEIO_DATA << key << group << keepPass;
m_pConnection->send( MSG_AUTH_KEY, data ); m_pConnection->send( MSG_AUTH_KEY, data );
} }
void SlaveBase::delCachedAuthentication( const TQString& key ) void SlaveBase::delCachedAuthentication( const TQString& key )
{ {
KIO_DATA << key.utf8() ; TDEIO_DATA << key.utf8() ;
m_pConnection->send( MSG_DEL_AUTH_KEY, data ); m_pConnection->send( MSG_DEL_AUTH_KEY, data );
} }
@ -822,7 +822,7 @@ void SlaveBase::localURL(const KURL& remoteURL)
islocal = false; islocal = false;
retURL = remoteURL; retURL = remoteURL;
} }
KIO_DATA << islocal << retURL; TDEIO_DATA << islocal << retURL;
m_pConnection->send( INF_LOCALURL, data ); m_pConnection->send( INF_LOCALURL, data );
} }
@ -917,7 +917,7 @@ int SlaveBase::messageBox( const TQString &text, MessageBoxType type, const TQSt
const TQString &buttonYes, const TQString &buttonNo, const TQString &dontAskAgainName ) const TQString &buttonYes, const TQString &buttonNo, const TQString &dontAskAgainName )
{ {
kdDebug(7019) << "messageBox " << type << " " << text << " - " << caption << buttonYes << buttonNo << endl; kdDebug(7019) << "messageBox " << type << " " << text << " - " << caption << buttonYes << buttonNo << endl;
KIO_DATA << (TQ_INT32)type << text << caption << buttonYes << buttonNo << dontAskAgainName; TDEIO_DATA << (TQ_INT32)type << text << caption << buttonYes << buttonNo << dontAskAgainName;
m_pConnection->send( INF_MESSAGEBOX, data ); m_pConnection->send( INF_MESSAGEBOX, data );
if ( waitForAnswer( CMD_MESSAGEBOXANSWER, 0, data ) != -1 ) if ( waitForAnswer( CMD_MESSAGEBOXANSWER, 0, data ) != -1 )
{ {
@ -934,7 +934,7 @@ bool SlaveBase::canResume( TDEIO::filesize_t offset )
{ {
kdDebug(7019) << "SlaveBase::canResume offset=" << TDEIO::number(offset) << endl; kdDebug(7019) << "SlaveBase::canResume offset=" << TDEIO::number(offset) << endl;
d->needSendCanResume = false; d->needSendCanResume = false;
KIO_DATA << KIO_FILESIZE_T(offset); TDEIO_DATA << TDEIO_FILESIZE_T(offset);
m_pConnection->send( MSG_RESUME, data ); m_pConnection->send( MSG_RESUME, data );
if ( offset ) if ( offset )
{ {

@ -18,8 +18,8 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
**/ **/
#ifndef KIO_SLAVE_CONFIG_H #ifndef TDEIO_SLAVE_CONFIG_H
#define KIO_SLAVE_CONFIG_H #define TDEIO_SLAVE_CONFIG_H
#include <tqobject.h> #include <tqobject.h>
#include <tdeio/global.h> #include <tdeio/global.h>

@ -39,7 +39,7 @@ class SlaveInterfacePrivate;
// Definition of enum Command has been moved to global.h // Definition of enum Command has been moved to global.h
/** /**
* Identifiers for KIO informational messages. * Identifiers for TDEIO informational messages.
*/ */
enum Info { enum Info {
INF_TOTAL_SIZE = 10, INF_TOTAL_SIZE = 10,
@ -60,7 +60,7 @@ class SlaveInterfacePrivate;
}; };
/** /**
* Identifiers for KIO data messages. * Identifiers for TDEIO data messages.
*/ */
enum Message { enum Message {
MSG_DATA = 100, MSG_DATA = 100,

@ -25,8 +25,8 @@
* *
*/ */
#ifndef _KEMAILSETTINGS_H #ifndef _TDEEMAILSETTINGS_H
#define _KEMAILSETTINGS_H #define _TDEEMAILSETTINGS_H
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -47,7 +47,7 @@ public:
* Creates an item representing a file, from a UDSEntry. * Creates an item representing a file, from a UDSEntry.
* This is the preferred constructor when using TDEIO::listDir(). * This is the preferred constructor when using TDEIO::listDir().
* *
* @param _entry the KIO entry used to get the file, contains info about it * @param _entry the TDEIO entry used to get the file, contains info about it
* @param _url the file url * @param _url the file url
* @param _determineMimeTypeOnDemand specifies if the mimetype of the given * @param _determineMimeTypeOnDemand specifies if the mimetype of the given
* URL should be determined immediately or on demand * URL should be determined immediately or on demand
@ -241,7 +241,7 @@ public:
TQString linkDest() const; TQString linkDest() const;
/** /**
* Returns the local path if isLocalFile() == true or the KIO item has * Returns the local path if isLocalFile() == true or the TDEIO item has
* a UDS_LOCAL_PATH atom. * a UDS_LOCAL_PATH atom.
* @return the item local path, or TQString::null if not known * @return the item local path, or TQString::null if not known
* @since 3.4 * @since 3.4

@ -17,8 +17,8 @@
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#ifndef KILEMETAINFO_H #ifndef TDEFILEMETAINFO_H
#define KILEMETAINFO_H #define TDEFILEMETAINFO_H
/* Hack for HPUX: Namespace pollution /* Hack for HPUX: Namespace pollution
m_unit is a define in <sys/sysmacros.h> */ m_unit is a define in <sys/sysmacros.h> */
@ -1735,4 +1735,4 @@ TDEIO_EXPORT TQDataStream& operator <<(TQDataStream& s, const KFileMetaInfo& );
TDEIO_EXPORT TQDataStream& operator >>(TQDataStream& s, KFileMetaInfo& ); TDEIO_EXPORT TQDataStream& operator >>(TQDataStream& s, KFileMetaInfo& );
#endif // KILEMETAINFO_H #endif // TDEFILEMETAINFO_H

@ -51,7 +51,7 @@ class TQImage;
* INCLUDES = $(all_includes) * INCLUDES = $(all_includes)
* kde_module_LTLIBRARIES = yourthumbcreator.la * kde_module_LTLIBRARIES = yourthumbcreator.la
* yourthumbcreator_la_SOURCES = yourthumbcreator.cpp * yourthumbcreator_la_SOURCES = yourthumbcreator.cpp
* yourthumbcreator_la_LIBADD = $(LIB_KIO) * yourthumbcreator_la_LIBADD = $(LIB_TDEIO)
* yourthumbcreator_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) * yourthumbcreator_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
* kde_services_DATA = yourthumbcreator.desktop * kde_services_DATA = yourthumbcreator.desktop
* \endcode * \endcode

@ -3,8 +3,8 @@ AM_CPPFLAGS = $(all_includes)
bin_PROGRAMS = tdeioexec bin_PROGRAMS = tdeioexec
tdeioexec_SOURCES = main.cpp tdeioexec_SOURCES = main.cpp
tdeioexec_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor tdeioexec_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
tdeioexec_LDADD = $(LIB_KIO) tdeioexec_LDADD = $(LIB_TDEIO)
noinst_HEADERS = main.h noinst_HEADERS = main.h
METASOURCES = AUTO METASOURCES = AUTO

@ -47,7 +47,7 @@
static const char description[] = static const char description[] =
I18N_NOOP("KIO Exec - Opens remote files, watches modifications, asks for upload"); I18N_NOOP("TDEIO Exec - Opens remote files, watches modifications, asks for upload");
static TDECmdLineOptions options[] = static TDECmdLineOptions options[] =
{ {

@ -17,8 +17,8 @@
# Boston, MA 02110-1301, USA. # Boston, MA 02110-1301, USA.
INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/tdeio $(all_includes) INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/tdeio $(all_includes)
LDADD = $(LIB_KIO) LDADD = $(LIB_TDEIO)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
check_PROGRAMS = tdesycocatest getalltest kruntest ktartest kziptest\ check_PROGRAMS = tdesycocatest getalltest kruntest ktartest kziptest\
tdeioslavetest kdirwatchtest kshredtest speed kurifiltertest \ tdeioslavetest kdirwatchtest kshredtest speed kurifiltertest \
@ -77,14 +77,14 @@ kacltest_SOURCES = kacltest.cpp
check_LTLIBRARIES = tdeunittest_kdirwatch.la check_LTLIBRARIES = tdeunittest_kdirwatch.la
tdeunittest_kdirwatch_la_SOURCES = kdirwatchunittest.cpp tdeunittest_kdirwatch_la_SOURCES = kdirwatchunittest.cpp
tdeunittest_kdirwatch_la_LIBADD = $(LIB_KUNITTEST) $(LIB_KIO) tdeunittest_kdirwatch_la_LIBADD = $(LIB_TDEUNITTEST) $(LIB_TDEIO)
tdeunittest_kdirwatch_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) tdeunittest_kdirwatch_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN)
# tdefile meta stuff. Comment this in, if you want a small # tdefile meta stuff. Comment this in, if you want a small
# metadata plugin test and "make install". # metadata plugin test and "make install".
#kde_module_LTLIBRARIES = dummymeta.la #kde_module_LTLIBRARIES = dummymeta.la
#dummymeta_la_SOURCES = dummymeta.cpp #dummymeta_la_SOURCES = dummymeta.cpp
#dummymeta_la_LIBADD = $(LIB_KIO) #dummymeta_la_LIBADD = $(LIB_TDEIO)
#dummymeta_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) #dummymeta_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
#services_DATA = dummymeta.desktop #services_DATA = dummymeta.desktop

@ -461,7 +461,7 @@ void JobTest::moveFileNoPermissions()
bool ok = TDEIO::NetAccess::synchronousRun( job, 0, 0, 0, &metaData ); bool ok = TDEIO::NetAccess::synchronousRun( job, 0, 0, 0, &metaData );
assert( !ok ); assert( !ok );
assert( TDEIO::NetAccess::lastError() == TDEIO::ERR_ACCESS_DENIED ); assert( TDEIO::NetAccess::lastError() == TDEIO::ERR_ACCESS_DENIED );
// OK this is fishy. Just like mv(1), KIO's behavior depends on whether // OK this is fishy. Just like mv(1), TDEIO's behavior depends on whether
// a direct rename(2) was used, or a full copy+del. In the first case // a direct rename(2) was used, or a full copy+del. In the first case
// there is no destination file created, but in the second case the // there is no destination file created, but in the second case the
// destination file remains. // destination file remains.

@ -106,8 +106,8 @@ void KDirWatchTest::rename_file(const TQString& from, const TQString& to)
::rename(TQFile::encodeName(from), TQFile::encodeName(to)); ::rename(TQFile::encodeName(from), TQFile::encodeName(to));
} }
KUNITTEST_MODULE ( tdeunittest_kdirwatch, "KDirWatchTest" ) TDEUNITTEST_MODULE ( tdeunittest_kdirwatch, "KDirWatchTest" )
KUNITTEST_MODULE_REGISTER_TESTER (KDirWatchTest) TDEUNITTEST_MODULE_REGISTER_TESTER (KDirWatchTest)
#define SLEEP() TQApplication::processEvents(); #define SLEEP() TQApplication::processEvents();

@ -8,7 +8,7 @@
int main ( int argc, char** argv ) int main ( int argc, char** argv )
{ {
TDEAboutData aboutData("kiopassdlgtest", "KIO Password Dialog Test", "1.0"); TDEAboutData aboutData("kiopassdlgtest", "TDEIO Password Dialog Test", "1.0");
TDECmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::init(argc, argv, &aboutData);
TDEApplication app; TDEApplication app;

@ -13,7 +13,7 @@ static TDECmdLineOptions options[] =
int main ( int argc, char** argv ) int main ( int argc, char** argv )
{ {
TDEAboutData aboutData("kpropertiesdialogtest", "KIO Properties Dialog Test", "1.0"); TDEAboutData aboutData("kpropertiesdialogtest", "TDEIO Properties Dialog Test", "1.0");
TDECmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::init(argc, argv, &aboutData);
TDECmdLineArgs::addCmdLineOptions( options ); TDECmdLineArgs::addCmdLineOptions( options );

@ -9,8 +9,8 @@
LGPL version 2. LGPL version 2.
*/ */
#ifndef _KIOSLAVETEST_H #ifndef _TDEIOSLAVETEST_H
#define _KIOSLAVETEST_H #define _TDEIOSLAVETEST_H
#include <tqlabel.h> #include <tqlabel.h>
#include <tqlineedit.h> #include <tqlineedit.h>
@ -105,4 +105,4 @@ private:
TDEIO::Slave *slave; TDEIO::Slave *slave;
}; };
#endif // _KIOSLAVETEST_H #endif // _TDEIOSLAVETEST_H

@ -1,6 +1,6 @@
/** @mainpage KIO Slaves /** @mainpage TDEIO Slaves
* *
* KIO Slaves are out-of-process worker applications that * TDEIO Slaves are out-of-process worker applications that
* perform protocol-specific communications. * perform protocol-specific communications.
* *
* - <a href="../http/html/">http</a> ioslave * - <a href="../http/html/">http</a> ioslave

@ -22,6 +22,6 @@ endif
SUBDIRS = file http ftp gzip $(BZIP2DIR) metainfo iso SUBDIRS = file http ftp gzip $(BZIP2DIR) metainfo iso
messages: # they get into kio.pot messages: # they get into tdeio.pot
include $(top_srcdir)/admin/Doxyfile.am include $(top_srcdir)/admin/Doxyfile.am

@ -4,7 +4,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = kbzip2filter.la kde_module_LTLIBRARIES = kbzip2filter.la
kbzip2filter_la_SOURCES = kbzip2filter.cpp kbzip2filter_la_SOURCES = kbzip2filter.cpp
kbzip2filter_la_LIBADD = $(LIB_KIO) $(LIBBZ2) $(LIB_QT) $(LIB_TDECORE) kbzip2filter_la_LIBADD = $(LIB_TDEIO) $(LIBBZ2) $(LIB_QT) $(LIB_TDECORE)
kbzip2filter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kbzip2filter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kde_services_DATA = kbzip2filter.desktop kde_services_DATA = kbzip2filter.desktop

@ -9,7 +9,7 @@ INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = tdeio_file.la kde_module_LTLIBRARIES = tdeio_file.la
tdeio_file_la_SOURCES = file.cc tdeio_file_la_SOURCES = file.cc
tdeio_file_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(ACL_LIBS) tdeio_file_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE) $(ACL_LIBS)
tdeio_file_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(top_builddir)/dcop/libDCOP.la tdeio_file_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(top_builddir)/dcop/libDCOP.la
noinst_HEADERS = file.h noinst_HEADERS = file.h

@ -5,7 +5,7 @@ INCLUDES= $(all_includes)
kde_module_LTLIBRARIES = tdeio_ftp.la kde_module_LTLIBRARIES = tdeio_ftp.la
tdeio_ftp_la_SOURCES = ftp.cc tdeio_ftp_la_SOURCES = ftp.cc
tdeio_ftp_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) tdeio_ftp_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE)
tdeio_ftp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_ftp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = ftp.h noinst_HEADERS = ftp.h

@ -1,11 +1,11 @@
INCLUDES = -I$(top_srcdir)/tdeio $(all_includes) INCLUDES = -I$(top_srcdir)/tdeio $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
METASOURCES = AUTO METASOURCES = AUTO
kde_module_LTLIBRARIES = kgzipfilter.la kde_module_LTLIBRARIES = kgzipfilter.la
kgzipfilter_la_SOURCES = kgzipfilter.cpp kgzipfilter_la_SOURCES = kgzipfilter.cpp
kgzipfilter_la_LIBADD = $(LIB_KIO) $(LIBZ) $(LIB_QT) $(LIB_TDECORE) kgzipfilter_la_LIBADD = $(LIB_TDEIO) $(LIBZ) $(LIB_QT) $(LIB_TDECORE)
kgzipfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) kgzipfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kde_services_DATA = kgzipfilter.desktop kde_services_DATA = kgzipfilter.desktop

@ -15,11 +15,11 @@ kde_module_LTLIBRARIES = tdeio_http.la
tdeio_http_la_SOURCES = http.cc tdeio_http_la_SOURCES = http.cc
tdeio_http_la_METASOURCES = AUTO tdeio_http_la_METASOURCES = AUTO
tdeio_http_la_LIBADD = $(LIB_KIO) $(top_builddir)/tdeio/httpfilter/libhttpfilter.la $(LIB_QT) $(LIB_TDECORE) $(LIBZ) $(top_builddir)/dcop/libDCOP.la $(top_builddir)/tdeio/misc/tdentlm/libtdentlm.la tdeio_http_la_LIBADD = $(LIB_TDEIO) $(top_builddir)/tdeio/httpfilter/libhttpfilter.la $(LIB_QT) $(LIB_TDECORE) $(LIBZ) $(top_builddir)/dcop/libDCOP.la $(top_builddir)/tdeio/misc/tdentlm/libtdentlm.la
tdeio_http_la_LDFLAGS = $(all_libraries) $(GSSAPI_RPATH) -module $(KDE_PLUGIN) $(GSSAPI_LIBS) tdeio_http_la_LDFLAGS = $(all_libraries) $(GSSAPI_RPATH) -module $(KDE_PLUGIN) $(GSSAPI_LIBS)
tdeio_http_cache_cleaner_la_SOURCES = http_cache_cleaner.cpp tdeio_http_cache_cleaner_la_SOURCES = http_cache_cleaner.cpp
tdeio_http_cache_cleaner_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la tdeio_http_cache_cleaner_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la
tdeio_http_cache_cleaner_la_LDFLAGS = -module -avoid-version tdeio_http_cache_cleaner_la_LDFLAGS = -module -avoid-version
noinst_HEADERS = http.h noinst_HEADERS = http.h

@ -8,8 +8,8 @@ INCLUDES= $(all_includes)
check_PROGRAMS = kcookiejartest check_PROGRAMS = kcookiejartest
kcookiejartest_SOURCES = kcookiejartest.cpp kcookiejartest_SOURCES = kcookiejartest.cpp
kcookiejartest_LDADD = $(LIB_KIO) kcookiejartest_LDADD = $(LIB_TDEIO)
kcookiejartest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kcookiejartest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
check-local: kcookiejartest check-local: kcookiejartest
./kcookiejartest $(srcdir)/cookie.test ./kcookiejartest $(srcdir)/cookie.test

@ -9,7 +9,7 @@ INCLUDES = $(all_includes)
tdeio_iso_la_METASOURCES=AUTO tdeio_iso_la_METASOURCES=AUTO
tdeio_iso_la_SOURCES = kisodirectory.cpp kisofile.cpp qfilehack.cpp kiso.cpp iso.cpp tdeio_iso_la_SOURCES = kisodirectory.cpp kisofile.cpp qfilehack.cpp kiso.cpp iso.cpp
tdeio_iso_la_LIBADD = libisofs/libisofs.la $(LIB_QT) $(LIB_TDECORE) $(LIB_KIO) tdeio_iso_la_LIBADD = libisofs/libisofs.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEIO)
tdeio_iso_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_iso_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)

@ -9,7 +9,7 @@ INCLUDES = $(all_includes)
libisofs_la_METASOURCES=AUTO libisofs_la_METASOURCES=AUTO
libisofs_la_SOURCES = isofs.c libisofs_la_SOURCES = isofs.c
#libisofs_la_LIBADD = $(LIB_KIO) #libisofs_la_LIBADD = $(LIB_TDEIO)
#libisofs_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) #libisofs_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)

@ -2,13 +2,13 @@
## Makefile.am of tdebase/tdeioslave/metainfo ## Makefile.am of tdebase/tdeioslave/metainfo
INCLUDES = $(all_includes) INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
METASOURCES = AUTO METASOURCES = AUTO
kde_module_LTLIBRARIES = tdeio_metainfo.la kde_module_LTLIBRARIES = tdeio_metainfo.la
tdeio_metainfo_la_SOURCES = metainfo.cpp tdeio_metainfo_la_SOURCES = metainfo.cpp
tdeio_metainfo_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) tdeio_metainfo_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(LIB_TDECORE)
tdeio_metainfo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdeio_metainfo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = metainfo.h noinst_HEADERS = metainfo.h

@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/tdemdi/res -I$(top_srcdir)/tdeutils -I$(top_srcdir) -
lib_LTLIBRARIES = libtdemdi.la lib_LTLIBRARIES = libtdemdi.la
libtdemdi_la_LDFLAGS = $(all_libraries) -version-info 1:0 libtdemdi_la_LDFLAGS = $(all_libraries) -version-info 1:0
libtdemdi_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/tdeutils/libtdeutils.la $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) $(LIB_X11) libtdemdi_la_LIBADD = $(LIB_TDEPARTS) $(top_builddir)/tdeutils/libtdeutils.la $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) $(LIB_X11)
libtdemdi_la_SOURCES = tdemdichildarea.cpp tdemdichildfrm.cpp tdemdichildfrmcaption.cpp \ libtdemdi_la_SOURCES = tdemdichildarea.cpp tdemdichildfrm.cpp tdemdichildfrmcaption.cpp \
tdemdichildview.cpp tdemdimainfrm.cpp tdemditaskbar.cpp tdemdidockcontainer.cpp \ tdemdichildview.cpp tdemdimainfrm.cpp tdemditaskbar.cpp tdemdidockcontainer.cpp \

@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/tdeutils -I$(top_srcdir) -I$(top_srcdir)/tdemdi $(all
lib_LTLIBRARIES = libtdemdi2.la lib_LTLIBRARIES = libtdemdi2.la
libtdemdi2_la_LDFLAGS = $(all_libraries) -version-info 1:0 libtdemdi2_la_LDFLAGS = $(all_libraries) -version-info 1:0
libtdemdi2_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/tdeutils/libtdeutils.la $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) libtdemdi2_la_LIBADD = $(LIB_TDEPARTS) $(top_builddir)/tdeutils/libtdeutils.la $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE)
libtdemdi2_la_SOURCES = mainwindow.cpp dockcontainer.cpp toolviewaccessor.cpp guiclient.cpp tabwidget.cpp libtdemdi2_la_SOURCES = mainwindow.cpp dockcontainer.cpp toolviewaccessor.cpp guiclient.cpp tabwidget.cpp

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KMDI_DOCK_CONTAINER_ #ifndef _TDEMDI_DOCK_CONTAINER_
#define _KMDI_DOCK_CONTAINER_ #define _TDEMDI_DOCK_CONTAINER_
#include <tqwidget.h> #include <tqwidget.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -35,12 +35,12 @@
// copyright : (C) 1999-2003 by Falk Brettschneider // copyright : (C) 1999-2003 by Falk Brettschneider
// and // and
// Szymon Stefanek (stefanek@tin.it) // Szymon Stefanek (stefanek@tin.it)
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
*/ */
#ifndef _KMDI_GLOBAL_H_ #ifndef _TDEMDI_GLOBAL_H_
#define _KMDI_GLOBAL_H_ #define _TDEMDI_GLOBAL_H_
/** /**
* @short A namespace for the KMDI library * @short A namespace for the KMDI library

@ -18,8 +18,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KMDI_GUICLIENT_H_ #ifndef _TDEMDI_GUICLIENT_H_
#define _KMDI_GUICLIENT_H_ #define _TDEMDI_GUICLIENT_H_
#include <tqobject.h> #include <tqobject.h>
#include <tqguardedptr.h> #include <tqguardedptr.h>

@ -35,7 +35,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider // copyright : (C) 1999-2003 by Falk Brettschneider
// and // and
// Szymon Stefanek (stefanek@tin.it) // Szymon Stefanek (stefanek@tin.it)
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
*/ */

@ -35,12 +35,12 @@
// copyright : (C) 1999-2003 by Falk Brettschneider // copyright : (C) 1999-2003 by Falk Brettschneider
// and // and
// Szymon Stefanek (stefanek@tin.it) // Szymon Stefanek (stefanek@tin.it)
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
*/ */
#ifndef _KMDI_MAINWINDOW_H_ #ifndef _TDEMDI_MAINWINDOW_H_
#define _KMDI_MAINWINDOW_H_ #define _TDEMDI_MAINWINDOW_H_
#include <tdeparts/dockmainwindow.h> #include <tdeparts/dockmainwindow.h>
#include <tdemenubar.h> #include <tdemenubar.h>

@ -35,7 +35,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider // copyright : (C) 1999-2003 by Falk Brettschneider
// and // and
// Szymon Stefanek (stefanek@tin.it) // Szymon Stefanek (stefanek@tin.it)
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
*/ */

@ -35,12 +35,12 @@
// copyright : (C) 1999-2003 by Falk Brettschneider // copyright : (C) 1999-2003 by Falk Brettschneider
// and // and
// Szymon Stefanek (stefanek@tin.it) // Szymon Stefanek (stefanek@tin.it)
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
*/ */
#ifndef _KMDI_TABWIDGET_H_ #ifndef _TDEMDI_TABWIDGET_H_
#define _KMDI_TABWIDGET_H_ #define _TDEMDI_TABWIDGET_H_
#include <ktabwidget.h> #include <ktabwidget.h>
#include <tdemdi/global.h> #include <tdemdi/global.h>

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KMDI_TOOLVIEWACCESSOR_H_ #ifndef _TDEMDI_TOOLVIEWACCESSOR_H_
#define _KMDI_TOOLVIEWACCESSOR_H_ #define _TDEMDI_TOOLVIEWACCESSOR_H_
#include <tqwidget.h> #include <tqwidget.h>
#include <tqpixmap.h> #include <tqpixmap.h>
@ -83,6 +83,6 @@ protected:
} }
#endif //_KMDITOOLVIEWACCESSOR_H_ #endif //_TDEMDI_TOOLVIEWACCESSOR_H_
// kate: space-indent on; indent-width 2; replace-tabs on; // kate: space-indent on; indent-width 2; replace-tabs on;

@ -13,7 +13,7 @@
// copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it) // copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it)
// and // and
// Falk Brettschneider // Falk Brettschneider
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------

@ -13,7 +13,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider // copyright : (C) 1999-2003 by Falk Brettschneider
// and // and
// Szymon Stefanek (stefanek@tin.it) // Szymon Stefanek (stefanek@tin.it)
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
@ -25,8 +25,8 @@
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
#ifndef _KMDI_CHILD_AREA_H_ #ifndef _TDEMDI_CHILD_AREA_H_
#define _KMDI_CHILD_AREA_H_ #define _TDEMDI_CHILD_AREA_H_
#include <tqframe.h> #include <tqframe.h>
#include <tqptrlist.h> #include <tqptrlist.h>
@ -299,6 +299,6 @@ private:
KMdiChildAreaPrivate *d; KMdiChildAreaPrivate *d;
}; };
#endif // _KMDICHILDAREA_H_ #endif // _TDEMDI_CHILDAREA_H_
// kate: indent-mode csands; tab-width 4; auto-insert-doxygen on; // kate: indent-mode csands; tab-width 4; auto-insert-doxygen on;

@ -15,7 +15,7 @@
// copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it) // copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it)
// and // and
// Falk Brettschneider // Falk Brettschneider
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------

@ -14,7 +14,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider // copyright : (C) 1999-2003 by Falk Brettschneider
// and // and
// Szymon Stefanek (stefanek@tin.it) // Szymon Stefanek (stefanek@tin.it)
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
@ -25,8 +25,8 @@
// License, or (at your option) any later version. // License, or (at your option) any later version.
// //
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
#ifndef _KMDI_CHILD_FRM_H_ #ifndef _TDEMDI_CHILD_FRM_H_
#define _KMDI_CHILD_FRM_H_ #define _TDEMDI_CHILD_FRM_H_
#include <tqptrlist.h> #include <tqptrlist.h>
#include <tqpixmap.h> #include <tqpixmap.h>
@ -441,6 +441,6 @@ private:
KMdiChildFrmPrivate *d; KMdiChildFrmPrivate *d;
}; };
#endif //_KMDICHILDFRM_H_ #endif //_TDEMDI_CHILDFRM_H_
// kate: space-indent off; replace-tabs off; tab-width 4; indent-mode csands; // kate: space-indent off; replace-tabs off; tab-width 4; indent-mode csands;

@ -13,7 +13,7 @@
// copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it) // copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it)
// and // and
// Falk Brettschneider // Falk Brettschneider
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------

@ -13,7 +13,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider // copyright : (C) 1999-2003 by Falk Brettschneider
// and // and
// Szymon Stefanek (stefanek@tin.it) // Szymon Stefanek (stefanek@tin.it)
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
@ -24,8 +24,8 @@
// License, or (at your option) any later version. // License, or (at your option) any later version.
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
#ifndef _KMDI_CHILD_FRM_CAPTION_H_ #ifndef _TDEMDI_CHILD_FRM_CAPTION_H_
#define _KMDI_CHILD_FRM_CAPTION_H_ #define _TDEMDI_CHILD_FRM_CAPTION_H_
#include <tqwidget.h> #include <tqwidget.h>
@ -140,6 +140,6 @@ private:
KMdiChildFrmCaptionPrivate *d; KMdiChildFrmCaptionPrivate *d;
}; };
#endif //_KMDICAPTION_H_ #endif //_TDEMDI_FRM_CAPTION_H_
// kate: space-indent off; replace-tabs off; indent-mode csands; tab-width 4; // kate: space-indent off; replace-tabs off; indent-mode csands; tab-width 4;

@ -17,7 +17,7 @@
// copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it) // copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it)
// and // and
// Falk Brettschneider // Falk Brettschneider
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------

@ -17,7 +17,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider // copyright : (C) 1999-2003 by Falk Brettschneider
// and // and
// Szymon Stefanek (stefanek@tin.it) // Szymon Stefanek (stefanek@tin.it)
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
@ -28,8 +28,8 @@
// License, or (at your option) any later version. // License, or (at your option) any later version.
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
#ifndef _KMDI_CHILD_VIEW_H_ #ifndef _TDEMDI_CHILD_VIEW_H_
#define _KMDI_CHILD_VIEW_H_ #define _TDEMDI_CHILD_VIEW_H_
#include <tqwidget.h> #include <tqwidget.h>
#include <tqpixmap.h> #include <tqpixmap.h>
@ -610,6 +610,6 @@ inline KMdiChildFrm *KMdiChildView::mdiParent() const
return 0L; return 0L;
} }
#endif //_KMDICHILDVIEW_H_ #endif //_TDEMDI_CHILD_VIEW_H_
// kate: space-indent off; replace-tabs off; indent-mode csands; tab-width 4; // kate: space-indent off; replace-tabs off; indent-mode csands; tab-width 4;

@ -13,7 +13,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider // copyright : (C) 1999-2003 by Falk Brettschneider
// and // and
// Szymon Stefanek (stefanek@tin.it) // Szymon Stefanek (stefanek@tin.it)
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
@ -24,8 +24,8 @@
// License, or (at your option) any later version. // License, or (at your option) any later version.
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
#ifndef _KMDI_DEFINES_H_ #ifndef _TDEMDI_DEFINES_H_
#define _KMDI_DEFINES_H_ #define _TDEMDI_DEFINES_H_
#include <tdelibs_export.h> #include <tdelibs_export.h>
@ -114,4 +114,4 @@ namespace KMdi
}; };
} //namespace } //namespace
#endif //_KMDIDEFINES_H_ #endif //_TDEMDI_DEFINES_H_

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KMDI_DOCK_CONTAINER_ #ifndef _TDEMDI_DOCK_CONTAINER_
#define _KMDI_DOCK_CONTAINER_ #define _TDEMDI_DOCK_CONTAINER_
#include <tqwidget.h> #include <tqwidget.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -7,8 +7,8 @@
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
#ifndef _KMDI_DOCUMENT_VIEW_TAB_WIDGET_H_ #ifndef _TDEMDI_DOCUMENT_VIEW_TAB_WIDGET_H_
#define _KMDI_DOCUMENT_VIEW_TAB_WIDGET_H_ #define _TDEMDI_DOCUMENT_VIEW_TAB_WIDGET_H_
#include <ktabwidget.h> #include <ktabwidget.h>
#include <tdemdidefines.h> #include <tdemdidefines.h>

@ -16,8 +16,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KMDIGUICLIENT_H #ifndef TDEMDIGUICLIENT_H
#define KMDIGUICLIENT_H #define TDEMDIGUICLIENT_H
#include <tqobject.h> #include <tqobject.h>
#include <tqguardedptr.h> #include <tqguardedptr.h>

@ -12,7 +12,7 @@
// copyright : (C) 1999-2003 by Massimo Morin (mmorin@schedsys.com) // copyright : (C) 1999-2003 by Massimo Morin (mmorin@schedsys.com)
// and // and
// Falk Brettschneider // Falk Brettschneider
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
@ -24,8 +24,8 @@
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
#ifndef _KMDIITERATOR_H_ #ifndef _TDEMDIITERATOR_H_
#define _KMDIITERATOR_H_ #define _TDEMDIITERATOR_H_
template <class Item> template <class Item>
@ -46,6 +46,6 @@ protected:
} }
; ;
#endif // _KMDIITERATOR_H_ #endif // _TDEMDIITERATOR_H_
// kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands; // kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands;

@ -12,7 +12,7 @@
// copyright : (C) 1999-2003 by Massimo Morin (mmorin@schedsys.com) // copyright : (C) 1999-2003 by Massimo Morin (mmorin@schedsys.com)
// and // and
// Falk Brettschneider // Falk Brettschneider
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
@ -24,8 +24,8 @@
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
#ifndef _KMDILISTITERATOR_H_ #ifndef _TDEMDILISTITERATOR_H_
#define _KMDILISTITERATOR_H_ #define _TDEMDILISTITERATOR_H_
#include <tdemdiiterator.h> #include <tdemdiiterator.h>
@ -56,6 +56,6 @@ private:
TQPtrListIterator<Item> *m_iterator; TQPtrListIterator<Item> *m_iterator;
}; };
#endif // _KMDILISTITERATOR_H_ #endif // _TDEMDILISTITERATOR_H_
// kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands; // kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands;

@ -16,7 +16,7 @@
// copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it) // copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it)
// and // and
// Falk Brettschneider // Falk Brettschneider
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------

@ -16,7 +16,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider // copyright : (C) 1999-2003 by Falk Brettschneider
// and // and
// Szymon Stefanek (stefanek@tin.it) // Szymon Stefanek (stefanek@tin.it)
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
@ -28,8 +28,8 @@
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
#ifndef _KMDIMAINFRM_H_ #ifndef _TDEMDIMAINFRM_H_
#define _KMDIMAINFRM_H_ #define _TDEMDIMAINFRM_H_
#include <tdeparts/dockmainwindow.h> #include <tdeparts/dockmainwindow.h>
#include <tdemenubar.h> #include <tdemenubar.h>
@ -878,7 +878,7 @@ signals:
void toggleBottom(); void toggleBottom();
}; };
#endif //_KMDIMAINFRM_H_ #endif //_TDEMDIMAINFRM_H_
// kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands; // kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands;

@ -12,7 +12,7 @@
// copyright : (C) 1999-2003 by Massimo Morin (mmorin@schedsys.com) // copyright : (C) 1999-2003 by Massimo Morin (mmorin@schedsys.com)
// and // and
// Falk Brettschneider // Falk Brettschneider
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
@ -24,8 +24,8 @@
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
#ifndef _KMDINULLITERATOR_H_ #ifndef _TDEMDINULLITERATOR_H_
#define _KMDINULLITERATOR_H_ #define _TDEMDINULLITERATOR_H_
#include "tdemdiiterator.h" #include "tdemdiiterator.h"
@ -44,6 +44,6 @@ public:
} }
}; };
#endif // _KMDINULLITERATOR_H_ #endif // _TDEMDINULLITERATOR_H_
// kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands; // kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands;

@ -14,7 +14,7 @@
// copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it) // copyright : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it)
// and // and
// Falk Brettschneider // Falk Brettschneider
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------

@ -13,7 +13,7 @@
// copyright : (C) 1999-2003 by Falk Brettschneider // copyright : (C) 1999-2003 by Falk Brettschneider
// and // and
// Szymon Stefanek (stefanek@tin.it) // Szymon Stefanek (stefanek@tin.it)
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
@ -25,8 +25,8 @@
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
#ifndef _KMDITASKBAR_H_ #ifndef _TDEMDITASKBAR_H_
#define _KMDITASKBAR_H_ #define _TDEMDITASKBAR_H_
#include <tdetoolbar.h> #include <tdetoolbar.h>
#include <tqptrlist.h> #include <tqptrlist.h>
@ -214,6 +214,6 @@ private:
KMdiTaskBarPrivate *d; KMdiTaskBarPrivate *d;
}; };
#endif //_KMDITASKBAR_H_ #endif //_TDEMDITASKBAR_H_
// kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands; // kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands;

@ -18,8 +18,8 @@
// License, or (at your option) any later version. // License, or (at your option) any later version.
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
#ifndef _KMDITOOLVIEWACCESSOR_H_ #ifndef _TDEMDITOOLVIEWACCESSOR_H_
#define _KMDITOOLVIEWACCESSOR_H_ #define _TDEMDITOOLVIEWACCESSOR_H_
#include <tqwidget.h> #include <tqwidget.h>
#include <tqpixmap.h> #include <tqpixmap.h>
@ -81,6 +81,6 @@ protected:
}; };
#endif //_KMDITOOLVIEWACCESSOR_H_ #endif //_TDEMDITOOLVIEWACCESSOR_H_
// kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands; // kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands;

@ -13,7 +13,7 @@
// copyright : (C) 1999-2000 by Szymon Stefanek (stefanek@tin.it) // copyright : (C) 1999-2000 by Szymon Stefanek (stefanek@tin.it)
// and // and
// Falk Brettschneider // Falk Brettschneider
// email : falkbr@tdevelop.org (Falk Brettschneider) // email : falkbr@kdevelop.org (Falk Brettschneider)
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
// //
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------

@ -3,7 +3,7 @@
------------------- -------------------
begin : Mon Nov 8 1999 begin : Mon Nov 8 1999
copyright : (C) 1999 by Falk Brettschneider copyright : (C) 1999 by Falk Brettschneider
email : falkbr@tdevelop.org email : falkbr@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -3,7 +3,7 @@
------------------- -------------------
begin : Mon Nov 8 1999 begin : Mon Nov 8 1999
copyright : (C) 1999 by Falk Brettschneider copyright : (C) 1999 by Falk Brettschneider
email : falkbr@tdevelop.org email : falkbr@kdevelop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -258,7 +258,7 @@ changes.
<dfaure> weis: you should have come before. coolo is talking about re-writing libtdeio. <dfaure> weis: you should have come before. coolo is talking about re-writing libtdeio.
<dfaure> well in fact he started the rewrite <dfaure> well in fact he started the rewrite
dfaure having a look dfaure having a look
<weis> dfaure: Unfortunately I am not paid for KDE but for Qt hacking :-( So I fear I have no time for kio anyway. <weis> dfaure: Unfortunately I am not paid for KDE but for Qt hacking :-( So I fear I have no time for tdeio anyway.
<dfaure> weis: I know that, but perhaps a little discussion would help him with the new design :) <dfaure> weis: I know that, but perhaps a little discussion would help him with the new design :)
<weis> dfaure: So you are not convinced by his design ? <weis> dfaure: So you are not convinced by his design ?
<weis> dfaure: It is about this daemon that forks and loads ioslaves as libs, or ? <weis> dfaure: It is about this daemon that forks and loads ioslaves as libs, or ?

@ -37,6 +37,6 @@ Michael Koch \<koch@kde.org\>
*/ */
// DOXYGEN_REFERENCES = tdecore tdeui kio // DOXYGEN_REFERENCES = tdecore tdeui tdeio
// DOXYGEN_SET_PROJECT_NAME = KParts // DOXYGEN_SET_PROJECT_NAME = KParts
// vim:ts=4:sw=4:expandtab:filetype=doxygen // vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -5,7 +5,7 @@ AM_LDFLAGS = $(LDFLAGS_AS_NEEDED)
INCLUDES= -I$(srcdir)/../ -I$(top_srcdir)/tdeio/ -I$(top_srcdir)/libltdl \ INCLUDES= -I$(srcdir)/../ -I$(top_srcdir)/tdeio/ -I$(top_srcdir)/libltdl \
-I$(top_srcdir)/tdefile $(all_includes) -I$(top_srcdir)/tdefile $(all_includes)
libtdeparts_la_LDFLAGS = $(KDE_MT_LDFLAGS) -version-info 3:0:1 -no-undefined libtdeparts_la_LDFLAGS = $(KDE_MT_LDFLAGS) -version-info 3:0:1 -no-undefined
libtdeparts_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la libtdeparts_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la
check-local: check-local:
(cd tests && $(MAKE) check ) (cd tests && $(MAKE) check )
@ -28,5 +28,5 @@ libtdeparts_la_METASOURCES = AUTO
servicetype_DATA = kpart.desktop krop.desktop krwp.desktop browserview.desktop servicetype_DATA = kpart.desktop krop.desktop krwp.desktop browserview.desktop
servicetypedir = $(kde_servicetypesdir) servicetypedir = $(kde_servicetypesdir)
DOXYGEN_REFERENCES = tdecore tdeui tdefx kio DOXYGEN_REFERENCES = tdecore tdeui tdefx tdeio
include ../admin/Doxyfile.am include ../admin/Doxyfile.am

@ -54,7 +54,7 @@ struct URLArgsPrivate;
* This can also be used the other way round, when a part asks * This can also be used the other way round, when a part asks
* for a URL to be opened (with openURLRequest or createNewWindow). * for a URL to be opened (with openURLRequest or createNewWindow).
*/ */
struct KPARTS_EXPORT URLArgs struct TDEPARTS_EXPORT URLArgs
{ {
URLArgs(); URLArgs();
URLArgs( const URLArgs &args ); URLArgs( const URLArgs &args );
@ -128,7 +128,7 @@ struct KPARTS_EXPORT URLArgs
bool newTab() const; bool newTab() const;
/** /**
* Meta-data to associate with the next KIO operation * Meta-data to associate with the next TDEIO operation
* @see TDEIO::TransferJob etc. * @see TDEIO::TransferJob etc.
*/ */
TQMap<TQString, TQString> &metaData(); TQMap<TQString, TQString> &metaData();
@ -181,7 +181,7 @@ struct WindowArgsPrivate;
* call (see the createNewWindow variant that uses WindowArgs). * call (see the createNewWindow variant that uses WindowArgs).
* The primary reason for this is the javascript window.open function. * The primary reason for this is the javascript window.open function.
*/ */
struct KPARTS_EXPORT WindowArgs struct TDEPARTS_EXPORT WindowArgs
{ {
WindowArgs(); WindowArgs();
~WindowArgs(); ~WindowArgs();
@ -218,7 +218,7 @@ struct KPARTS_EXPORT WindowArgs
* The event should be sent before opening the URL in the part, so that the plugins * The event should be sent before opening the URL in the part, so that the plugins
* can use part()->url() to get the old URL. * can use part()->url() to get the old URL.
*/ */
class KPARTS_EXPORT OpenURLEvent : public Event class TDEPARTS_EXPORT OpenURLEvent : public Event
{ {
public: public:
OpenURLEvent( ReadOnlyPart *part, const KURL &url, const URLArgs &args = URLArgs() ); OpenURLEvent( ReadOnlyPart *part, const KURL &url, const URLArgs &args = URLArgs() );
@ -305,7 +305,7 @@ class BrowserExtensionPrivate;
* otherwise, they are saved globally. * otherwise, they are saved globally.
* @li @p disableScrolling: no scrollbars * @li @p disableScrolling: no scrollbars
*/ */
class KPARTS_EXPORT BrowserExtension : public TQObject class TDEPARTS_EXPORT BrowserExtension : public TQObject
{ {
Q_OBJECT Q_OBJECT
TQ_PROPERTY( bool urlDropHandling READ isURLDropHandlingEnabled WRITE setURLDropHandlingEnabled ) TQ_PROPERTY( bool urlDropHandling READ isURLDropHandlingEnabled WRITE setURLDropHandlingEnabled )
@ -686,7 +686,7 @@ signals:
*/ */
void setPageSecurity( int ); void setPageSecurity( int );
#define KPARTS_BROWSEREXTENSION_HAS_ITEMS_REMOVED #define TDEPARTS_BROWSEREXTENSION_HAS_ITEMS_REMOVED
/** /**
* Inform the host about items that have been removed. * Inform the host about items that have been removed.
* @since 3.5.5 * @since 3.5.5
@ -721,7 +721,7 @@ private:
* other parts. * other parts.
* For instance a TDEHTMLPart hosts one part per frame. * For instance a TDEHTMLPart hosts one part per frame.
*/ */
class KPARTS_EXPORT BrowserHostExtension : public TQObject class TDEPARTS_EXPORT BrowserHostExtension : public TQObject
{ {
Q_OBJECT Q_OBJECT
public: public:
@ -789,7 +789,7 @@ private:
* A part can have an object hierarchie by using objid as a reference * A part can have an object hierarchie by using objid as a reference
* to an object. * to an object.
*/ */
class KPARTS_EXPORT LiveConnectExtension : public TQObject class TDEPARTS_EXPORT LiveConnectExtension : public TQObject
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -35,7 +35,7 @@ namespace KParts
* </code> * </code>
* *
*/ */
class KPARTS_EXPORT BrowserInterface : public TQObject class TDEPARTS_EXPORT BrowserInterface : public TQObject
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -467,7 +467,7 @@ void BrowserRun::redirectToError( int error, const TQString& errorText )
* *
* The format of the error:/ URL is error:/?query#url, * The format of the error:/ URL is error:/?query#url,
* where two variables are passed in the query: * where two variables are passed in the query:
* error = int kio error code, errText = TQString error text from kio * error = int tdeio error code, errText = TQString error text from tdeio
* The sub-url is the URL that we were trying to open. * The sub-url is the URL that we were trying to open.
*/ */
KURL newURL(TQString("error:/?error=%1&errText=%2") KURL newURL(TQString("error:/?error=%1&errText=%2")

@ -39,7 +39,7 @@ namespace KParts {
* *
* @author David Faure <faure@kde.org> * @author David Faure <faure@kde.org>
*/ */
class KPARTS_EXPORT BrowserRun : public KRun class TDEPARTS_EXPORT BrowserRun : public KRun
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -44,7 +44,7 @@ class DockMainWindowPrivate;
* It implements all internal interfaces in the case of a KDockMainWindow as host: * It implements all internal interfaces in the case of a KDockMainWindow as host:
* the builder and servant interface (for menu merging). * the builder and servant interface (for menu merging).
*/ */
class KPARTS_EXPORT DockMainWindow : public KDockMainWindow, virtual public PartBase class TDEPARTS_EXPORT DockMainWindow : public KDockMainWindow, virtual public PartBase
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -22,10 +22,10 @@
using namespace KParts; using namespace KParts;
//the answer! //the answer!
#define KPARTS_EVENT_MAGIC 42 #define TDEPARTS_EVENT_MAGIC 42
Event::Event( const char *eventName ) Event::Event( const char *eventName )
: TQCustomEvent( (TQEvent::Type)(TQEvent::User + KPARTS_EVENT_MAGIC), (void *)eventName ) : TQCustomEvent( (TQEvent::Type)(TQEvent::User + TDEPARTS_EVENT_MAGIC), (void *)eventName )
{ {
} }
@ -42,7 +42,7 @@ bool Event::test( const TQEvent *event )
if ( !event ) if ( !event )
return false; return false;
return ( event->type() == (TQEvent::Type)(TQEvent::User + KPARTS_EVENT_MAGIC ) ); return ( event->type() == (TQEvent::Type)(TQEvent::User + TDEPARTS_EVENT_MAGIC ) );
} }
bool Event::test( const TQEvent *event, const char *name ) bool Event::test( const TQEvent *event, const char *name )

@ -33,7 +33,7 @@ class Part;
/** /**
* Base class for all KParts events. * Base class for all KParts events.
*/ */
class KPARTS_EXPORT Event : public TQCustomEvent class TDEPARTS_EXPORT Event : public TQCustomEvent
{ {
public: public:
Event( const char *eventName ); Event( const char *eventName );
@ -51,7 +51,7 @@ public:
* only for parts that have GUI elements, and only if using KParts::MainWindow. * only for parts that have GUI elements, and only if using KParts::MainWindow.
* @see KParts::Part::guiActivateEvent() * @see KParts::Part::guiActivateEvent()
*/ */
class KPARTS_EXPORT GUIActivateEvent : public Event class TDEPARTS_EXPORT GUIActivateEvent : public Event
{ {
public: public:
GUIActivateEvent( bool activated ) : Event( s_strGUIActivateEvent ), m_bActivated( activated ) {} GUIActivateEvent( bool activated ) : Event( s_strGUIActivateEvent ), m_bActivated( activated ) {}
@ -73,7 +73,7 @@ private:
* with activated=true, part=newPart, widget=newWidget. * with activated=true, part=newPart, widget=newWidget.
* @see KParts::Part::partActivateEvent * @see KParts::Part::partActivateEvent
*/ */
class KPARTS_EXPORT PartActivateEvent : public Event class TDEPARTS_EXPORT PartActivateEvent : public Event
{ {
public: public:
PartActivateEvent( bool activated, Part *part, TQWidget *widget ) : Event( s_strPartActivateEvent ), m_bActivated( activated ), m_part( part ), m_widget( widget ) {} PartActivateEvent( bool activated, Part *part, TQWidget *widget ) : Event( s_strPartActivateEvent ), m_bActivated( activated ), m_part( part ), m_widget( widget ) {}
@ -96,7 +96,7 @@ private:
* This event is sent when a part is selected or deselected. * This event is sent when a part is selected or deselected.
* @see KParts::PartManager::setSelectionPolicy * @see KParts::PartManager::setSelectionPolicy
*/ */
class KPARTS_EXPORT PartSelectEvent : public Event class TDEPARTS_EXPORT PartSelectEvent : public Event
{ {
public: public:
PartSelectEvent( bool selected, Part *part, TQWidget *widget ) : Event( s_strPartSelectEvent ), m_bSelected( selected ), m_part( part ), m_widget( widget ) {} PartSelectEvent( bool selected, Part *part, TQWidget *widget ) : Event( s_strPartSelectEvent ), m_bSelected( selected ), m_part( part ), m_widget( widget ) {}

@ -37,7 +37,7 @@ class Part;
* *
* @see KLibFactory. * @see KLibFactory.
*/ */
class KPARTS_EXPORT Factory : public KLibFactory class TDEPARTS_EXPORT Factory : public KLibFactory
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -38,7 +38,7 @@ namespace KParts {
* *
* @author Carsten Pfeiffer <pfeiffer@kde.org> * @author Carsten Pfeiffer <pfeiffer@kde.org>
*/ */
class KPARTS_EXPORT HistoryProvider : public TQObject class TDEPARTS_EXPORT HistoryProvider : public TQObject
{ {
Q_OBJECT Q_OBJECT

@ -44,7 +44,7 @@ class MainWindowPrivate;
* TDEMainWindow as host: the builder and servant interface (for menu * TDEMainWindow as host: the builder and servant interface (for menu
* merging). * merging).
*/ */
class KPARTS_EXPORT MainWindow : public TDEMainWindow, virtual public PartBase class TDEPARTS_EXPORT MainWindow : public TDEMainWindow, virtual public PartBase
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -54,7 +54,7 @@ class PartBasePrivate;
* *
* @short Base class for all parts. * @short Base class for all parts.
*/ */
class KPARTS_EXPORT PartBase : virtual public KXMLGUIClient class TDEPARTS_EXPORT PartBase : virtual public KXMLGUIClient
{ {
friend class PartBasePrivate; friend class PartBasePrivate;
public: public:
@ -178,7 +178,7 @@ private:
* framework for a "viewer" part and for an "editor"-like part. * framework for a "viewer" part and for an "editor"-like part.
* Use Part directly only if your part doesn't fit into those. * Use Part directly only if your part doesn't fit into those.
*/ */
class KPARTS_EXPORT Part : public TQObject, public PartBase class TDEPARTS_EXPORT Part : public TQObject, public PartBase
{ {
Q_OBJECT Q_OBJECT
@ -335,7 +335,7 @@ class ReadOnlyPartPrivate;
* If you want another caption, set it in openFile() and * If you want another caption, set it in openFile() and
* (if the part might ever be used with a part manager) in guiActivateEvent() * (if the part might ever be used with a part manager) in guiActivateEvent()
*/ */
class KPARTS_EXPORT ReadOnlyPart : public Part class TDEPARTS_EXPORT ReadOnlyPart : public Part
{ {
Q_OBJECT Q_OBJECT
friend class ReadWritePart; friend class ReadWritePart;
@ -353,7 +353,7 @@ public:
/** /**
* Call this to turn off the progress info dialog used by * Call this to turn off the progress info dialog used by
* the internal KIO job. Use this if you provide another way * the internal TDEIO job. Use this if you provide another way
* of displaying progress info (e.g. a statusbar), using the * of displaying progress info (e.g. a statusbar), using the
* signals emitted by this class, and/or those emitted by * signals emitted by this class, and/or those emitted by
* the Job given by started. * the Job given by started.
@ -362,7 +362,7 @@ public:
/** /**
* Returns whether the part shows the progress info dialog used by internal * Returns whether the part shows the progress info dialog used by internal
* KIO job. * TDEIO job.
*/ */
bool isProgressInfoEnabled() const; bool isProgressInfoEnabled() const;
@ -541,7 +541,7 @@ private:
* The part probably wants to reimplement setReadWrite, disable those * The part probably wants to reimplement setReadWrite, disable those
* actions. Don't forget to call the parent setReadWrite(). * actions. Don't forget to call the parent setReadWrite().
*/ */
class KPARTS_EXPORT ReadWritePart : public ReadOnlyPart class TDEPARTS_EXPORT ReadWritePart : public ReadOnlyPart
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -47,7 +47,7 @@ class PartManagerPrivate;
* Parts know about the part manager to add nested parts to it. * Parts know about the part manager to add nested parts to it.
* See also KParts::Part::manager() and KParts::Part::setManager(). * See also KParts::Part::manager() and KParts::Part::setManager().
*/ */
class KPARTS_EXPORT PartManager : public TQObject class TDEPARTS_EXPORT PartManager : public TQObject
{ {
Q_OBJECT Q_OBJECT
TQ_ENUMS( SelectionPolicy ) TQ_ENUMS( SelectionPolicy )

@ -46,7 +46,7 @@ namespace KParts
* You should also install a "plugin info" .desktop file with the same name. * You should also install a "plugin info" .desktop file with the same name.
* \see PluginInfo * \see PluginInfo
*/ */
class KPARTS_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient class TDEPARTS_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -18,8 +18,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KPARTS_STATUSBAREXTENSION_H #ifndef TDEPARTS_STATUSBAREXTENSION_H
#define KPARTS_STATUSBAREXTENSION_H #define TDEPARTS_STATUSBAREXTENSION_H
#include <tqwidget.h> #include <tqwidget.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
@ -50,7 +50,7 @@ namespace KParts
* *
* @since 3.2 * @since 3.2
*/ */
class KPARTS_EXPORT StatusBarExtension : public TQObject class TDEPARTS_EXPORT StatusBarExtension : public TQObject
{ {
Q_OBJECT Q_OBJECT
@ -121,6 +121,6 @@ namespace KParts
}; };
} }
#endif // KPARTS_STATUSBAREXTENSION_H #endif // TDEPARTS_STATUSBAREXTENSION_H
// vim: ts=2 sw=2 et // vim: ts=2 sw=2 et

@ -1,27 +1,27 @@
INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/libltdl -I$(top_srcdir)/tdefile -I$(top_srcdir)/tdeio $(all_includes) INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/libltdl -I$(top_srcdir)/tdefile -I$(top_srcdir)/tdeio $(all_includes)
AM_LDFLAGS = $(all_libraries) AM_LDFLAGS = $(all_libraries)
LDADD = $(LIB_KPARTS) LDADD = $(LIB_TDEPARTS)
check_PROGRAMS = tdepartstest normalktmtest ghostviewtest check_PROGRAMS = tdepartstest normalktmtest ghostviewtest
tdepartstest_SOURCES = example.cpp parts.cpp tdepartstest_SOURCES = example.cpp parts.cpp
tdepartstest_LDADD = libnotepad.la $(LIB_KPARTS) tdepartstest_LDADD = libnotepad.la $(LIB_TDEPARTS)
normalktmtest_SOURCES = normalktm.cpp parts.cpp normalktmtest_SOURCES = normalktm.cpp parts.cpp
normalktmtest_LDADD = libnotepad.la $(LIB_KPARTS) normalktmtest_LDADD = libnotepad.la $(LIB_TDEPARTS)
ghostviewtest_SOURCES = ghostview.cpp ghostviewtest_SOURCES = ghostview.cpp
ghostviewtest_LDADD = $(LIB_KPARTS) ghostviewtest_LDADD = $(LIB_TDEPARTS)
# These are not really libraries, but modules dynamically opened. # These are not really libraries, but modules dynamically opened.
# So they should be installed in kde_module_dir, which is usually $prefix/lib/trinity # So they should be installed in kde_module_dir, which is usually $prefix/lib/trinity
kde_module_LTLIBRARIES = libspellcheckplugin.la libnotepadpart.la kde_module_LTLIBRARIES = libspellcheckplugin.la libnotepadpart.la
libspellcheckplugin_la_SOURCES = plugin_spellcheck.cpp libspellcheckplugin_la_SOURCES = plugin_spellcheck.cpp
libspellcheckplugin_la_LIBADD = $(LIB_KPARTS) libspellcheckplugin_la_LIBADD = $(LIB_TDEPARTS)
libspellcheckplugin_la_LDFLAGS = -module $(KDE_PLUGIN) libspellcheckplugin_la_LDFLAGS = -module $(KDE_PLUGIN)
libnotepadpart_la_SOURCES = notepadpart.cpp libnotepadpart_la_SOURCES = notepadpart.cpp
libnotepadpart_la_LIBADD = libnotepad.la $(LIB_KPARTS) libnotepadpart_la_LIBADD = libnotepad.la $(LIB_TDEPARTS)
libnotepadpart_la_LDFLAGS = -module $(KDE_PLUGIN) libnotepadpart_la_LDFLAGS = -module $(KDE_PLUGIN)
noinst_LTLIBRARIES = libnotepad.la noinst_LTLIBRARIES = libnotepad.la

@ -11,7 +11,7 @@ INCLUDES= -I$(top_srcdir)/tdefx -I$(top_srcdir)/kded -I$(top_srcdir) $(all_inclu
kde_module_LTLIBRARIES = kded_tdeprintd.la kde_module_LTLIBRARIES = kded_tdeprintd.la
kded_tdeprintd_la_SOURCES = tdeprintd.skel tdeprintd.cpp kprintprocess.cpp kded_tdeprintd_la_SOURCES = tdeprintd.skel tdeprintd.cpp kprintprocess.cpp
kded_tdeprintd_la_LIBADD = $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(LIB_TDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(top_builddir)/kded/libtdeinit_kded.la kded_tdeprintd_la_LIBADD = $(LIB_TDEIO) $(LIB_KDED) $(LIB_QT) $(LIB_TDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(top_builddir)/kded/libtdeinit_kded.la
kded_tdeprintd_la_LDFLAGS = $(all_libraries) -module -avoid-version kded_tdeprintd_la_LDFLAGS = $(all_libraries) -module -avoid-version
#kded_tdeprintd_la_METASOURCES = AUTO #kded_tdeprintd_la_METASOURCES = AUTO
@ -31,7 +31,7 @@ libtdeprint_la_SOURCES = kmfactory.cpp kmjob.cpp kmjobmanager.cpp kmmanager.cpp
libtdeprint_la_LDFLAGS = $(all_libraries) -version-info 6:0:2 -no-undefined libtdeprint_la_LDFLAGS = $(all_libraries) -version-info 6:0:2 -no-undefined
libtdeprint_la_LIBADD = $(LIBZ) $(LIB_QT) $(LIB_TDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(LIB_TDEFILE) libtdeprint_la_LIBADD = $(LIBZ) $(LIB_QT) $(LIB_TDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(LIB_TDEFILE)
libtdeprint_la_DEPENDENCIES = $(LIB_KPARTS) libtdeprint_la_DEPENDENCIES = $(LIB_TDEPARTS)
libtdeprint_la_METASOURCES = AUTO libtdeprint_la_METASOURCES = AUTO
noinst_HEADERS = kmdbentry.h kmfactory.h \ noinst_HEADERS = kmdbentry.h kmfactory.h \

@ -15,7 +15,7 @@ tdeprint_cups_la_SOURCES = cupsinfos.cpp ipprequest.cpp kmcupsfactory.cpp kmcups
kptextpage.cpp kphpgl2page.cpp cupsaddsmb2.cpp kmwother.cpp ippreportdlg.cpp \ kptextpage.cpp kphpgl2page.cpp cupsaddsmb2.cpp kmwother.cpp ippreportdlg.cpp \
kptagspage.cpp kptagspage.cpp
tdeprint_cups_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined tdeprint_cups_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
tdeprint_cups_la_LIBADD = $(top_builddir)/tdeprint/management/libtdeprint_management.la $(LIB_KIO) $(LIB_CUPS) $(LIB_QT) $(LIB_TDEPRINT) $(LIB_TDECORE) $(LIB_TDEUI) tdeprint_cups_la_LIBADD = $(top_builddir)/tdeprint/management/libtdeprint_management.la $(LIB_TDEIO) $(LIB_CUPS) $(LIB_QT) $(LIB_TDEPRINT) $(LIB_TDECORE) $(LIB_TDEUI)
tdeprint_cups_la_METASOURCES = AUTO tdeprint_cups_la_METASOURCES = AUTO
noinst_HEADERS = cupsinfos.h ipprequest.h kmcupsjobmanager.h kmcupsmanager.h kmcupsuimanager.h \ noinst_HEADERS = cupsinfos.h ipprequest.h kmcupsjobmanager.h kmcupsmanager.h kmcupsuimanager.h \

@ -15,7 +15,7 @@ cupsdconf_la_SOURCES = cupsdconf.cpp cupsddialog.cpp cupsdpage.cpp cupsdcomment.
qdirmultilineedit.cpp sizewidget.cpp main.cpp qdirmultilineedit.cpp sizewidget.cpp main.cpp
cupsdconf_la_METASOURCES = AUTO cupsdconf_la_METASOURCES = AUTO
cupsdconf_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_RPATH) cupsdconf_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_RPATH)
cupsdconf_la_LIBADD = $(LIB_KIO) $(LIB_CUPS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) cupsdconf_la_LIBADD = $(LIB_TDEIO) $(LIB_CUPS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE)
noinst_HEADERS = cupsdconf.h cupsdpage.h cupsddialog.h cupsdcomment.h cupsdsplash.h \ noinst_HEADERS = cupsdconf.h cupsdpage.h cupsddialog.h cupsdcomment.h cupsdsplash.h \
cupsdserverpage.h cupsdlogpage.h cupsdjobspage.h cupsdfilterpage.h \ cupsdserverpage.h cupsdlogpage.h cupsdjobspage.h cupsdfilterpage.h \

@ -15,7 +15,7 @@ libtderesources_la_SOURCES = resource.cpp \
configpage.cpp configpage.cpp
libtderesources_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2 libtderesources_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2
libtderesources_la_LIBADD = $(LIB_TDEUI) $(LIB_KIO) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) libtderesources_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE)
kresincludedir = $(includedir)/tderesources kresincludedir = $(includedir)/tderesources
kresinclude_HEADERS = resource.h \ kresinclude_HEADERS = resource.h \
@ -37,7 +37,7 @@ kcm_tderesources_la_LIBADD = libtderesources.la $(LIB_QT) $(LIB_TDEUI) $(LIB_TDE
check_PROGRAMS = testresources check_PROGRAMS = testresources
testresources_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor testresources_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testresources_LDADD = libtderesources.la testresources_LDADD = libtderesources.la
testresources_SOURCES = testresources.cpp testresources_SOURCES = testresources.cpp

@ -25,7 +25,7 @@ Types: local Exchange file dir ldap ...
Resource families are usually implemented as (abstract) classes Resource families are usually implemented as (abstract) classes
in a library, e.g. the calendar resource in libkcal en the in a library, e.g. the calendar resource in libkcal en the
addressbook resource family in libkabc. Resource type are like addressbook resource family in libtdeabc. Resource type are like
plugins: that can be loaded on-demand, they are implemented in plugins: that can be loaded on-demand, they are implemented in
their own library, and a .desktop file tells KDE where to find their own library, and a .desktop file tells KDE where to find
them. them.
@ -168,6 +168,6 @@ mechanism, like SQL locks, or file locks, or whatever.
- Maybe the resource class should have some generic support - Maybe the resource class should have some generic support
for searching. In the calendar family, you could search by for searching. In the calendar family, you could search by
date, by category or by key word, in the kabc family you date, by category or by key word, in the tdeabc family you
could search by key word, name, country, etc. could search by key word, name, country, etc.

@ -39,7 +39,7 @@ class ConfigWidget;
The KDE Resource framework can be used to manage resources of The KDE Resource framework can be used to manage resources of
different types, organized in families. The Resource framework different types, organized in families. The Resource framework
is for example used for addressbook resources in libkabc and for is for example used for addressbook resources in libtdeabc and for
calendar resources in libkcal. calendar resources in libkcal.
When you want to use the framework for a new family, you need to When you want to use the framework for a new family, you need to

@ -16,8 +16,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _LIBKRSYNC_H #ifndef _LIBTDERSYNC_H
#define _LIBKRSYNC_H #define _LIBTDERSYNC_H
#include <tqmap.h> #include <tqmap.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_BACKGROUNDCHECKER_H #ifndef TDESPELL_BACKGROUNDCHECKER_H
#define KSPELL_BACKGROUNDCHECKER_H #define TDESPELL_BACKGROUNDCHECKER_H
#include "broker.h" #include "broker.h"

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_BACKGROUNDENGINE_H #ifndef TDESPELL_BACKGROUNDENGINE_H
#define KSPELL_BACKGROUNDENGINE_H #define TDESPELL_BACKGROUNDENGINE_H
#include "broker.h" #include "broker.h"

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_BACKGROUNDTHREAD_H #ifndef TDESPELL_BACKGROUNDTHREAD_H
#define KSPELL_BACKGROUNDTHREAD_H #define TDESPELL_BACKGROUNDTHREAD_H
#include "broker.h" #include "broker.h"

@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_BROKER_H #ifndef TDESPELL_BROKER_H
#define KSPELL_BROKER_H #define TDESPELL_BROKER_H
#include <ksharedptr.h> #include <ksharedptr.h>

@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_CLIENT_H #ifndef TDESPELL_CLIENT_H
#define KSPELL_CLIENT_H #define TDESPELL_CLIENT_H
#include <tqobject.h> #include <tqobject.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_DEFAULTDICTIONARY_H #ifndef TDESPELL_DEFAULTDICTIONARY_H
#define KSPELL_DEFAULTDICTIONARY_H #define TDESPELL_DEFAULTDICTIONARY_H
#include "dictionary.h" #include "dictionary.h"

@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_DICTIONARY_H #ifndef TDESPELL_DICTIONARY_H
#define KSPELL_DICTIONARY_H #define TDESPELL_DICTIONARY_H
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqstring.h> #include <tqstring.h>

@ -20,8 +20,8 @@
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_FILTER_H #ifndef TDESPELL_FILTER_H
#define KSPELL_FILTER_H #define TDESPELL_FILTER_H
#include <tqstring.h> #include <tqstring.h>
#include <tdelibs_export.h> #include <tdelibs_export.h>

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_ASPELLCLIENT_H #ifndef TDESPELL_ASPELLCLIENT_H
#define KSPELL_ASPELLCLIENT_H #define TDESPELL_ASPELLCLIENT_H
#include "client.h" #include "client.h"
#include <tqobject.h> #include <tqobject.h>

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_ASPELLDICT_H #ifndef TDESPELL_ASPELLDICT_H
#define KSPELL_ASPELLDICT_H #define TDESPELL_ASPELLDICT_H
#include "dictionary.h" #include "dictionary.h"

@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_HSPELLCLIENT_H #ifndef TDESPELL_HSPELLCLIENT_H
#define KSPELL_HSPELLCLIENT_H #define TDESPELL_HSPELLCLIENT_H
#include "client.h" #include "client.h"
#include <tqobject.h> #include <tqobject.h>

@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_HSPELLDICT_H #ifndef TDESPELL_HSPELLDICT_H
#define KSPELL_HSPELLDICT_H #define TDESPELL_HSPELLDICT_H
#include "dictionary.h" #include "dictionary.h"
/* libhspell is a C library and it does not have #ifdef __cplusplus */ /* libhspell is a C library and it does not have #ifdef __cplusplus */

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_ISPELLCLIENT_H #ifndef TDESPELL_ISPELLCLIENT_H
#define KSPELL_ISPELLCLIENT_H #define TDESPELL_ISPELLCLIENT_H
#include "client.h" #include "client.h"
#include <tqobject.h> #include <tqobject.h>

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_ASPELLDICT_H #ifndef TDESPELL_ASPELLDICT_H
#define KSPELL_ASPELLDICT_H #define TDESPELL_ASPELLDICT_H
#include "dictionary.h" #include "dictionary.h"

@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_SETTINGS_H #ifndef TDESPELL_SETTINGS_H
#define KSPELL_SETTINGS_H #define TDESPELL_SETTINGS_H
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqstring.h> #include <tqstring.h>

@ -18,7 +18,7 @@ test_dialog_SOURCES = test_dialog.cpp
test_dialog_LDADD = ../ui/libtdespell2.la $(LIB_TDECORE) test_dialog_LDADD = ../ui/libtdespell2.la $(LIB_TDECORE)
test_highlighter_SOURCES = test_highlighter.cpp test_highlighter_SOURCES = test_highlighter.cpp
test_highlighter_LDADD = ../ui/libtdespell2_noinst.la ../libtdespell2base.la $(LIB_TDECORE) $(LIB_KPARTS) ../../tdeutils/libtdeutils.la test_highlighter_LDADD = ../ui/libtdespell2_noinst.la ../libtdespell2base.la $(LIB_TDECORE) $(LIB_TDEPARTS) ../../tdeutils/libtdeutils.la
test_configdialog_SOURCES = test_configdialog.cpp test_configdialog_SOURCES = test_configdialog.cpp
test_configdialog_LDADD = ../ui/libtdespell2_noinst.la ../libtdespell2base.la $(LIB_TDECORE) $(LIB_KPARTS) ../../tdeutils/libtdeutils.la test_configdialog_LDADD = ../ui/libtdespell2_noinst.la ../libtdespell2base.la $(LIB_TDECORE) $(LIB_TDEPARTS) ../../tdeutils/libtdeutils.la

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_THREADEVENTS_H #ifndef TDESPELL_THREADEVENTS_H
#define KSPELL_THREADEVENTS_H #define TDESPELL_THREADEVENTS_H
#include <tqevent.h> #include <tqevent.h>
#include <tqstring.h> #include <tqstring.h>

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_CONFIGDIALOG_H #ifndef TDESPELL_CONFIGDIALOG_H
#define KSPELL_CONFIGDIALOG_H #define TDESPELL_CONFIGDIALOG_H
#include <kdialogbase.h> #include <kdialogbase.h>

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_CONFIGWIDGET_H #ifndef TDESPELL_CONFIGWIDGET_H
#define KSPELL_CONFIGWIDGET_H #define TDESPELL_CONFIGWIDGET_H
#include <tqwidget.h> #include <tqwidget.h>
#include <tdelibs_export.h> #include <tdelibs_export.h>

@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_DIALOG_H #ifndef TDESPELL_DIALOG_H
#define KSPELL_DIALOG_H #define TDESPELL_DIALOG_H
#include <kdialogbase.h> #include <kdialogbase.h>

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef KSPELL_HIGHLIGHTER_H #ifndef TDESPELL_HIGHLIGHTER_H
#define KSPELL_HIGHLIGHTER_H #define TDESPELL_HIGHLIGHTER_H
#include "filter.h" #include "filter.h"

@ -15,7 +15,7 @@ noinst_PROGRAMS = genembed
genembed_SOURCES = genembed.cpp genembed_SOURCES = genembed.cpp
genembed_LDADD = ../../tdefx/libtdefx.la genembed_LDADD = ../../tdefx/libtdefx.la
genembed_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor genembed_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
pixmaps.keramik: pics/checkbox-off.png pics/checkbox-on.png pics/combobox-list-bc.png\ pixmaps.keramik: pics/checkbox-off.png pics/checkbox-on.png pics/combobox-list-bc.png\
pics/combobox-list-bl.png pics/combobox-list-br.png pics/combobox-list-cl.png pics/combobox-list-cr.png\ pics/combobox-list-bl.png pics/combobox-list-br.png pics/combobox-list-cl.png pics/combobox-list-cr.png\

@ -10,7 +10,7 @@ bin_PROGRAMS = kinstalltheme
kinstalltheme_SOURCES = main.cpp kinstalltheme_SOURCES = main.cpp
# the library search path. # the library search path.
kinstalltheme_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kinstalltheme_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
# the libraries to link against. Be aware of the order. First the libraries, # the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones. # that depend on the following ones.

@ -166,6 +166,6 @@ dummy.cpp:
echo "}" >> dummy.cpp echo "}" >> dummy.cpp
echo "#endif" >> dummy.cpp echo "#endif" >> dummy.cpp
DOXYGEN_REFERENCES = tdecore tdefx dcop kio tdeutils DOXYGEN_REFERENCES = tdecore tdefx dcop tdeio tdeutils
DOXYGEN_SET_INTERNAL_DOCS = YES DOXYGEN_SET_INTERNAL_DOCS = YES
include ../admin/Doxyfile.am include ../admin/Doxyfile.am

@ -20,8 +20,8 @@
* *
*/ */
#ifndef _KABOUTDIALOG_PRIVATE_H_ #ifndef _TDEABOUTDIALOG_PRIVATE_H_
#define _KABOUTDIALOG_PRIVATE_H_ #define _TDEABOUTDIALOG_PRIVATE_H_
#include <tqlabel.h> #include <tqlabel.h>
class TQFrame; class TQFrame;

@ -337,7 +337,7 @@ void KBugReport::slotSetFrom()
m_process = 0; m_process = 0;
m_configureEmail->setEnabled(true); m_configureEmail->setEnabled(true);
// ### KDE4: why oh why is KEmailSettings in kio? // ### KDE4: why oh why is KEmailSettings in tdeio?
TDEConfig emailConf( TQString::fromLatin1("emaildefaults") ); TDEConfig emailConf( TQString::fromLatin1("emaildefaults") );
// find out the default profile // find out the default profile

@ -653,7 +653,7 @@ const char * const packages[] = {
"kimagemapeditor", "kimagemapeditor",
"kimdaba", "kimdaba",
"kinkatta", "kinkatta",
"kio", "tdeio",
"tdeio/audiocd", "tdeio/audiocd",
"tdeio/cgi", "tdeio/cgi",
"tdeio/devices", "tdeio/devices",

@ -1,6 +1,6 @@
/* This file is part of the KDE libraries /* This file is part of the KDE libraries
Copyright (C) 2000 Max Judin <novaprint@mtu-net.ru> Copyright (C) 2000 Max Judin <novaprint@mtu-net.ru>
Copyright (C) 2000 Falk Brettschneider <falk@tdevelop.org> Copyright (C) 2000 Falk Brettschneider <falk@kdevelop.org>
Copyright (C) 2002,2003 Joseph Wenninger <jowenn@kde.org> Copyright (C) 2002,2003 Joseph Wenninger <jowenn@kde.org>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
@ -23,7 +23,7 @@
----------- -----------
05/2001 - : useful patches, bugfixes by Christoph Cullmann <crossfire@babylon2k.de>, 05/2001 - : useful patches, bugfixes by Christoph Cullmann <crossfire@babylon2k.de>,
Joseph Wenninger <jowenn@bigfoot.com> and Falk Brettschneider Joseph Wenninger <jowenn@bigfoot.com> and Falk Brettschneider
03/2001 - 05/2001 : maintained and enhanced by Falk Brettschneider <falk@tdevelop.org> 03/2001 - 05/2001 : maintained and enhanced by Falk Brettschneider <falk@kdevelop.org>
03/2000 : class documentation added by Falk Brettschneider <gigafalk@yahoo.com> 03/2000 : class documentation added by Falk Brettschneider <gigafalk@yahoo.com>
10/1999 - 03/2000 : programmed by Max Judin <novaprint@mtu-net.ru> 10/1999 - 03/2000 : programmed by Max Judin <novaprint@mtu-net.ru>

@ -235,7 +235,7 @@ TQStringList KSpellingHighlighter::personalWords()
l.append( "KOrganizer" ); l.append( "KOrganizer" );
l.append( "KAddressBook" ); l.append( "KAddressBook" );
l.append( "TDEHTML" ); l.append( "TDEHTML" );
l.append( "KIO" ); l.append( "TDEIO" );
l.append( "KJS" ); l.append( "KJS" );
l.append( "Konqueror" ); l.append( "Konqueror" );
l.append( "KSpell" ); l.append( "KSpell" );

@ -20,8 +20,8 @@
* *
*/ */
#ifndef _KABOUT_APPLICATION_H_ #ifndef _TDEABOUT_APPLICATION_H_
#define _KABOUT_APPLICATION_H_ #define _TDEABOUT_APPLICATION_H_
#include <tdeaboutdata.h> #include <tdeaboutdata.h>
#include <tdeaboutdialog.h> #include <tdeaboutdialog.h>

@ -27,8 +27,8 @@
*/ */
#ifndef _KABOUTDIALOG_H_ #ifndef _TDEABOUTDIALOG_H_
#define _KABOUTDIALOG_H_ #define _TDEABOUTDIALOG_H_
#include <kdialogbase.h> #include <kdialogbase.h>
#include <tqstring.h> #include <tqstring.h>
@ -630,4 +630,4 @@ private:
TDEAboutDialogPrivate* const d; TDEAboutDialogPrivate* const d;
}; };
#endif // defined KABOUTDIALOG_H #endif // defined TDEABOUTDIALOG_H

@ -19,8 +19,8 @@
* *
*/ */
#ifndef _KABOUT_KDE_H_ #ifndef _TDEABOUT_KDE_H_
#define _KABOUT_KDE_H_ #define _TDEABOUT_KDE_H_
#include <tdeaboutdialog.h> #include <tdeaboutdialog.h>

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KACCELGEN_H #ifndef TDEACCELGEN_H
#define KACCELGEN_H #define TDEACCELGEN_H
#include <tqmap.h> #include <tqmap.h>
#include <tqstring.h> #include <tqstring.h>

@ -16,8 +16,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KACTION_SELECTOR_H_ #ifndef _TDEACTION_SELECTOR_H_
#define _KACTION_SELECTOR_H_ #define _TDEACTION_SELECTOR_H_
#include <tqwidget.h> #include <tqwidget.h>
@ -399,4 +399,4 @@ private:
TDEActionSelectorPrivate *d; TDEActionSelectorPrivate *d;
}; };
#endif // _KACTION_SELECTOR_H_ #endif // _TDEACTION_SELECTOR_H_

@ -1,5 +1,5 @@
#ifndef _KACTIONSHORTCUTLIST_H #ifndef _TDEACTIONSHORTCUTLIST_H
#define _KACTIONSHORTCUTLIST_H #define _TDEACTIONSHORTCUTLIST_H
#include <tdeshortcutlist.h> #include <tdeshortcutlist.h>
#include <tdeaction.h> #include <tdeaction.h>
@ -76,4 +76,4 @@ class TDEUI_EXPORT TDEActionPtrShortcutList : public TDEShortcutList
TDEAccelShortcutListPrivate* d; TDEAccelShortcutListPrivate* d;
}; };
#endif // !_KACTIONSHORTCUTLIST_H #endif // !_TDEACTIONSHORTCUTLIST_H

@ -20,8 +20,8 @@
*/ */
#ifndef KCMODULE_H #ifndef TDECMODULE_H
#define KCMODULE_H #define TDECMODULE_H
#include <tqwidget.h> #include <tqwidget.h>
@ -357,5 +357,5 @@ private:
}; };
#endif //KCMODULE_H #endif //TDECMODULE_H

@ -20,8 +20,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KCOMPLETIONBOX_H #ifndef TDECOMPLETIONBOX_H
#define KCOMPLETIONBOX_H #define TDECOMPLETIONBOX_H
class TQEvent; class TQEvent;
#include <tqstringlist.h> #include <tqstringlist.h>
@ -243,4 +243,4 @@ private:
}; };
#endif // KCOMPLETIONBOX_H #endif // TDECOMPLETIONBOX_H

@ -18,8 +18,8 @@
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#ifndef KCONFIGDIALOG_H #ifndef TDECONFIGDIALOG_H
#define KCONFIGDIALOG_H #define TDECONFIGDIALOG_H
class TDEConfig; class TDEConfig;
class TDEConfigSkeleton; class TDEConfigSkeleton;
@ -275,5 +275,5 @@ private:
TDEConfigDialogPrivate *d; TDEConfigDialogPrivate *d;
}; };
#endif //KCONFIGDIALOG_H #endif //TDECONFIGDIALOG_H

@ -18,8 +18,8 @@
// $Id$ // $Id$
#ifndef _KFONTCOMBO_H_ #ifndef _TDEFONTCOMBO_H_
#define _KFONTCOMBO_H_ #define _TDEFONTCOMBO_H_
#include <kcombobox.h> #include <kcombobox.h>

@ -23,8 +23,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _K_FONT_DIALOG_H_ #ifndef _TDE_FONT_DIALOG_H_
#define _K_FONT_DIALOG_H_ #define _TDE_FONT_DIALOG_H_
#include <tqlineedit.h> #include <tqlineedit.h>
#include <tqbutton.h> #include <tqbutton.h>

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KFONTREQUESTER_H #ifndef TDEFONTREQUESTER_H
#define KFONTREQUESTER_H #define TDEFONTREQUESTER_H
#include <tqwidget.h> #include <tqwidget.h>
#include <tqfont.h> #include <tqfont.h>
@ -151,7 +151,7 @@ class TDEUI_EXPORT TDEFontRequester : public TQWidget
TDEFontRequesterPrivate *d; TDEFontRequesterPrivate *d;
}; };
#endif // KFONTREQUESTER_H #endif // TDEFONTREQUESTER_H
/* vim: et sw=2 ts=2 /* vim: et sw=2 ts=2
*/ */

@ -15,8 +15,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KLISTBOX_H #ifndef TDELISTBOX_H
#define KLISTBOX_H #define TDELISTBOX_H
#include <tqlistbox.h> #include <tqlistbox.h>

@ -17,8 +17,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KLISTVIEW_H #ifndef TDELISTVIEW_H
#define KLISTVIEW_H #define TDELISTVIEW_H
#include <tqheader.h> #include <tqheader.h>
#include <tqlistview.h> #include <tqlistview.h>

@ -15,8 +15,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KLISTVIEWLINEEDIT_H #ifndef TDELISTVIEWLINEEDIT_H
#define KLISTVIEWLINEEDIT_H #define TDELISTVIEWLINEEDIT_H
#include <klineedit.h> #include <klineedit.h>
#include <tdelistview.h> #include <tdelistview.h>

@ -16,8 +16,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KLISTVIEWSEARCHLINE_H #ifndef TDELISTVIEWSEARCHLINE_H
#define KLISTVIEWSEARCHLINE_H #define TDELISTVIEWSEARCHLINE_H
#include <klineedit.h> #include <klineedit.h>
#include <tqhbox.h> #include <tqhbox.h>

@ -18,8 +18,8 @@
*/ */
#ifndef KMAINWINDOW_H #ifndef TDEMAINWINDOW_H
#define KMAINWINDOW_H #define TDEMAINWINDOW_H
#include "kxmlguifactory.h" #include "kxmlguifactory.h"
#include "kxmlguiclient.h" #include "kxmlguiclient.h"

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KWINDOW_INTERFACE_H #ifndef TDEWINDOW_INTERFACE_H
#define KWINDOW_INTERFACE_H #define TDEWINDOW_INTERFACE_H
#include <dcopobject.h> #include <dcopobject.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -22,8 +22,8 @@
//$Id$ //$Id$
#ifndef _KMENUBAR_H #ifndef _TDEMENUBAR_H
#define _KMENUBAR_H #define _TDEMENUBAR_H
#include <tqmenubar.h> #include <tqmenubar.h>

@ -16,8 +16,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KMESSAGEBOX_H_ #ifndef _TDEMESSAGEBOX_H_
#define _KMESSAGEBOX_H_ #define _TDEMESSAGEBOX_H_
#include <tqstring.h> #include <tqstring.h>
#include <tqmessagebox.h> #include <tqmessagebox.h>

@ -15,8 +15,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KPOPUP_H #ifndef _TDEPOPUP_H
#define _KPOPUP_H "$Id$" #define _TDEPOPUP_H "$Id$"
#define INCLUDE_MENUITEM_DEF #define INCLUDE_MENUITEM_DEF

@ -20,8 +20,8 @@
// Selector widgets for KDE Color Selector, but probably useful for other // Selector widgets for KDE Color Selector, but probably useful for other
// stuff also. // stuff also.
#ifndef __KSELECT_H__ #ifndef __TDESELECT_H__
#define __KSELECT_H__ #define __TDESELECT_H__
#include <tqwidget.h> #include <tqwidget.h>
#include <tqrangecontrol.h> #include <tqrangecontrol.h>
@ -369,5 +369,5 @@ private:
}; };
#endif // __KSELECT_H__ #endif // __TDESELECT_H__

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KSHORTCUTDIALOG_H_ #ifndef _TDESHORTCUTDIALOG_H_
#define _KSHORTCUTDIALOG_H_ #define _TDESHORTCUTDIALOG_H_
#include "kdialogbase.h" #include "kdialogbase.h"
#include "tdeshortcut.h" #include "tdeshortcut.h"
@ -93,4 +93,4 @@ private:
static bool s_showMore; static bool s_showMore;
}; };
#endif // _KSHORTCUTDIALOG_H_ #endif // _TDESHORTCUTDIALOG_H_

@ -16,8 +16,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef __KSPELL_H__ #ifndef __TDESPELL_H__
#define __KSPELL_H__ #define __TDESPELL_H__
#include "ksconfig.h" #include "ksconfig.h"

@ -17,8 +17,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef __KSPELLDLG_H__ #ifndef __TDESPELLDLG_H__
#define __KSPELLDLG_H__ #define __TDESPELLDLG_H__
#include <kdialogbase.h> #include <kdialogbase.h>

@ -21,8 +21,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KTOOLBAR_H #ifndef TDETOOLBAR_H
#define KTOOLBAR_H #define TDETOOLBAR_H
#include <tqtoolbar.h> #include <tqtoolbar.h>
#include <tqmainwindow.h> #include <tqmainwindow.h>

@ -20,8 +20,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KTOOLBARBUTTON_H #ifndef _TDETOOLBARBUTTON_H
#define _KTOOLBARBUTTON_H #define _TDETOOLBARBUTTON_H
#include <tqpixmap.h> #include <tqpixmap.h>
#include <tqtoolbutton.h> #include <tqtoolbutton.h>

@ -16,8 +16,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KBARHANDLER_H #ifndef TDEBARHANDLER_H
#define KBARHANDLER_H #define TDEBARHANDLER_H
#include <tqobject.h> #include <tqobject.h>
#include <tqguardedptr.h> #include <tqguardedptr.h>
@ -63,7 +63,7 @@ private:
} // namespace KDEPrivate } // namespace KDEPrivate
#endif // KBARHANDLER_H #endif // TDEBARHANDLER_H
/* vim: et sw=4 ts=4 /* vim: et sw=4 ts=4
*/ */

@ -15,8 +15,8 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KTOOLBARLABELACTION_H #ifndef TDETOOLBARLABELACTION_H
#define KTOOLBARLABELACTION_H #define TDETOOLBARLABELACTION_H
#include <tdeactionclasses.h> #include <tdeactionclasses.h>

@ -19,8 +19,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef _KTOOLBARRADIOGROUP_H #ifndef _TDETOOLBARRADIOGROUP_H
#define _KTOOLBARRADIOGROUP_H #define _TDETOOLBARRADIOGROUP_H
#include <tqobject.h> #include <tqobject.h>

@ -1,5 +1,5 @@
#ifndef _TDEUI_TESTS_KMAINWINDOWRESTORETEST_H_ #ifndef _TDEUI_TESTS_TDEMAINWINDOWRESTORETEST_H_
#define _TDEUI_TESTS_KMAINWINDOWRESTORETEST_H_ #define _TDEUI_TESTS_TDEMAINWINDOWRESTORETEST_H_
#include <tdemainwindow.h> #include <tdemainwindow.h>
@ -45,4 +45,4 @@ public:
virtual ~MainWin6() {} virtual ~MainWin6() {}
}; };
#endif // _TDEUI_TESTS_KMAINWINDOWRESTORETEST_H_ #endif // _TDEUI_TESTS_TDEMAINWINDOWRESTORETEST_H_

@ -1,5 +1,5 @@
#ifndef KMAINWINDOWTEST_H #ifndef TDEMAINWINDOWTEST_H
#define KMAINWINDOWTEST_H #define TDEMAINWINDOWTEST_H
#include <tdemainwindow.h> #include <tdemainwindow.h>
@ -13,6 +13,6 @@ private slots:
void showMessage(); void showMessage();
}; };
#endif // KMAINWINDOWTEST_H #endif // TDEMAINWINDOWTEST_H
/* vim: et sw=4 ts=4 /* vim: et sw=4 ts=4
*/ */

@ -10,7 +10,7 @@ libtdeunittestinclude_HEADERS = runner.h tester.h module.h
libtdeunittestincludedir = $(includedir)/tdeunittest libtdeunittestincludedir = $(includedir)/tdeunittest
bin_PROGRAMS = tdeunittestmodrunner bin_PROGRAMS = tdeunittestmodrunner
tdeunittestmodrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor tdeunittestmodrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
tdeunittestmodrunner_LDADD = libtdeunittest.la $(LIB_TDECORE) tdeunittestmodrunner_LDADD = libtdeunittest.la $(LIB_TDECORE)
tdeunittestmodrunner_SOURCES = modrunner.cpp tdeunittestmodrunner_SOURCES = modrunner.cpp

@ -28,8 +28,8 @@
* Provides macros to ease building unit tests as shared libraries * Provides macros to ease building unit tests as shared libraries
*/ */
#ifndef KUNITTEST_MODULE_H #ifndef TDEUNITTEST_MODULE_H
#define KUNITTEST_MODULE_H #define TDEUNITTEST_MODULE_H
#include <tqstring.h> #include <tqstring.h>
@ -38,16 +38,16 @@
namespace KUnitTest namespace KUnitTest
{ {
/*! @def KUNITTEST_MODULE(library,suite) /*! @def TDEUNITTEST_MODULE(library,suite)
* Use this macro if you are creating a KUnitTest module named library. * Use this macro if you are creating a KUnitTest module named library.
* This macro creates a module-class named a factory class. The module * This macro creates a module-class named a factory class. The module
* will appear under the name suite in the test runner. * will appear under the name suite in the test runner.
* There is no need in calling the K_EXPORT_COMPONENT_FACTORY macro, * There is no need in calling the K_EXPORT_COMPONENT_FACTORY macro,
* this is taken care of automatically. * this is taken care of automatically.
* *
* @code KUNITTEST_MODULE(tdeunittest_samplemodule,"TestSuite") @endcode * @code TDEUNITTEST_MODULE(tdeunittest_samplemodule,"TestSuite") @endcode
*/ */
#define KUNITTEST_MODULE(library,suite) \ #define TDEUNITTEST_MODULE(library,suite) \
static const TQString s_tdeunittest_suite = TQString::fromLatin1(suite); \ static const TQString s_tdeunittest_suite = TQString::fromLatin1(suite); \
class library##Module : public TQObject \ class library##Module : public TQObject \
{ \ { \
@ -80,13 +80,13 @@ namespace KUnitTest
\ \
K_EXPORT_COMPONENT_FACTORY( library, module##Factory ) K_EXPORT_COMPONENT_FACTORY( library, module##Factory )
/*! @def KUNITTEST_MODULE_REGISTER_TESTER(tester) /*! @def TDEUNITTEST_MODULE_REGISTER_TESTER(tester)
* Use this macro to add a tester class to your module. The name of the tester will * Use this macro to add a tester class to your module. The name of the tester will
* be identical to the class name. * be identical to the class name.
* *
* @code KUNITTEST_MODULE_REGISTER_TESTER(SimpleSampleTester) @endcode * @code TDEUNITTEST_MODULE_REGISTER_TESTER(SimpleSampleTester) @endcode
*/ */
#define KUNITTEST_MODULE_REGISTER_TESTER( tester) \ #define TDEUNITTEST_MODULE_REGISTER_TESTER( tester) \
static class tester##ModuleAutoregister \ static class tester##ModuleAutoregister \
{ \ { \
public: \ public: \
@ -99,12 +99,12 @@ namespace KUnitTest
} \ } \
} tester##ModuleAutoregisterInstance; } tester##ModuleAutoregisterInstance;
/*! @def KUNITTEST_MODULE_REGISTER_NAMEDTESTER(name,tester) /*! @def TDEUNITTEST_MODULE_REGISTER_NAMEDTESTER(name,tester)
* Use this macro to add a tester class, with specified name, to your module.. * Use this macro to add a tester class, with specified name, to your module..
* *
* @code KUNITTEST_MODULE_REGISTER_TESTER("SubSuite::PrettyName",SimpleSampleTester) @endcode * @code TDEUNITTEST_MODULE_REGISTER_TESTER("SubSuite::PrettyName",SimpleSampleTester) @endcode
*/ */
#define KUNITTEST_MODULE_REGISTER_NAMEDTESTER( name , tester) \ #define TDEUNITTEST_MODULE_REGISTER_NAMEDTESTER( name , tester) \
static class tester##ModuleAutoregister \ static class tester##ModuleAutoregister \
{ \ { \
public: \ public: \

@ -30,8 +30,8 @@
* Defines a set of macros and classes for running unit tests * Defines a set of macros and classes for running unit tests
*/ */
#ifndef KUNITTEST_RUNNER_H #ifndef TDEUNITTEST_RUNNER_H
#define KUNITTEST_RUNNER_H #define TDEUNITTEST_RUNNER_H
#include <iostream> #include <iostream>
using namespace std; using namespace std;
@ -48,15 +48,15 @@ class TQSocketNotifier;
namespace KUnitTest namespace KUnitTest
{ {
/*! @def KUNITTEST_SUITE(suite) /*! @def TDEUNITTEST_SUITE(suite)
* *
* This macro must be used if you are not making a test-module. The macro * This macro must be used if you are not making a test-module. The macro
* defines the name of the test suite. * defines the name of the test suite.
*/ */
#define KUNITTEST_SUITE(suite)\ #define TDEUNITTEST_SUITE(suite)\
static const TQString s_tdeunittest_suite = suite; static const TQString s_tdeunittest_suite = suite;
/*! @def KUNITTEST_REGISTER_TESTER( tester ) /*! @def TDEUNITTEST_REGISTER_TESTER( tester )
* @brief Automatic registration of Tester classes. * @brief Automatic registration of Tester classes.
* *
* This macro can be used to register the Tester into the global registry. Use * This macro can be used to register the Tester into the global registry. Use
@ -65,10 +65,10 @@ namespace KUnitTest
* macro as this macro relies on the static initialization of a TesterAutoregister class. * macro as this macro relies on the static initialization of a TesterAutoregister class.
* You can always use the static Runner::registerTester(const char *name, Tester *test) method. * You can always use the static Runner::registerTester(const char *name, Tester *test) method.
*/ */
#define KUNITTEST_REGISTER_TESTER( tester )\ #define TDEUNITTEST_REGISTER_TESTER( tester )\
static TesterAutoregister tester##Autoregister( TQString(s_tdeunittest_suite + TQString("::") + TQString::fromLocal8Bit(#tester)).local8Bit() , new tester ()) static TesterAutoregister tester##Autoregister( TQString(s_tdeunittest_suite + TQString("::") + TQString::fromLocal8Bit(#tester)).local8Bit() , new tester ())
#define KUNITTEST_REGISTER_NAMEDTESTER( name, tester )\ #define TDEUNITTEST_REGISTER_NAMEDTESTER( name, tester )\
static TesterAutoregister tester##Autoregister( TQString(s_tdeunittest_suite + TQString("::") + TQString::fromLocal8Bit(name)).local8Bit() , new tester ()) static TesterAutoregister tester##Autoregister( TQString(s_tdeunittest_suite + TQString("::") + TQString::fromLocal8Bit(name)).local8Bit() , new tester ())
/*! The type of the registry. */ /*! The type of the registry. */
@ -90,11 +90,11 @@ namespace KUnitTest
* the KUnitTest library can be kept separate from the test case sources. Test cases * the KUnitTest library can be kept separate from the test case sources. Test cases
* (classes inheriting from Tester) can be added using the static * (classes inheriting from Tester) can be added using the static
* registerTester(const char *name, Tester *test) method. Allthough most users * registerTester(const char *name, Tester *test) method. Allthough most users
* will want to use the KUNITTEST_REGISTER_TESTER macro. * will want to use the TDEUNITTEST_REGISTER_TESTER macro.
* *
* @see KUNITTEST_REGISTER_TESTER * @see TDEUNITTEST_REGISTER_TESTER
*/ */
class KUNITTEST_EXPORT Runner : public TQObject class TDEUNITTEST_EXPORT Runner : public TQObject
{ {
Q_OBJECT Q_OBJECT
@ -163,7 +163,7 @@ namespace KUnitTest
/*! Call this slot to run a single test. /*! Call this slot to run a single test.
* @param name The name of the test case. This name has to correspond to the name * @param name The name of the test case. This name has to correspond to the name
* that was used to register the test. If the KUNITTEST_REGISTER_TESTER macro was * that was used to register the test. If the TDEUNITTEST_REGISTER_TESTER macro was
* used to register the test case then this name is the class name. * used to register the test case then this name is the class name.
*/ */
void runTest(const char *name); void runTest(const char *name);

@ -30,8 +30,8 @@
using namespace KUnitTest; using namespace KUnitTest;
KUNITTEST_MODULE( tdeunittest_samplemodule, "Suite1" ); TDEUNITTEST_MODULE( tdeunittest_samplemodule, "Suite1" );
KUNITTEST_MODULE_REGISTER_TESTER( SampleTester ); TDEUNITTEST_MODULE_REGISTER_TESTER( SampleTester );
void SampleTester::allTests() void SampleTester::allTests()
{ {

@ -105,10 +105,10 @@
* @c operator==() defined. * @c operator==() defined.
* *
* Now that you did that the only other thing to do is to tell the * Now that you did that the only other thing to do is to tell the
* framework to add this test case, by using the KUNITTEST_REGISTER_TESTER(x) macro. Just * framework to add this test case, by using the TDEUNITTEST_REGISTER_TESTER(x) macro. Just
* put the following line in the implementation file: * put the following line in the implementation file:
* *
* @code KUNITTEST_REGISTER_TESTER( SampleTest ); @endcode * @code TDEUNITTEST_REGISTER_TESTER( SampleTest ); @endcode
* *
* Note the ;, it is necessary. * Note the ;, it is necessary.
* *
@ -210,18 +210,18 @@ SampleTest - 1 test passed, 1 test failed
* how you use them: * how you use them:
* *
* @code * @code
* KUNITTEST_MODULE( tdeunittest_samplemodule, "Tests for sample module" ); * TDEUNITTEST_MODULE( tdeunittest_samplemodule, "Tests for sample module" );
* KUNITTEST_MODULE_REGISTER_TESTER( SimpleSampleTester ); * TDEUNITTEST_MODULE_REGISTER_TESTER( SimpleSampleTester );
* KUNITTEST_MODULE_REGISTER_TESTER( SomeSampleTester ); * TDEUNITTEST_MODULE_REGISTER_TESTER( SomeSampleTester );
* @endcode * @endcode
* *
* The first macro, KUNITTEST_MODULE(), makes sure that the module can be loaded and that * The first macro, TDEUNITTEST_MODULE(), makes sure that the module can be loaded and that
* the test classes are created. The first argument "tdeunittest_samplemodule" is the library * the test classes are created. The first argument "tdeunittest_samplemodule" is the library
* name, in this case the library we're creating a tdeunittest_samplemodule.la module. The * name, in this case the library we're creating a tdeunittest_samplemodule.la module. The
* second argument is name which will appear in the test runner for this test suite. * second argument is name which will appear in the test runner for this test suite.
* *
* The tester class are now added by the KUNITTEST_MODULE_REGISTER_TESTER() macro, not the * The tester class are now added by the TDEUNITTEST_MODULE_REGISTER_TESTER() macro, not the
* KUNITTEST_REGISTER_TESTER(). The only difference between the two is that you have to * TDEUNITTEST_REGISTER_TESTER(). The only difference between the two is that you have to
* pass the module class name to this macro. * pass the module class name to this macro.
* *
* The Makefile.am is also a bit different, but not much: * The Makefile.am is also a bit different, but not much:
@ -231,7 +231,7 @@ SampleTest - 1 test passed, 1 test failed
* METASOURCES = AUTO * METASOURCES = AUTO
* check_LTLIBRARIES = tdeunittest_samplemodule.la * check_LTLIBRARIES = tdeunittest_samplemodule.la
* tdeunittest_samplemodule_la_SOURCES = samplemodule.cpp * tdeunittest_samplemodule_la_SOURCES = samplemodule.cpp
* tdeunittest_samplemodule_la_LIBADD = $(LIB_KUNITTEST) * tdeunittest_samplemodule_la_LIBADD = $(LIB_TDEUNITTEST)
* tdeunittest_samplemodule_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries) * tdeunittest_samplemodule_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
* @endcode * @endcode
* *
@ -429,7 +429,7 @@ namespace KUnitTest
* has a single TestResults instance associated with it, however the SlotTester * has a single TestResults instance associated with it, however the SlotTester
* class can have more TestResults instances (one for each test slot in fact). * class can have more TestResults instances (one for each test slot in fact).
*/ */
class KUNITTEST_EXPORT TestResults class TDEUNITTEST_EXPORT TestResults
{ {
friend class Tester; friend class Tester;
@ -519,7 +519,7 @@ namespace KUnitTest
* *
* @see CHECK, XFAIL, SKIP * @see CHECK, XFAIL, SKIP
*/ */
class KUNITTEST_EXPORT Tester : public TQObject class TDEUNITTEST_EXPORT Tester : public TQObject
{ {
public: public:
Tester(const char *name = 0L) Tester(const char *name = 0L)
@ -683,7 +683,7 @@ namespace KUnitTest
* execute all slots that start with the string "test". The method * execute all slots that start with the string "test". The method
* void allTests() is implemented and should not be overriden. * void allTests() is implemented and should not be overriden.
*/ */
class KUNITTEST_EXPORT SlotTester : public Tester class TDEUNITTEST_EXPORT SlotTester : public Tester
{ {
Q_OBJECT Q_OBJECT
@ -707,10 +707,10 @@ namespace KUnitTest
}; };
} }
KUNITTEST_EXPORT TQTextStream& operator<<( TQTextStream& str, const TQRect& r ); TDEUNITTEST_EXPORT TQTextStream& operator<<( TQTextStream& str, const TQRect& r );
KUNITTEST_EXPORT TQTextStream& operator<<( TQTextStream& str, const TQPoint& r ); TDEUNITTEST_EXPORT TQTextStream& operator<<( TQTextStream& str, const TQPoint& r );
KUNITTEST_EXPORT TQTextStream& operator<<( TQTextStream& str, const TQSize& r ); TDEUNITTEST_EXPORT TQTextStream& operator<<( TQTextStream& str, const TQSize& r );
#endif #endif

@ -19,6 +19,6 @@ Matthias Hoelzer-Kluepfel \<hoelzer@kde.org\>
*/ */
// DOXYGEN_REFERENCES = tdecore tdeui kio // DOXYGEN_REFERENCES = tdecore tdeui tdeio
// DOXYGEN_SET_PROJECT_NAME = KUtils // DOXYGEN_SET_PROJECT_NAME = KUtils
// vim:ts=4:sw=4:expandtab:filetype=doxygen // vim:ts=4:sw=4:expandtab:filetype=doxygen

@ -25,7 +25,7 @@ kde_servicetypes_DATA = kplugininfo.desktop
METASOURCES = AUTO METASOURCES = AUTO
DOXYGEN_REFERENCES = tdecore tdeui kio DOXYGEN_REFERENCES = tdecore tdeui tdeio
include ../admin/Doxyfile.am include ../admin/Doxyfile.am
# vim: et # vim: et

@ -40,7 +40,7 @@ class TDECModuleInfo;
* @author Matthias Elter <elter@kde.org>, Daniel Molkentin <molkentin@kde.org> * @author Matthias Elter <elter@kde.org>, Daniel Molkentin <molkentin@kde.org>
* @since 3.2 * @since 3.2
*/ */
class KUTILS_EXPORT KCMultiDialog : public KDialogBase class TDEUTILS_EXPORT KCMultiDialog : public KDialogBase
{ {
Q_OBJECT Q_OBJECT

@ -100,7 +100,7 @@
* A "Find Previous" action can simply switch temporarily the value of * A "Find Previous" action can simply switch temporarily the value of
* FindBackwards and call slotFindNext() - and reset the value afterwards. * FindBackwards and call slotFindNext() - and reset the value afterwards.
*/ */
class KUTILS_EXPORT KFind : class TDEUTILS_EXPORT KFind :
public TQObject public TQObject
{ {
Q_OBJECT Q_OBJECT

@ -71,7 +71,7 @@ class TQCheckBox;
* To use your own extensions: see findExtension(). * To use your own extensions: see findExtension().
* *
*/ */
class KUTILS_EXPORT KFindDialog: class TDEUTILS_EXPORT KFindDialog:
public KDialogBase public KDialogBase
{ {
Q_OBJECT Q_OBJECT

@ -39,7 +39,7 @@ class TDEConfigGroup;
* @author Matthias Kretz <kretz@kde.org> * @author Matthias Kretz <kretz@kde.org>
* @since 3.2 * @since 3.2
*/ */
class KUTILS_EXPORT KPluginInfo class TDEUTILS_EXPORT KPluginInfo
{ {
public: public:
typedef TQValueList<KPluginInfo*> List; typedef TQValueList<KPluginInfo*> List;

@ -57,7 +57,7 @@ class TDEConfigGroup;
* @author Matthias Kretz <kretz@kde.org> * @author Matthias Kretz <kretz@kde.org>
* @since 3.2 * @since 3.2
*/ */
class KUTILS_EXPORT KPluginSelector : public TQWidget class TDEUTILS_EXPORT KPluginSelector : public TQWidget
{ {
friend class KPluginSelectionWidget; friend class KPluginSelectionWidget;

@ -94,7 +94,7 @@ class KReplaceNextDialog;
* unless you gave it a parent widget on construction. * unless you gave it a parent widget on construction.
* *
*/ */
class KUTILS_EXPORT KReplace : class TDEUTILS_EXPORT KReplace :
public KFind public KFind
{ {
Q_OBJECT Q_OBJECT

@ -56,7 +56,7 @@ class TQRect;
* \code * \code
* \endcode * \endcode
*/ */
class KUTILS_EXPORT KReplaceDialog: class TDEUTILS_EXPORT KReplaceDialog:
public KFindDialog public KFindDialog
{ {
Q_OBJECT Q_OBJECT

@ -37,7 +37,7 @@ namespace KSettings
to the okClicked() and applyClicked() signals to be notified about to the okClicked() and applyClicked() signals to be notified about
configuration changes. configuration changes.
*/ */
class KUTILS_EXPORT ComponentsDialog : public KDialogBase class TDEUTILS_EXPORT ComponentsDialog : public KDialogBase
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -70,7 +70,7 @@ namespace KSettings
* @author Matthias Kretz <kretz@kde.org> * @author Matthias Kretz <kretz@kde.org>
* @since 3.2 * @since 3.2
*/ */
class KUTILS_EXPORT Dialog : public TQObject class TDEUTILS_EXPORT Dialog : public TQObject
{ {
friend class PageNode; friend class PageNode;
Q_OBJECT Q_OBJECT

@ -48,7 +48,7 @@ namespace KSettings
* @author Matthias Kretz <kretz@kde.org> * @author Matthias Kretz <kretz@kde.org>
* @since 3.2 * @since 3.2
*/ */
class KUTILS_EXPORT Dispatcher : public TQObject class TDEUTILS_EXPORT Dispatcher : public TQObject
{ {
friend class KStaticDeleter<Dispatcher>; friend class KStaticDeleter<Dispatcher>;

@ -70,7 +70,7 @@ namespace KSettings
* @author Matthias Kretz <kretz@kde.org> * @author Matthias Kretz <kretz@kde.org>
* @since 3.2 * @since 3.2
*/ */
class KUTILS_EXPORT PluginPage : public TDECModule class TDEUTILS_EXPORT PluginPage : public TDECModule
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KCMODULECONTAINER_H #ifndef TDECMODULECONTAINER_H
#define KCMODULECONTAINER_H #define TDECMODULECONTAINER_H
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include <tqstring.h> #include <tqstring.h>
@ -50,7 +50,7 @@ class TDECModuleProxy;
* @author Frans Englich <frans.englich@telia.com> * @author Frans Englich <frans.englich@telia.com>
* @since 3.4 * @since 3.4
*/ */
class KUTILS_EXPORT TDECModuleContainer : public TDECModule class TDEUTILS_EXPORT TDECModuleContainer : public TDECModule
{ {
Q_OBJECT Q_OBJECT
public: public:
@ -203,5 +203,5 @@ extern "C" \
} \ } \
} }
#endif // KCMODULECONTAINER_H #endif // TDECMODULECONTAINER_H

@ -21,8 +21,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef KCMODULEINFO_H #ifndef TDECMODULEINFO_H
#define KCMODULEINFO_H #define TDECMODULEINFO_H
#include <kservice.h> #include <kservice.h>
@ -46,7 +46,7 @@ class TQStringList;
* @since 3.2 * @since 3.2
* *
*/ */
class KUTILS_EXPORT TDECModuleInfo class TDEUTILS_EXPORT TDECModuleInfo
{ {
public: public:
@ -291,6 +291,6 @@ private:
}; };
#endif // KCMODULEINFO_H #endif // TDECMODULEINFO_H
// vim: ts=2 sw=2 et // vim: ts=2 sw=2 et

@ -42,7 +42,7 @@ class KLibLoader;
* @since 3.2 * @since 3.2
* @internal * @internal
**/ **/
class KUTILS_EXPORT TDECModuleLoader class TDEUTILS_EXPORT TDECModuleLoader
{ {
public: public:

@ -18,8 +18,8 @@
*/ */
#ifndef KCMODULEPROXY_H #ifndef TDECMODULEPROXY_H
#define KCMODULEPROXY_H #define TDECMODULEPROXY_H
#include <tqwidget.h> #include <tqwidget.h>
#include <tqstringlist.h> #include <tqstringlist.h>
@ -65,7 +65,7 @@ class TDEProcess;
* @author Matthias Kretz <kretz@kde.org> * @author Matthias Kretz <kretz@kde.org>
* *
*/ */
class KUTILS_EXPORT TDECModuleProxy : public TQWidget class TDEUTILS_EXPORT TDECModuleProxy : public TQWidget
{ {
Q_OBJECT Q_OBJECT
@ -354,5 +354,5 @@ private:
TDECModuleProxyPrivate * d; TDECModuleProxyPrivate * d;
}; };
#endif // KCMODULEPROXY_H #endif // TDECMODULEPROXY_H
// vim: sw=4 ts=4 noet // vim: sw=4 ts=4 noet

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef __KCMODULEPROXYIFACE_H__ #ifndef __TDECMODULEPROXYIFACE_H__
#define __KCMODULEPROXYIFACE_H__ #define __TDECMODULEPROXYIFACE_H__
#include <dcopobject.h> #include <dcopobject.h>
@ -118,4 +118,4 @@ k_dcop:
virtual void quickHelpChanged() = 0; virtual void quickHelpChanged() = 0;
}; };
#endif // __KCMODULEPROXYIFACE_H__ #endif // __TDECMODULEPROXYIFACE_H__

@ -16,8 +16,8 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#ifndef __KCMODULEPROXYIFACEIMPL_H__ #ifndef __TDECMODULEPROXYIFACEIMPL_H__
#define __KCMODULEPROXYIFACEIMPL_H__ #define __TDECMODULEPROXYIFACEIMPL_H__
#include "tdecmoduleproxyIface.h" #include "tdecmoduleproxyIface.h"
@ -93,5 +93,5 @@ TDECModuleProxy* p;
}; };
/***************************************************************/ /***************************************************************/
#endif // __KCMODULEPROXYIFACEIMPL_H__ #endif // __TDECMODULEPROXYIFACEIMPL_H__

@ -22,8 +22,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
***************************************************************************/ ***************************************************************************/
#ifndef _KMultitabbar_h_ #ifndef _TDEMultitabbar_h_
#define _KMultitabbar_h_ #define _TDEMultitabbar_h_
#include <tqscrollview.h> #include <tqscrollview.h>
#include <tqvbox.h> #include <tqvbox.h>
@ -53,7 +53,7 @@ class KMultiTabBarInternal;
* should be raisable is left to the "user". * should be raisable is left to the "user".
*@author Joseph Wenninger *@author Joseph Wenninger
*/ */
class KUTILS_EXPORT KMultiTabBar: public TQWidget class TDEUTILS_EXPORT KMultiTabBar: public TQWidget
{ {
Q_OBJECT Q_OBJECT
public: public:
@ -202,7 +202,7 @@ private:
* This class represents a tab bar button in a KMultiTabBarWidget. * This class represents a tab bar button in a KMultiTabBarWidget.
* This class should never be created except with the appendButton call of KMultiTabBar * This class should never be created except with the appendButton call of KMultiTabBar
*/ */
class KUTILS_EXPORT KMultiTabBarButton: public TQPushButton class TDEUTILS_EXPORT KMultiTabBarButton: public TQPushButton
{ {
Q_OBJECT Q_OBJECT
public: public:
@ -265,7 +265,7 @@ protected slots:
* This class represents a tab bar's tab in a KMultiTabBarWidget. * This class represents a tab bar's tab in a KMultiTabBarWidget.
* This class should never be created except with the appendTab call of KMultiTabBar * This class should never be created except with the appendTab call of KMultiTabBar
*/ */
class KUTILS_EXPORT KMultiTabBarTab: public KMultiTabBarButton class TDEUTILS_EXPORT KMultiTabBarTab: public KMultiTabBarButton
{ {
Q_OBJECT Q_OBJECT
public: public:

@ -22,8 +22,8 @@
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
***************************************************************************/ ***************************************************************************/
#ifndef K_MULTI_TAB_BAR_P_H #ifndef TDE_MULTI_TAB_BAR_P_H
#define K_MULTI_TAB_BAR_P_H #define TDE_MULTI_TAB_BAR_P_H
#include <tqscrollview.h> #include <tqscrollview.h>
#include <tdemultitabbar.h> #include <tdemultitabbar.h>

@ -21,7 +21,7 @@
/** /**
tqt_enter_modal() and tqt_enter_modal() from qapplication_win.cpp are not exported tqt_enter_modal() and tqt_enter_modal() from qapplication_win.cpp are not exported
by default, then we can't use it in NetAccess::enter_loop() (kio). by default, then we can't use it in NetAccess::enter_loop() (tdeio).
Empty implementation created as a workaround. Empty implementation created as a workaround.
*/ */
KDEWIN32_EXPORT void tqt_enter_modal( TQWidget *widget ) KDEWIN32_EXPORT void tqt_enter_modal( TQWidget *widget )

@ -6,7 +6,7 @@ include( $(KDELIBS)/win/common.pro )
LIBS += $$KDELIBDESTDIR/tdecore$$KDELIB_SUFFIX \ LIBS += $$KDELIBDESTDIR/tdecore$$KDELIB_SUFFIX \
$$KDELIBDESTDIR/tdeui$$KDELIB_SUFFIX $$KDELIBDESTDIR/tdefx$$KDELIB_SUFFIX \ $$KDELIBDESTDIR/tdeui$$KDELIB_SUFFIX $$KDELIBDESTDIR/tdefx$$KDELIB_SUFFIX \
$$KDELIBDESTDIR\dcop$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeparts$$KDELIB_SUFFIX \ $$KDELIBDESTDIR\dcop$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeparts$$KDELIB_SUFFIX \
$$KDELIBDESTDIR\kio$$KDELIB_SUFFIX $$KDELIBDESTDIR\kabc$$KDELIB_SUFFIX \ $$KDELIBDESTDIR\tdeio$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeabc$$KDELIB_SUFFIX \
$$KDELIBDESTDIR\kdewin32$$KDELIB_SUFFIX $$KDELIBDESTDIR\kdewin32$$KDELIB_SUFFIX
INCLUDEPATH += $(KDELIBS)/interfaces $(KDELIBS)/interfaces/tdetexteditor \ INCLUDEPATH += $(KDELIBS)/interfaces $(KDELIBS)/interfaces/tdetexteditor \

@ -2,7 +2,7 @@ TEMPLATE = app
include( $(KDELIBS)/win/common.pro ) include( $(KDELIBS)/win/common.pro )
LIBS += $$KDELIBDESTDIR\dcop$$KDELIB_SUFFIX $$KDELIBDESTDIR\kio$$KDELIB_SUFFIX LIBS += $$KDELIBDESTDIR\dcop$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeio$$KDELIB_SUFFIX
# icon # icon
LIBS+=$(KDELIBS)/win/resources/tdebuildsycoca.res LIBS+=$(KDELIBS)/win/resources/tdebuildsycoca.res

@ -6,7 +6,7 @@ include( $(KDELIBS)/win/common.pro )
DEFINES += MAKE_KABC_LIB DEFINES += MAKE_KABC_LIB
LIBS += $$KDELIBDESTDIR\tdecore$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeui$$KDELIB_SUFFIX \ LIBS += $$KDELIBDESTDIR\tdecore$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeui$$KDELIB_SUFFIX \
$$KDELIBDESTDIR\tderesources$$KDELIB_SUFFIX $$KDELIBDESTDIR\dcop$$KDELIB_SUFFIX \ $$KDELIBDESTDIR\tderesources$$KDELIB_SUFFIX $$KDELIBDESTDIR\dcop$$KDELIB_SUFFIX \
$$KDELIBDESTDIR\kio$$KDELIB_SUFFIX $$KDELIBDESTDIR\kvcard$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeio$$KDELIB_SUFFIX $$KDELIBDESTDIR\kvcard$$KDELIB_SUFFIX
INCLUDEPATH += $(KDELIBS)/tdeabc/vcard/include $(KDELIBS)/tdeabc/vcard/include/generated \ INCLUDEPATH += $(KDELIBS)/tdeabc/vcard/include $(KDELIBS)/tdeabc/vcard/include/generated \
$(KDELIBS)/tdeabc/vcardparser $(KDELIBS)/tdeabc/vcardparser
@ -15,7 +15,7 @@ system( bash kmoc )
system( bash kdcopidl ) system( bash kdcopidl )
system( cd scripts && perl.exe makeaddressee ) system( cd scripts && perl.exe makeaddressee )
TARGET = kabc$$KDEBUG TARGET = tdeabc$$KDEBUG
SOURCES = \ SOURCES = \
address.cpp addressbook.cpp addressee.cpp addresseedialog.cpp agent.cpp \ address.cpp addressbook.cpp addressee.cpp addresseedialog.cpp agent.cpp \

@ -4,14 +4,14 @@ include( $(KDELIBS)/win/common.pro )
include( $(KDELIBS)/win/zlib.pro ) include( $(KDELIBS)/win/zlib.pro )
# needed to export library classes: # needed to export library classes:
DEFINES += MAKE_KIO_LIB DEFINES += MAKE_TDEIO_LIB
LIBS += $$KDELIBDESTDIR\tdecore$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeui$$KDELIB_SUFFIX \ LIBS += $$KDELIBDESTDIR\tdecore$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeui$$KDELIB_SUFFIX \
$$KDELIBDESTDIR\dcop$$KDELIB_SUFFIX $$KDELIBDESTDIR\kdewin32$$KDELIB_SUFFIX $$KDELIBDESTDIR\dcop$$KDELIB_SUFFIX $$KDELIBDESTDIR\kdewin32$$KDELIB_SUFFIX
system( bash kmoc kio tdefile misc bookmarks kssl ) system( bash kmoc tdeio tdefile misc bookmarks kssl )
TARGET = kio$$KDEBUG TARGET = tdeio$$KDEBUG
INCLUDEPATH += $(KDELIBS)/tdecore/network $(KDELIBS)/tdeio/tdeio $(KDELIBS)/tdeio/misc $(KDELIBS)/tdeio/bookmarks \ INCLUDEPATH += $(KDELIBS)/tdecore/network $(KDELIBS)/tdeio/tdeio $(KDELIBS)/tdeio/misc $(KDELIBS)/tdeio/bookmarks \
$(KDELIBS)/tdeio/kssl \ $(KDELIBS)/tdeio/kssl \
@ -21,8 +21,8 @@ INCLUDEPATH += $(KDELIBS)/tdecore/network $(KDELIBS)/tdeio/tdeio $(KDELIBS)/tdei
$(KDELIBS)/tdeio/bookmarks/moc \ $(KDELIBS)/tdeio/bookmarks/moc \
$(KDELIBS)/tdeio/kssl/moc $(KDELIBS)/tdewallet/client $(KDELIBS)/tdeio/kssl/moc $(KDELIBS)/tdewallet/client
system( cd kio && dcopidl kdirnotify.h > kdirnotify.kidl && dcopidl2cpp --no-stub kdirnotify.kidl ) system( cd tdeio && dcopidl kdirnotify.h > kdirnotify.kidl && dcopidl2cpp --no-stub kdirnotify.kidl )
system( cd kio && dcopidl observer.h > observer.kidl && dcopidl2cpp observer.kidl ) system( cd tdeio && dcopidl observer.h > observer.kidl && dcopidl2cpp observer.kidl )
system( cd bookmarks && dcopidl kbookmarknotifier.h > kbookmarknotifier.kidl && dcopidl2cpp kbookmarknotifier.kidl ) system( cd bookmarks && dcopidl kbookmarknotifier.h > kbookmarknotifier.kidl && dcopidl2cpp kbookmarknotifier.kidl )
system( cd bookmarks && dcopidl kbookmarkmanager.h > kbookmarkmanager.kidl && dcopidl2cpp kbookmarkmanager.kidl ) system( cd bookmarks && dcopidl kbookmarkmanager.h > kbookmarkmanager.kidl && dcopidl2cpp kbookmarkmanager.kidl )
system( cd misc && dcopidl uiserver.h > uiserver.kidl && dcopidl2cpp uiserver.kidl ) system( cd misc && dcopidl uiserver.h > uiserver.kidl && dcopidl2cpp uiserver.kidl )

@ -4,7 +4,7 @@ include( $(KDELIBS)/win/common.pro )
# needed to export library classes: # needed to export library classes:
DEFINES += MAKE_KPARTS_LIB DEFINES += MAKE_TDEPARTS_LIB
TARGET = tdeparts$$KDEBUG TARGET = tdeparts$$KDEBUG

@ -9,7 +9,7 @@ DEFINES += MAKE_TDERESOURCES_LIB
INCLUDEPATH += $(KDELIBS)/ab INCLUDEPATH += $(KDELIBS)/ab
LIBS += $$KDELIBDESTDIR\tdecore$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeui$$KDELIB_SUFFIX \ LIBS += $$KDELIBDESTDIR\tdecore$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeui$$KDELIB_SUFFIX \
$$KDELIBDESTDIR\dcop$$KDELIB_SUFFIX $$KDELIBDESTDIR\kio$$KDELIB_SUFFIX $$KDELIBDESTDIR\dcop$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeio$$KDELIB_SUFFIX
system( bash kmoc ) system( bash kmoc )
system( bash kdcopidl ) system( bash kdcopidl )

@ -4,7 +4,7 @@ include( $(KDELIBS)/win/common.pro )
# needed to export library classes: # needed to export library classes:
DEFINES += MAKE_KUTILS_LIB DEFINES += MAKE_TDEUTILS_LIB
TARGET = tdeutils$$KDEBUG TARGET = tdeutils$$KDEBUG

@ -64,7 +64,7 @@
#endif #endif
#ifndef TDEIO_EXPORT #ifndef TDEIO_EXPORT
# ifdef MAKE_KIO_LIB # ifdef MAKE_TDEIO_LIB
# define TDEIO_EXPORT KDE_EXPORT # define TDEIO_EXPORT KDE_EXPORT
# else # else
# define TDEIO_EXPORT KDE_IMPORT # define TDEIO_EXPORT KDE_IMPORT
@ -77,10 +77,10 @@
# define DCOP_EXPORT KDE_IMPORT # define DCOP_EXPORT KDE_IMPORT
#endif #endif
#ifdef MAKE_KPARTS_LIB #ifdef MAKE_TDEPARTS_LIB
# define KPARTS_EXPORT KDE_EXPORT # define TDEPARTS_EXPORT KDE_EXPORT
#else #else
# define KPARTS_EXPORT KDE_IMPORT # define TDEPARTS_EXPORT KDE_IMPORT
#endif #endif
#ifdef MAKE_KTEXTEDITOR_LIB #ifdef MAKE_KTEXTEDITOR_LIB
@ -127,10 +127,10 @@
# define KMDI_EXPORT KDE_IMPORT # define KMDI_EXPORT KDE_IMPORT
#endif #endif
#ifdef MAKE_KUTILS_LIB #ifdef MAKE_TDEUTILS_LIB
# define KUTILS_EXPORT KDE_EXPORT # define TDEUTILS_EXPORT KDE_EXPORT
#else #else
# define KUTILS_EXPORT KDE_IMPORT # define TDEUTILS_EXPORT KDE_IMPORT
#endif #endif
#ifdef MAKE_KATEPARTINTERFACES_LIB #ifdef MAKE_KATEPARTINTERFACES_LIB

@ -46,10 +46,10 @@ tdefx \
$additional \ $additional \
tdecore \ tdecore \
tdeui \ tdeui \
kio \ tdeio \
tderesources \ tderesources \
tdeabc/vcard \ tdeabc/vcard \
kabc \ tdeabc \
tdeutils \ tdeutils \
tdeparts \ tdeparts \
tdemdi \ tdemdi \

@ -46,10 +46,10 @@ tdefx \
tdecore \ tdecore \
tdeui \ tdeui \
tdestyles/thinkeramik/widget-engine \ tdestyles/thinkeramik/widget-engine \
kio \ tdeio \
tderesources \ tderesources \
tdeabc/vcard \ tdeabc/vcard \
kabc \ tdeabc \
tdeutils \ tdeutils \
tdeparts \ tdeparts \
tdemdi \ tdemdi \

@ -14,7 +14,7 @@ fi
# Generic settings # Generic settings
export KDELIBS=$KDEWIN\\tdelibs # KDElibs/win32 source directory export KDELIBS=$KDEWIN\\tdelibs # KDElibs/win32 source directory
export INCLUDE="$KDELIBS\\win;$KDELIBS;$KDELIBS\\tdecore;$KDELIBS\\tdefx;$KDELIBS\\tdeprint;$KDELIBS\\tdeui;$KDELIBS\\tdemdi;$KDELIBS\\dcop;$KDELIBS\\kio;$KDELIBS\\kio\\kio;$KDELIBS\\kio\\tdefile;$INCLUDE" export INCLUDE="$KDELIBS\\win;$KDELIBS;$KDELIBS\\tdecore;$KDELIBS\\tdefx;$KDELIBS\\tdeprint;$KDELIBS\\tdeui;$KDELIBS\\tdemdi;$KDELIBS\\dcop;$KDELIBS\\tdeio;$KDELIBS\\tdeio\\tdeio;$KDELIBS\\tdeio\\tdefile;$INCLUDE"
# Version information for binaries # Version information for binaries
# We're changing this from time to time # We're changing this from time to time

Loading…
Cancel
Save