diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:38:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:38:51 -0600 |
commit | 44ff5a3c798fe9c44df30cc898fbdffa44784d56 (patch) | |
tree | 7e804b8a5d5d8f4e653766a8a867972e5e39eb38 /kbugbuster/backend/bugimpl.h | |
parent | 5b6f5139f2f455cee37445c26a7036c76d7376bc (diff) | |
download | tdesdk-44ff5a3c798fe9c44df30cc898fbdffa44784d56.tar.gz tdesdk-44ff5a3c798fe9c44df30cc898fbdffa44784d56.zip |
Rename KShared
Diffstat (limited to 'kbugbuster/backend/bugimpl.h')
-rw-r--r-- | kbugbuster/backend/bugimpl.h | 2 |
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, |