summaryrefslogtreecommitdiffstats
path: root/src/flowcodeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flowcodeview.h')
-rw-r--r--src/flowcodeview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/flowcodeview.h b/src/flowcodeview.h
index 7641e2a..ab87507 100644
--- a/src/flowcodeview.h
+++ b/src/flowcodeview.h
@@ -21,12 +21,13 @@ class FlowCodeDocument;
class FlowCodeView : public ICNView
{
Q_OBJECT
+ TQ_OBJECT
public:
FlowCodeView( FlowCodeDocument *flowCodeDocument, ViewContainer *viewContainer, uint viewAreaId, const char *name = 0l );
~FlowCodeView();
protected:
- virtual void dragEnterEvent( QDragEnterEvent * e );
+ virtual void dragEnterEvent( TQDragEnterEvent * e );
FlowCodeDocument *p_flowCodeDocument;
};