summaryrefslogtreecommitdiffstats
path: root/kdesu
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 /kdesu
parenta1941684d6db9d5a16f9f360c9d5b7fbab8b587e (diff)
downloadtdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.tar.gz
tdelibs-1e81063308485e2f5f6375a410a41cb310ef7bbd.zip
Rename kde libraries to tde
Diffstat (limited to 'kdesu')
-rw-r--r--kdesu/CMakeLists.txt2
-rw-r--r--kdesu/Mainpage.dox2
-rw-r--r--kdesu/Makefile.am14
-rw-r--r--kdesu/README4
4 files changed, 11 insertions, 11 deletions
diff --git a/kdesu/CMakeLists.txt b/kdesu/CMakeLists.txt
index 9f5b9ef5b..02a871cd9 100644
--- a/kdesu/CMakeLists.txt
+++ b/kdesu/CMakeLists.txt
@@ -30,7 +30,7 @@ install( FILES
DESTINATION ${INCLUDE_INSTALL_DIR}/kdesu )
-##### libkdesu ##################################
+##### libtdesu ##################################
set( target kdesu )
diff --git a/kdesu/Mainpage.dox b/kdesu/Mainpage.dox
index 8105f9069..a887e2255 100644
--- a/kdesu/Mainpage.dox
+++ b/kdesu/Mainpage.dox
@@ -1,6 +1,6 @@
/** @mainpage Console-mode authentication
-libkdesu provides functionality for building GUI front ends for
+libtdesu provides functionality for building GUI front ends for
(password asking) console mode programs. For example, kdesu and
kdessh use it to interface with su and ssh respectively.
diff --git a/kdesu/Makefile.am b/kdesu/Makefile.am
index 691068966..31a553ec8 100644
--- a/kdesu/Makefile.am
+++ b/kdesu/Makefile.am
@@ -1,13 +1,13 @@
-## Makefile.am for libkdesu
+## Makefile.am for libtdesu
INCLUDES = -I$(top_srcdir)/kio/ $(all_includes)
-lib_LTLIBRARIES = libkdesu.la
-libkdesu_la_SOURCES = client.cpp process.cpp kcookie.cpp su.cpp ssh.cpp stub.cpp kdesu_pty.cpp
-libkdesu_la_LDFLAGS = -version-info 6:0:2 -no-undefined $(all_libraries)
-libkdesu_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la
-libkdesu_la_NMCHECK = $(srcdir)/libkdesu.nmcheck
-libkdesu_la_NMCHECKWEAK = $(srcdir)/libkdesu_weak.nmcheck $(top_srcdir)/kdecore/libkdecore_weak.nmcheck \
+lib_LTLIBRARIES = libtdesu.la
+libtdesu_la_SOURCES = client.cpp process.cpp kcookie.cpp su.cpp ssh.cpp stub.cpp kdesu_pty.cpp
+libtdesu_la_LDFLAGS = -version-info 6:0:2 -no-undefined $(all_libraries)
+libtdesu_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la
+libtdesu_la_NMCHECK = $(srcdir)/libtdesu.nmcheck
+libtdesu_la_NMCHECKWEAK = $(srcdir)/libtdesu_weak.nmcheck $(top_srcdir)/kdecore/libtdecore_weak.nmcheck \
$(top_srcdir)/dcop/libDCOP_weak.nmcheck $(top_srcdir)/kdecore/libqt-mt_weak.nmcheck
kdesudir = $(includedir)/kdesu
diff --git a/kdesu/README b/kdesu/README
index 0a6acd9d3..2ed2228bd 100644
--- a/kdesu/README
+++ b/kdesu/README
@@ -2,12 +2,12 @@ Maintainer: Adriaan de Groot <groot@kde.org>
Maintainer: kdesu was maintained by Alan Eldridge until his
death in 2003.
-README for libkdesu.
+README for libtdesu.
Libkdesu provides functionality for building GUI front ends for
(password asking) console mode programs. For example, kdesu and
kdessh use it to interface with su and ssh respectively.
-libkdesu is Copyright (c) 1999,2000 Geert Jansen <jansen@kde.org>
+libtdesu is Copyright (c) 1999,2000 Geert Jansen <jansen@kde.org>
Distributed under the GNU Library General Public License, version 2.