diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
commit | 3b1405169d66e029912f53d10c2880c46f5ed159 (patch) | |
tree | 40c38835f7709885bf4a99d6d9cc64232397c4ba /dcop | |
parent | bd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff) | |
download | tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip |
Additional renaming of kde to tde
Diffstat (limited to 'dcop')
-rw-r--r-- | dcop/Makefile.am | 2 | ||||
-rw-r--r-- | dcop/dcopclient.h | 2 | ||||
-rw-r--r-- | dcop/dcopidlng/kalyptus | 2 | ||||
-rw-r--r-- | dcop/dcopobject.h | 2 | ||||
-rw-r--r-- | dcop/dcopref.h | 2 | ||||
-rw-r--r-- | dcop/dcopsignals.h | 2 | ||||
-rw-r--r-- | dcop/dcopstub.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/dcop/Makefile.am b/dcop/Makefile.am index 837cc486d..d59b75cdb 100644 --- a/dcop/Makefile.am +++ b/dcop/Makefile.am @@ -1,4 +1,4 @@ -# This Makefile.am was taken from the kdelibs distribution and +# This Makefile.am was taken from the tdelibs distribution and # modified for DCOP. Preston Brown (Oct 10, 1999) # # Copyright (c) 1999 Preston Brown <pbrown@kde.org> diff --git a/dcop/dcopclient.h b/dcop/dcopclient.h index 0575cd1ed..f673899e2 100644 --- a/dcop/dcopclient.h +++ b/dcop/dcopclient.h @@ -28,7 +28,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tqvaluelist.h> #include <tqstring.h> #include <kdatastream.h> // needed for proper bool marshalling -#include <kdelibs_export.h> +#include <tdelibs_export.h> class DCOPObjectProxy; class DCOPClientPrivate; diff --git a/dcop/dcopidlng/kalyptus b/dcop/dcopidlng/kalyptus index 9a3709fc0..d76ff95b1 100644 --- a/dcop/dcopidlng/kalyptus +++ b/dcop/dcopidlng/kalyptus @@ -1,4 +1,4 @@ -#!/usr/bin/perl -I/Users/duke/src/kde/kdebindings/kalyptus +#!/usr/bin/perl -I/Users/duke/src/kde/tdebindings/kalyptus # -*- indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- # KDOC -- C++ and CORBA IDL interface documentation tool. diff --git a/dcop/dcopobject.h b/dcop/dcopobject.h index 2040379b2..d864be467 100644 --- a/dcop/dcopobject.h +++ b/dcop/dcopobject.h @@ -29,7 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tqptrlist.h> #include <tqvaluelist.h> #include <kdatastream.h> // needed for proper bool marshalling -#include "kdelibs_export.h" +#include "tdelibs_export.h" class DCOPClient; typedef TQValueList<TQCString> QCStringList; diff --git a/dcop/dcopref.h b/dcop/dcopref.h index c7fa69822..f1f2f5af5 100644 --- a/dcop/dcopref.h +++ b/dcop/dcopref.h @@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tqcstring.h> #include <dcoptypes.h> #include <kdatastream.h> // needed for proper bool marshalling -#include "kdelibs_export.h" +#include "tdelibs_export.h" class TQDataStream; class DCOPObject; diff --git a/dcop/dcopsignals.h b/dcop/dcopsignals.h index f3aae683e..8a930b85f 100644 --- a/dcop/dcopsignals.h +++ b/dcop/dcopsignals.h @@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tqasciidict.h> #include <tqptrlist.h> #include <tqstring.h> -#include "kdelibs_export.h" +#include "tdelibs_export.h" class DCOPConnection; diff --git a/dcop/dcopstub.h b/dcop/dcopstub.h index df55e0f72..b10e297cf 100644 --- a/dcop/dcopstub.h +++ b/dcop/dcopstub.h @@ -30,7 +30,7 @@ class DCOPStubPrivate; #include <stdlib.h> #include <tqstring.h> -#include "kdelibs_export.h" +#include "tdelibs_export.h" /** * Abstract base class for dcop stubs as created by the |