From 57443681e97fff553d94260756ebedaee606610f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:19:26 -0600 Subject: Rename KShared --- src/fetch/fetchmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fetch/fetchmanager.cpp') diff --git a/src/fetch/fetchmanager.cpp b/src/fetch/fetchmanager.cpp index 7cec617..5bc1946 100644 --- a/src/fetch/fetchmanager.cpp +++ b/src/fetch/fetchmanager.cpp @@ -130,7 +130,7 @@ Tellico::Fetch::KeyMap Manager::keyMap(const TQString& source_) const { } // assume there's only one fetcher match - KSharedPtr f = 0; + TDESharedPtr f = 0; for(FetcherVec::ConstIterator it = m_fetchers.constBegin(); it != m_fetchers.constEnd(); ++it) { if(source_ == it->source()) { f = it.data(); -- cgit v1.2.3