summaryrefslogtreecommitdiffstats
path: root/plugins/rssfeed
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 20:58:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 20:58:31 -0600
commit4eb973efdbdbae1f12f605eded95fe25c0bcee04 (patch)
treed91ca75f32aa54c2cf93ccbb7767616426f23393 /plugins/rssfeed
parent2c862a90e80a46263b73c24dc749ace86457c480 (diff)
downloadktorrent-4eb973efdbdbae1f12f605eded95fe25c0bcee04.tar.gz
ktorrent-4eb973efdbdbae1f12f605eded95fe25c0bcee04.zip
Rename kiobuffer and KHTML
Diffstat (limited to 'plugins/rssfeed')
-rw-r--r--plugins/rssfeed/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rssfeed/Makefile.am b/plugins/rssfeed/Makefile.am
index 759af54..37faf75 100644
--- a/plugins/rssfeed/Makefile.am
+++ b/plugins/rssfeed/Makefile.am
@@ -24,7 +24,7 @@ noinst_HEADERS = rssfeedplugin.h rssfeedmanager.h rssfeed.h rssfilter.h \
ktrssfeedplugin_la_SOURCES = rssfeedplugin.cpp rssfeedmanager.cpp \
rssfeedwidget.ui rssfeed.cpp rssfilter.cpp rssarticle.cpp rsslinkdownloader.cpp
ktrssfeedplugin_la_LIBADD = $(LIB_KIO) $(LIB_QT) rss/librsslocal.la \
- ../../libktorrent/libktorrent.la $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KHTML) $(LIB_KPARTS)
+ ../../libktorrent/libktorrent.la $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_KPARTS)
SUBDIRS = rss
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)