diff options
Diffstat (limited to 'kbugbuster/backend/bugsystem.h')
-rw-r--r-- | kbugbuster/backend/bugsystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/backend/bugsystem.h b/kbugbuster/backend/bugsystem.h index d24b011d..9a638675 100644 --- a/kbugbuster/backend/bugsystem.h +++ b/kbugbuster/backend/bugsystem.h @@ -23,7 +23,7 @@ class BugJob; class BugSystem : public TQObject { Q_OBJECT - TQ_OBJECT + friend class BugJob; public: BugSystem(); |