diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
commit | 0ae5679aa160245af248836e1d7743aeff63f2e1 (patch) | |
tree | 64608dccc9bfd57800995a414f6287b7605ca637 /kio/kfile | |
parent | d3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff) | |
download | tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip |
Additional kde to tde renaming
Diffstat (limited to 'kio/kfile')
-rw-r--r-- | kio/kfile/CMakeLists.txt | 8 | ||||
-rw-r--r-- | kio/kfile/ChangeLog | 2 | ||||
-rw-r--r-- | kio/kfile/Makefile.am | 2 | ||||
-rw-r--r-- | kio/kfile/kfilesharedlg.cpp | 2 |
4 files changed, 7 insertions, 7 deletions
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 <coolo@kde.org> Sun Feb 15 23:13:47 1998 Richard Moore <rich@kde.org> * 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; |