diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 00:19:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 00:19:26 -0600 |
commit | 57443681e97fff553d94260756ebedaee606610f (patch) | |
tree | 9aee5acb23ff14cb454750a03eb3ad1f5bc66c57 /src/fetch/fetcher.h | |
parent | 71a8a17d6f6d5d95682d1b638d21937bc5a0d54b (diff) | |
download | tellico-57443681e97fff553d94260756ebedaee606610f.tar.gz tellico-57443681e97fff553d94260756ebedaee606610f.zip |
Rename KShared
Diffstat (limited to 'src/fetch/fetcher.h')
-rw-r--r-- | src/fetch/fetcher.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fetch/fetcher.h b/src/fetch/fetcher.h index 42d3b23..80643fa 100644 --- a/src/fetch/fetcher.h +++ b/src/fetch/fetcher.h @@ -35,17 +35,17 @@ namespace Tellico { * * @author Robby Stephenson */ -class Fetcher : public TQObject, public KShared { +class Fetcher : public TQObject, public TDEShared { Q_OBJECT public: - typedef KSharedPtr<Fetcher> Ptr; - typedef KSharedPtr<const Fetcher> CPtr; + typedef TDESharedPtr<Fetcher> Ptr; + typedef TDESharedPtr<const Fetcher> CPtr; /** */ - Fetcher(TQObject* parent, const char* name = 0) : TQObject(parent, name), KShared(), + Fetcher(TQObject* parent, const char* name = 0) : TQObject(parent, name), TDEShared(), m_updateOverwrite(false), m_hasMoreResults(false), m_messager(0) {} /** |