From b1aba0a7b213682a0681e7939a06874589968645 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:59:02 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/gvcore/imageview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/imageview.h') diff --git a/src/gvcore/imageview.h b/src/gvcore/imageview.h index 9dc94a9..7e50dca 100644 --- a/src/gvcore/imageview.h +++ b/src/gvcore/imageview.h @@ -49,7 +49,7 @@ class Document; class LIBGWENVIEW_EXPORT ImageView : public TQScrollView { Q_OBJECT - TQ_OBJECT + public: class ToolBase; -- cgit v1.2.1