summaryrefslogtreecommitdiffstats
path: root/kbugbuster/backend/bugimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/backend/bugimpl.h')
-rw-r--r--kbugbuster/backend/bugimpl.h2
1 files changed, 1 insertions, 1 deletions
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 <kurl.h>
#include <ksharedptr.h>
-struct BugImpl : public KShared
+struct BugImpl : public TDEShared
{
public:
BugImpl( const TQString &_title, const Person &_submitter, TQString _number,