diff options
Diffstat (limited to 'src/document.h')
-rw-r--r-- | src/document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.h b/src/document.h index 1dc7b59..2e1219e 100644 --- a/src/document.h +++ b/src/document.h @@ -28,7 +28,7 @@ typedef TQValueList<TQGuardedPtr<View> > ViewList; */ class Document : public TQObject { -Q_OBJECT +TQ_OBJECT public: enum DocumentType |