From 44ff5a3c798fe9c44df30cc898fbdffa44784d56 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:38:51 -0600 Subject: Rename KShared --- kbugbuster/backend/bug.h | 2 +- kbugbuster/backend/bugdetails.h | 2 +- kbugbuster/backend/bugdetailsimpl.h | 2 +- kbugbuster/backend/bugimpl.h | 2 +- kbugbuster/backend/package.h | 2 +- kbugbuster/backend/packageimpl.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kbugbuster') diff --git a/kbugbuster/backend/bug.h b/kbugbuster/backend/bug.h index 406179c8..a4de9e48 100644 --- a/kbugbuster/backend/bug.h +++ b/kbugbuster/backend/bug.h @@ -83,7 +83,7 @@ public: private: BugImpl *impl() const { return m_impl; } - KSharedPtr m_impl; + TDESharedPtr m_impl; }; #endif diff --git a/kbugbuster/backend/bugdetails.h b/kbugbuster/backend/bugdetails.h index 171847a7..45a426d4 100644 --- a/kbugbuster/backend/bugdetails.h +++ b/kbugbuster/backend/bugdetails.h @@ -46,7 +46,7 @@ public: private: BugDetailsImpl *impl() const { return m_impl; } - KSharedPtr m_impl; + TDESharedPtr m_impl; }; #endif diff --git a/kbugbuster/backend/bugdetailsimpl.h b/kbugbuster/backend/bugdetailsimpl.h index 5d6dc459..e4db5cd0 100644 --- a/kbugbuster/backend/bugdetailsimpl.h +++ b/kbugbuster/backend/bugdetailsimpl.h @@ -5,7 +5,7 @@ #include "bugdetailspart.h" -struct BugDetailsImpl : public KShared +struct BugDetailsImpl : public TDEShared { public: BugDetailsImpl( const TQString &_version, const TQString &_source, diff --git a/kbugbuster/backend/bugimpl.h b/kbugbuster/backend/bugimpl.h index 7fefc53d..bddd6a4d 100644 --- a/kbugbuster/backend/bugimpl.h +++ b/kbugbuster/backend/bugimpl.h @@ -7,7 +7,7 @@ #include #include -struct BugImpl : public KShared +struct BugImpl : public TDEShared { public: BugImpl( const TQString &_title, const Person &_submitter, TQString _number, diff --git a/kbugbuster/backend/package.h b/kbugbuster/backend/package.h index df0a119d..eecd067f 100644 --- a/kbugbuster/backend/package.h +++ b/kbugbuster/backend/package.h @@ -34,7 +34,7 @@ public: bool operator<( const Package &rhs ) const; private: - KSharedPtr m_impl; + TDESharedPtr m_impl; }; #endif diff --git a/kbugbuster/backend/packageimpl.h b/kbugbuster/backend/packageimpl.h index 30fd00af..0d7173c2 100644 --- a/kbugbuster/backend/packageimpl.h +++ b/kbugbuster/backend/packageimpl.h @@ -7,7 +7,7 @@ #include #include -struct PackageImpl : public KShared +struct PackageImpl : public TDEShared { public: PackageImpl( const TQString &_name, const TQString &_description, -- cgit v1.2.3