summaryrefslogtreecommitdiffstats
path: root/dcop
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:46:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:46:38 -0600
commit46850422d6f857317455a6f7682bda9af4ba77f8 (patch)
treee7ccd19a8665415f634e26279d998173f7aa764f /dcop
parentd4396ecfa2ba4c7cf44c028ea02b5de76878d6b8 (diff)
downloadtdelibs-46850422d6f857317455a6f7682bda9af4ba77f8.tar.gz
tdelibs-46850422d6f857317455a6f7682bda9af4ba77f8.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'dcop')
-rw-r--r--dcop/Makefile.am6
-rw-r--r--dcop/dcopidl/dcopidl_output.kidl2
-rw-r--r--dcop/dcopidl/dcopidl_test.h2
-rw-r--r--dcop/dcopidl2cpp/dcopidl_test.h2
-rw-r--r--dcop/tests/Makefile.am4
5 files changed, 8 insertions, 8 deletions
diff --git a/dcop/Makefile.am b/dcop/Makefile.am
index 187395189..837cc486d 100644
--- a/dcop/Makefile.am
+++ b/dcop/Makefile.am
@@ -50,15 +50,15 @@ dcopserver_la_LIBADD = libDCOP.la $(LIB_QT)
dcopserver_shutdown_SOURCES = dcopserver_shutdown.c
-testdcop_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+testdcop_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testdcop_SOURCES = testdcop.cpp
testdcop_LDADD = libDCOP.la
-dcop_deadlock_test_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+dcop_deadlock_test_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
dcop_deadlock_test_SOURCES = dcop_deadlock_test.cpp
dcop_deadlock_test_LDADD = ../tdecore/libtdecore.la
-testdcopc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+testdcopc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testdcopc_SOURCES = testdcopc.c dcopc.c
testdcopc_LDADD = KDE-ICE/libkICE.la $(LIBSM)
diff --git a/dcop/dcopidl/dcopidl_output.kidl b/dcop/dcopidl/dcopidl_output.kidl
index 83df49a81..678ff6732 100644
--- a/dcop/dcopidl/dcopidl_output.kidl
+++ b/dcop/dcopidl/dcopidl_output.kidl
@@ -5,7 +5,7 @@
<INCLUDE>qstring.h</INCLUDE>
<CLASS>
<NAME>Test</NAME>
- <LINK_SCOPE>KDEUI_EXPORT</LINK_SCOPE>
+ <LINK_SCOPE>TDEUI_EXPORT</LINK_SCOPE>
<SUPER>MyNamespace::MyParentClass</SUPER>
<SUPER>DCOPObject</SUPER>
<SUPER>QValueList&lt;<TYPE>QString</TYPE>&gt;</SUPER>
diff --git a/dcop/dcopidl/dcopidl_test.h b/dcop/dcopidl/dcopidl_test.h
index 6d57167e2..2e896fb52 100644
--- a/dcop/dcopidl/dcopidl_test.h
+++ b/dcop/dcopidl/dcopidl_test.h
@@ -30,7 +30,7 @@ namespace KMail {
* geiseri at some point in the near future.
* blah di blah
**/
-class KDEUI_EXPORT Test : public MyNamespace::MyParentClass, virtual public DCOPObject,
+class TDEUI_EXPORT Test : public MyNamespace::MyParentClass, virtual public DCOPObject,
public TQValueList<TQString>
{
K_DCOP
diff --git a/dcop/dcopidl2cpp/dcopidl_test.h b/dcop/dcopidl2cpp/dcopidl_test.h
index 8a2436c6c..a6c72a888 100644
--- a/dcop/dcopidl2cpp/dcopidl_test.h
+++ b/dcop/dcopidl2cpp/dcopidl_test.h
@@ -8,7 +8,7 @@
// stub:
// - includes to super relationship, a bit much to test, needs multiple files?
-class KDEUI_EXPORT DefaultTest : public TQObject, virtual public DCOPObject
+class TDEUI_EXPORT DefaultTest : public TQObject, virtual public DCOPObject
{
Q_OBJECT
K_DCOP
diff --git a/dcop/tests/Makefile.am b/dcop/tests/Makefile.am
index 16d8ac7e0..d6bf54ac7 100644
--- a/dcop/tests/Makefile.am
+++ b/dcop/tests/Makefile.am
@@ -12,11 +12,11 @@ METASOURCES = AUTO
check_PROGRAMS = dcop_test driver
dcop_test_SOURCES = test.cpp test.skel
-dcop_test_LDADD = $(LIB_KDECORE)
+dcop_test_LDADD = $(LIB_TDECORE)
dcop_test_LDFLAGS = $(KDE_RPATH)
driver_SOURCES = driver.cpp test.stub
-driver_LDADD = $(LIB_KDECORE)
+driver_LDADD = $(LIB_TDECORE)
driver_LDFLAGS = $(KDE_RPATH)
CLEANFILES = batch.generated definitions.generated driver.generated shell.generated test.h