summaryrefslogtreecommitdiffstats
path: root/kdesu
diff options
context:
space:
mode:
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.