summaryrefslogtreecommitdiffstats
path: root/src/projectsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/projectsession.h')
-rw-r--r--src/projectsession.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/projectsession.h b/src/projectsession.h
index ef8ac2df..6ddccefa 100644
--- a/src/projectsession.h
+++ b/src/projectsession.h
@@ -32,9 +32,10 @@ class KDevPlugin;
* Session stuff that is not related to a certain project doesn't belong to here;
* it must be saved in a program session which likely is "kdeveloprc".
**/
-class ProjectSession : public QObject
+class ProjectSession : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
// methods
public:
ProjectSession();