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/z3950connection.h | |
parent | 71a8a17d6f6d5d95682d1b638d21937bc5a0d54b (diff) | |
download | tellico-57443681e97fff553d94260756ebedaee606610f.tar.gz tellico-57443681e97fff553d94260756ebedaee606610f.zip |
Rename KShared
Diffstat (limited to 'src/fetch/z3950connection.h')
-rw-r--r-- | src/fetch/z3950connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch/z3950connection.h b/src/fetch/z3950connection.h index 2c49c37..674f17c 100644 --- a/src/fetch/z3950connection.h +++ b/src/fetch/z3950connection.h @@ -102,7 +102,7 @@ private: bool m_connected; bool m_aborted; - KSharedPtr<Z3950Fetcher> m_fetcher; + TDESharedPtr<Z3950Fetcher> m_fetcher; TQString m_host; uint m_port; TQString m_dbname; |