From bb6ac09196ce098b3f97dd4c890821a403849c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 19:56:28 +0200 Subject: Additional k => tde renaming and fixes --- src/Makefile.am | 2 +- src/dolphin.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 6c17e39..23759fd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,7 @@ bin_PROGRAMS = d3lphin INCLUDES = $(all_includes) # the library search path. -d3lphin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +d3lphin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor # the libraries to link against. d3lphin_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT) -lkonq diff --git a/src/dolphin.cpp b/src/dolphin.cpp index 879ee5c..2e85ea3 100644 --- a/src/dolphin.cpp +++ b/src/dolphin.cpp @@ -1563,7 +1563,7 @@ void Dolphin::updateViewProperties(const KURL::List& urls) } // Updating the view properties might take up to several seconds - // when dragging several thousand URLs. Writing a KIO slave for this + // when dragging several thousand URLs. Writing a TDEIO slave for this // use case is not worth the effort, but at least the main widget // must be disabled and a progress should be shown. ProgressIndicator progressIndicator(i18n("Updating view properties..."), -- cgit v1.2.3