summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:15 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:16:14 +0200
commit8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850 (patch)
tree4c67d6f89a8c5ada2dc621e92c66568b4bd6b8d6 /apps/ktorrent
parent6ca429f20375d7731c7c383f553446b9b487b1f1 (diff)
downloadktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.tar.gz
ktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'apps/ktorrent')
-rw-r--r--apps/ktorrent/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktorrent/Makefile.am b/apps/ktorrent/Makefile.am
index 80b5601..3f226d1 100644
--- a/apps/ktorrent/Makefile.am
+++ b/apps/ktorrent/Makefile.am
@@ -11,11 +11,11 @@ INCLUDES = -I$(top_builddir)/ktorrent/libktorrent -I$(top_builddir)/libktorrent/
$(all_includes)
# the library search path.
-ktorrent_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+ktorrent_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
# the libraries to link against.
ktorrent_LDADD = ../../apps/ktorrent/newui/libnewui.la $(LIB_TDEFILE) \
- $(LIB_KIO) $(LIB_KPARTS) ../../apps/ktorrent/groups/libgroups.la \
+ $(LIB_TDEIO) $(LIB_TDEPARTS) ../../apps/ktorrent/groups/libgroups.la \
../../libktorrent/libktorrent.la
# which sources should be compiled for ktorrent