From c52420708f47b42fabf752e9b016ce988e6f921e Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Sun, 6 Nov 2011 02:26:44 -0600
Subject: Additional kde to tde renaming

---
 atlantikdesigner/Makefile.am                 |  2 +-
 atlantikdesigner/configure.in.bot            |  2 +-
 atlantikdesigner/designer/Makefile.am        |  4 ++--
 kate/xmltools/kde-docbook.dtd.xml            |  2 +-
 kfile-plugins/lnk/Makefile.am                |  2 +-
 kicker-applets/kbinaryclock/kbinaryclock.cpp |  2 +-
 konq-plugins/arkplugin/arkplugin.cpp         | 12 ++++++------
 konq-plugins/fsview/Makefile.am              | 10 +++++-----
 ksig/Makefile.am                             |  2 +-
 noatun-plugins/dub/dub.kdevprj               |  2 +-
 noatun-plugins/synaescope/Makefile.am        |  2 +-
 noatun-plugins/tippercanoe/Makefile.am       |  2 +-
 noatun-plugins/tyler/Makefile.am             |  2 +-
 13 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/atlantikdesigner/Makefile.am b/atlantikdesigner/Makefile.am
index 886daf5..36e47e7 100644
--- a/atlantikdesigner/Makefile.am
+++ b/atlantikdesigner/Makefile.am
@@ -1,5 +1,5 @@
 INCLUDES = $(all_includes)
-LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
 LDADD = $(LIB_KSYCOCA) $(LIB_KFILE)
 
 SUBDIRS = designer pics
diff --git a/atlantikdesigner/configure.in.bot b/atlantikdesigner/configure.in.bot
index 74e3848..8ca81d8 100644
--- a/atlantikdesigner/configure.in.bot
+++ b/atlantikdesigner/configure.in.bot
@@ -1,7 +1,7 @@
 if test "x$ATLANTIKDESIGNER_SUBDIR" = "x"; then
   echo ""
   echo "You're missing the Atlantik header files, therefore Atlantik Designer"
-  echo "will not be compiled. Install Atlantik from kdegames if you want to"
+  echo "will not be compiled. Install Atlantik from tdegames if you want to"
   echo "compile Atlantik Designer."
   echo ""
   all_tests=bad
diff --git a/atlantikdesigner/designer/Makefile.am b/atlantikdesigner/designer/Makefile.am
index b3d90fe..0a8b78e 100644
--- a/atlantikdesigner/designer/Makefile.am
+++ b/atlantikdesigner/designer/Makefile.am
@@ -1,7 +1,7 @@
 bin_PROGRAMS = atlantikdesigner
 INCLUDES = -I$(kde_includes)/atlantic $(all_includes) -I$(kde_includes)/kde
-AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor -latlantic
-LDADD = -latlantikui -lkdegames $(LIB_KIO) 
+AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -latlantic
+LDADD = -latlantikui -ltdegames $(LIB_KIO) 
 
 SUBDIRS = 
 
diff --git a/kate/xmltools/kde-docbook.dtd.xml b/kate/xmltools/kde-docbook.dtd.xml
index e1611e9..362dc67 100644
--- a/kate/xmltools/kde-docbook.dtd.xml
+++ b/kate/xmltools/kde-docbook.dtd.xml
@@ -3851,7 +3851,7 @@
 <entity name="Ntilde" type="gen">
 <text-expanded>&amp;#x00D1;</text-expanded>
 </entity>
-<entity name="kdesu" type="gen">
+<entity name="tdesu" type="gen">
 <text-expanded>
 <application>KDE su</application>
 </text-expanded>
diff --git a/kfile-plugins/lnk/Makefile.am b/kfile-plugins/lnk/Makefile.am
index a892327..d02a365 100644
--- a/kfile-plugins/lnk/Makefile.am
+++ b/kfile-plugins/lnk/Makefile.am
@@ -6,7 +6,7 @@ bin_PROGRAMS = lnkforward
 
 lnkforward_SOURCES = lnkforward.cpp
 lnkforward_LDADD = $(LIB_KDECORE) $(LIB_KIO)
