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/plugins/statistics/Makefile.am | 2 +- kopete/plugins/statistics/statisticsdialog.cpp | 2 +- kopete/plugins/statistics/statisticsdialog.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kopete/plugins/statistics') diff --git a/kopete/plugins/statistics/Makefile.am b/kopete/plugins/statistics/Makefile.am index 93a8e28a..e7cb9c25 100644 --- a/kopete/plugins/statistics/Makefile.am +++ b/kopete/plugins/statistics/Makefile.am @@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = kopete_statistics.la kopete_statistics_la_SOURCES = statisticsplugin.cpp statisticsdb.cpp statisticsdialog.cpp statisticswidget.ui statisticscontact.cpp statisticsdcopiface.skel -kopete_statistics_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) -lsqlite3 $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor $(LIB_KHTML) +kopete_statistics_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) -lsqlite3 $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor $(LIB_TDEHTML) kopete_statistics_la_LIBADD = ../../libkopete/libkopete.la -lsqlite3 service_DATA = kopete_statistics.desktop diff --git a/kopete/plugins/statistics/statisticsdialog.cpp b/kopete/plugins/statistics/statisticsdialog.cpp index ad7adb9e..02a5f4b7 100644 --- a/kopete/plugins/statistics/statisticsdialog.cpp +++ b/kopete/plugins/statistics/statisticsdialog.cpp @@ -53,7 +53,7 @@ StatisticsDialog::StatisticsDialog(StatisticsContact *contact, StatisticsDB *db, TQHBox *hbox = new TQHBox(this); - generalHTMLPart = new KHTMLPart(hbox); + generalHTMLPart = new TDEHTMLPart(hbox); generalHTMLPart->setOnlyLocalReferences(true); connect ( generalHTMLPart->browserExtension(), TQT_SIGNAL( openURLRequestDelayed( const KURL &, const KParts::URLArgs & ) ), this, TQT_SLOT( slotOpenURLRequest( const KURL &, const KParts::URLArgs & ) ) ); diff --git a/kopete/plugins/statistics/statisticsdialog.h b/kopete/plugins/statistics/statisticsdialog.h index def9d03e..a84f4b0e 100644 --- a/kopete/plugins/statistics/statisticsdialog.h +++ b/kopete/plugins/statistics/statisticsdialog.h @@ -29,7 +29,7 @@ class StatisticsPlugin; class StatisticsDB; class StatisticsContact; -class KHTMLPart; +class TDEHTMLPart; class KURL; namespace KParts { @@ -49,7 +49,7 @@ class StatisticsDialog : public KDialogBase TQString stringFromSeconds(const int seconds); StatisticsWidget *mainWidget; - KHTMLPart *generalHTMLPart; + TDEHTMLPart *generalHTMLPart; /// Database from which we get the statistics StatisticsDB *m_db; -- cgit v1.2.1