diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 00:38:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 00:38:51 -0600 |
commit | 44ff5a3c798fe9c44df30cc898fbdffa44784d56 (patch) | |
tree | 7e804b8a5d5d8f4e653766a8a867972e5e39eb38 /kbugbuster/backend/bugdetailsimpl.h | |
parent | 5b6f5139f2f455cee37445c26a7036c76d7376bc (diff) | |
download | tdesdk-44ff5a3c798fe9c44df30cc898fbdffa44784d56.tar.gz tdesdk-44ff5a3c798fe9c44df30cc898fbdffa44784d56.zip |
Rename KShared
Diffstat (limited to 'kbugbuster/backend/bugdetailsimpl.h')
-rw-r--r-- | kbugbuster/backend/bugdetailsimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |