summaryrefslogtreecommitdiffstats
path: root/kio
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:23 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:23 -0500
commit1e81063308485e2f5f6375a410a41cb310ef7bbd (patch)
tree9ff3197accd24b2274346fdfe2027b2fd3101bdb /kio
parenta1941684d6db9d5a16f9f360c9d5b7fbab8b587e (diff)
downloadtdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.tar.gz
tdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.zip
Rename kde libraries to tde
Diffstat (limited to 'kio')
-rw-r--r--kio/DESIGN4
-rw-r--r--kio/Makefile.am2
-rw-r--r--kio/kio/Makefile.am2
-rw-r--r--kio/misc/kdesasl/Makefile.am8
4 files changed, 8 insertions, 8 deletions
diff --git a/kio/DESIGN b/kio/DESIGN
index 30a037c81..8131573e1 100644
--- a/kio/DESIGN
+++ b/kio/DESIGN
@@ -163,9 +163,9 @@ Taj brought up the idea of deligating all progress informations to an extern
GUI daemon which could be provided in several implementations - examples
are popup dialogs (most are annoyed by them, like me :) or a kicker applet
or something completely different. This would also remove the dependency on
-libkdeui (I hope).
+libtdeui (I hope).
Conclusion: kio_uiserver is this single GUI daemon, but the dependency on
-libkdeui couldn't be removed (for many reasons, including Job::showErrorDialog())
+libtdeui couldn't be removed (for many reasons, including Job::showErrorDialog())
A. progress handling
---------------------
diff --git a/kio/Makefile.am b/kio/Makefile.am
index 8349d4038..a0573f340 100644
--- a/kio/Makefile.am
+++ b/kio/Makefile.am
@@ -30,7 +30,7 @@ libkio_la_LDFLAGS = -version-info 6:0:2 -no-undefined $(all_libraries) \
$(KDE_MT_LDFLAGS)
libkio_la_LIBADD = kssl/libkssl.la kio/libkiocore.la \
kio/libksycoca.la bookmarks/libkbookmarks.la kfile/libkfile.la \
- ../kdeui/libkdeui.la ../kdesu/libkdesu.la \
+ ../kdeui/libtdeui.la ../kdesu/libtdesu.la \
../kwallet/client/libkwalletclient.la \
$(LIBZ) $(LIBFAM) $(LIBVOLMGT) $(ACL_LIBS) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
diff --git a/kio/kio/Makefile.am b/kio/kio/Makefile.am
index addaa5fe3..374fb0ab1 100644
--- a/kio/kio/Makefile.am
+++ b/kio/kio/Makefile.am
@@ -63,7 +63,7 @@ include_HEADERS += kacl.h
#endif
#libkiocore_la_LDFLAGS = $(all_libraries)
-#libkiocore_la_LIBADD = ../../kdeui/libkdeui.la ../../kdesu/libkdesu.la $(LIBZ) $(LIBFAM) $(LIBVOLMGT)
+#libkiocore_la_LIBADD = ../../kdeui/libtdeui.la ../../kdesu/libtdesu.la $(LIBZ) $(LIBFAM) $(LIBVOLMGT)
libkiocore_la_SOURCES = authinfo.cpp \
kshred.cpp \
diff --git a/kio/misc/kdesasl/Makefile.am b/kio/misc/kdesasl/Makefile.am
index 4020a966c..0160cdb67 100644
--- a/kio/misc/kdesasl/Makefile.am
+++ b/kio/misc/kdesasl/Makefile.am
@@ -1,12 +1,12 @@
INCLUDES=$(all_includes)
-lib_LTLIBRARIES = libkdesasl.la
+lib_LTLIBRARIES = libtdesasl.la
METASOURCES = AUTO
kdesaslincludedir = $(includedir)/kio
kdesaslinclude_HEADERS = kdesasl.h
-libkdesasl_la_SOURCES = kdesasl.cpp
-libkdesasl_la_LDFLAGS = $(all_libraries) -version-info 3:0:2 -no-undefined
-libkdesasl_la_LIBADD = $(LIB_KDECORE) $(LIB_QT)
+libtdesasl_la_SOURCES = kdesasl.cpp
+libtdesasl_la_LDFLAGS = $(all_libraries) -version-info 3:0:2 -no-undefined
+libtdesasl_la_LIBADD = $(LIB_KDECORE) $(LIB_QT)