summaryrefslogtreecommitdiffstats
path: root/src/gvcore/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/document.h')
-rw-r--r--src/gvcore/document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/document.h b/src/gvcore/document.h
index a8056d1..a7e46be 100644
--- a/src/gvcore/document.h
+++ b/src/gvcore/document.h
@@ -52,7 +52,7 @@ class DocumentImpl;
* - loaded() is emitted
*/
class LIBGWENVIEW_EXPORT Document : public TQObject {
-Q_OBJECT
+TQ_OBJECT
public:
enum CommentState { NONE=0, READ_ONLY=1, WRITABLE=2 };