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 --- kopete/libkopete/ui/Makefile.am | 2 +- kopete/libkopete/ui/userinfodialog.cpp | 4 ++-- kopete/libkopete/ui/userinfodialog.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kopete/libkopete/ui') diff --git a/kopete/libkopete/ui/Makefile.am b/kopete/libkopete/ui/Makefile.am index bd7f3c21..3e88846d 100644 --- a/kopete/libkopete/ui/Makefile.am +++ b/kopete/libkopete/ui/Makefile.am @@ -15,7 +15,7 @@ libkopeteui_la_SOURCES = kopetecontactaction.cpp addcontactpage.cpp \ addressbooklinkwidget.cpp libkopeteui_la_LDFLAGS = $(all_libraries) -lkabc -libkopeteui_la_LIBADD = ../private/libkopeteprivate.la $(LIB_KHTML) +libkopeteui_la_LIBADD = ../private/libkopeteprivate.la $(LIB_TDEHTML) kopeteincludedir = $(includedir)/kopete/ui kopeteinclude_HEADERS = accountselector.h fileconfirmbase.h \ diff --git a/kopete/libkopete/ui/userinfodialog.cpp b/kopete/libkopete/ui/userinfodialog.cpp index 99c306f8..130973ce 100644 --- a/kopete/libkopete/ui/userinfodialog.cpp +++ b/kopete/libkopete/ui/userinfodialog.cpp @@ -45,7 +45,7 @@ struct UserInfoDialog::UserInfoDialogPrivate { TQVBoxLayout *topLayout; TQWidget *page; DialogStyle style; - KHTMLPart *htmlPart; + TDEHTMLPart *htmlPart; KLineEdit *nameEdit; KLineEdit *idEdit; @@ -146,7 +146,7 @@ TQHBox* UserInfoDialog::addLabelEdit( const TQString& label, const TQString& tex void UserInfoDialog::fillHTML() { - d->htmlPart = new KHTMLPart( this ); + d->htmlPart = new TDEHTMLPart( this ); TQString text; /* diff --git a/kopete/libkopete/ui/userinfodialog.h b/kopete/libkopete/ui/userinfodialog.h index 511aeb3f..9a7bcb4e 100644 --- a/kopete/libkopete/ui/userinfodialog.h +++ b/kopete/libkopete/ui/userinfodialog.h @@ -38,7 +38,7 @@ namespace Kopete { /** * Specifies the look of this dialog. If set to HTML only - * KHTMLPart will be in the dialog and it's look can be customized + * TDEHTMLPart will be in the dialog and it's look can be customized * through setStyleSheet * @see setStyleSheet */ -- cgit v1.2.1