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 36fa235..0a1dba4 100644
--- a/src/gvcore/document.h
+++ b/src/gvcore/document.h
@@ -54,7 +54,7 @@ class DocumentImpl;
*/
class LIBGWENVIEW_EXPORT Document : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
enum CommentState { NONE=0, READ_ONLY=1, WRITABLE=2 };