diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:04:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:04:23 -0600 |
commit | 4140fee92e2293c37a8e9aa8f21254dc66433a0a (patch) | |
tree | e34af01d770eb757086498062850842e7b525bd3 /kopete/libkopete/ui | |
parent | 44c26994c9087200cf941f08df9f77b553a1365e (diff) | |
download | tdenetwork-4140fee92e2293c37a8e9aa8f21254dc66433a0a.tar.gz tdenetwork-4140fee92e2293c37a8e9aa8f21254dc66433a0a.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'kopete/libkopete/ui')
-rw-r--r-- | kopete/libkopete/ui/Makefile.am | 2 | ||||
-rw-r--r-- | kopete/libkopete/ui/userinfodialog.cpp | 4 | ||||
-rw-r--r-- | kopete/libkopete/ui/userinfodialog.h | 2 |
3 files changed, 4 insertions, 4 deletions
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 */ |