From 46850422d6f857317455a6f7682bda9af4ba77f8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 21:46:38 -0600 Subject: Rename additional instances of KDE to TDE --- dcop/Makefile.am | 6 +++--- dcop/dcopidl/dcopidl_output.kidl | 2 +- dcop/dcopidl/dcopidl_test.h | 2 +- dcop/dcopidl2cpp/dcopidl_test.h | 2 +- dcop/tests/Makefile.am | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) (limited to 'dcop') 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 @@ qstring.h Test - KDEUI_EXPORT + TDEUI_EXPORT MyNamespace::MyParentClass DCOPObject QValueList<QString> 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 { 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 -- cgit v1.2.1