mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
adjust syndication to use bundled shared_ptr.hpp
This commit is contained in:
parent
67f6a1bad2
commit
c626825fb8
24 changed files with 24 additions and 24 deletions
|
@ -7,7 +7,7 @@ add_subdirectory( atom )
|
|||
add_subdirectory( rdf )
|
||||
add_subdirectory( rss2 )
|
||||
|
||||
include_directories( ${Boost_INCLUDE_DIR} )
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/miniboost )
|
||||
|
||||
add_definitions( -DQT_STRICT_ITERATORS )
|
||||
add_definitions( -DQT_NO_CAST_FROM_ASCII )
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include <QtCore/QString>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
class QByteArray;
|
||||
class QDomElement;
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define SYNDICATION_CATEGORY_H
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
#include "ksyndication_export.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define SYNDICATION_DOCUMENTSOURCE_H
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
#include "ksyndication_export.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <QtCore/QString>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
#include "ksyndication_export.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "ksyndication_export.h"
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
#include <QtCore/QString>
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef SYNDICATION_FEED_H
|
||||
#define SYNDICATION_FEED_H
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
#include "ksyndication_export.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define SYNDICATION_IMAGE_H
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
#include "ksyndication_export.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define SYNDICATION_ITEM_H
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
#include "ksyndication_export.h"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <QtCore/QRegExp>
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
// test: TODO remove
|
||||
#include <iostream>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#define SYNDICATION_LOADER_H
|
||||
|
||||
#include <syndication/global.h>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
#include "ksyndication_export.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define SYNDICATION_PERSON_H
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
#include "ksyndication_export.h"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include <QtCore/QString>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
namespace Syndication {
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <QtCore/QString>
|
||||
#include <syndication/rdf/node.h>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
namespace Syndication {
|
||||
namespace RDF {
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <syndication/rdf/node.h>
|
||||
#include <syndication/rdf/property.h>
|
||||
#include <syndication/rdf/sequence.h>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
#include <syndication/ksyndication_export.h>
|
||||
|
||||
#include <QtCore/QString>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <QtCore/QString>
|
||||
#include <syndication/ksyndication_export.h>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
namespace Syndication {
|
||||
namespace RDF {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <syndication/rdf/document.h>
|
||||
#include <syndication/abstractparser.h>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
namespace Syndication {
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <syndication/rdf/node.h>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
class QString;
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#define SYNDICATION_RDF_RESOURCEWRAPPER_H
|
||||
|
||||
#include <syndication/ksyndication_export.h>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
namespace Syndication {
|
||||
namespace RDF {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <syndication/ksyndication_export.h>
|
||||
#include <syndication/rdf/resource.h>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
template <class T> class QList;
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <syndication/rdf/property.h>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
class QString;
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <syndication/rss2/document.h>
|
||||
#include <syndication/elementwrapper.h>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
#include <syndication/specificitem.h>
|
||||
|
||||
#include <ctime>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "ksyndication_export.h"
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
class QString;
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "ksyndication_export.h"
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/smart_ptr/shared_ptr.hpp>
|
||||
|
||||
|
||||
namespace Syndication {
|
||||
|
|
Loading…
Add table
Reference in a new issue