From afca73ce0ea42fbd6178683a0e924c608d0094b6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 6 Jan 2010 19:43:37 +0000 Subject: [PATCH] inadvertantly nuked, will revive here in a bit --- kdelibs-4.0.2-branding.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 kdelibs-4.0.2-branding.patch diff --git a/kdelibs-4.0.2-branding.patch b/kdelibs-4.0.2-branding.patch deleted file mode 100644 index 7fc0e95..0000000 --- a/kdelibs-4.0.2-branding.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up kdelibs-4.0.2/kio/kio/kprotocolmanager.cpp.branding kdelibs-4.0.2/kio/kio/kprotocolmanager.cpp ---- kdelibs-4.0.2/kio/kio/kprotocolmanager.cpp.branding 2008-01-04 18:00:15.000000000 -0600 -+++ kdelibs-4.0.2/kio/kio/kprotocolmanager.cpp 2008-03-07 14:49:46.000000000 -0600 -@@ -73,7 +73,7 @@ KProtocolManagerPrivate::~KProtocolManag - - // DEFAULT USERAGENT STRING - #define CFG_DEFAULT_UAGENT(X) \ --QString("Mozilla/5.0 (compatible; Konqueror/%1.%2%3) KHTML/%4.%5.%6 (like Gecko)") \ -+QString("Mozilla/5.0 (compatible; Konqueror/%1.%2%3) KHTML/%4.%5.%6 (like Gecko) Fedora/@@VERSION_RELEASE@@") \ - .arg(KDE_VERSION_MAJOR).arg(KDE_VERSION_MINOR).arg(X).arg(KDE_VERSION_MAJOR).arg(KDE_VERSION_MINOR).arg(KDE_VERSION_RELEASE) - - #define PRIVATE_DATA \