summaryrefslogtreecommitdiffstats
path: root/kcontrol/kfontinst
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kfontinst')
-rw-r--r--kcontrol/kfontinst/ChangeLog2
-rw-r--r--kcontrol/kfontinst/kio/CMakeLists.txt2
-rw-r--r--kcontrol/kfontinst/kio/KioFonts.cpp2
-rw-r--r--kcontrol/kfontinst/kio/Makefile.am2
-rw-r--r--kcontrol/kfontinst/viewpart/CMakeLists.txt2
-rw-r--r--kcontrol/kfontinst/viewpart/Makefile.am2
6 files changed, 6 insertions, 6 deletions
diff --git a/kcontrol/kfontinst/ChangeLog b/kcontrol/kfontinst/ChangeLog
index b00a53f1e..11bba7e9c 100644
--- a/kcontrol/kfontinst/ChangeLog
+++ b/kcontrol/kfontinst/ChangeLog
@@ -345,7 +345,7 @@ KDE3.1 -> KDE3.2
0.8.2->0.8.3
============
-1. Modified 'kfontinst.kdelnk' so that kdesu is now used - so that a user will automatically be prompted
+1. Modified 'kfontinst.kdelnk' so that tdesu is now used - so that a user will automatically be prompted
for the root password.
2. Modified dialogs to use the KDE caption ("Font Installer") instead of the app name ("kfontinst")
3. Corrected size of Configure dialog.
diff --git a/kcontrol/kfontinst/kio/CMakeLists.txt b/kcontrol/kfontinst/kio/CMakeLists.txt
index abb65350b..9c6d0ad83 100644
--- a/kcontrol/kfontinst/kio/CMakeLists.txt
+++ b/kcontrol/kfontinst/kio/CMakeLists.txt
@@ -34,6 +34,6 @@ install( FILES folder.desktop system-folder.desktop package.desktop DESTINATION
tde_add_kpart( kio_fonts AUTOMOC
SOURCES KioFonts.cpp
- LINK kxftconfig-static kfontinst-shared kdesu-shared
+ LINK kxftconfig-static kfontinst-shared tdesu-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/kcontrol/kfontinst/kio/KioFonts.cpp b/kcontrol/kfontinst/kio/KioFonts.cpp
index cef1fd9dd..96abb89db 100644
--- a/kcontrol/kfontinst/kio/KioFonts.cpp
+++ b/kcontrol/kfontinst/kio/KioFonts.cpp
@@ -59,7 +59,7 @@
#include <kinstance.h>
#include <klargefile.h>
#include <ktempfile.h>
-#include <kdesu/su.h>
+#include <tdesu/su.h>
#include <kprocess.h>
#include <kdebug.h>
#include <ktar.h>
diff --git a/kcontrol/kfontinst/kio/Makefile.am b/kcontrol/kfontinst/kio/Makefile.am
index ad0f2ea8e..a2643d8b2 100644
--- a/kcontrol/kfontinst/kio/Makefile.am
+++ b/kcontrol/kfontinst/kio/Makefile.am
@@ -2,7 +2,7 @@ kde_module_LTLIBRARIES = kio_fonts.la
kio_fonts_la_SOURCES = \
KioFonts.cpp
-kio_fonts_la_LIBADD = ../../fonts/libkxftconfig.la $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_KIO) -lkdesu ../lib/libkfontinst.la
+kio_fonts_la_LIBADD = ../../fonts/libkxftconfig.la $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_KIO) -ltdesu ../lib/libkfontinst.la
kio_fonts_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) $(KDE_RPATH) $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) -module -avoid-version -no-undefined
AM_CPPFLAGS= -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE
diff --git a/kcontrol/kfontinst/viewpart/CMakeLists.txt b/kcontrol/kfontinst/viewpart/CMakeLists.txt
index e58fb7cc6..630d1aff4 100644
--- a/kcontrol/kfontinst/viewpart/CMakeLists.txt
+++ b/kcontrol/kfontinst/viewpart/CMakeLists.txt
@@ -51,5 +51,5 @@ tde_add_executable( kfontview AUTOMOC
tde_add_library( kfontinstprint STATIC_PIC
SOURCES KfiPrint.cpp
- LINK kdeprint-shared
+ LINK tdeprint-shared
)
diff --git a/kcontrol/kfontinst/viewpart/Makefile.am b/kcontrol/kfontinst/viewpart/Makefile.am
index f7c365475..4379ab4f1 100644
--- a/kcontrol/kfontinst/viewpart/Makefile.am
+++ b/kcontrol/kfontinst/viewpart/Makefile.am
@@ -17,7 +17,7 @@ AM_CPPFLAGS = -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFR
METASOURCES = AUTO
kfontview_LDADD = $(LIB_KPARTS)
-kfontview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+kfontview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
bin_PROGRAMS = kfontview
xdg_apps_DATA = kfontview.desktop