From a0fd5320de07548880320658c17501c54c8a3beb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:05 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/flowcodeview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flowcodeview.h') diff --git a/src/flowcodeview.h b/src/flowcodeview.h index ab87507..26dfff1 100644 --- a/src/flowcodeview.h +++ b/src/flowcodeview.h @@ -21,7 +21,7 @@ class FlowCodeDocument; class FlowCodeView : public ICNView { Q_OBJECT - TQ_OBJECT + public: FlowCodeView( FlowCodeDocument *flowCodeDocument, ViewContainer *viewContainer, uint viewAreaId, const char *name = 0l ); ~FlowCodeView(); -- cgit v1.2.3