From f7e71d47719ab6094cf4a9fafffa5ea351973522 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 13 Jan 2011 08:32:36 +0000 Subject: Initial conversion for TQt for Qt4 3.4.0 TP2 This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslave/http/kcookiejar/kcookieserver.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kioslave/http/kcookiejar/kcookieserver.cpp') diff --git a/kioslave/http/kcookiejar/kcookieserver.cpp b/kioslave/http/kcookiejar/kcookieserver.cpp index e6469f127..afd5664d8 100644 --- a/kioslave/http/kcookiejar/kcookieserver.cpp +++ b/kioslave/http/kcookiejar/kcookieserver.cpp @@ -368,14 +368,14 @@ bool KCookieServer::cookieMatches( KHttpCookiePtr c, } // DCOP function -QString +TQString KCookieServer::findCookies(TQString url) { return findCookies(url, 0); } // DCOP function -QString +TQString KCookieServer::findCookies(TQString url, long windowId) { if (cookiesPending(url)) @@ -399,7 +399,7 @@ KCookieServer::findCookies(TQString url, long windowId) } // DCOP function -QStringList +TQStringList KCookieServer::findDomains() { TQStringList result; @@ -417,7 +417,7 @@ KCookieServer::findDomains() } // DCOP function -QStringList +TQStringList KCookieServer::findCookies(TQValueList fields, TQString domain, TQString fqdn, @@ -449,14 +449,14 @@ KCookieServer::findCookies(TQValueList fields, } // DCOP function -QString +TQString KCookieServer::findDOMCookies(TQString url) { return findDOMCookies(url, 0); } // DCOP function -QString +TQString KCookieServer::findDOMCookies(TQString url, long windowId) { // We don't wait for pending cookies because it locks up konqueror @@ -561,7 +561,7 @@ KCookieServer::setDomainAdvice(TQString url, TQString advice) } // DCOP function -QString +TQString KCookieServer::getDomainAdvice(TQString url) { KCookieAdvice advice = KCookieDunno; -- cgit v1.2.1