summaryrefslogtreecommitdiffstats
path: root/kbugbuster/backend/bug.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/backend/bug.h')
-rw-r--r--kbugbuster/backend/bug.h2
1 files changed, 1 insertions, 1 deletions
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<BugImpl> m_impl;
+ TDESharedPtr<BugImpl> m_impl;
};
#endif