summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:56:28 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:56:28 +0200
commitbb6ac09196ce098b3f97dd4c890821a403849c11 (patch)
treeb045e44902eb6edc99feabd32e924ae2b6b1a29d /src
parentf692a866733505de64bd95ba3e4527b41554aa57 (diff)
downloaddolphin-bb6ac09196ce098b3f97dd4c890821a403849c11.tar.gz
dolphin-bb6ac09196ce098b3f97dd4c890821a403849c11.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/dolphin.cpp2
2 files changed, 2 insertions, 2 deletions
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..."),