From 0ae5679aa160245af248836e1d7743aeff63f2e1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:31:13 -0600 Subject: Additional kde to tde renaming --- kio/kfile/CMakeLists.txt | 8 ++++---- kio/kfile/ChangeLog | 2 +- kio/kfile/Makefile.am | 2 +- kio/kfile/kfilesharedlg.cpp | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'kio/kfile') diff --git a/kio/kfile/CMakeLists.txt b/kio/kfile/CMakeLists.txt index e9e7540b7..3444fa0da 100644 --- a/kio/kfile/CMakeLists.txt +++ b/kio/kfile/CMakeLists.txt @@ -14,12 +14,12 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} - ${CMAKE_BINARY_DIR}/kdecore + ${CMAKE_BINARY_DIR}/tdecore ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/dcop - ${CMAKE_SOURCE_DIR}/kdefx - ${CMAKE_SOURCE_DIR}/kdecore - ${CMAKE_SOURCE_DIR}/kdeui + ${CMAKE_SOURCE_DIR}/tdefx + ${CMAKE_SOURCE_DIR}/tdecore + ${CMAKE_SOURCE_DIR}/tdeui ${CMAKE_SOURCE_DIR}/kio ${CMAKE_SOURCE_DIR}/kio/kio ${CMAKE_SOURCE_DIR}/kio/bookmarks diff --git a/kio/kfile/ChangeLog b/kio/kfile/ChangeLog index bb43f16da..ac05c86d0 100644 --- a/kio/kfile/ChangeLog +++ b/kio/kfile/ChangeLog @@ -643,7 +643,7 @@ Thu Mar 12 00:36:05 1998 Stephan Kulow Sun Feb 15 23:13:47 1998 Richard Moore * More work on the bookmarks - they should work properly now, you - must create the directory ~/.kde/share/apps/kdeui to store the + must create the directory ~/.kde/share/apps/tdeui to store the bookmarks in. * Regenerated docs diff --git a/kio/kfile/Makefile.am b/kio/kfile/Makefile.am index a63306189..1951f30c0 100644 --- a/kio/kfile/Makefile.am +++ b/kio/kfile/Makefile.am @@ -17,7 +17,7 @@ # Boston, MA 02110-1301, USA. -INCLUDES= -I$(srcdir)/../libltdl/ -I$(top_srcdir) -I$(top_srcdir)/kdefx \ +INCLUDES= -I$(srcdir)/../libltdl/ -I$(top_srcdir) -I$(top_srcdir)/tdefx \ -I$(top_builddir)/kio/kio -I$(top_srcdir)/kio/bookmarks $(all_includes) $(LIBART_CFLAGS) noinst_LTLIBRARIES = libkfile.la diff --git a/kio/kfile/kfilesharedlg.cpp b/kio/kfile/kfilesharedlg.cpp index c396a1b58..bdf101339 100644 --- a/kio/kfile/kfilesharedlg.cpp +++ b/kio/kfile/kfilesharedlg.cpp @@ -237,7 +237,7 @@ void KFileSharePropsPlugin::slotConfigureFileSharing() if (d->m_configProc) return; d->m_configProc = new KProcess(this); - (*d->m_configProc) << KStandardDirs::findExe("kdesu") << locate("exe", "kcmshell") << "fileshare"; + (*d->m_configProc) << KStandardDirs::findExe("tdesu") << locate("exe", "kcmshell") << "fileshare"; if (!d->m_configProc->start( KProcess::NotifyOnExit )) { delete d->m_configProc; -- cgit v1.2.1