From 4140fee92e2293c37a8e9aa8f21254dc66433a0a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 21:04:23 -0600 Subject: Rename kiobuffer and KHTML --- kdict/Makefile.am | 2 +- kdict/queryview.cpp | 4 ++-- kdict/queryview.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kdict') diff --git a/kdict/Makefile.am b/kdict/Makefile.am index d9e600f6..a65f1a7e 100644 --- a/kdict/Makefile.am +++ b/kdict/Makefile.am @@ -12,7 +12,7 @@ tdeinit_LTLIBRARIES = kdict.la AM_CPPFLAGS = $(all_includes) kdict_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -module $(KDE_PLUGIN) -kdict_la_LIBADD = $(LIB_KFILE) $(LIB_KHTML) $(LIBPTHREAD) $(LIBRESOLV) +kdict_la_LIBADD = $(LIB_KFILE) $(LIB_TDEHTML) $(LIBPTHREAD) $(LIBRESOLV) kdict_la_SOURCES = dcopinterface.skel main.cpp actions.cpp dict.cpp options.cpp \ queryview.cpp toplevel.cpp sets.cpp matchview.cpp application.cpp diff --git a/kdict/queryview.cpp b/kdict/queryview.cpp index 88dc69de..7dbeaba4 100644 --- a/kdict/queryview.cpp +++ b/kdict/queryview.cpp @@ -110,7 +110,7 @@ BrowseData::BrowseData(const TQString &Nhtml, const TQString &NqueryText) //********* DictHTMLPart ****************************************** DictHTMLPart::DictHTMLPart(TQWidget *parentWidget, const char *widgetname) - : KHTMLPart(parentWidget,widgetname) + : TDEHTMLPart(parentWidget,widgetname) {} @@ -123,7 +123,7 @@ void DictHTMLPart::tdehtmlMouseReleaseEvent(tdehtml::MouseReleaseEvent *event) if (event->qmouseEvent()->button()==Qt::MidButton) emit(middleButtonClicked()); else - KHTMLPart::tdehtmlMouseReleaseEvent(event); + TDEHTMLPart::tdehtmlMouseReleaseEvent(event); } diff --git a/kdict/queryview.h b/kdict/queryview.h index ddce43de..359eac85 100644 --- a/kdict/queryview.h +++ b/kdict/queryview.h @@ -74,7 +74,7 @@ public: //********* DictHTMLPart *************************************** -class DictHTMLPart : public KHTMLPart +class DictHTMLPart : public TDEHTMLPart { Q_OBJECT -- cgit v1.2.1