diff options
Diffstat (limited to 'kdesktop')
-rw-r--r-- | kdesktop/kwebdesktop/Makefile.am | 2 | ||||
-rw-r--r-- | kdesktop/kwebdesktop/kwebdesktop.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/kwebdesktop/Makefile.am b/kdesktop/kwebdesktop/Makefile.am index 2d0d21bdb..3ee91b6dc 100644 --- a/kdesktop/kwebdesktop/Makefile.am +++ b/kdesktop/kwebdesktop/Makefile.am @@ -1,6 +1,6 @@ INCLUDES= $(all_includes) -LDADD = $(LIB_KHTML) +LDADD = $(LIB_TDEHTML) bin_PROGRAMS = kwebdesktop diff --git a/kdesktop/kwebdesktop/kwebdesktop.cpp b/kdesktop/kwebdesktop/kwebdesktop.cpp index 661d644a6..cf1f4c6f4 100644 --- a/kdesktop/kwebdesktop/kwebdesktop.cpp +++ b/kdesktop/kwebdesktop/kwebdesktop.cpp @@ -154,7 +154,7 @@ KParts::ReadOnlyPart* KWebDesktop::createPart( const TQString& mimeType ) return 0; if ( mime->is( "text/html" ) || mime->is( "text/xml" ) || mime->is( "application/xhtml+xml" ) ) { - KHTMLPart* htmlPart = new KHTMLPart; + TDEHTMLPart* htmlPart = new TDEHTMLPart; htmlPart->widget()->resize(m_width,m_height); htmlPart->setMetaRefreshEnabled(false); |