-lnkforward_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+lnkforward_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
 lnkforward_METASOURCES = lnkforward.moc
 
 lnkforward_DATA = lnkforward.desktop
diff --git a/kicker-applets/kbinaryclock/kbinaryclock.cpp b/kicker-applets/kbinaryclock/kbinaryclock.cpp
index 2aaec6e..ebf7d59 100644
--- a/kicker-applets/kbinaryclock/kbinaryclock.cpp
+++ b/kicker-applets/kbinaryclock/kbinaryclock.cpp
@@ -326,7 +326,7 @@ void KBinaryClock::openContextMenu() {
 		preferences();
 		break;
 	case 103:
-		proc << locate("exe", "kdesu");
+		proc << locate("exe", "tdesu");
 		proc << "--nonewdcop";
 		proc << TQString("%1 clock --lang %2")
 				.tqarg(locate("exe", "kcmshell"))
diff --git a/konq-plugins/arkplugin/arkplugin.cpp b/konq-plugins/arkplugin/arkplugin.cpp
index 6c49555..48b4fd8 100644
--- a/konq-plugins/arkplugin/arkplugin.cpp
+++ b/konq-plugins/arkplugin/arkplugin.cpp
@@ -531,7 +531,7 @@ void ArkMenu::compressAs( const TQStringList &name, const KURL & compressed )
     args << "--add-to";
     args += name;
     args << compressed.url();
-    kapp->kdeinitExec( "ark", args );
+    kapp->tdeinitExec( "ark", args );
 }
 
 void ArkMenu::slotAddTo( int pos )
@@ -544,7 +544,7 @@ void ArkMenu::slotAddTo( int pos )
     archive.setFileName( m_archiveList[ pos ].fileName() );
 
     args << archive.url();
-    kapp->kdeinitExec( "ark", args );
+    kapp->tdeinitExec( "ark", args );
 }
 
 void ArkMenu::slotAdd()
@@ -552,7 +552,7 @@ void ArkMenu::slotAdd()
     TQStringList args( m_urlStringList );
     args.prepend( "--add" );
 
-    kapp->kdeinitExec( "ark", args );
+    kapp->tdeinitExec( "ark", args );
 }
 
 void ArkMenu::slotExtractHere()
@@ -565,7 +565,7 @@ void ArkMenu::slotExtractHere()
         KURL targetDirectory = ( *it ).url();
         targetDirectory.setPath( targetDirectory.directory() );
         args << "--extract-to"  << targetDirectory.url() << ( *it ).url();
-        kapp->kdeinitExec( "ark", args );
+        kapp->tdeinitExec( "ark", args );
     }
 }
 
@@ -584,7 +584,7 @@ void ArkMenu::slotExtractToSubfolders()
         stripExtension( dirName );
         targetDir.setPath( dirName );
         args << "--extract-to"  << targetDir.url() << *it;
-        kapp->kdeinitExec( "ark", args );
+        kapp->tdeinitExec( "ark", args );
     }
 }
 
@@ -596,7 +596,7 @@ void ArkMenu::slotExtractTo()
     {
         TQStringList args;
         args << "--extract" << *it;
-        kapp->kdeinitExec( "ark", args );
+        kapp->tdeinitExec( "ark", args );
     }
 }
 
diff --git a/konq-plugins/fsview/Makefile.am b/konq-plugins/fsview/Makefile.am
index 09d0983..d35b3b7 100644
--- a/konq-plugins/fsview/Makefile.am
+++ b/konq-plugins/fsview/Makefile.am
@@ -24,21 +24,21 @@ libfsview_la_SOURCES = treemap.cpp fsview.cpp scan.cpp inode.cpp
 
 bin_PROGRAMS = fsview
 
-fsview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+fsview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
 fsview_SOURCES = main.cpp
-fsview_LDADD   = libfsview.la $(LIB_KIO) $(LIB_KDECORE) $(LIB_QT) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+fsview_LDADD   = libfsview.la $(LIB_KIO) $(LIB_KDECORE) $(LIB_QT) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
 
 check_PROGRAMS = scantest
 
