diff options
Diffstat (limited to 'quanta/project/project.h')
-rw-r--r-- | quanta/project/project.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/project/project.h b/quanta/project/project.h index fc88c13b..9014d16f 100644 --- a/quanta/project/project.h +++ b/quanta/project/project.h @@ -53,7 +53,7 @@ struct SubProject { class Project : public TQObject { Q_OBJECT - TQ_OBJECT + friend class ProjectPrivate; // need this because I use the signals public: |