From 25e81ae17ce0dbb745fb38bf80976a8428a8bfd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Tue, 14 Oct 2014 21:30:52 +0200 Subject: RPM Packaging: cleanup tdenetwork --- redhat/tdenetwork/kdenetwork-kopete-gcc45.patch | 57 ------------------------- 1 file changed, 57 deletions(-) delete mode 100644 redhat/tdenetwork/kdenetwork-kopete-gcc45.patch (limited to 'redhat/tdenetwork/kdenetwork-kopete-gcc45.patch') diff --git a/redhat/tdenetwork/kdenetwork-kopete-gcc45.patch b/redhat/tdenetwork/kdenetwork-kopete-gcc45.patch deleted file mode 100644 index f93e68922..000000000 --- a/redhat/tdenetwork/kdenetwork-kopete-gcc45.patch +++ /dev/null @@ -1,57 +0,0 @@ -*** kdenetwork/kopete/protocols/testbed/testbedaccount.h.ORI 2011-08-24 00:30:58.403965000 +0200 ---- kdenetwork/kopete/protocols/testbed/testbedaccount.h 2011-08-24 00:31:29.706965000 +0200 -*************** -*** 59,65 **** - /** - * 'Connect' to the testbed server. Only sets myself() online. - */ -! virtual void connect( const Kopete::OnlineStatus& initialStatus = Kopete::OnlineStatus::OnlineStatus() ); - /** - * Disconnect from the server. Only sets myself() offline. - */ ---- 59,65 ---- - /** - * 'Connect' to the testbed server. Only sets myself() online. - */ -! virtual void connect( const Kopete::OnlineStatus& initialStatus = Kopete::OnlineStatus() ); - /** - * Disconnect from the server. Only sets myself() offline. - */ -*** kdenetwork/kopete/kopete/contactlist/kopetegroupviewitem.cpp.ORI 2011-08-24 00:28:22.080965001 +0200 ---- kdenetwork/kopete/kopete/contactlist/kopetegroupviewitem.cpp 2011-08-24 00:28:36.149965002 +0200 -*************** -*** 175,181 **** - // 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() ) ) - lv->delayedSort(); - else - listView()->sort(); ---- 175,181 ---- - // 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 *lv = dynamic_cast( listView() ) ) - lv->delayedSort(); - else - listView()->sort(); -*** kdenetwork/kopete/kopete/chatwindow/krichtexteditpart.cpp.ORI 2011-08-24 00:29:00.953965001 +0200 ---- kdenetwork/kopete/kopete/chatwindow/krichtexteditpart.cpp 2011-08-24 00:29:21.080965001 +0200 -*************** -*** 38,44 **** - KopeteRichTextEditPart::KopeteRichTextEditPart( TQWidget *wparent, const char *wname, TQObject*, const char*, const TQStringList& ) - : KParts::ReadOnlyPart( wparent, wname ? wname : "rich_text_part" ) - { -! KopeteRichTextEditPart::KopeteRichTextEditPart( wparent, wname, false ); - } - - KopeteRichTextEditPart::KopeteRichTextEditPart( TQWidget *parent, const char *name, int capabilities ) ---- 38,44 ---- - KopeteRichTextEditPart::KopeteRichTextEditPart( TQWidget *wparent, const char *wname, TQObject*, const char*, const TQStringList& ) - : KParts::ReadOnlyPart( wparent, wname ? wname : "rich_text_part" ) - { -! KopeteRichTextEditPart( wparent, wname, false ); - } - - KopeteRichTextEditPart::KopeteRichTextEditPart( TQWidget *parent, const char *name, int capabilities ) -- cgit v1.2.1