From 741251f28014550865f29798c46bec4cb079d578 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 21:03:50 -0600 Subject: Rename kiobuffer and KHTML --- libtdeedu/tdeeduui/Makefile.am | 2 +- libtdeedu/tdeeduui/tdeeduglossary.cpp | 2 +- libtdeedu/tdeeduui/tdeeduglossary.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libtdeedu/tdeeduui') diff --git a/libtdeedu/tdeeduui/Makefile.am b/libtdeedu/tdeeduui/Makefile.am index c0863828..da4f5065 100644 --- a/libtdeedu/tdeeduui/Makefile.am +++ b/libtdeedu/tdeeduui/Makefile.am @@ -10,7 +10,7 @@ libtdeeduuiincludedir = $(includedir)/libtdeedu libtdeeduuiinclude_HEADERS = tdeeduglossary.h libtdeeduui_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:5:0 -libtdeeduui_la_LIBADD = $(LIB_TDECORE) $(LIB_KIO) $(LIB_TDEUI) $(LIB_KHTML) $(LIB_QT) +libtdeeduui_la_LIBADD = $(LIB_TDECORE) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_QT) METASOURCES = AUTO diff --git a/libtdeedu/tdeeduui/tdeeduglossary.cpp b/libtdeedu/tdeeduui/tdeeduglossary.cpp index 7c935f7c..2b47961e 100644 --- a/libtdeedu/tdeeduui/tdeeduglossary.cpp +++ b/libtdeedu/tdeeduui/tdeeduglossary.cpp @@ -201,7 +201,7 @@ GlossaryDialog::GlossaryDialog( bool folded, TQWidget *parent, const char *name) m_search->setListView( m_glosstree ); - m_htmlpart = new KHTMLPart( vs, "html-part" ); + m_htmlpart = new TDEHTMLPart( vs, "html-part" ); connect( m_htmlpart->browserExtension(), TQT_SIGNAL( openURLRequestDelayed( const KURL &, const KParts::URLArgs & ) ), this, TQT_SLOT( displayItem( const KURL &, const KParts::URLArgs & ) ) ); connect( m_glosstree, TQT_SIGNAL(clicked( TQListViewItem * )), this, TQT_SLOT(slotClicked( TQListViewItem * ))); diff --git a/libtdeedu/tdeeduui/tdeeduglossary.h b/libtdeedu/tdeeduui/tdeeduglossary.h index 43b5fd92..acb27334 100644 --- a/libtdeedu/tdeeduui/tdeeduglossary.h +++ b/libtdeedu/tdeeduui/tdeeduglossary.h @@ -265,7 +265,7 @@ class GlossaryDialog : public KDialogBase void updateTree(); - KHTMLPart *m_htmlpart; + TDEHTMLPart *m_htmlpart; KListView *m_glosstree; TQString m_htmlbasestring; -- cgit v1.2.3