summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui/cwbugdetails.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:04:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 21:04:37 -0600
commit642c256d47aef772f1ca802894dcced70404a81b (patch)
tree89a9acae31538c0adf6b989b9d17415303197855 /kbugbuster/gui/cwbugdetails.cpp
parenta51e36dd01b6fdd51475450fa909e0e0940ab56c (diff)
downloadtdesdk-642c256d47aef772f1ca802894dcced70404a81b.tar.gz
tdesdk-642c256d47aef772f1ca802894dcced70404a81b.zip
Rename kiobuffer and KHTML
Diffstat (limited to 'kbugbuster/gui/cwbugdetails.cpp')
-rw-r--r--kbugbuster/gui/cwbugdetails.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/cwbugdetails.cpp b/kbugbuster/gui/cwbugdetails.cpp
index 0ab78ff2..1c6fa6c5 100644
--- a/kbugbuster/gui/cwbugdetails.cpp
+++ b/kbugbuster/gui/cwbugdetails.cpp
@@ -40,7 +40,7 @@ CWBugDetails::CWBugDetails( TQWidget *parent , const char * name )
{
TQBoxLayout *topLayout = new TQVBoxLayout( this );
- m_bugDesc = new KHTMLPart( this, "m_bugDesc" );
+ m_bugDesc = new TDEHTMLPart( this, "m_bugDesc" );
connect( m_bugDesc->browserExtension(), TQT_SIGNAL( openURLRequest( const KURL &, const KParts::URLArgs & ) ),
this, TQT_SLOT( handleOpenURLRequest( const KURL &, const KParts::URLArgs & ) ) );