summaryrefslogtreecommitdiffstats
path: root/kbugbuster/backend/bugsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/backend/bugsystem.h')
-rw-r--r--kbugbuster/backend/bugsystem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kbugbuster/backend/bugsystem.h b/kbugbuster/backend/bugsystem.h
index c5c37d18..d24b011d 100644
--- a/kbugbuster/backend/bugsystem.h
+++ b/kbugbuster/backend/bugsystem.h
@@ -20,9 +20,10 @@ class BugServer;
class BugServerConfig;
class BugJob;
-class BugSystem : public QObject
+class BugSystem : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
friend class BugJob;
public:
BugSystem();