diff -urN kdenetwork-3.5.10.orig/kopete/kopete/chatwindow/krichtexteditpart.cpp kdenetwork-3.5.10/kopete/kopete/chatwindow/krichtexteditpart.cpp --- kdenetwork-3.5.10.orig/kopete/kopete/chatwindow/krichtexteditpart.cpp 2010-02-11 10:48:31.000000000 +0200 +++ kdenetwork-3.5.10/kopete/kopete/chatwindow/krichtexteditpart.cpp 2010-11-24 23:34:47.000000000 +0200 @@ -38,7 +38,7 @@ KopeteRichTextEditPart::KopeteRichTextEditPart( QWidget *wparent, const char *wname, QObject*, const char*, const QStringList& ) : KParts::ReadOnlyPart( wparent, wname ? wname : "rich_text_part" ) { - KopeteRichTextEditPart::KopeteRichTextEditPart( wparent, wname, false ); + KopeteRichTextEditPart( wparent, wname, false ); } KopeteRichTextEditPart::KopeteRichTextEditPart( QWidget *parent, const char *name, int capabilities ) diff -urN kdenetwork-3.5.10.orig/kopete/kopete/contactlist/kopetegroupviewitem.cpp kdenetwork-3.5.10/kopete/kopete/contactlist/kopetegroupviewitem.cpp --- kdenetwork-3.5.10.orig/kopete/kopete/contactlist/kopetegroupviewitem.cpp 2010-02-11 10:48:31.000000000 +0200 +++ kdenetwork-3.5.10/kopete/kopete/contactlist/kopetegroupviewitem.cpp 2010-11-24 23:33:13.000000000 +0200 @@ -169,7 +169,7 @@ // the sorting itself is rather slow. Therefore we call delayedSort, which tries // to group multiple sort requests into one. using namespace Kopete::UI::ListView; - if ( ListView::ListView *lv = dynamic_cast( listView() ) ) + if ( ListView *lv = dynamic_cast( listView() ) ) lv->delayedSort(); else listView()->sort(); diff -urN kdenetwork-3.5.10.orig/kopete/protocols/testbed/testbedaccount.h kdenetwork-3.5.10/kopete/protocols/testbed/testbedaccount.h --- kdenetwork-3.5.10.orig/kopete/protocols/testbed/testbedaccount.h 2010-02-11 10:48:31.000000000 +0200 +++ kdenetwork-3.5.10/kopete/protocols/testbed/testbedaccount.h 2010-11-24 23:36:12.000000000 +0200 @@ -59,7 +59,7 @@ /** * 'Connect' to the testbed server. Only sets myself() online. */ - virtual void connect( const Kopete::OnlineStatus& initialStatus = Kopete::OnlineStatus::OnlineStatus() ); + virtual void connect( const Kopete::OnlineStatus& initialStatus = Kopete::OnlineStatus() ); /** * Disconnect from the server. Only sets myself() offline. */