summaryrefslogtreecommitdiffstats
path: root/konqueror/client
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/client')
-rw-r--r--konqueror/client/CMakeLists.txt4
-rw-r--r--konqueror/client/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/konqueror/client/CMakeLists.txt b/konqueror/client/CMakeLists.txt
index e711e1f82..558a5d7f9 100644
--- a/konqueror/client/CMakeLists.txt
+++ b/konqueror/client/CMakeLists.txt
@@ -27,7 +27,7 @@ install( FILES kfmclient_3_2.upd DESTINATION ${DATA_INSTALL_DIR}/kconf_update )
install( PROGRAMS kfmclient_3_2_update.sh DESTINATION ${DATA_INSTALL_DIR}/kconf_update )
-##### kfmclient (kdeinit) #######################
+##### kfmclient (tdeinit) #######################
set( target kfmclient )
@@ -37,7 +37,7 @@ set( ${target}_SRCS
${CMAKE_SOURCE_DIR}/kdesktop/KDesktopIface.stub
)
-tde_add_kdeinit_executable( ${target} AUTOMOC
+tde_add_tdeinit_executable( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
LINK kio-shared
)
diff --git a/konqueror/client/Makefile.am b/konqueror/client/Makefile.am
index 97a5b66e4..bef42b01c 100644
--- a/konqueror/client/Makefile.am
+++ b/konqueror/client/Makefile.am
@@ -2,7 +2,7 @@ AM_CPPFLAGS = -DQT_NO_CAST_ASCII
bin_PROGRAMS=
lib_LTLIBRARIES =
-kdeinit_LTLIBRARIES = kfmclient.la
+tdeinit_LTLIBRARIES = kfmclient.la
INCLUDES= -I.. $(all_includes)
kfmclient_la_LDFLAGS = $(all_libraries) -module -avoid-version