diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:44 -0600 |
commit | d70ce47c224b328c429a5f2406e5e793b009541d (patch) | |
tree | cef1f2b51b5429229c2c5fad2436b60dddbcf6cc /kresources/groupwise/soap | |
parent | 480ccc4ed6441c8e663dc62be689c19499d806ea (diff) | |
download | tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.tar.gz tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.zip |
Additional kde to tde renaming
Diffstat (limited to 'kresources/groupwise/soap')
-rw-r--r-- | kresources/groupwise/soap/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kresources/groupwise/soap/Makefile.am | 4 | ||||
-rw-r--r-- | kresources/groupwise/soap/contactconverter.cpp | 2 | ||||
-rw-r--r-- | kresources/groupwise/soap/contactconverter.h | 2 | ||||
-rw-r--r-- | kresources/groupwise/soap/gwconverter.cpp | 2 | ||||
-rw-r--r-- | kresources/groupwise/soap/gwconverter.h | 2 | ||||
-rw-r--r-- | kresources/groupwise/soap/incidenceconverter.cpp | 2 | ||||
-rw-r--r-- | kresources/groupwise/soap/incidenceconverter.h | 2 | ||||
-rw-r--r-- | kresources/groupwise/soap/patches/socklen.diff | 2 | ||||
-rw-r--r-- | kresources/groupwise/soap/patches/type_typo.diff | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/kresources/groupwise/soap/CMakeLists.txt b/kresources/groupwise/soap/CMakeLists.txt index 64509638e..be5c8205f 100644 --- a/kresources/groupwise/soap/CMakeLists.txt +++ b/kresources/groupwise/soap/CMakeLists.txt @@ -33,6 +33,6 @@ tde_add_library( gwsoap SHARED AUTOMOC contactconverter.cpp gwconverter.cpp incidenceconverter.cpp groupwiseserver.cpp gwjobs.cpp ksslsocket.cpp soapC.cpp soapClient.cpp stdsoap2.cpp VERSION 0.0.0 - LINK kdepim-shared + LINK tdepim-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kresources/groupwise/soap/Makefile.am b/kresources/groupwise/soap/Makefile.am index 8ea5074e8..219737768 100644 --- a/kresources/groupwise/soap/Makefile.am +++ b/kresources/groupwise/soap/Makefile.am @@ -5,8 +5,8 @@ KDE_CXXFLAGS = -Wno-non-virtual-dtor check_PROGRAMS = soapdebug -soapdebug_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor -soapdebug_LDADD = libgwsoap.la -lkdecore \ +soapdebug_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +soapdebug_LDADD = libgwsoap.la -ltdecore \ $(top_builddir)/libkcal/libkcal.la \ $(top_builddir)/libtdepim/libtdepim.la soapdebug_SOURCES = soapdebug.cpp diff --git a/kresources/groupwise/soap/contactconverter.cpp b/kresources/groupwise/soap/contactconverter.cpp index d4ab5f6a4..4f4454399 100644 --- a/kresources/groupwise/soap/contactconverter.cpp +++ b/kresources/groupwise/soap/contactconverter.cpp @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Tobias Koenig <tokoe@kde.org> This library is free software; you can redistribute it and/or diff --git a/kresources/groupwise/soap/contactconverter.h b/kresources/groupwise/soap/contactconverter.h index 6594c6d0e..7dbc8c79c 100644 --- a/kresources/groupwise/soap/contactconverter.h +++ b/kresources/groupwise/soap/contactconverter.h @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Tobias Koenig <tokoe@kde.org> This library is free software; you can redistribute it and/or diff --git a/kresources/groupwise/soap/gwconverter.cpp b/kresources/groupwise/soap/gwconverter.cpp index 4e848b7e3..2f7d5e03b 100644 --- a/kresources/groupwise/soap/gwconverter.cpp +++ b/kresources/groupwise/soap/gwconverter.cpp @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Tobias Koenig <tokoe@kde.org> This library is free software; you can redistribute it and/or diff --git a/kresources/groupwise/soap/gwconverter.h b/kresources/groupwise/soap/gwconverter.h index f57171dcc..d240ffec9 100644 --- a/kresources/groupwise/soap/gwconverter.h +++ b/kresources/groupwise/soap/gwconverter.h @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Tobias Koenig <tokoe@kde.org> This library is free software; you can redistribute it and/or diff --git a/kresources/groupwise/soap/incidenceconverter.cpp b/kresources/groupwise/soap/incidenceconverter.cpp index 85143da3b..7360d8a42 100644 --- a/kresources/groupwise/soap/incidenceconverter.cpp +++ b/kresources/groupwise/soap/incidenceconverter.cpp @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Tobias Koenig <tokoe@kde.org> This library is free software; you can redistribute it and/or diff --git a/kresources/groupwise/soap/incidenceconverter.h b/kresources/groupwise/soap/incidenceconverter.h index 305f19258..317562fa3 100644 --- a/kresources/groupwise/soap/incidenceconverter.h +++ b/kresources/groupwise/soap/incidenceconverter.h @@ -1,5 +1,5 @@ /* - This file is part of kdepim. + This file is part of tdepim. Copyright (c) 2004 Tobias Koenig <tokoe@kde.org> This library is free software; you can redistribute it and/or diff --git a/kresources/groupwise/soap/patches/socklen.diff b/kresources/groupwise/soap/patches/socklen.diff index 87b283804..74c2bbce0 100644 --- a/kresources/groupwise/soap/patches/socklen.diff +++ b/kresources/groupwise/soap/patches/socklen.diff @@ -1,6 +1,6 @@ Index: soap/stdsoap2.cpp =================================================================== -RCS file: /home/kde/kdepim/kresources/groupwise/soap/stdsoap2.cpp,v +RCS file: /home/kde/tdepim/kresources/groupwise/soap/stdsoap2.cpp,v retrieving revision 1.3 diff -u -3 -p -r1.3 stdsoap2.cpp --- soap/stdsoap2.cpp 3 Dec 2004 17:15:43 -0000 1.3 diff --git a/kresources/groupwise/soap/patches/type_typo.diff b/kresources/groupwise/soap/patches/type_typo.diff index c663dad14..6e0f47929 100644 --- a/kresources/groupwise/soap/patches/type_typo.diff +++ b/kresources/groupwise/soap/patches/type_typo.diff @@ -1,6 +1,6 @@ Index: soap/soapC.cpp =================================================================== -RCS file: /home/kde/kdepim/kresources/groupwise/soap/soapC.cpp,v +RCS file: /home/kde/tdepim/kresources/groupwise/soap/soapC.cpp,v retrieving revision 1.4.2.3 diff -u -3 -p -r1.4.2.3 soapC.cpp --- soap/soapC.cpp 25 Oct 2004 13:58:20 -0000 1.4.2.3 |