diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:36:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:36:34 -0600 |
commit | 12f3d421cd2991c0e3f96994efb836ce244172ff (patch) | |
tree | 1e5bd5e8b7521fe66d77c13b7df45df7d5f6dcd6 /tdecore/ktimezones.h | |
parent | 21bc7541114fb026606284e45dc10e3320f39f1d (diff) | |
download | tdelibs-12f3d421cd2991c0e3f96994efb836ce244172ff.tar.gz tdelibs-12f3d421cd2991c0e3f96994efb836ce244172ff.zip |
Rename KShared
Diffstat (limited to 'tdecore/ktimezones.h')
-rw-r--r-- | tdecore/ktimezones.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/ktimezones.h b/tdecore/ktimezones.h index d24e8ec10..339cbf5bf 100644 --- a/tdecore/ktimezones.h +++ b/tdecore/ktimezones.h @@ -49,7 +49,7 @@ class KTimezonesPrivate; * @author S.R.Haque <srhaque@iee.org>. */ class TDECORE_EXPORT KTimezoneSource : - public KShared + public TDEShared { public: KTimezoneSource(const TQString &db); @@ -114,7 +114,7 @@ public: * @param comment description of the timezone, if any. */ KTimezone( - KSharedPtr<KTimezoneSource> db, const TQString &name, + TDESharedPtr<KTimezoneSource> db, const TQString &name, const TQString &countryCode = TQString(), float latitude = UNKNOWN, float longitude = UNKNOWN, const TQString &comment = TQString()); ~KTimezone(); @@ -191,7 +191,7 @@ private: KTimezone(const KTimezone&); KTimezone& operator=(const KTimezone&); - KSharedPtr<KTimezoneSource> m_db; + TDESharedPtr<KTimezoneSource> m_db; TQString m_name; TQString m_countryCode; float m_latitude; |