-scantest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+scantest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
 scantest_SOURCES = scantest.cpp
-scantest_LDADD   = libfsview.la $(LIB_KIO) $(LIB_KDECORE) $(LIB_QT) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+scantest_LDADD   = libfsview.la $(LIB_KIO) $(LIB_KDECORE) $(LIB_QT) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
 
 # The KPart
 
 kde_module_LTLIBRARIES = libfsviewpart.la
 libfsviewpart_la_SOURCES = fsview_part.cpp
-libfsviewpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+libfsviewpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
 libfsviewpart_la_LIBADD  = libfsview.la $(LIB_KPARTS) $(LIB_KIO) -lkonq
 
 partdesktopdir   = $(kde_servicesdir)
diff --git a/ksig/Makefile.am b/ksig/Makefile.am
index 90452b8..e8941fb 100644
--- a/ksig/Makefile.am
+++ b/ksig/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES = $(all_includes)
 METASOURCES = AUTO
 KDE_ICON = AUTO
 
-ksig_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+ksig_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
 ksig_LDADD   =  $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI)
 
 rcdir = $(kde_datadir)/ksig
diff --git a/noatun-plugins/dub/dub.kdevprj b/noatun-plugins/dub/dub.kdevprj
index b82240e..ef387e6 100644
--- a/noatun-plugins/dub/dub.kdevprj
+++ b/noatun-plugins/dub/dub.kdevprj
@@ -28,7 +28,7 @@ bin_program=dub
 cflags=
 cppflags=
 cxxflags=\s-O0 -g3 -Wall
-ldadd=\s-lkfile -lkdeui -lkdecore -lqt
+ldadd=\s-lkfile -ltdeui -ltdecore -lqt
 ldflags=\s  \s
 
 [General]
diff --git a/noatun-plugins/synaescope/Makefile.am b/noatun-plugins/synaescope/Makefile.am
index d64a464..207ffa0 100644
--- a/noatun-plugins/synaescope/Makefile.am
+++ b/noatun-plugins/synaescope/Makefile.am
@@ -11,7 +11,7 @@ noatunsynaescope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
 bin_PROGRAMS = noatunsynaescope.bin
 
 noatunsynaescope_bin_SOURCES = core.cpp main.cpp sdlwrap.cpp ui.cpp
-noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
 noatunsynaescope_bin_LDADD = $(LIB_KDEUI) -lnoatun $(SDL_LIBS)
 
 noatun_DATA = synaescope.plugin
diff --git a/noatun-plugins/tippercanoe/Makefile.am b/noatun-plugins/tippercanoe/Makefile.am
index 64a327f..d85ab15 100644
--- a/noatun-plugins/tippercanoe/Makefile.am
+++ b/noatun-plugins/tippercanoe/Makefile.am
@@ -11,7 +11,7 @@ noatuntippecanoe_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
 bin_PROGRAMS = noatuntippecanoe.bin
 
 noatuntippecanoe_bin_SOURCES = core.cpp main.cpp ui.cpp sdlwrap.cpp
-noatuntippecanoe_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+noatuntippecanoe_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
 noatuntippecanoe_bin_LDADD = $(LIB_KDEUI) -lm $(SDL_LIBS)
 
 noatun_DATA = tippecanoe.plugin
diff --git a/noatun-plugins/tyler/Makefile.am b/noatun-plugins/tyler/Makefile.am
index 80b31cb..5a2e279 100644
--- a/noatun-plugins/tyler/Makefile.am
+++ b/noatun-plugins/tyler/Makefile.am
@@ -11,7 +11,7 @@ noatuntyler_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
 bin_PROGRAMS = noatuntyler.bin
 
 noatuntyler_bin_SOURCES = main.cpp file.cpp compute.c display.c renderer.c
-noatuntyler_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+noatuntyler_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
 noatuntyler_bin_LDADD = $(LIB_KDECORE) -lm $(SDL_LIBS)
 
 noatun_DATA = tyler.plugin tylerstates
-- 
cgit v1.2.3

