From b363d2579af0a11b77e698aed2e1021c2233b644 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:50 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kresources/lib/webdavhandler.h | 78 ------------------------------------------ 1 file changed, 78 deletions(-) delete mode 100644 kresources/lib/webdavhandler.h (limited to 'kresources/lib/webdavhandler.h') diff --git a/kresources/lib/webdavhandler.h b/kresources/lib/webdavhandler.h deleted file mode 100644 index 0bfb33e9..00000000 --- a/kresources/lib/webdavhandler.h +++ /dev/null @@ -1,78 +0,0 @@ -/* - This file is part of tdepim. - - Copyright (c) 2004 Cornelius Schumacher - Copyright (c) 2004 Till Adam - Copyright (c) 2005 Reinhold Kainhofer - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -*/ -#ifndef WEBDAVHANDLER_H -#define WEBDAVHANDLER_H - -#include -#include -#include -#include -#include -#include - -class KDE_EXPORT WebdavHandler -{ - public: - WebdavHandler(); - - static KURL toDAV( const KURL& url ); - - - static TQDomElement addElementNS( TQDomDocument &doc, TQDomNode &node, - const TQString &ns, const TQString &tag, - const TQString &value = TQString() ); - static TQDomElement addElement( TQDomDocument &, TQDomNode &, - const TQString &tag, const TQString &value = TQString() ); - static TQDomElement addDavElement( TQDomDocument &, TQDomNode &, - const TQString &tag, const TQString &value = TQString() ); - - static bool extractBool( const TQDomElement &node, - const TQString &entry, bool &value ); - static bool extractLong( const TQDomElement &node, - const TQString &entry, long &value ); - static bool extractFloat( const TQDomElement &node, - const TQString &entry, float &value ); - static bool extractDateTime( const TQDomElement &node, - const TQString &entry, TQDateTime &value ); - static bool extractString( const TQDomElement &node, - const TQString &entry, TQString &value ); - static bool extractStringList( const TQDomElement &node, - const TQString &entry, TQStringList &value ); - - /** - * Returns the value of the "etag" header if it can be found in the headers. - */ - static const TQString getEtagFromHeaders( const TQString& ); - - - /** - * Return the representation of utc time in the time zone indicated by timeZoneId - */ - static TQDateTime utcAsZone( const TQDateTime& utc, const TQString& timeZoneId ); - - /** - * Return the UTC representation of local time in the time zone indicated by timeZoneId - */ - static TQDateTime zoneAsUtc( const TQDateTime& zone, const TQString& timeZoneId ); -}; - -#endif -- cgit v1.2.3