SVN commit 444206 by amantia: Workaround for the newly introduced KHTML bug (crashes when using the KHTMLPart constructor with KHTMLView argument or when creating a KHTMLView alone). Patch by Yan Morin. BUG: 109962 M +1 -1 parts/kafka/kafkahtmlpart.cpp M +7 -7 quanta.kdevelop --- branches/KDE/3.5/kdewebdev/quanta/parts/kafka/kafkahtmlpart.cpp #444205:444206 @@ -85,7 +85,7 @@ KafkaWidget::KafkaWidget(QWidget *parent, QWidget *widgetParent, KafkaDocument *part, const char *name) - : KHTMLPart(new KHTMLView(this, widgetParent, name), parent, name), + : KHTMLPart(widgetParent, name, parent, name), w(part) { m_contextPopupMenu = new QPopupMenu(); --- branches/KDE/3.5/kdewebdev/quanta/quanta.kdevelop #444205:444206 @@ -33,7 +33,7 @@ true 2 false - + @@ -191,16 +191,16 @@ - - + + /usr/bin/ true false false true - - - + + + false @@ -271,7 +271,7 @@ KDElibs - + set m_,_ theValue