summaryrefslogtreecommitdiffstats
path: root/kitchensync
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:04:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:04:28 -0600
commitc5bee2a602f3b6a9ca58c247df52b834ea50d0ed (patch)
treed1c0ded0cabb3d4fdb2ad0e9e68697282eee0dc4 /kitchensync
parentb94985f2c07570910ceecd8a0e544460a0de190b (diff)
downloadtdepim-c5bee2a602f3b6a9ca58c247df52b834ea50d0ed.tar.gz
tdepim-c5bee2a602f3b6a9ca58c247df52b834ea50d0ed.zip
Rename kiobuffer and KHTML
Diffstat (limited to 'kitchensync')
-rw-r--r--kitchensync/src/Makefile.am4
-rw-r--r--kitchensync/src/aboutpage.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/kitchensync/src/Makefile.am b/kitchensync/src/Makefile.am
index 779aec82e..e04755d44 100644
--- a/kitchensync/src/Makefile.am
+++ b/kitchensync/src/Makefile.am
@@ -32,7 +32,7 @@ libkitchensync_la_SOURCES = aboutpage.cpp mainwidget.cpp groupconfigdialog.cpp \
configguijescs.cpp configguievo2.cpp configguimoto.cpp configguisynce.cpp \
configguisunbird.cpp
libkitchensync_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
-libkitchensync_la_LIBADD = $(LIB_KIO) $(LIB_KHTML) $(top_builddir)/kitchensync/libqopensync/libqopensync.la \
+libkitchensync_la_LIBADD = $(LIB_KIO) $(LIB_TDEHTML) $(top_builddir)/kitchensync/libqopensync/libqopensync.la \
$(LIB_KABC) $(top_builddir)/libtdepim/libtdepim.la $(top_builddir)/libkcal/libkcal.la \
$(LIB_QT)
@@ -41,7 +41,7 @@ kde_module_LTLIBRARIES = libkitchensyncpart.la
libkitchensyncpart_la_SOURCES = part.cpp
libkitchensyncpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -no-undefined
-libkitchensyncpart_la_LIBADD = $(LIB_KPARTS) libkitchensync.la $(LIB_QT) $(LIB_KIO) $(LIB_KHTML) $(LIB_KABC) $(LIB_TDECORE) $(LIB_TDEUI)
+libkitchensyncpart_la_LIBADD = $(LIB_KPARTS) libkitchensync.la $(LIB_QT) $(LIB_KIO) $(LIB_TDEHTML) $(LIB_KABC) $(LIB_TDECORE) $(LIB_TDEUI)
# Resources
kitchensyncdatadir = $(kde_datadir)/kitchensync
diff --git a/kitchensync/src/aboutpage.cpp b/kitchensync/src/aboutpage.cpp
index 50f4d1de6..b337fbbaf 100644
--- a/kitchensync/src/aboutpage.cpp
+++ b/kitchensync/src/aboutpage.cpp
@@ -61,7 +61,7 @@ AboutPage::AboutPage( TQWidget *parent )
else
content = content.arg( "" );
- KHTMLPart *part = new KHTMLPart( this );
+ TDEHTMLPart *part = new TDEHTMLPart( this );
layout->addWidget( part->view() );
part->begin( KURL( location ) );